.productBlock {
  padding-top: 80px;
  padding-bottom: 57px;
}
.productBlock .w1400 {
  border-top: 1px solid #eaeaea;
}
.productBlock .w1400 .tab {
  display: flex;
  padding: 20px 0 10px;
  border-bottom: 1px solid #eaeaea;
}
.productBlock .w1400 .tab p {
  width: 100px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.productBlock .w1400 .tab .cont {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
.productBlock .w1400 .tab .cont .list {
  transition: color 0.5s;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 28px;
  line-height: 36px;
  color: #666;
}
.productBlock .w1400 .tab .cont .list.on {
  background: #167efb;
  color: #fff;
}
.productBlock .w1400 .tab .cont .list:hover {
  color: #167efb;
}
.productBlock .w1400 .productSearch {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.productBlock .w1400 .productSearch p {
  width: 100px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.productBlock .w1400 .productSearch .right {
  width: calc(100% - 100px);
}
.productBlock .w1400 .productSearch .right input {
  width: 216px;
  height: 36px;
  padding-left: 44px;
  padding-right: 20px;
  background: #f5f5f5 url();
  border: 0;
  border-radius: 18px;
  background: #f5f5f5 url(../images/search0.png) no-repeat 17px center;
  background-size: 16px auto;
  font-size: 14px;
  color: #777;
}
.productBlock .w1400 .content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.productBlock .w1400 .content .list {
  position: relative;
  width: calc((100% - 90px) / 4);
  margin-top: 30px;
  margin-left: 30px;
  padding: 60px 10px 40px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.productBlock .w1400 .content .list .ico {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 1;
  font-size: 0;
}
.productBlock .w1400 .content .list .img {
  font-size: 0;
  width: 100%;
  text-align: center;
  transform: scale(1);
  transition: transform 0.5s;
}
.productBlock .w1400 .content .list .img img {
  max-width: 100%;
  max-height: 100%;
}
.productBlock .w1400 .content .list .tit {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.productBlock .w1400 .content .list:nth-child(4n+1) {
  margin-left: 0;
}

.proBrand .w1400 {
  padding-top: 29px;
}
.proBrand .w1400 a, .proBrand .w1400 span {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #777;
}

.proDetail {
  margin-top: 25px;
  padding-bottom: 80px;
}
.proDetail .w1400 {
  display: flex;
  justify-content: space-between;
}
.proDetail .w1400 .left {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  width: 601px;
}
.proDetail .w1400 .left .proDetailImgBig {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 0;
  border: 1px solid #ddd;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-wrapper .swiper-slide .ico {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 1;
  font-size: 0;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-pagination {
  bottom: 36px;
  width: 100%;
  font-size: 0;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #ddd;
}
.proDetail .w1400 .left .proDetailImgBig .swiper-pagination span.swiper-pagination-bullet-active {
  background: #167efb;
}
.proDetail .w1400 .left .proDetailImgList {
  width: 80px;
  max-height: 500px;
  margin: 0 0;
}
.proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px !important;
  border: 1px solid #ddd;
  font-size: 0;
  cursor: pointer;
}
.proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #167efb;
}
.proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0 !important;
}
.proDetail .w1400 .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 684px);
}
.proDetail .w1400 .right .tit {
  margin-top: 12px;
  font-size: 32px;
  line-height: 1.5;
  color: #222;
}
.proDetail .w1400 .right .subTit {
  width: 100%;
  margin-top: 6px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 28px;
  color: #167efb;
}
.proDetail .w1400 .right .tips {
  padding-top: 38px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.proDetail .w1400 .right .file {
  overflow: hidden;
  margin-top: 26px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.proDetail .w1400 .right .file span {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 0;
}
.proDetail .w1400 .right .file span img {
  transform: translateY(4px);
}
.proDetail .w1400 .right .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: 86px;
  padding: 0 15px;
  background: #167efb;
  font-size: 16px;
  color: #fff;
}

.proDetailFlex {
  width: 100%;
  height: 60px;
}
.proDetailFlex .content {
  position: relative;
  width: 100%;
  background: #eef7fd;
}
.proDetailFlex .content .w1400 {
  display: flex;
  align-items: center;
}
.proDetailFlex .content .w1400 a {
  margin-right: 45px;
  font-size: 15px;
  line-height: 60px;
  color: #333;
}
.proDetailFlex .content .w1400 a.on {
  color: #167efb;
}
.proDetailFlex .content.on {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.proDetail2 {
  padding-bottom: 74px;
}
.proDetail2 .w1400 {
  display: flex;
  justify-content: space-between;
}
.proDetail2 .w1400 .cont {
  width: calc(100% - 440px);
}
.proDetail2 .w1400 .cont .list {
  display: flex;
  padding-top: 53px;
  padding-bottom: 55px;
  border-bottom: 1px dashed #ddd;
}
.proDetail2 .w1400 .cont .list .left {
  width: 220px;
}
.proDetail2 .w1400 .cont .list .left p {
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.proDetail2 .w1400 .cont .list .right {
  width: calc(100% - 220px);
  font-size: 15px;
  line-height: 32px;
  color: #333;
}
.proDetail2 .w1400 .cont .list .right table {
  display: block;
  width: 100%;
  padding-bottom: 9px;
}
.proDetail2 .w1400 .cont .list .right table tbody {
  display: block;
  width: 100%;
}
.proDetail2 .w1400 .cont .list .right table tbody tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.proDetail2 .w1400 .cont .list .right table tbody tr td {
  display: flex;
  align-items: center;
  width: calc(100% - 275px);
  padding: 13px 0;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
.proDetail2 .w1400 .cont .list .right table tbody tr td:first-child {
  color: #999;
  width: 275px;
}
.proDetail2 .w1400 .cont .list:first-child {
  padding-top: 50px;
}
.proDetail2 .w1400 .proDetail2List {
  width: 360px;
  padding-top: 57px;
}
.proDetail2 .w1400 .proDetail2List .tit {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.proDetail2 .w1400 .proDetail2List .list {
  display: flex;
  margin-bottom: 26px;
}
.proDetail2 .w1400 .proDetail2List .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-right: 19px;
  border: 1px solid #dddddd;
  font-size: 0;
}
.proDetail2 .w1400 .proDetail2List .list .img img {
  max-width: 100%;
  max-height: 100%;
}
.proDetail2 .w1400 .proDetail2List .list .text {
  padding-top: 9px;
}
.proDetail2 .w1400 .proDetail2List .list .text p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 26px;
  color: #333;
}
.proDetail2 .w1400 .proDetail2List .list .text span {
  font-size: 15px;
  line-height: 26px;
  color: #167efb;
}
.proDetail2 .w1400 .proDetail2List.flex {
  position: fixed;
  top: 30px;
}

@media (any-hover: hover) {
  .productBlock .w1400 .content .list:hover .img {
    transform: scale(1.1);
  }
}
@media (max-width: 1366px) {
  .productBlock .w1400 .content .list {
    width: calc((100% - 60px) / 3);
  }
  .productBlock .w1400 .content .list:nth-child(4n+1) {
    margin-left: 30px;
  }
  .productBlock .w1400 .content .list:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .proDetail2 .w1400 .cont .list .left {
    width: 160px;
  }
  .proDetail2 .w1400 .cont .list .right {
    width: calc(100% - 160px);
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr td {
    width: calc(100% - 200px);
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr td:first-child {
    width: 200px;
  }
}
@media (max-width: 1080px) {
  .productBlock .w1400 .content .list {
    width: calc((100% - 30px) / 2);
  }
  .productBlock .w1400 .content .list:nth-child(3n+1) {
    margin-left: 30px;
  }
  .productBlock .w1400 .content .list:nth-child(2n+1) {
    margin-left: 0;
  }
  .proDetail .w1400 .left {
    flex-direction: column-reverse;
    width: 450px;
  }
  .proDetail .w1400 .left .proDetailImgBig {
    width: 450px;
    height: 450px;
  }
  .proDetail .w1400 .left .proDetailImgList {
    width: 100%;
    margin-top: 30px;
  }
  .proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide {
    width: 80px;
  }
  .proDetail .w1400 .right {
    width: calc(100% - 500px);
  }
  .proDetail2 .w1400 {
    flex-wrap: wrap;
  }
  .proDetail2 .w1400 .cont {
    width: 100%;
  }
  .proDetail2 .w1400 .proDetail2List {
    width: 100%;
  }
  .proDetail2 .w1400 .proDetail2List .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .proDetail2 .w1400 .proDetail2List .content .list {
    width: calc((100% - 40px) / 2);
    margin-right: 0;
  }
}
@media (max-width: 996px) {
  .proDetail .w1400 {
    flex-wrap: wrap;
  }
  .proDetail .w1400 .left {
    width: 100%;
  }
  .proDetail .w1400 .left .proDetailImgBig {
    width: 100%;
  }
  .proDetail .w1400 .right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetail .w1400 .right .tips {
    padding-top: 30px;
  }
  .proDetail .w1400 .right .link {
    margin-top: 30px;
  }
  .proDetail2 .w1400 .cont .list {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .proDetail2 .w1400 .cont .list .left {
    width: 100%;
  }
  .proDetail2 .w1400 .cont .list .right {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .productBlock {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .productBlock .w1400 {
    border-top: 0;
  }
  .productBlock .w1400 .tab {
    flex-wrap: wrap;
    padding: 0;
  }
  .productBlock .w1400 .tab p {
    line-height: 26px;
  }
  .productBlock .w1400 .tab .cont {
    width: 100%;
    margin-top: 15px;
  }
  .productBlock .w1400 .tab .cont .list {
    line-height: 32px;
    margin-right: 0px;
    padding: 0 12px;
    font-size: 14px;
  }
  .proDetail2 .w1400 .proDetail2List .content .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .productBlock .w1400 .content {
    padding-top: 0;
  }
  .productBlock .w1400 .content .list {
    width: 100%;
    margin-left: 0 !important;
  }
  .productBlock .w1400 .pagination {
    margin-top: 40px;
  }
  .proBrand .w1400 {
    padding-top: 15px;
  }
  .proDetail {
    margin-top: 15px;
    padding-bottom: 40px;
  }
  .proDetail .w1400 .right .tit {
    margin-top: 0;
    font-size: 20px;
  }
  .proDetail .w1400 .right .subTit {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .proDetail .w1400 .right .tips {
    padding-top: 15px;
    font-size: 15px;
  }
  .proDetail .w1400 .right .file {
    margin-top: 15px;
  }
  .proDetail .w1400 .right .file span {
    line-height: 0;
  }
  .proDetail .w1400 .right .link {
    margin-top: 20px;
  }
  .proDetailFlex .content .w1400 {
    flex-wrap: wrap;
  }
  .proDetailFlex .content .w1400 a {
    margin-right: 15px;
  }
  .proDetail2 {
    padding-bottom: 0px;
  }
  .proDetail2 .w1400 .cont .list:first-child {
    padding-top: 30px;
  }
  .proDetail2 .w1400 .cont .list .left p {
    font-size: 18px;
    line-height: 1.3;
  }
  .proDetail2 .w1400 .cont .list .right table {
    padding-bottom: 0;
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr {
    align-content: flex-start;
    flex-direction: column;
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr td {
    width: 100% !important;
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr td:first-child {
    padding-bottom: 0;
  }
  .proDetail2 .w1400 .cont .list .right table tbody tr td:last-child {
    padding-top: 0;
  }
  .proDetail2 .w1400 .proDetail2List {
    padding-top: 30px;
  }
  .proDetail2 .w1400 .proDetail2List .tit {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .proDetail2 .w1400 .proDetail2List .list .img {
    width: 80px;
    height: 80px;
  }
  .proDetail2 .w1400 .proDetail2List .list .img img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (max-width: 428px) {
  .proDetail .w1400 .left .proDetailImgBig {
    height: 340px;
  }
  .proDetail .w1400 .left .proDetailImgBig .swiper-pagination {
    bottom: 18px;
  }
  .proDetail .w1400 .left .proDetailImgList {
    margin-top: 10px;
  }
  .proDetail .w1400 .left .proDetailImgList .swiper-wrapper .swiper-slide {
    width: 60px;
    height: 60px !important;
  }
}/*# sourceMappingURL=product.css.map */