
.anchor {
  width: 100%;
  position: fixed;
  top: 200px;
  left: 0;
  display: block;
  background: #fff;
  padding: 25px 0;
  z-index: 91;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  border-top: 1px solid #f7f7f7;
  transition: all .5s;
  pointer-events: none;
  opacity: 0;
}
.anchor.on{
    top: 0;
    opacity: 1;
    pointer-events: auto;
}
.anchor .anchor-box {
  display: flex;
  align-items: center;
}
.anchor .anchor-box .tit {
  margin-right: 30px;
  color: #333;
  font-weight: 600;
  flex:0 0 auto;
}
.anchor .anchor-box .anchor-tab {
    flex:1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anchor .anchor-box .anchor-tab p {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.anchor .anchor-box .anchor-tab p:hover {
  color: #004EA2;
}
.mySwiper3{
    width: 100%;
    height: 100%;
}
.mySwiper3 .swiper-slide img{
    display: block;
  margin: 0 auto;
  width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.popup .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup .pop_ctn {
  width: 75%;
  height: 80%;
  padding: 20px;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #fff;
}
.popup .pop_ctn .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: -40px;
}
.popup .pop_ctn .close svg {
    width: 100%;
    height: 100%;
  transition: all 0.5s;
}
.popup .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup .pop_ctn .img {
  width: 100%;
  height: 100%;
  overflow: overlay;
  margin: 0 auto;
}
.popup .pop_ctn .img img {
  max-width: 980px;
  display: block;
  margin: 0 auto;
  width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
.crumb {
  width: 100%;
  margin-top: 100px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 16px 0;
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #333;
}
.products_detailsbox {
  margin-top: 120px;
}
.products_detailsbox .products_details_header {
  display: flex;
}
.products_detailsbox .products_details_header > div {
  width: 50%;
}
.products_detailsbox .products_details_header .header_l .swiper {
  width: 100%;
  overflow: hidden;
}
.products_detailsbox .products_details_header .header_l .mySwiper2 {
  position: relative;
}
.header_l .mySwiper2 .swiper-button-prev,
.header_l .mySwiper2 .swiper-button-next{
      
          width: 30px;
    height: 60px;
      background: #333;
      margin-top: 0;
      transform: translateY(-50%);
  }
.header_l .mySwiper2 .swiper-button-prev{
      left: 0;
      
  }
.header_l .mySwiper2 .swiper-button-next{
      right: 0;
  }
.header_l .mySwiper2 .swiper-button-prev:after,
.header_l .mySwiper2 .swiper-button-next:after{
  font-size:20px;
  color:#fff;   
  }
  
  .mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-button-next{
      
          width: 30px;
    height: 60px;
      background: #333;
      margin-top: 0;
      transform: translateY(-50%);
  }
.mySwiper3 .swiper-button-prev{
      left: 0;
      
  }
.mySwiper3 .swiper-button-next{
      right: 0;
  }
.mySwiper3 .swiper-button-prev:after,
.mySwiper3 .swiper-button-next:after{
  font-size:20px;
  color:#fff;   
  }
  
.products_detailsbox .products_details_header .header_l .mySwiper2 .play_video {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 12px;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  cursor: pointer;
}
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide {
  display: flex;
      cursor: pointer;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide{
   height:410px;
}
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide .play_video{
    display: none;
    
}
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide:nth-child(1) .play_video{
    display: flex;
}
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide video,
.products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.products_detailsbox .products_details_header .header_l .mySwiper {
  margin-top: 30px;
}
.products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide {
  position: relative;
  height: 90px;
  background: #ffffff;
  text-align: center;
  line-height: 90px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide video,
.products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide-thumb-active::before {
  content: "";
  background-image: url("/static/cn/img/play.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.products_detailsbox .products_details_header .header_r {
  margin-left: 90px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.products_detailsbox .products_details_header .header_r .tit {
  color: #333333;
}
.products_detailsbox .products_details_header .header_r hr {
  width: 38px;
  height: 1px;
  background: #004a96;
  margin: 32px 0 24px 0;
  border: none;
}
.products_detailsbox .products_details_header .header_r .mes {
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}
.products_detailsbox .products_details_header .header_r .btn {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}
.products_detailsbox .products_details_header .header_r .btn a {
  width: 160px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
    border: 1px solid #004EA2;
  color: #004EA2;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_details_header .header_r .btn a:after{
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
background-image: linear-gradient(to right, #2FC2EF, #183996);
    transition: all 0.4s linear;
}

.products_detailsbox .products_details_header .header_r .btn a:hover {

  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
border-color: transparent;
}
.products_detailsbox .products_details_header .header_r .btn a:hover:after {
 width: 100%;  
}


.products_detailsbox .products_features {
  margin-top: 120px;
}
.products_detailsbox .products_features .tit {
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.products_detailsbox .products_features .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.products_detailsbox .products_features .image img {
  width: 100%;
  object-fit: cover;

}

.products_detailsbox .products_casestudies {
  margin-top: 70px;
}
.products_detailsbox .products_casestudies .tit {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products_detailsbox .products_casestudies .tit_r {
  display: flex;
}
.products_detailsbox .products_casestudies .tit_r > div {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cecece;
  
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_casestudies .tit_r > div:hover {
  background-color: #004ea2;
}
.products_detailsbox .products_casestudies .tit_r > div:hover path {
  fill: #fff;
}
.products_detailsbox .products_casestudies .mySwiper_casestudies {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide:hover img {
  transform: scale(1.05);
}
.products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 40px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  
}
.products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide .info a{
     text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
    
}

.products_detailsbox .products_specifications {
  width: 100%;
  margin-top: 100px;
}
.products_detailsbox .products_specifications .tit {
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.products_specifications .model{
    margin-top: 36px;
    display: inline-block;
    padding: 16px 20px;
    background-image:linear-gradient(to right, #28B8E8 , #0253A5);
    color:#fff;
    border-radius: 10px;
    line-height: normal;
     font-family: Poppins-bold;
}
.products_specifications .products_specifications_con{
    margin-top: 10px;
    color: #333333;
}
.products_specifications .products_specifications_con > div{
padding-bottom:18px;
padding-top:16px;
border-bottom:1px solid rgba(0, 78, 162,0.1);
display: flex;
align-items: center;
}
.products_specifications .products_specifications_con > div span:nth-child(1){
    flex: 0 0 40%;
}
.products_specifications .products_specifications_con > div span{
    flex: 1;
}
.products_detailsbox .products_specifications .image {
  width: 100%;
  margin-top: 40px;
}
.products_detailsbox .products_specifications .image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.products_detailsbox .products_documents {
  margin-top: 100px;
}
.products_detailsbox .products_documents .tit {
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.products_detailsbox .products_documents .main {
  margin-top: 36px;
}
.products_detailsbox .products_documents .main .classification {
  display: flex;
  font-weight: 500;
}
.products_detailsbox .products_documents .main .classification > div {
  position: relative;
  padding-bottom: 20px;
  color: #333;
  margin-right: 120px;
  cursor: pointer;
}
.products_detailsbox .products_documents .main .classification > div:last-child {
  margin-right: 0;
}
.products_detailsbox .products_documents .main .classification > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004ea2;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_documents .main .classification .act {
  color: #004ea2;
}
.products_detailsbox .products_documents .main .classification .act:after {
  width: 100%;
}
.products_detailsbox .products_documents .main .listbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.products_detailsbox .products_documents .main .listbox .list {
  padding: 20px;
  width: calc((100% - 60px)/3);
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  color: #333333;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_documents .main .listbox .list:not(:nth-child(3n)) {
  margin-right: 30px;
}
.products_detailsbox .products_documents .main .listbox .list > div {
  flex: 1;
  margin-left: 20px;
}
.products_detailsbox .products_documents .main .listbox .list .tit {
  font-weight: 500;
  color: #333333;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.products_detailsbox .products_documents .main .listbox .list hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: rgba(51, 51, 51, 0.1);
  display: none;
}
/*.products_detailsbox .products_documents .main .listbox .list .subtit {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/
.products_detailsbox .products_documents .main .listbox .list:hover {
  color: #fff;
  background-image: linear-gradient(to right, #31cff7, #0459A9);
}
.products_detailsbox .products_documents .main .listbox .list:hover .tit {
  color: #fff;
}
.products_detailsbox .products_documents .main .listbox .list:hover hr {
  background-color: rgba(255, 255, 255, 0.1);
}
.products_detailsbox .products_documents .main .listbox .list:hover svg path {
  fill: #ffffff;
}
.products_detailsbox .products_swiper {
  margin-top: 60px;
  margin-bottom: 80px;
}
.products_detailsbox .products_swiper .tit {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products_detailsbox .products_swiper .tit_r {
  display: flex;
}
.products_detailsbox .products_swiper .tit_r > div {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_swiper .tit_r > div:hover {
  background-color: #004ea2;
}
.products_detailsbox .products_swiper .tit_r > div:hover path {
  fill: #fff;
}
.products_detailsbox .products_swiper .swiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 30px;
}
.products_detailsbox .products_swiper .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 40px 40px 40px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.products_detailsbox .products_swiper .swiper .swiper-slide:hover {
  background: #f7f7f7;
}
.products_detailsbox .products_swiper .swiper .swiper-slide .image {
  text-align: center;
height: 224px;
}

.products_detailsbox .products_swiper .swiper .swiper-slide .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.products_detailsbox .products_swiper .swiper .swiper-slide p {
  font-weight: 500;
  text-align: center;
  color: #333333;
  margin-top: 40px;
}
.layer {
    display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
 
}
.layer > div{
    width: 100%;
    height: 100%;
     display: flex;
  justify-content: center;
  align-items: center;
}
.layer .con {
  padding: 20px 12px 10px 12px;
  background-color: #fff;
  border-radius: 6px;
}
.layer .con .close {
  text-align: right;
}
.layer .con .close svg {
  cursor: pointer;
}
.layer .con .video {
  width: 50vw;
  max-width: 860px;
  margin-top: 20px;
}
.layer .con .video video {
  width: 100%;
}
.crumb > div a {
  flex: 0 0 auto;
}
.crumb > div a:last-child {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1600px) {
  .products_detailsbox {
    margin-top: 120px;
  }
  .products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide{
      
      height: 360px;
  }
  .products_detailsbox .products_details_header .header_r {
    margin-left: 4.6875vw;
  }
  .products_detailsbox .products_details_header .header_r hr {
    margin: 1.6667vw 0 1.25vw 0;
  }
  .products_detailsbox .products_details_header .header_r .btn {
    margin-top: 2.5vw;
  }
  .products_detailsbox .products_features {
    margin-top: 6.25vw;
  }
  .products_detailsbox .products_features .image {
    margin-top: 2.0833vw;
  }
  .products_detailsbox .products_casestudies {
    margin-top: 3.6458vw;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies {
    margin-top: 1.5625vw;
  }
  .products_detailsbox .products_specifications {
    margin-top: 5.2083vw;
  }
  .products_detailsbox .products_specifications .image {
    margin-top: 2.0833vw;
  }
  .products_detailsbox .products_documents {
    margin-top: 5.7292vw;
  }
  .products_detailsbox .products_documents .main {
    margin-top: 1.875vw;
  }
  .products_detailsbox .products_documents .main .classification > div {
    padding-bottom: 1.0417vw;
  }
  .products_detailsbox .products_swiper {
    margin-top: 3.125vw;
    margin-bottom: 4.1667vw;
  }
  .products_detailsbox .products_swiper .swiper {
    margin-top: 1.5625vw;
  }
  .products_detailsbox .products_swiper .swiper .swiper-slide {
    padding: 20px 2.0833vw 2.0833vw 2.0833vw;
  }
  .products_detailsbox .products_swiper .swiper .swiper-slide p {
    margin-top: 2.0833vw;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide {
    height: 360px;
  }
  .products_detailsbox .products_documents .main .classification > div {
    margin-right: 5.2vw;
  }
}
@media only screen and (max-width: 1440px) {
     .products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide{
      
      height: 330px;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide {
    height: 324px;
  }
  .products_detailsbox .products_swiper .swiper .swiper-slide .image {
  text-align: center;
height: 180px;
}
}
@media only screen and (max-width: 1200px) {
      .products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide{
      
      height: 310px;
  }
  .products_detailsbox .products_details_header .header_l .mySwiper .swiper-slide {
    height: 64px;
    line-height: 64px;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide {
    height: 303px;
  }
  .products_detailsbox .products_details_header .header_r .btn a {
    width: 130px;
  }
  .products_detailsbox .products_details_header .header_l .mySwiper {
    margin-top: 18px;
  }
    .products_detailsbox .products_swiper .swiper .swiper-slide .image {
  text-align: center;
height: 120px;
}
}
@media only screen and (max-width: 1000px) {
      .products_detailsbox .products_details_header .header_l .mySwiper2 .swiper-slide{
      
      height: 260px;
  }
    .anchor.on{
    top: 100px;
    }
     .products_detailsbox {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
    .anchor .anchor-box{flex-wrap:wrap;}
    .anchor .anchor-box .anchor-tab{flex:0 0 100%;margin-top:10px}
    .products_detailsbox .products_features .image p,span{
        font-size: 14px !important;
        
    }
     .products_detailsbox .products_features .image img{
         width: 100% !important;
         height: auto !important;
     }
    .anchor .anchor-box .tit{
        margin-right: 12px;
        
    }
    .anchor .anchor-box .anchor-tab p{margin-right:12px;}
    .anchor.on{
    top: 13.33vw;
    }
        .products_detailsbox .products_swiper .swiper .swiper-slide .image {

height: 80px;
}
    .popup .pop_ctn .close{
        right: -30px;
    }
  .crumb {
    margin-top: 13.33vw;
  }
  .products_detailsbox .products_details_header {
    flex-wrap: wrap;
  }
  .products_detailsbox .products_details_header > div {
    width: 100%;
  }
  .products_detailsbox .products_details_header .header_r {
    margin-left: 0;
    margin-top: 20px;
  }
  .products_detailsbox .products_details_header .header_r hr {
    margin: 10px 0 20px 0;
  }
  .products_detailsbox .products_details_header .header_r .btn {
    margin-top: 20px;
  }
  .products_detailsbox {
    margin-top: 13.33vw;
  }
  .products_detailsbox .products_documents,
  .products_detailsbox .products_specifications,
  .products_detailsbox .products_features {
    margin-top: 40px;
  }
  .products_detailsbox .products_swiper .swiper,
  .products_detailsbox .products_documents .main,
  .products_detailsbox .products_specifications .image,
  .products_detailsbox .products_casestudies .mySwiper_casestudies,
  .products_detailsbox .products_casestudies,
  .products_detailsbox .products_features .image {
    margin-top: 20px;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide {
    height: 50.61vw;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide-active {
    width: 100% !important;
  }
  .products_detailsbox .products_casestudies .mySwiper_casestudies .swiper-slide .info {
    padding: 20px;
  }
  .products_detailsbox .products_documents .main .listbox .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .products_detailsbox .products_documents .main .listbox .list:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .products_detailsbox .products_swiper {
    margin-top: 30px;
  }
  .products_detailsbox .products_swiper .swiper .swiper-slide {
    padding: 20px 32px 32px 32px;
  }
  .products_detailsbox .products_swiper .swiper .swiper-slide p {
    margin-top: 20px;
  }
  .products_detailsbox .products_swiper {
    margin-bottom: 40px;
  }
  .products_detailsbox .tit_r > div {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
  }
}
