@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
*{box-sizing:border-box}
.wrap{width:1560px;margin:0 auto;}
.wrap-1730{width:1730px;margin:0 auto;}
.wrap-1680{width:1700px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;background: var(--bgcolor);display: flex;}
.top{height:55px;transition: 0.6s;padding-right: 50px;}
.top_header .top-left{border-right: 1px solid rgba(255,255,255,0.2);width: 270px;}
.top_header .top_box{width: calc(100% - 270px);}
.top_header .top-left .logo{display: flex;align-items: center;height: 100%;padding: 0 25px;}
.top .flex{align-items: center;height: 100%;}
.top>.flex{justify-content: flex-end;}
.top .lang-box .txts{align-items: center;}
.top .lang-box .txts img{margin: 0 13px 0 8px;width: auto;}
.top .lang-box h3{font-size: 16px;color: #fff;font-family: 'Barlow-Medium';text-transform: uppercase;}
.top .lang{align-items: center;}
.top .lang-box .lang a{margin-left:20px;display: flex;align-items: flex-start;}
.top .lang-box .lang a:nth-child(1){margin-right: 0;}
.top .lang-box .lang a span{font-size:14px;margin-right:8px;line-height: 1;color: #fff;}
.top .lang-box .lang a:hover span{opacity: 0.9;}
.top_header.height .top{height: 35px;}

.header{transition-duration:.6s;height:45px;width:100%;z-index: 9999999;display:flex;align-items: center;box-shadow: 0 3px 7px rgba(0,0,0,.10);border-top: 1px solid rgba(255,255,255,0.2);padding-left: 30px;}
.header.height{height: 35px;}
.header>.wrap{position: relative;padding-right: 10px;}
.top_header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);}
.header .header-right .item h3 a{font-size:14px;font-family: 'Barlow-Bold';color: #fff;transition: 0.5s;line-height: 1;}
.header .header-right .item{margin-left:35px;position: relative;}
.header .header-right .item:last-child{margin-left:0;}
.header .ico{align-items: center;padding-right: 60px;}
.header .ico a{margin-left:25px;color:#fff;font-size:20px;margin-top: 3px;}
.header .ico a:hover{opacity: 0.9;}
.header .ico a:nth-child(1) i{font-size: 22px}
.header .item h3{height: 100%;display: flex;align-items: center;}
.header .item{display:flex;height:40px;align-items: center;position: relative;}
.header .item h3 a{text-transform:uppercase;display: flex;align-items: center;height: 100%;padding-top: 3px;}
/* .header .item h3 a:hover,.header .item.on h3 a{color: var(--on-color);} */
.ab{margin-top: 100px;}
.top_header.height .header .header-right .menu .sub{top:45px;}
.header .header-right .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
    position: absolute;
    top: 55px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.9);
    box-shadow:0 15px 30px rgba(0,0,0,.1);
  }
  .header .header-right .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .header-right .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
    align-items: center;
  }
  .header .header-right .menu .sub .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .header-right .menu .sub .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .header .header-right .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .header-right .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .header-right .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .header-right .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-right .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,.9);
    left: 20px;
    top: -19px;
    position: absolute;
  }
