.headerWrap{
    position: initial !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.n_pro{
    align-items: flex-start !important;
    padding: 0.93rem 0 0.88rem;
}
.n_pro_left{
    flex: 0 0 24%;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 10px;
    padding: 0.1rem 0.37rem 0.52rem 0.33rem;
}
.n_pro_right{
    width: 100%;
}
.n_pro_li{
    margin-top: 0.06rem;
}
.jionTop{
    padding: 0.25rem 0 0.28rem 0;
    justify-content: space-between;
    border-bottom: 1px dashed #D5D5D5;
}
.n_proCtit{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    text-transform: capitalize;
}
.jionTop.active .n_proCtit{
    color: #FF5B00;
}
.n_proCImg img{
    width: 0.15rem;
    height: 0.13rem;
    cursor: pointer;
}
.reduce{
    display: none;
}
.details{
    display: none;
    padding: 0;
}
.detailsTitle{
    font-family: Open Sans, Open Sans;
    font-weight: 600;
    font-size: 0.18rem;
    color: #747474;
    margin-top: 0.26rem;
    text-transform: capitalize;
}
.details3{
    padding-top: 0.06rem;
    padding-left: 0.18rem;
}
.details3 a{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #505050;
    margin-top: 0.08rem;
    transition: all 0.3s;
    text-transform: capitalize;
}
.details3 a:hover{
    color: #FF5B00;
    transition: all 0.3s;
    text-decoration: underline;
}
.n_pro_list1{
    padding-left: 0.52rem;
    flex-wrap: wrap !important;
    row-gap: 55px;
    column-gap: 32px;
    align-items: baseline;
}
.n_pro_list{
    flex: 0 0 31%;
}
.n_pro_img{
    height: 3.38rem;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}
.n_pro_list:hover .n_pro_img{
    border: 0.01rem solid #FF5B00;
}
.n_pro_img img{
    width: 100%;
    height: 3.38rem;
    transition: all 0.5s;
}
.n_pro_list:hover .n_pro_img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.n_pro_list p{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
    margin-top: 0.2rem;
    transition: all 0.5s;
}
.n_pro_list:hover p{
    color: #FF5B00;
    transition: all 0.5s;
}


/* details */
.proD{
    padding: 1.15rem 0 0.83rem;
}
.proDL{
    flex: 0 0 45%;
    width: 45%;
}
.proD .swiper {
      width: 100%;
      height: 100%;
    }

    .proD .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .proD .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .proD .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .proD .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .proD .mySwiper2 {
      height: 5.46rem;
      width: 100%;
      /*padding: 0 0 0 0.2rem;*/
      margin-left: 0.2rem;
        overflow: hidden;
        border-radius: 0.1rem;
    }

    .proD .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 20px 0;
      height: 5.4rem;
    flex: 0 0 0.8rem;
    }

    .proD .mySwiper .swiper-wrapper{
        /* display: block; */
    }

    .proD .mySwiper .swiper-slide {
      height: 100%;
      width: 100%;
    }
    
    .proD .mySwiper .swiper-slide.slide-video::before,
    .proD .mySwiper .swiper-slide.slide-video::after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    .proD .mySwiper .swiper-slide.slide-video::before{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2);
    }
    
    .proD .mySwiper .swiper-slide.slide-video::after{
        width: 0;
        height: 0;
        border:.15rem solid transparent;
        border-left: .2rem solid #fff;
        left: 58%;
    }

    .proD .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 0.01rem solid #FF5B00;
    }
    
    .mySwiper2 video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.mySwiper2 .swiper-button-next, .mySwiper2  .swiper-button-prev{
    width: 0.35rem;
    height: 0.35rem;
    background: #E8E8E8;
    border-radius: 50%;
}
.mySwiper2 .swiper-button-next{
    right: 0.08rem;
}
.mySwiper2 .swiper-button-prev{
    left: 0.28rem;
}
.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover{
    background: #b5b1b1;
}
.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after{
    content: "";
    width: 0.15rem;
    height: 0.13rem;
    background-size: contain !important;
}
.mySwiper2 .swiper-button-next:after{
    background: url("../img/proDArrow5.png") no-repeat;
}
.mySwiper2 .swiper-button-prev:after{
    background: url("../img/proDArrow4.png") no-repeat;
}
.mySwiper .swiper-button-next{
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%,0) rotate(90deg);
    right: auto;
    width: auto;
    height: auto;
}
.mySwiper .swiper-button-prev{
    bottom: auto;
    top: 0.28rem;
    left: 50%;
    transform: translate(-50%,0) rotate(90deg);
    right: auto;
    width: auto;
    height: auto;
}
.mySwiper .swiper-button-prev::after,.mySwiper .swiper-button-next::after{
    font-size: 0.16rem;
    color: #505050;
}
.mySwiper .swiper-button-next.swiper-button-disabled, .mySwiper .swiper-button-prev.swiper-button-disabled{
    color: #D6D6D6;
}

