/* ==================== 通用容器  Start ==================== */
.mxw-box {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.mxw-box * {
  box-sizing: border-box;
}
/* ==================== 通用容器  End ==================== */
/* ==================== 面包屑  Start ==================== */
.mxw-bread-crumbs {
  padding-top: 35px;
  padding-bottom: 30px;
  font-size: 12px;
  color: #c1c0c0;
  line-height: 1.6;
}
.mxw-bread-crumbs span {
  color: #878787;
}
.mxw-bread-crumbs a {
  color: inherit;
}
@media screen and (max-width: 1100px) {
  .mxw-bread-crumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* ==================== 面包屑  End ==================== */
/* ==================== 产品详情 - 通用样式 Start ==================== */
.mxw-product-main {
  background-color: #f1f1f1;
}
.mxw-product-main img {
  max-width: 100%;
}
.mxw-product-main .mxw-box {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .mxw-product-main .mxw-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 产品详情 - 通用样式 Start ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.mxw-product-section1 {
  display: flex;
}
.mxw-product-section1 .left-body {
  width: 240px;
  flex-shrink: 0;
  margin-right: 40px;
}
.mxw-product-section1 .left-body .mxw-head {
  background: url(../images/img004@1000x1000.jpg) no-repeat right center;
  background-size: cover;
  background-color: #265ca8;
  height: 74px;
  line-height: 74px;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.mxw-product-section1 .mxw-category {
  margin-bottom: 30px;
}
.mxw-product-section1 .mxw-category .mxw-cate-item {
  border-bottom: 1px solid #fff;
}
.mxw-product-section1 .mxw-category .mxw-cate-item.active > a {
  background-color: #9fbbe2;
  color: #fff;
  font-weight: bold;
}
.mxw-product-section1 .mxw-category .mxw-cate-item.active > a:after {
  color: #fff;
  transform: rotate(90deg) translateX(-50%);
}
.mxw-product-section1 .mxw-category .mxw-cate-item:last-child {
  border-bottom: 0;
}
.mxw-product-section1 .mxw-category .mxw-cate-item > a {
  display: block;
  background-color: #ededed;
  padding: 30px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-right: 30px;
  position: relative;
}
.mxw-product-section1 .mxw-category .mxw-cate-item > a:after {
  content: ">";
  color: #9fbbe2;
  font-size: 16px;
  line-height: 1;
  width: 23px;
  height: 23px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
}
.mxw-product-section1 .mxw-sub-cate {
  display: none;
}
.mxw-product-section1 .mxw-sub-cate .mxw-sub-item > a {
  display: block;
  background-color: #f3f3f3;
  padding: 30px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-right: 30px;
  position: relative;
}
.mxw-product-section1 .mxw-sub-cate .mxw-sub-item > a:after {
  content: ">";
  color: #9fbbe2;
  font-size: 16px;
  line-height: 1;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
}
.mxw-product-section1 .mxw-recommend-product .mxw-head {
  background: url(../images/img004@1000x1000.jpg) no-repeat right center;
  background-size: cover;
  background-color: #265ca8;
  height: 74px;
  line-height: 74px;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.mxw-product-section1 .mxw-recommend-product .mxw-recommend-product-swiper {
  margin-top: 20px;
  height: 900px;
}
.mxw-product-section1 .mxw-recommend-product .swiper-slide:hover .title {
  color: #265ca8;
}
.mxw-product-section1 .mxw-recommend-product .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.mxw-product-section1 .mxw-recommend-product .image {
  border: 1px solid #dedede;
  margin-bottom: 10px;
  overflow: hidden;
}
.mxw-product-section1 .mxw-recommend-product .image img {
  transition: all 1s;
}
.mxw-product-section1 .mxw-recommend-product .title {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  font-weight: bold;
  transition: color 0.4s;
}
.mxw-product-section1 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.mxw-product-section1 .mxw-product-top {
  margin-bottom: 50px;
  display: flex;
}
.mxw-product-section1 .mxw-product-left {
  width: 500px;
  flex-shrink: 0;
  margin-right: 40px;
}
.mxw-product-section1 .mxw-product-right .mxw-title {
  font-size: 28px;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.mxw-product-section1 .mxw-product-right .mxw-desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.mxw-product-section1 .mxw-product-right .mxw-btn {
  margin-top: 35px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #265ca8;
  border-radius: 4px;
  height: 60px;
}
.mxw-product-section1 .mxw-product-right .mxw-btn img {
  width: 20px;
  flex-shrink: 0;
  margin-right: 14px;
}
.mxw-product-section1 .mxw-product-right .contact-text {
  margin-top: 15px;
  font-size: 18px;
  color: #ff0018;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.mxw-product-section1 .mxw-product-bottom {
  margin-top: 50px;
  overflow: hidden;
}
.mxw-product-section1 .mxw-product-bottom .mxw-head {
  display: table;
  position: relative;
  padding-left: 46px;
  padding-right: 46px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  background-color: #265ca8;
}
.mxw-product-section1 .mxw-product-bottom .mxw-head:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #dedede;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mxw-product-section1 .mxw-product-bottom article {
  padding-top: 30px;
  padding-bottom: 60px;
  color: #000;
  line-height: 1.8;
  font-size: 14px;
}
.mxw-product-section1 .mxw-product-section1-bigimg {
  position: relative;
}
.mxw-product-section1 .mxw-product-section1-bigimg .zoom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  border: solid 1px #dedede;
}
.mxw-product-section1 .mxw-product-section1-bigimg .image {
  border: solid 1px #dedede;
  overflow: hidden;
}
.mxw-product-section1 .mxw-product-section1-minimg {
  margin-top: 15px;
}
.mxw-product-section1 .mxw-product-section1-minimg .swiper-slide-thumb-active .image {
  border-color: #428fd9;
}
.mxw-product-section1 .mxw-product-section1-minimg .image {
  background-color: #ffffff;
  border: solid 3px #cfcac8;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .mxw-product-section1 {
    display: block;
    padding-bottom: 50px;
  }
  .mxw-product-section1 .left-body {
    margin-right: 0;
    width: 100%;
  }
  .mxw-product-section1 .left-body .mxw-head {
    height: auto;
    line-height: inherit;
    padding: 15px 10px;
    font-size: 14px;
  }
  .mxw-product-section1 .mxw-product-right {
    margin-top: 30px;
  }
  .mxw-product-section1 .mxw-product-right .mxw-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .mxw-product-section1 .mxw-product-right .mxw-desc {
    font-size: 12px;
  }
  .mxw-product-section1 .mxw-product-right .mxw-btn {
    margin-top: 10px;
    font-size: 12px;
    height: auto;
    line-height: inherit;
    padding: 12px 10px;
  }
  .mxw-product-section1 .mxw-product-right .contact-text {
    font-size: 16px;
  }
  .mxw-product-section1 .mxw-product-top {
    display: block;
  }
  .mxw-product-section1 .mxw-category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .mxw-product-section1 .mxw-category .mxw-cate-item {
    width: 33.333%;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .mxw-product-section1 .mxw-category .mxw-cate-item:last-child {
    border-right: 0;
  }
  .mxw-product-section1 .mxw-category .mxw-cate-item > a {
    text-align: center;
    padding: 13px 10px;
  }
  .mxw-product-section1 .mxw-category .mxw-cate-item > a:after {
    display: none;
  }
  .mxw-product-section1 .mxw-product-left {
    width: 100%;
  }
  .mxw-product-section1 .mxw-product-bottom article {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mxw-product-section1 .mxw-product-bottom .mxw-head {
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 20px;
    width: auto;
  }
  .mxw-product-section1 .mxw-recommend-product .mxw-head {
    height: auto;
    line-height: inherit;
    padding: 15px 10px;
    font-size: 14px;
  }
  .mxw-product-section1 .mxw-recommend-product .mxw-recommend-product-swiper {
    height: auto;
  }
}
/* ==================== 产品详情 - 板块一 End ==================== */