.h_banner video{width: 100%;height: 100%;object-fit: cover;}
.h_banner .banner-video{position: relative;width: 100%;height: 100%;}
.h_banner .banner-video::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0, 0.2);z-index: 1;}
.h_banner .home_pag{right: 60px;top: calc(50% + 50px);}
.home_swi{height: 46.88vw;overflow: hidden;width: 100%;}
.home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 15px;height: 15px;border-radius: 50%;z-index: 10;margin: 0 0 25px 0;}
.home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 15px;height: 15px;border-radius: 50%;margin-right: 0px !important;opacity: 1;background: var(--bgcolor);margin-bottom: 25px;}	
.h_banner .home_swi .h_b_box{width: 100%;height: 100%;}
.h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container .logob{margin-top: 330px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 72px;font-family: 'Barlow-Bold';text-align: center;line-height: 1;text-transform: uppercase;margin-top: 32px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 30px;font-family: 'Barlow-Medium';text-align: center;line-height: 1.2;text-transform: uppercase;margin-top: 20px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btn_box{display: flex;margin-top: 80px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btn_box .btns{height: 50px;min-width: 170px;background: #fff;display: flex;align-items: center;justify-content: center;font-family: 'Barlow-Bold';font-size: 16px;margin-left: 20px;background:linear-gradient(-45deg, transparent 14px, #fff 0);transition: 0.5s;margin-top: 0;border: none;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btn_box .btns:hover{background:linear-gradient(-45deg, transparent 14px, #d81706 0);color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btn_box .btns:last-child{margin-right: 0;}
.home_swi .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: red;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin: 0 !important;
  }
.home_swi .swiper-slide .h_b_box,.home_swi .swiper-slide .h_b_box .h_b_img,.home_swi .swiper-slide .h_b_box .h_b_img a{width: 100%;height: 100%;}
.home_swi .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.btns {
  font-size: 16px;
  width: 130px;
  height: 40px;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  padding: 0 5px;
}
.btns:hover i{color: #fff;}
.btns i{font-size: 16px;margin-right: 12px;position: relative;z-index: 8;transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);color: var(--bgcolor);}
.btns span{position: relative;z-index: 8;transition: all 0.8s}
.banner{position: relative;}
.banner img{width:100%;}

.index-pro{padding:90px 0 100px;background: url("/skin/images/cate_back_03.jpg") no-repeat;background-position: center top;}
.pro-top h1{font-size: 48px;font-family: 'Barlow-Bold';line-height: 1;}
.pro-top p{font-size: 18px;font-family: 'Barlow-Medium';line-height: 24px;max-width: 800px;margin-top: 15px;}
.index-prod{padding-bottom: 90px;}
.index-prod .pro-top h1{text-align: center;}
.index-prod .pro-top p{text-align: center;max-width: 880px;margin: 20px auto 0 auto;}

.pro-swiper{overflow: hidden;margin: 0 auto;}
.pro-swiper .swiper-wrapper{margin-top: 42px;}
.pro-swiper .swiper-slide a{width: 100%;}
.pro-swiper .item{position: relative;overflow: hidden;margin-right: 40px;padding: 30px 20px 50px 22px;background: linear-gradient(-45deg, transparent 80px,#fff 0);transition: 0.6s;}
/* .pro-swiper .item:hover .pics img{transform: scale(1.1);} */
.pro-swiper .item:hover{background: linear-gradient(-45deg, transparent 80px,var(--bgcolor) 0);}
.pro-swiper .item:hover .pro-no h3,.pro-swiper .item:hover,.pro-swiper .item:hover .txts h1,.pro-swiper .item:hover .txts .more{color: #fff;border-color: #fff;}
.pro-swiper .item .pro-no{display: flex;align-items: center;}
.pro-swiper .item:hover .pro-no .line{background: #fff;}
.pro-swiper .item .pro-no .line{width: 50px;height: 2px;background: #000;margin-right: 8px;}
.pro-swiper .item .pro-no h3{font-size: 18px;font-family: 'Barlow-Bold';}
.pro-swiper .item .pics{width: 100%;margin-top: 110px;overflow: hidden;position: relative;}
.pro-swiper .item .pics img{transition: 0.5s;}
.pro-swiper .item .txts{padding-top: 20px;}
.pro-swiper .item .txts h1{font-size: 18px;font-family: 'Barlow-Bold';margin-bottom: 15px;}
.pro-swiper .item .txts .more{color: #404040;font-size: 16px;border-bottom: 1px solid #000;line-height: 1;}
.img_t{position: absolute;top: 0;left: 0;transition:0.6s;transform: translate(-100%);}
.pro-swiper .item:hover .img_t{transform: translate(0);}
.img_t{transition: 0.6s;}
.pro-swiper .item:hover .img_o{transform: translateY(100%);}
.sw-box{position: absolute !important;top: 75px;left:0;width: 90px;z-index: 99999999999999 !important;height: 40px;}
.prod-swiper{padding-bottom: 120px;}
.prod-swiper .sw-box{bottom: 0;left: 50%;transform: translate(-50%);top: auto;}
.swiper-button-prev i,.swiper-button-next i{ font-size: 38px;color: #000000;transition: 0.4s;display: inline-block;font-weight: bold;}
  .pro-swiper .swiper-button-prev:hover i,.pro-swiper .swiper-button-next:hover i{color: var(--bgcolor);}
.sw-box .swiper-button-prev {
  left: 0 !important;
  top: auto;
  bottom: 0px !important;
  margin-top: 0;
  transition: 0.6s;
}
.swiper-button-prev,.swiper-button-next{background-image: none;}
.swiper-button-prev:hover i,.swiper-button-next:hover i{color: var(--bgcolor);}
.sw-box .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
}
.his-swiper::after{content: "";position: absolute;right: 0;top: 0;width: 60px;height: 100%;background: url("/skin/images/bodyback_01.jpg");z-index: 9;}
.his-swiper::before{content: "";position: absolute;left: 0;top: 0;width: 60px;height: 100%;background: url("/skin/images/bodyback_01.jpg");z-index: 9;}
.slogan{padding: 35px 0;background: var(--bgcolor);width: 100%;}
.logop{padding: 25px 0;background: #fff;max-height: 90px;}
.slogan .bd ul li{ margin:0 40px; float:left; display:inline; overflow:hidden; text-align:center;}
.slogan .bd ul li a{text-align: center;font-size: 36px;font-family: 'Barlow-Medium';color: #fff;white-space: nowrap;}
.logop .bd ul li a{width: 220px;}
.slogan .tempWrap{width: 100% !important;}
.logop .tempWrap{height: 90px !important;}
.index-about{padding: 90px 0 110px 0;}
.index-about .ab_l h1{color: #202020;font-size: 48px;font-family: 'Barlow-Bold';text-transform: uppercase;max-width: 400px;line-height: 1;margin-top: 15px;}
.index-about .ab_l h1 span{color: var(--bgcolor);}
.index-about .ab_box.flex{flex-wrap: nowrap;}
.index-about .ab_box p{max-width: 780px;font-size: 18px;color: #282828;line-height: 32px;margin-right: 20px;}
.links{padding-bottom: 90px;}
.links .item{display: flex;flex-direction: column;width: 25%;align-items: center;border-left: 1px solid #d2d2d2;justify-content: flex-end;}
.links .item:nth-child(1){width: 23%;padding-left: 7%;}
.links .item:nth-child(2){width: 30%;}
.links .item:nth-child(3){width: 28%;}
.links .item:nth-child(4){width: 19%;padding-right: 7%;}
.links .item:last-child{border-left: none}
.links .item:hover i{color: var(--bgcolor  );}
.links .item span{font-size: 30px;font-family: 'Barlow-Bold';text-align: center;margin-top: 25px;}
.index-video{position: relative;max-width: 1920px;margin: 0 auto;}
.index-video .titlev {position: absolute;left: 180px;top: 95px;}
.list-video .titlev{top: 85px;}
.history .titlev{text-align: center;z-index: 9;position: relative;}
 .titlev h5,.titlen .tit_l h5{color: #7b7b7b;font-size: 16px;}
.titlev h1,.titlen .tit_l h1{font-size: 48px;font-family: 'Barlow-Bold';line-height: 1;margin-top: 5px;}
.titlev p{font-size: 30px;margin-top: 25px;}
.index-video .video-btn{position: absolute;top: 465px;left: 590px;transition: 0.6s;cursor: pointer;}
.index-video .video-btn:hover{transform: rotate(360deg) scale(1.05);}
.titlen{align-items: center;width: 100%;margin-bottom: 50px;}
.list-video .video-btn{top: 450px;left: 615px;}
.titlen .btn_n{color: #202020;font-size: 18px;display: flex;align-items: center;border-bottom: 1px solid #202020;}
.titlen .btn_n i{font-size: 26px;margin-left: 10px;transition: 0.3s;}
.titlen .btn_n:hover{color: var(--on-color);border-color: var(--on-color);}
.titlen .btn_n:hover i{transform: translate(5px);}
.news-list{margin-top: 70px;}
.list-about{padding-top: 70px;}
.list-about .about-l{width: 43%;}
.list-about .about-r{width: 54%;}
.list-about .about-r h2{font-size: 24px;font-family: 'Barlow-Bold';line-height: 32px;text-transform: uppercase;}
.list-about .about-r .textcontent{font-size: 16px;line-height: 26px;margin-top: 30px;}
.list-about .flex{margin-top: 40px;}
.index-data{padding: 25px 0;border-top: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;margin-top: 40px;} 

 .bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
  }
 .bn-list .libox{display: flex;width: 33%;align-items: center;border-left: 1px solid #b2b2b2;}
  .bn-list .libox:nth-child(1){padding-right: 25px;}
  .bn-list .libox:nth-child(2){padding-right: 45px;}
  .bn-list .libox:nth-child(3){padding-right: 65px;border: none;}
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.7s;
    margin-right: 30px;
  }
    .bn-list li h2 .txt{
    font-size: 40px;
    font-weight: bold;
    /* position: absolute;
    top: 0;
    right: -35px; */
    font-family: 'Barlow-Bold';
    transform: translateY(-3px);
    margin-right: 15px;
    display: inline-block;
    position: relative;
   }
   .bn-list li h2 .txt>sup{
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -12px;
    font-family: 'Barlow-Bold'
   }
 .bn-list li h2 .number {
    font-size: 48px;
    font-family: 'Barlow-Bold';
    line-height: 1;
    display: inline-block;
    transition: 0.5s;
  }
  .bn-list li:nth-child(1) h2 .number{margin-left: -8px;margin-bottom: 8px;}
  .bn-list li h2 .plus{font-size: 48px;font-family: 'Barlow-Bold';}
  .bn-list .libox:hover h2 .number{color: var(--bgcolor);}
 .bn-list li .des {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    margin-top: 5px;
  }

.history{position: relative;}
.history .his-back{position: absolute;left: 0;top: 0;z-index: 3;width: 100%;}
.history .his-back img{width: 100%;}
.history .txts{padding: 0 25px;transition: 0.8s;position: relative;margin-top: 250px;}
.history .txts .no{font-family: 'Barlow-Bold';font-size: 48px;line-height: 1;color: #d81706;}
.history .txts .no span{position: relative;z-index: 5;}
.history .txts .no span::after{width: 100%;height: 6px;content: "";position: absolute;bottom: -30px;left: 0;background: #000;transition: 0.6s ease;}
.history .txts .txt{width: 100%;margin-top: 55px;transition: 0.8s;}
.history .txts .txt h2{font-family: 'Barlow-Bold';font-size: 24px;position: relative;z-index: 3;}
.history .txts .txt p{font-size: 16px;margin-top: 30px;line-height: 30px;position: relative;z-index: 3;}
.history .txts .txt{position: relative;}
.history .txts .txt .pics{margin-top: 35px;position: relative;z-index: 5;}
.his-swiper{padding: 0 85px;overflow: hidden;}
.his-swiper .swiper-slide .his-item{min-height: 800px;display: flex;flex-direction: column;justify-content: flex-start;transition: 0.8s;position: relative;cursor: pointer;margin: 0 20px;padding-bottom: 15px;}
.his-swiper .swiper-slide .his-item::after{ content: "";position: absolute;top: 0;left: 0;width: 100%;height: 0;background: #fff;transition: 0.8s;}
.his-swiper .swiper-slide .his-item:hover::after{height: 100%;z-index: -1;}
.his-swiper .pic img{width: 100%;}
.his-swiper .swiper-slide-active .his-item .his-back{background: rgba(0,0,0,0);}

.work{padding: 15px 0 85px;}
.fac-swiper{margin-top: 40px;width: 100%;padding: 0 50px;}

.fac-swiper .swiper-button-prev{left: 0;}
.fac-swiper .swiper-button-next{right: 10px;}
.fac-swiper::after{content: "";position: absolute;right: 0;top: 0;width: 40px;height: 100%;background: url("/skin/images/bodyback_01.jpg");z-index: 9;}
.fac-swiper::before{content: "";position: absolute;left: 0;top: 0;width: 40px;height: 100%;background: url("/skin/images/bodyback_01.jpg");z-index: 9;}
.fac-swiper .item{margin: 0 20px;width: calc(100% - 40px);padding: 10px;background: rgba(255,255,255,1);}
.fac-swiper .item .pic img{width: 100%;transition: 0.5s;}
.fac-swiper .item:hover .pic img{transform: scale(1.13);}
.fac-swiper .item .pic{overflow: hidden;}
.fac-swiper .item .txt{padding: 20px 0;background: #fff;}
.fac-swiper{padding: 0 20px;}
.fac-swiper .swiper-wrapper{width: 80% !important;}
.culture .cultxt {font-size: 16px;line-height: 24px;margin-top: 40px;}
.honor{position: relative;padding: 50px 0 30px 0;max-width:1920px;margin: 0 auto;}
.honor .titlev{position: absolute;top: 100px;left: 180px;}
.honor .item{margin: 0 0 40px 40px;width: calc((100% - 120px)/4);padding: 10px;background: rgba(255,255,255,1);transition: 0.5s;}
.honor .item .pic img{width: 100%;}
.honor .item:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.12);}
.honor .item:hover .txt{color: var(--bgcolor);}
.honor .item:nth-child(4n){margin-left: 0;}
.honor .item .box .txt{font-size: 16px;padding: 20px 0 15px 0;background: #fff;padding-left: 10px;}
.honor .wrap{margin-top: -220px;}

.catalog{margin-top: 30px;}
.catalog .menus{height: 65px;background: var(--bgcolor);display: flex;cursor: pointer;}
.current{background: #202b32;}
.catalog .menus .item{height: 100%;font-size: 30px;font-family: 'Nacelle-Bold';color: #fff;margin-left: 80px;padding: 0 35px;display: flex;align-items: center;}
.a-back{position: relative;} 
.a-back .txts{position: absolute;left: 60px;top: 75px;color: #fff;} 
.a-back .txts h1{font-size: 48px;line-height: 1.3;text-transform: uppercase;font-family: 'Barlow-Bold';}
.a-back .name{font-size: 30px;color: #c1c1c1;position: absolute;left: 5px;bottom: 40px;}
.bookbox{flex-direction: column;align-items: center;margin-bottom: 100px;}
.bookbox  iframe{width: 100%;height: 750px;}
.bookbox .btn-box{display: flex;margin-top: 40px;justify-content: center;}
.btna{height: 45px;width: 210px;display: flex;align-items: center;background: var(--bgcolor);padding: 2px;transition: 0.5s;position: relative;z-index: 0;overflow: hidden;cursor: pointer;margin-right: 35px;padding-left: 13px;}
.btna span{font-size: 16px;line-height: 1;display: flex;min-width: 155px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;color: #000;padding: 0 10px;transition: 0.5s;}
.btna span::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;top: 0;right: 0;z-index: -1;transition: 0.5s;}
.btna::after{content: '';width: 100%;height: 100%;background: var(--bgcolor);position: absolute;top: 0;right: 0;z-index: -3;transition: 0.5s;}
.btna:hover::after{width: 0;}
.btna:hover span::after{width: 0;}
.btna:hover span,.btna:hover i{color: #fff;}
.btna i{font-size: 25px;color: #fff;position: relative;z-index: 3;margin-right: 15px;transition: 0.5s;}

.footer{color:#fff;background:var(--bgcolor);padding-top: 70px;}
.info_f{margin-top: 50px;}
.info_f .ico{align-items: center;}
.info_f .ico a{position: relative;color:#fff;font-size:20px;margin-right:18px}
.info_f .ico a i{font-size: 20px;display: inline-block;transition: 0.5s;}
.info_f .ico a:after{content:"";width:1px;height:18px;background:#bababa;position: absolute;right:-9px;top:50%;margin-top:-9px;}
.info_f .ico a:nth-last-child(1):after{display: none;}
.info_f .ico a i:hover{transform: translateY(-5px);}

.footer .info{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 60px;}
.footer .info>.flex{flex-wrap: nowrap;}
.footer .info .info-txt{font-size: 18px;color: #fff;max-width: 600px;line-height: 24px;}
.footer .info .dls{display: flex;width: 100%;margin-top: 30px;}
.footer .info .dls .dl-txt{margin-right: 60px;margin-bottom: 30px;}
.footer .info .dls .dl-txt p{font-size: 16px;line-height: 32px;max-width: 545px;margin-top: 30px;}
.footer .info .dls .dl{margin-right: 80px;margin-bottom: 20px;max-width: 380px;}
.footer .info .dls .dl:last-child{margin-right: 30px;}
.dl .dl-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Barlow-Bold';
  color: #fff;
}
.dl .dl-title a{border-bottom: 1px solid rgba(255,255,255,.8);}
.dl>dd a{
  color: #fff !important;
  line-height: 36px;
  font-size: 16px;
}
.dl>dt a{color: #fff;}
.dl>p{display: flex;margin-bottom: 35px;}
.dl>.p{line-height: 28px;}
.dl>.p .txt_box a:last-child,.dl>.p .txt_box a:nth-last-child(2){margin-left: 60px;}
.dl>.p1 .txt_box a:last-child{margin-left: 10px;}
.dl>p .iconx{width: 20px;margin-left: 10px;}
.dl>p .iconx img{width: 100%;}
.dl>p .txt_box{width: calc(100% - 32px);}
.dl>p,.dl>p a{color: #fff;font-size: 16px;line-height: 25px;transition: 0.5s;}
.footer .info .dls .dl dd span{position: relative;}
.footer .info .dls .dl dd span:hover::after{width: 100%;}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .info .message{width: 625px;}
.footer .info .message .mes-title{margin-bottom: 20px;font-size: 30px;font-family: 'Barlow-Bold';color: #fff;line-height: 40px;}
.footer .info .message .mes-title span{border-bottom: 1px solid #fff;}
.footer .info .message .mes-title i{font-size: 32px;margin-right: 16px;color: #fff;}
.footer .info .message .mes-des{font-size: 16px;color: #fff;line-height: 24px;}
.footer .info .message form{margin-top: 40px;}
.footer .info .message .form-div{display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.footer .info .message label{width: 100%;}
.footer .info .message .mw
{font-size: 16px; width: 100%;height: 50px;padding-right: 10px;box-sizing: border-box;background: #fff;}
.footer .info .message .mw::placeholder{color: #bebebe;}
.footer .info .message #submit{transition: 0.4s ease; display: flex; height:40px;background-color: #fff;border: none;align-items: center;justify-content: center;padding: 0 10px;position: relative;width: 100%;line-height: 1;margin-top: 20px;cursor: pointer;}
.footer .info .message #submit span{font-size: 16px;color: var(--bgcolor);z-index: 2;margin-top: 3px;transition: 0.5s;}
.footer .info .message #submit i{font-size: 16px;z-index: 2;color: var(--bgcolor);transition: 0.5s;margin-left: 8px;}
 .message #submit:hover{transform: scale(1.05);}
 .footer .info .message #submit:hover span{transform: translate(-10px);}
 .footer .info .message #submit:hover i{transform: translate(10px);}
.footer .info .message .ipt-title{font-size: 16px;color: #fff;margin-bottom: 15px;}
.form-group {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.form-title {
  font-size: 16px;
  margin-left: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.checkbox-row {
  display: flex;
}

.checkbox-label {
  font-size: 16px;
  display: flex;
  /* white-space: nowrap !important; */
  line-height: 1;
  align-items: center;
}
 .checkbox-label span{display: inline-block;width: calc(100% - 17px);}
.checkbox-label:nth-child(1){margin-left: 20px;}
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
} 
.custom-check{width: 12px;height: 12px;border-radius: 50%;background: #fff;position: relative;margin-left: 5px;}
.custom-check1{width: 12px;height: 12px;background: #fff;position: relative;margin-left: 8px;}
input[type="checkbox"]:checked + .custom-check::after{
   width: 6px;
   height: 6px;
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background: var(--bgcolor);
   border-radius: 50%;
}
input[type="checkbox"]:checked + .custom-check1::after{
  font-family: 'iconfont';
  content: "\e61d";
  position: absolute;
  color: var(--on-color);
  left: 50%;
   top: 50%;
   transform: translate(-60%, -50%);
   font-size: 11px;
}

.footer .bottom{padding:40px 0 60px;border-top:1px solid rgba(255,255,255,.3);}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;}
.footer .bottom p a{margin-left: 15px;}

.location{height: 40px;border-bottom: 1px solid #c2c2c2;}
.location .wrap{display:flex;align-items: center;height: 100%;}
.location a{text-transform:uppercase;font-size: 16px;}
.location a:hover{color: var(--bgcolor);}
.location i{margin:0 12px;font-size: 28px;margin-top: 3px;}
.location a:last-child{color:var(--bgcolor)}

.sidebar{width:280px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t{margin-bottom:10px;height:109px;background:url(../images/news_bg.png);border-radius:10px 10px 0 0;padding:23px 0 0 30px}
.sidebar .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;color:#fff;}
.sidebar .t .line{width:46px;height:3px;background:#fff;}
.sidebar .bd .item h3 a{height:50px;border-bottom:1px solid #CED2D9;align-items:center;font-size:18px;display:flex;position:relative;}
.sidebar .bd .item h3 a i{position:absolute;font-size:13px;right:5px;top:50%;margin-top:-5px;}
.sidebar .bd .item.on h3 a,.sidebar .bd .item h3 a:hover{color:#338BCF}
.sidebar .bd .item .sub{padding:20px 0;}
.sidebar .bd .item .sub a{margin-bottom:20px;display:flex;align-items:center;}
.sidebar .bd .item .sub a i{font-size:13px;width:25px;margin-left:10px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:#338BCF}
.content{width: 100%}

.list-download .t{text-transform:uppercase;margin-bottom:40px;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-download .list .item{margin-bottom:25px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:20px 40px 20px 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.12);border-radius:5px;}
.list-download .list .item .name{display:flex;width:80%;}
.list-download .list .item .name .i{width:40px;display:flex;align-items: center;}
.list-download .list .item .name .i i{height:22px;width:22px;background:#338BCF;font-size:0;border-radius:22px;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:18px;color:#0B2042}
.list-download .list .item .name .info p{transition-duration:.5s;padding-top:8px;color:#0B2042;font-size:12px;opacity:.6;}
.list-download .list .item .name .info p i{font-size:12px;margin-right:5px;}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more i{transition-duration:.5s;}
.list-download .list .item .more i:last-child{color:#338BCF;margin-left:20px;}
.list-download .list .item:hover a{background:#338BCF}
.list-download .list .item:hover .name .i i{font-size:24px;color:#fff;background:none;;}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .name .info p{opacity:.6;color:#fff;}
.list-download .list .item:hover .more i{color:#fff;}

.list-news .hd .item a{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;}
.list-news .hd .item a .txt{width:55%;}
.list-news .hd .item a .pic{width:40%;border-radius:13px;}
.list-news .hd .item a .pic img{border-radius:12px;}
.list-news .item .m{font-size:16px;height:30px;border:1px solid #404040;display:inline-block;line-height:30px;padding:0 15px;color:#404040;text-transform:uppercase;transition: 0.5s;background: #fff;}
.list-news .item:hover .m{background: var(--bgcolor);color: #fff;border-color: var(--bgcolor);}
.list-news .item .t{transition-duration:.4s;font-size:24px;line-height:36px;color:#202020;margin-top: 20px;}
.list-news .bd{width: 100%;}
.list-news .list .item .t{padding-left: 90px;}
.list-news .item .p{font-size:16px;line-height:26px;color:#202020;margin-top:30px;}
.list-news .item .time{font-size:14px;color:#a1a1a1;}
.list-news .hd .item .time{margin-top: 70px;}
.list-news .item:hover a .t{color:var(--on-color)}
.list-news .line{margin:30px 0;height:1px;width:100%;background:#CBCBCB;}
.list-news .line1{margin-top: 50px;}
.list-news .list{padding:20px 0;width: 100%;}
.list-news .list .item{width:calc(100% / 3);padding:10px 3% 10px  20px;border-left:1px solid #CBCBCB;}
.list-news .list .item:first-child{padding-right:0;}
.list-news .list .item:last-child,.list-news .list .item:nth-child(3n){border-left:0;}
.list-news .list .item .more{display:flex;justify-content: space-between;align-items:center;margin-top:70px;}
.list-news .list .item .more i{font-size: 25px;color: var(--on-color)}
.list-news .paging{padding-top:45px;padding-bottom: 100px;}

.list-news .show .t h2{font-size:18px;color:var(--bgcolor);line-height:24px;}
.list-news .show .tm .time{margin-top: 25px;}
.list-news .show .c{margin-bottom:30px;padding:30px 0 70px 0;color:#404040;font-size:16px;line-height:28px;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;margin-top: 25px;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;color:#202b32;line-height:32px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:16px;justify-content: center;padding: 0 30px;line-height: 1;}
.list-news .show .m .btn img{margin-left:10px}
.list-news .show .m .btn:hover{border-radius:30px}
.list-news .titlev{margin: 70px 0 15px 0;overflow: hidden;}
.news-detail{padding-bottom: 70px;}

.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .list .item{transition-duration:.6s;width: calc((100% - 120px)/4);padding:20px 20px 30px 15px;margin:0 0 40px 40px;background: #fff;}
.index-prod .swiper-slide{padding-right: 40px;}
.index-prod .swiper-wrapper{margin-top: 100px;} 
.index-prod .list .item{width: 100%;margin: 0 20px;}
.list-products .list .item:nth-child(4n){margin-left:0;}
.list-products .list .item .prod_box{display: flex;justify-content: space-between;align-items: center;}
.list-products .list .item .prod_box h1{color: #c3c3c3;font-size: 18px;}
.list-products .list .item .prod_box .i i{color:#dd3627;font-size:20px;padding-right: 8px;}
.list-products .list .item .pic img{width: 90%;transition: 0.6s;}
.list-products .list .item:hover .pic img{transform: scale(1.1);}
.list-products .list .item .txt{position: relative;border-top:1px solid #e5e5e5;padding-top:25px;}
.list-products .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-family: 'Barlow-Bold';margin-top: 15px;}
.list-products .list .item .txt p{color:#404040;padding-left:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;}

.list-products .list .item:hover{box-shadow:0 20px 40px rgba(0,0,0,.1);}
.btn-l{position: relative;z-index: 9;}
.btn-l:hover{border-color: var(--on-color);color: #fff;}
.btn-l::after {
  content: "";
  background: var(--bgcolor);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
.btn-l:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }
.list-products .content .title{margin-bottom:15px;padding-bottom:12px;font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;border-bottom:1px solid #0B2042;}
.list-products .content .title2{margin-bottom:40px}
.list-products .body{font-size:16px;line-height:24px;color:#0B2042;}
/*.list-products .body ul{display:flex;flex-wrap:wrap;justify-content: space-between;}*/
.list-products .body p{width:calc(50% - 30px);height:50px;border-bottom:1px solid #ccc;display:flex;align-items: center;color: var(--color);}
.list-products .head{padding:45px 45px 45px 20px;background: #fff;}
.list-products .head .img_list{z-index:2;width:850px}
.list-products .head .img_list .datu{width: calc(100% - 100px);background: #fff;}
.list-products .head .img_list .datu .cloud-zoom img{width:87%;}
.list-products .head .img_list .xiaotu{width:90px;display:flex;flex-wrap:wrap;align-content: space-between;height: 400px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:90px;height:90px;margin-bottom:15px;border:1px solid #dadada;background: #fff;padding: 0 5px;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor)}
.list-products .head .img_list .xiaotu li img{width:100%;max-height: 100%;}
.list-products .head .img_list .xiaotu .btn{width:100%;margin-top: 5px;}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;background:#000;width:50%;height:40px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .btn a i{font-size:14px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.list-products .head .txt_list{width: calc(100% - 900px);display:flex;align-content: space-between;flex-wrap:wrap;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
.list-products .head .txt_list .t h2{padding-top:10px;color:var(--color);font-size:24px;font-family: 'Barlow-Bold';}
.list-products .head .txt_list .t p{color:#7a7a7a;font-size: 16px;line-height: 1;margin-top: 15px;}
.list-products .head .txt_list .t h3,.list-products .no{padding-top:10px;color:var(--on-color);font-size:24px;font-family: 'Barlow-Bold';}
.list-products .no{border-bottom: 2px solid var(--on-color);}
.list-products .head .txt_list .c .descr{font-size: 18px;color: #272c33;margin-top: 22px;line-height: 30px;max-width: 470px;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 15px;border-bottom:1px solid #e5e5e5;padding-bottom: 15px;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;border-radius:6px;margin-right:8px;display:flex;align-items: center;justify-content: center;color:#fff;background:#000;font-size: 18px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;padding:0 15px;border-radius:6px;display:flex;align-items: center;width: auto;margin-left: 2px;}
.list-products .head .txt_list .c .nav .message_btn img{margin-right:10px;}
.list-products .head .txt_list .c .nav .message_btn span{color:#fff;font-size: 16px;line-height: 1;margin-top: 2px;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;}
.list-products .head .txt_list .b{border:1px solid #a7a7a7;padding-bottom: 15px;padding-left: 15px;padding-right: 15px;border-radius: 6px;margin-top: 160px;width: 100%;}
.list-products .head .txt_list .b h1{color:#212121;font-size:24px;font-family: 'Barlow-Bold';margin-top: 15px;}
.list-products .head .txt_list .b p{color:#191a1c;font-size:16px;margin-top: 10px;line-height: 24px;max-width: 300px;}
.list-products .head .txt_list .b>span{margin-top: 10px;display: block;border-bottom: 1px solid #d2d2d2;padding-bottom: 10px;}
.list-products .head .txt_list .b span{color:#000;font-size:16px;}
.list-products .head .txt_list .b .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:40px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin-top: 15px;}
.list-products .head .txt_list .b .message_btn i{margin-left:10px;color: #fff;font-size: 20px;}
.list-products .head .txt_list .b .message_btn span{color:#fff;}
.list-products .head .txt_list .b .message_btn:hover{border-radius:30px}
.list-products .titlev{padding: 40px 0 50px 0;}
.list-products .titlev1{padding-bottom: 20px;}
.pro-detail{padding-bottom: 60px;}

.a5,.a2{color: var(--bgcolor);}
.a5{margin-left: 65px;}
.a3{margin-left: 32px;}
.a4{margin-left: 35px;}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;border-top:1px solid #CCCCCC;}
.list-products .head .txt_list .txt_list_m span{font-size: 16px;}
.list-products .head .txt_list .txt_list_m .ico{display:flex;}
.list-products .head .txt_list .txt_list_m .ico a{border-left:1px solid #B5BCC6;margin-left:7px;padding-left:7px;display: flex;align-items: center;}
.list-products .head .txt_list .txt_list_m .ico a i{color: #000;font-size: 18px;}
.list-products .head .txt_list .txt_list_m .ico a i:hover{color:var(--bgcolor);}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}
.titlex h1{font-size: 48px;font-family: 'Nacelle-Black';text-transform: uppercase;}
.titlex1{margin-bottom: 30px;}
.titlex2 h1{font-size: 36px;font-family: 'Nacelle-Bold';margin-top: 60px;}


.list-contaact .info-f{margin-top: 60px;}
.list-contaact .info-f .ico a {
  position: relative;
  color: var(--bgcolor);
  margin-right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--bgcolor);
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.list-contaact .info-f .ico a:hover{border-color: var(--on-color);background: var(--bgcolor);}
.list-contaact .info-f .ico a i{font-size: 20px;transition: 0.5s;}
.list-contaact .info-f .ico a:hover i{
  color: #fff;
}

.list-contaact{padding: 80px 0 100px;}
.list-contaact .bd .t{width:400px;}
.list-contaact .bd .t h1{font-family: 'Barlow-Bold';font-size: 48px;color: var(--bgcolor);}
.list-contaact .bd .t p{font-size:16px;line-height:26px;margin-top: 30px;}
.list-contaact .bd .t .pic{margin-top:60px}
.list-contaact .bd .txt{width:calc(100% - 440px);padding-left: 60px;}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;}
.list-contaact .bd .txt .icon{width: 45px;}

.list-contaact .bd .txt .con_box{display: flex;align-items: center;border-bottom:1px solid #cccccc;width: 48%;position: relative;}
.list-contaact .bd .txt .con_box .items{display: flex;width: calc(100% - 60px);margin-left: 20px;}
.list-contaact .bd .txt .con_box .items .item{margin-top: 30px;width: 37%;margin-left: 0;}
.list-contaact .bd .txt .con_box .items .item:nth-child(1){width: 25%;}
.list-contaact .bd .txt .con_box::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.list-contaact .bd .txt .con_box:hover::after{width: 100%;}
.list-contaact .bd .txt .con_box1{width: 100%;}
.list-contaact .bd .txt .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
/* .list-contaact .bd .txt .con_box1 .item{margin-top: 0;} */
.list-contaact .bd .txt .item{margin-top: 30px;padding-bottom: 25px;transition: 0.6s;margin-right: 20px;width: calc(100% - 60px);}
.list-contaact .bd .txt .item .p a{margin-right: 30px;}
.list-contaact .bd .txt .item .p a:last-child{margin-right: 0;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 18px;font-family: 'Barlow-Bold';line-height: 1;text-transform: uppercase;color: #202020;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 16px;margin-top: 12px;line-height: 24px;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .bd .codes{display: flex;justify-content: space-between;}
.list-contaact .bd .codex{margin-top: 50px;text-align: center;width: 47%;}
.list-contaact .bd .codex img,.footer .codex img{border: 10px solid var(--on-color);border-radius: 10px;width: 100%;}
.footer .codex{max-width: 200px;margin-top: 55px;}

.list-contaact .message{width: 100%;margin-top: 70px;}
.list-contaact .message .mes-title{margin-bottom: 15px; margin-top: 65px; font-size: 36px;color: var(--on-color);display: flex;align-items: center;font-family: 'DouyinSansBold';}
.list-contaact .message .mes-title i{font-size: 50px;margin-right: 16px;}
.list-contaact .message .mes-des{font-size: 18px;color: #000;line-height: 28px;}
.list-contaact .message form{margin-top: 40px;}
.list-contaact .message .form-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.list-contaact .message  .name,.list-contaact .message .mw
{color:#191a1c; font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding:0 12px;box-sizing: border-box;border: 1px solid #bcbcbc;margin-bottom: 30px;border-radius: 5px;transition: 0.4s;}
.list-contaact .message  .name:hover,.list-contaact .message .mw:hover,.list-contaact .message .content:hover,.list-contaact .form-div .code_box:hover{border-color: var(--bgcolor);}
.list-contaact .message .label-name,.list-contaact .message .label-mw{display: flex;width: 100%;}
.list-contaact .message form input::placeholder,.list-contaact .message form textarea::placeholder{ font-family: 'Barlow-Medium';color: #191a1c;}
.list-contaact .message .content{padding-top: 20px; width:100%;height: 250px;padding-right: 12px;margin-bottom: 30px;font-size: 16px;border: 1px solid #bcbcbc;border-radius: 5px;transition: 0.4s;}
.list-contaact .message #submit{transition: 0.4s ease; display: flex; width: 170px;height:50px;font-size: 16px;color: #fff;border: none;align-items: center;justify-content: center;border-radius: 5px;cursor: pointer;background: var(--bgcolor);}
.list-contaact .message #submit:hover{border-radius: 45px;}
.list-contaact .message #submit i{ margin-left: 10px;font-size: 18px;}
/* .list-contaact .message #submit:hover{transform: scale(1.08);} */
.list-contaact .message .ipt-title{font-size: 18px;font-family: 'Roboto-Medium';color: #000;margin-bottom: 20px;}
.list-contaact .message .label-content{margin-top: 25px !important;}
.list-contaact .form-div .code_box {
  position: relative;
  border: 1px solid #bcbcbc;
  width: calc(100% - 190px);
  border-radius: 5px;
  transition: 0.4s;
  height: 52px;
  display: flex;
  align-items: center;
}
.list-contaact .form-div .code_box input{width: 100%;height: 50px;padding: 0 12px;border-radius: 5px;}
.list-contaact .form-div .code_box img {
  height: 50px;
  position: absolute;
  left: 5px;
  top: 0;
  cursor: pointer;
}

.index-banner{position:relative;overflow:hidden;margin-top:120px;}
.index-banner .slick-dots{bottom:50px}
.index-banner .slick-dots li{background:#fff;width:16px;border:0;transition-duration:.6s;position:relative;border-radius:16px;margin:0 16px 0 0;height:16px;opacity:1;}
.index-banner .slick-dots li button{display:none;}
.index-banner .slick-dots li.slick-active{width:35px}
.index-banner .btn{transition-duration:.5s;width:40px;height:40px;cursor: pointer;position:absolute;top:50%;margin-top:-20px;cursor:pointer;}
.index-banner .btn i{transition-duration:.5s;color:#fff;font-size:40px;opacity:.5}
.index-banner .btn:hover i{opacity:1;}
.index-banner .prev{left:50px;}
.index-banner .next{right:50px;}

.index-advantage{background:#ECEFF2;color:#0B2042}
.index-advantage .t h2{color:#338BCF;}
.index-advantage .t p{color:#0B2042}
.index-advantage .bd .item{padding:0 40px}
.index-advantage .bd .item i,.index-advantage .bd .item h3{transition-duration:.5s;}
.index-advantage .bd .item:hover i,.index-advantage .bd .item:hover h3{color:#338BCF}

.index-message{background:#ECEFF2;}
.index-message h2{margin-bottom:25px;height:35px;display:inline-block;padding:0 25px;background:#0B2042;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-message .info .hd{width:450px;padding-right:30px;}
.index-message .info .hd h3{color:#338BCF;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-message .info .hd p{margin-top:10px;color:#0B2042;font-size:16px;line-height:24px;}
.index-message .info .form{width:calc(100% - 450px)}
.index-message .info .form .item{width:30%}
.index-message .info .form .item input{width:100%;height:45px;display:flex;color:#0B2042;background:#FFFFFF;padding:0 10px;border-radius:4px;margin-bottom:10px;}
.index-message .info .form .item input:last-child{margin:0;}
.index-message .info .form .item:nth-child(2){width:40%;padding:0 10px;}
.index-message .info .form .item textarea{width:100%;height:100px;border-radius:4px;padding:10px;}
.index-message .info .form .item .code_box{position: relative;}
.index-message .info .form .item .code_box img{height:45px;position: absolute;right:0;top:0;cursor: pointer;;}
.index-message .info .form .item .btn{height:45px;color:#fff;cursor: pointer;border-radius:4px;width:100%;background:#2D8BCF;display:flex;justify-content: center;align-items: center;}
.index-message .info .form .item .btn i{margin-right:10px;}
@media (max-width: 1800px){
.index-video .titlev {left: 5vw;top: 2vw;}
.index-video .video-btn{position: absolute;top: 24.22vw;left: 30.73vw;width: 7.29vw;}
.a-back .txts{left: 3.13vw;top: 3.91vw;} 
.a-back .txts h1{font-size: 2.5vw;}
.a-back .name{font-size: 1.56vw;left: .26vw;bottom: 2.08vw;}
}
@media (max-width: 1730px){
 .wrap-1730{width: 98%;}
}
@media (max-width: 1680px){
  .wrap-1680{width: 98%;}
}
@media (max-width: 1560px){
.wrap{width:98%}
.honor .wrap{margin-top: -11.46vw;}
.honor .titlev{top: 10vw;left: 9.38vw;}
.history .txts{margin-top: 150px;}
.titlev p{font-size: 20px;margin-top: 5px;}
.list-about .flex{align-items: center;}
.footer .info .dls .dl{margin-right: 3vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .logob{margin-top: 14vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 3.75vw;margin-top: 1.67vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 1.56vw;margin-top: 1.04vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btn_box{margin-top: 4.17vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .logob img{width: 18.23vw;}
}
@media (max-width: 1400px){
  .list-products .head .txt_list{width: calc(100% - 870px);}
  .footer .info .message{width: 400px;}
}
@media (max-width: 1200px){
  .list-products .head .txt_list{width: 90%;}
.list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
 .list-contaact .bd .txt .con_box{width: 100%;}
.cats .item h3 a{min-width: 120px;padding: 0 5px;}
 .footer .info .dls{flex-wrap: wrap;}
 .index-video .titlev h1{font-size: 35px;}
}
@media screen and (max-width:992px) {
.ab{margin-top: 0;}
.pro-detail{margin-top: 35px;}
.cats{display: none;}
.list-contaact .bd .txt{width: 100%;padding-left: 0;margin-top: 35px;}
.honor .item{width: 48%;margin-left: 0;}
.honor .flex{justify-content: space-between;}
.history .his-back {top: 50px;}
.titlev h1{font-size: 35px;}
 .bn-list li h2 .number{font-size: 35px;}
 .bn-list .libox:nth-child(1),.bn-list .libox:nth-child(3),.bn-list .libox:nth-child(2){padding: 0 10px;}
 .bn-list li h2 .txt{font-size: 30px;}
.list-about .about-l{width: 100%;text-align: center;}
.list-about .about-r{width: 100%;margin-top: 35px;}
.list-about .flex{justify-content: center;}
   .footer .info .message{width: 100%;}
  .footer .info .dls .dl{margin-right: 35px;}
  .footer .info>.flex{flex-wrap: wrap;}
  .list-news .hd .item a .pic{margin: 30px 0;}
  .list-news .list{padding:0;}
  .list-news .list .item{width:100%;border:0;border-bottom:1px solid #CBCBCB;padding:25px 0;}
  .list-news .item .time{margin-top:20px;}
  .list-news .line{display: none;}
  .links .item span{font-size: 24px;}
  .links .item:nth-child(1){padding-right: 0;}
  .links .item:nth-child(4){padding-left: 0;}
  .index-about .ab_box p{margin-right: 0;margin-top: 30px;}
  .index-about .ab_box.flex{flex-wrap: wrap;}
  .swiper-button-prev i, .swiper-button-next i{font-size: 28px;}
   .sw-box{top: 140px;}
   .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .bd .t,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-news .hd .item a .txt,.list-news .hd .item a .pic,.content{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-products .list .item .txt .i,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.list-download .list .item .more,.sidebar,.top_header{display:none !important;}
    .footer .menu,.main{padding:20px 10px}
    .location{padding:0 10px;height:45px;}
    .location .wrap-1300{overflow-x:auto;display:flex;white-space:pre;height:45px;align-items: center;flex-wrap:nowrap;}
    .list-news .list .item{margin-bottom:40px}
    .list-news .list .item p{margin:10px 0;}
    .footer .menu .item{margin:0 0 25px 0;}
    .footer .menu .item h3{font-size:20px;padding-bottom:10px}
    .footer .menu .item .sub{display:flex;flex-wrap:wrap;justify-content: space-between}
    .footer .menu .item .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;margin-top:10px}
    .footer .bottom{padding:20px 10px 60px}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-news .show .m .btn{margin:20px auto 0;}
    .list-news .show{margin-top: 35px;}
    .list-about .bd .pic .video_btn img{width:70px;height:70px}
    .list-about .bd .txt{padding-top:20px;}
    .list-about .bd .txt h3{margin:15px 0 10px;font-size:28px;line-height:32px}
    .list-about .bd .txt p{margin-bottom:15px;}
    .list-about .data{padding-top:20px;margin-top:25px;flex-wrap:wrap}
    .list-about .data .item{padding:0;width:50%;margin-bottom:20px;}
    .list-about-advantage{padding:40px 10px}
    .list-about-advantage .t{margin-bottom:30px}
    .list-about-advantage .t h2{font-size:28px}
    .list-about-advantage .t p{font-size:15px;line-height:24px}
    .list-about-advantage .bd .item{width:100%;padding:0;margin-bottom:20px;}
    .list-about-advantage .bd .item h3{margin:15px 0;font-size:18px}
    .list-about-advantage .bd .item p{font-size:14px;line-height:22px;}
    .list-about-content .t{font-size:28px;margin-bottom:10px;}
    .list-about-content .work .bd,.list-about-content .culture{margin-bottom:40px}
    .list-about-content .work .slick-dots{bottom:-15px}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;margin-top: 35px;}
    .list-products .list .item{width:48%;margin:0 0 40px 0 !important;}
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:30px 0 40px 0}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-prod .list .item{width: 100%;margin: 0 40px 0 0;}
    
}
@media screen and (max-width:786px){
.list-contaact .message{margin-top: 40px;}
.list-contaact .message .form-div{flex-wrap: wrap;}
.list-contaact .form-div .code_box{width: 100%;margin-bottom: 30px;}
.list-products .paging,.list-news .paging{padding: 40px 0;}
.list-products .body p{width: 100%;}
 .bn-list li h2 .number{font-size: 25px;}
 .bn-list li h2 .plus{font-size: 30px;}
 .bn-list li h2 .txt{font-size: 20px;}
.index-video .titlev h1{font-size: 25px;}
.index-about .ab_l h1{font-size: 35px;}
.links{padding-bottom: 40px;}
.links .item{width: 50% !important;margin-bottom: 40px;}
.index-prod .swiper-slide{padding-right: 0;}
 .h_banner .home_swi .h_b_box .h_b_txt .container .btn_box{display: none;}
 .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 2vw;margin-top: 1.04vw;}
 .h_banner .home_pag{right: 10px;top: 50%;}
 .home_swi .swiper-pagination .swiper-pagination-bullet{margin-bottom: 15px;}
}
@media screen and (max-width:600px){
  .wrap{width: 96%;}
  .footer .bottom p,.footer .bottom p a{text-align: center;}
  .footer .bottom br{display: inline-block;}
  .links .item:nth-child(2){border-right: none;}
  .titlen .tit_l h1,.pro-top h1{font-size: 30px;}
  .bookbox  iframe{height: 400px;}
  .list-products .head .txt_list .b{margin-top: 60px;}
  .list-contaact .bd .t h1{font-size: 35px;}
  .list-contaact{padding: 35px 0;}
  .list-contaact .message .content{height: 150px;}
  .list-contaact .bd .txt .item .p a{width: 100%;margin-right: 0;display: inline-block;}
  .list-news .titlev h1,.list-products .titlev h1{font-size: 25px;}
  .list-products .titlev{padding: 35px 0 10px 0;}
  .news-list{margin-top: 35px;}
  .list-products .list .item{width: 100%;}
  .honor .titlev{top: 15vw;left: 5vw;}
  .honor .item{width: 100%;}
  .fac-swiper .swiper-button-next{right: 0;}
  .his-swiper .swiper-slide .his-item{min-height: unset;}
  .history .txts{margin-top: 80px;}
  .history .his-back{top: 100px;}
  .wrap-1730{width: 100%;}
  .wrap-1680{width: 100%;}
  .his-swiper::before,.his-swiper::after{width: 35px;}
  /* .his-swiper::before{left: -15px;} */
  .his-swiper{padding: 0 30px;}
  .bn-list li h2 .txt>sup{font-size: 14px;}
  .bn-list li .des{font-size: 14px;}
  .bn-list li h2 .txt{font-size: 18px;}
   .bn-list li h2 .number{font-size: 22px;}
  .bn-list li{margin-left: 0;justify-content: flex-start;}
  .bn-list .libox{flex-wrap: wrap;justify-content: center;align-items: flex-end;}
  .bn-list .libox .icon{margin-bottom: 10px;}
  .bn-list .libox .icon img{width: 40px;}
  .list-about{padding-top: 35px;}
  .footer{padding: 35px 5px 0 5px;}
  .footer .info{padding-bottom: 35px;}
  .footer .info .info-l{display: none;}
  .list-news .list .item{margin-bottom: 0;}
  .titlen{margin-bottom: 30px;}
  .list-news .hd .item .time,.list-news .list .item .more{margin-top: 40px;}
  .index-video .titlev h1{font-size: 16px;}
  .index-video .titlev h5{font-size: 12px;}
  .index-video .titlev {left: 2vw;top: 2vw;}
  .links .item img{max-width: 50px;}
  .links .item span{font-size: 18px;}
  .index-prod .swiper-wrapper{margin-top: 50px;}
  .prod-swiper{padding-bottom: 60px;}
  .index-prod{padding-bottom: 50px;}
  .sw-box{top: 190px;right: 0;}
  .pro-swiper .item{margin-right: 0;}
  .slogan .bd ul li a{font-size: 28px;}
  .pro-swiper{overflow: hidden;}
  /*.h_banner video{object-fit: unset;}*/
  .h_banner .home_swi{height: 350px;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .logob{margin-top: 30vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .logob img{width: 28vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 6vw;margin-top: 1.67vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 3.6vw;margin-top: 1.04vw;}
  /*.bn-list li h2 .txt{margin-right: 10px;}*/
  .bn-list li{margin-right: 13px;}
}