.mySwiper .swiper-slide{
    border-radius: .08rem;
    overflow: hidden;
}

.mySwiper .swiper-slide img{
    width: 0.8rem;
    height: 0.8rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


    .proDR{
        padding-left: 0.93rem;
    }
.home2_cont1{
  flex: 0 0 42%;
}
.text_tit{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  line-height: 0.6rem;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 0.2rem;
}
.home2_dec{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}
.home2_dec2{
    font-weight: 600;
    margin-top: 0.32rem;
}
.home2_list{
  margin-top: 0.24rem;
  width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0.32rem;
}
.home2_li{
  flex: 0 0 auto;
}
.home2_li div{
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  margin: auto;
      box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.home2_li.active div{
    border: 1px solid #EAEAEA;
    /*cursor: pointer;*/
}
/*.home2_li:nth-of-type(1) div{*/
/*  background: #F2D7EA;*/
/*}*/
/*.home2_li:nth-of-type(2) div{*/
/*  background: #FFFFFF;*/
/*}*/
/*.home2_li:nth-of-type(3) div{*/
/*  background: #202020;*/
/*}*/
/*.home2_li:nth-of-type(4) div{*/
/*  background: #BCB09B;*/
/*}*/
/*.home2_li:nth-of-type(5) div{*/
/*  background: #85AFBC;*/
/*}*/
/*.home2_li:nth-of-type(6) div{*/
/*  background: #966F9F;*/
/*}*/
.home2_li p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #505050;
  margin-top: 0.05rem;
  text-transform: capitalize;
}

.home2_li:hover p{
    color: #FF5B00;
    font-weight: bold;
}
.proD_more{
    margin-top: 0.38rem;
}
.text_more{
  border: 1px solid #8F8F8F;
  padding: 0.12rem 0.32rem;
  border-radius: 23px;
  width: auto;
  display: inline-flex !important;
  transition: all 0.3s;
  margin-right: 0.15rem;
}
.text_more_img{
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
.text_more_img img:nth-of-type(2){
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.text_more img{
  width: 0.15rem;
  height: 0.13rem;
  transition: all 0.3s;
}
.text_more p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #505050;
  transition: all 0.3s;
}
.text_more:hover{
  background: #000000;
  border-color: transparent;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.text_more:hover p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.proDtel{
    margin-top: 0.32rem;
}
.proDtel_li{
    margin-bottom: 0.08rem;
}
.proDtel_li img{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.08rem;
}
.proDtel_li p,.proDtel_li a{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #363636;
}
.proDtel_li a{
    font-weight: 600;
    color: #FF5B00;
}

.proD2{
    background: url("../img/proD_bg.png") no-repeat;
    background-size: cover;
}
.proD2 img{
    border-radius: 0.1rem !important;
}
.proD2_1{
    padding: 0.75rem 0 0.69rem;
}
.proD2 .text_tit{
    padding: 0;
    border: none;
}
.proD2_1_list{
    margin-top: 0.34rem;
    justify-content: space-between;
    align-items: normal;
}
.proD2_1_li{
    flex: 0 0 auto;
    max-width: 40%;
}
.proD2_1_li p{
    font-family: Open Sans, Open Sans;
    font-weight: 600;
    font-size: 0.22rem;
    color: #000000;
}
.proD2_1_li span{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #505050;
    margin-top: 0.11rem;
    display: block;
}
.proD2_1_list .line{
    width: 0.01rem;
    height: 0.54rem;
    background: #C4C4C4;
    margin-top: 0.1rem;
}
.proD2_2_list{
    margin-top: 0.62rem;
    justify-content: space-between;
}
.proD2_2_list img{
    width: 47.5%;
    flex: 0 0 47.5%;
    height: 7.03rem;
}
.proD2_3{
    justify-content: space-between;
    padding: 0.76rem 0 1.28rem;
}
.proD2_3 .home2_dec{
    flex: 0 0 64%;
}
.proD2_4 img{
    height: 5rem;
    width: 100%;
}
.proD2_4 .text_tit{
    margin: 0.76rem 0 0.22rem;
}
.proD2_5{
    padding: 1.3rem 0;
}
.proD2_5_cont{
    background: #F5F5F5;
    border-radius: 10px;
}
.proD2_5_li:nth-of-type(1) img{
    border-radius: 10px  0px  0px  10px;
}
.proD2_5_li:nth-of-type(1) .proD2_5_p{
    padding: 0 0.54rem 0 0.36rem;
}
.proD2_5_li:nth-of-type(2) img{
    border-radius: 0px  10px  10px  0px;
}
.proD2_5_li:nth-of-type(2) .proD2_5_p{
    padding: 0 0.36rem 0 0.54rem;
}
.proD2_5_li img{
    height: 5rem;
    width: 50%;
    flex: 0 0 50%;
}
.proD2_5_li .proD2_5_p{
    flex: 0 0 50%;
}
.proD2_6{
    border-bottom: 1px solid #D9D9D9;
    padding: 1.3rem 0;
}
.proD2_6_list{
    justify-content: space-between;
    align-items: flex-start;
}
.proD2_6_li{
    flex: 0 0 47.5%;
}
.proD2_6_li img{
    height: 7.03rem;
    width: 100%;
}
.proD2_6_li .text_tit{
    margin: 0.73rem 0 0.52rem;
}

.related{
    margin-top: 0.74rem;
    padding-bottom: 0.8rem;
}
.related_p{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
}
.related_img{
    overflow: hidden;
    border-radius: 10px;
}
.related_img img{
    height: 3.39rem;
    width: 100%;
    transition: all 0.3s;
}
.related_swiper{
    position: relative;
}
.related .swiper {
      width: 100%;
      height: 100%;
      margin-top: 0.68rem !important;
    }

    .related .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
    transition: all 0.3s;
    }

    .related .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .related .swiper-slide p{
        font-family: Open Sans, Open Sans;
        font-weight: 400;
        font-size: 0.18rem;
        color: #000000;
        text-align: center;
        margin-top: 0.19rem;
        transition: all 0.3s;
    }

.related .swiper-slide:hover .related_img img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.related .swiper-slide:hover p{
    color: #FF5B00;
    transition: all 0.3s;
}
.related .swiper-button-next, .related .swiper-button-prev{
    width: 0.43rem;
    height: 0.433rem;
    background: #FF5B00;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
    border-radius: 50%;
}
.related .swiper-button-next{
    right: 1.47rem;
}
.related .swiper-button-prev{
    left: 1.47rem;
}
.related .swiper-button-next:after, .related .swiper-button-prev:after{
    content: "";
    background-size: cover !important;
    width: 0.18rem;
    height: 0.15rem;
}
.related .swiper-button-prev:after{
    background: url("../img/newsArrow1.png") no-repeat;
}
.related .swiper-button-next:after{
    background: url("../img/newsArrow11.png") no-repeat;
}
.related .swiper-button-prev.swiper-button-disabled::after{
    background: url("../img/newsArrow2.png") no-repeat;
}
.related .swiper-button-next.swiper-button-disabled::after{
    background: url("../img/newsArrow22.png") no-repeat;
}
.related .swiper-button-next.swiper-button-disabled, .related .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background: #FFFFFF;
}