@import "font-awesome.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:100%;max-width:1330px;margin:0 auto;}
.wrap-1190{width:100%;max-width:1190px;margin:0 auto;}
.wrap-1640{width:100%;max-width:1640px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;width: 100%;}
.main{padding:60px 0;}
.banner{position: relative;overflow: hidden;}
.banner .p img{width:100%;}
.banner .proname{position: absolute;bottom: 285px;right: 315px;font-size: 69.95px;color: #fff;}
.top_header{position: fixed;top:0;left:0;width:100%;z-index:999999;transition: 0.5s;}
.top_header.height{transform: translateY(-45px);}
.top{height:55px;transition: 0.6s;}
.top .wrap{align-items: center;height: 100%;justify-content: flex-end;}
.top .txt{font-size:14px;color:#FFFFFF;font-family: 'Roboto-Regular';}
.top .shop{min-width: 90px;height: 30px;background: #0b0d0e;color: #fff;font-size: 11px;font-family: 'Poppins-Medium';display: flex;align-items: center;justify-content: center;border-radius: 30px;}
.top .lang-box .lang a{display: flex;align-items: center;}
.top .lang-box .lang a:nth-child(2) {margin-left: 15px;}
.top .lang-box .lang a span{font-size:18px;color:#fff;margin-left:7px;line-height: 1;}
.top .lang-box .lang a:hover span{color:#F41412}
.header .lang-box{margin-right: 20px;}
.header .lang-box .txts{align-items: center;}
.header .lang-box .txts img{margin: 0 13px 0 8px;width: auto;}
.header .lang-box h3{font-size: 16px;color: #fff;font-family: 'Barlow-Medium';text-transform: uppercase;}
.header .lang{align-items: center;}
.header .lang-box .lang a{margin-left:18px;display: flex;align-items: center;}
.header .lang-box .lang a:nth-child(1){margin-left: 0;}
.header .lang-box .lang a span{font-size:14px;margin-left:8px;line-height: 1;color: #1a2323;}
.header .lang-box .lang a:hover span{opacity: 0.9;}
.header .header-left{align-items: center;}
.header .header-left .logo img{max-width: 97px;transition: 0.5s;}
.header.height .header-left .logo img{transform: scale(0.7);}
.top_header.height .top{height: 45px;}
.top_header.height .header{background: #fff;box-shadow: 0 3px 7px rgba(0,0,0,.10);}
.header{transition-duration:.6s;height:115px;width:100%;z-index: 9999999;display:flex;align-items: center;}
.header>.wrap{position: relative;height: 100%;align-items: center;background: #fff;box-shadow: 0 3px 7px rgba(0,0,0,.10);padding-left: 60px;}
.header.height{height: 80px;}
.header.height>.wrap{box-shadow: none;}
.header .header-right .item h3 a{font-size:16px;font-family: 'bahnschrift';transition: 0.5s;line-height: 1;}
.header .header-right .item{margin-right:90px;position: relative;height: 100%;}
.header .header-right .item:last-child{margin-right:0;}
.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 i{color: var(--color);font-size: 20px;font-weight: bold;transition: 0.6s;margin-left:5px;}
.header .item h3 a{text-transform:uppercase;display: flex;align-items: center;height: 100%;padding-top: 3px;}
.header .item:hover h3 a i,.header .item.on h3 a i{color: var(--on-color);}
.header .item:hover h3 a,.header .item.on h3 a{color: var(--on-color);}
.header .header-right .menu,.header .header-right{height: 100%;}
.search-div {
  width: 140px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  padding-left: 10px;
  border: 1px solid #fff;
}
.search-div form{display: flex;align-items: center;width: 100%;justify-content: center;}
.search-div input {
  height: 24px;
  width: calc(83% - 15px);
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  font-family: 'SourceHanSansCN-Light';
  color: #fff;
  padding-left: 5px;
}
.search-div input::placeholder{color: #ececec;}
.search-div button i{font-size: 22px !important;color: #fff !important;}
.search-div button {
  border: none;
  background-color: #fff;
  width: 17%;
  height: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header-right .menu .sub {
    z-index: -1;
    /* transform: scaleY(0);*/
    transform-origin:left top; 
    opacity: 0;
    transition: 0.45s ease-out;
    position: absolute;
    top: 115px;
    transform: rotateX(-90deg);
    left: 0;
    width: auto;
    /*border-top: 1px solid #e6e8ec;*/
    background: #fff;
    border-radius: 0 0 5px 5px;
    background-color: rgba(255,255,255,1);
    box-shadow:0 15px 30px rgba(89,192,198,.05);
  }
    .header.height .header-right .menu .item .sub{top: 80px;}

    .header .header-right .menu .item:hover .sub {
    transform: rotateX(0);
    opacity: 1;
  }
  .header .header-right .menu .item{perspective: 800px;transform-style: preserve-3d}
  .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; 
    position: relative;
    align-items: center;
  }
  .header .header-right .menu .sub .wrap .p:not(:last-child){ border-bottom: 1px solid #f5f5f5;}
  .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: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
  }
  .header .header-right .menu .sub .p:hover > a {
    color: var(--bgcolor);
    /*background-color: var(--bgcolor);*/
  }


  /*.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,.95);*/
  /*  left: 20px;*/
  /*  top: -19px;*/
  /*  position: absolute;*/
  /*}*/
  .header .subs {
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.95);
    box-shadow:0 15px 30px rgba(89,192,198,.05);
    overflow-y: auto;
    max-height: 650px;
  }
  .header .subs .wrap {
    display: flex;
    flex-direction: column;
    padding: 15px 0 25px;
  }
  .header .subs .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
  }
  .header .subs .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .subs .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;
  }
  .header .subs .p:hover a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .sub .p:hover > .subs {
    opacity: 1;display: block;
  }
  .header .subs .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 .subs .p a:hover::before {
    background-color: #fff;
  }
.header-box{align-items: center;}
.header-box .search{width: 35px;height: 35px;background: #27849e;border-radius: 4px;display: flex;align-items: center;justify-content: center;margin-right: 30px;}
.about-titles h2{font-size: 40px;text-align: center;line-height: 1;margin-top: 65px;font-weight: bold;text-transform: uppercase;}
.about .bodys{margin-top: 50px;overflow: hidden;}
.about .bodys p{font-size: 18px;line-height: 32px;}
.about{padding-bottom: 100px;}
.index-video video{width: 100%;}
.banners .h_b_box{width: 100%;height: 100%;}
.banners .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
.banners .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;
  }
.banner .h_b_box .h_b_txt .container{justify-content: flex-end;}

.banners .h_b_box .h_b_txt .container .p1{font-size: 70px;font-family: 'bahnschrift';text-align: center;line-height: 1;margin-top: 30vw;font-weight: bold;}
.banner .h_b_box .h_b_txt .container .p1{font-weight: normal;margin-top: 0;}
.banners .h_b_box .h_b_txt .container .p2{font-size: 36px;font-family: 'bahnschrift';line-height: 1;margin-top: 10px;color: #fafbfd;max-width: 730px;}
.banners .h_b_box .h_b_txt .container .btn_box{display: flex;}
.banners .h_b_box .h_b_txt .container .btn_box .btns{height: 60px;display: flex;align-items: center;justify-content: center;font-family: 'bahnschrift';font-size: 25px;transition: 0.5s;border-radius: 4px;background: var(--bgcolor);padding: 0 40px;color: #fff;margin-top: 30px;}
.banner .h_b_box .h_b_txt .container .btn_box .btns{margin-bottom: 80px;}
.btn-l:hover,.btn-p:hover{-webkit-animation: pulse 2s;animation: pulse 1.5s;animation-iteration-count: 2;}
.btn-c:hover{-webkit-animation: pulse2 2s;animation: pulse2 1.5s;animation-iteration-count: 2;}
@keyframes pulse {
 0% {
  box-shadow: 0 0 0 0 #25859e;
 }

 70% {
  box-shadow: 0 0 0 10px rgb(37 133 158 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(37 133 158 / 0%);
 }
}
@keyframes pulse2 {
 0% {
  box-shadow: 0 0 0 0 #000;
 }

 70% {
  box-shadow: 0 0 0 15px rgb(0 0 0 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
 }
}

.list-download{margin-top: 30px;padding-bottom: 150px;}
.list-download .list .item {transition-duration:.5s;display:flex;align-items: center;height: 90px;padding: 0 35px;font-size: 18px;box-shadow: 0 2px 12px rgba(53, 53, 53, 0.13);margin-bottom:40px;}
.list-download .list .item .flex{width: 100%;}
.list-download .list .item .name{display:flex;width:80%;align-items: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.list-download .list .item .name .i{width: 22px;height: 22px;border-radius: 50%;background: #27849e;display: flex;justify-content: center;align-items: center;color:#fff;margin-right: 20px;}
.list-download .list .item .name .i i{font-size: 15px;transition: 0.5s;}
.list-download .list .item:hover .name .i{background: #fff;color: var(--bgcolor);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:24px;color:#000}
.list-download .list .item .more_d{display:flex;align-items: center;cursor: pointer;}
.list-download .list .item .more_d i{transition-duration:.5s;margin-left: 20px;color: #000;font-size: 26px;}
.list-download .list .item:hover {background:var(--bgcolor);}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .more_d span{color: #fff;}
.list-download .list .item:hover .more_d i{color:#fff;}

.index-fea{padding: 70px 0 35px;}
.index-fea .item{margin-bottom: 50px;box-shadow: 0 8px 20px rgba(39,132,158,.07);align-items: center;}
.index-fea .item .item-l{width: 50%;padding: 65px 10px 35px 25px;border-left: 9px solid var(--bgcolor);}
.index-fea .item .pic{width: 46.2%;}
.index-fea .item .item-l h1{font-size: 30px;font-family: 'bahnschrift';}
.index-fea .item .item-l p{font-size: 16px;font-family: 'bahnschrift';color: #858585;margin-top: 25px;line-height: 25px;}
.btn-l{height: 40px;background: var(--bgcolor);padding: 12px 15px;border-radius: 4px;color: #fff;margin-top: 40px;display: inline-block;font-size: 14px;line-height: 18px;}
.index-pro .item .pro-l .name{font-size: 36px;font-weight: bold;}
.index-pro .item{background: #efefef;padding: 70px 0 50px 0;}
.index-pro .item:nth-child(2){background: #f8f8f8;}
.index-pro .item .pro-l{width: 300px;}
.index-pro .item .pro-l .list{margin-top: 25px;}
.index-pro .item .pro-l a{display: flex;align-items: center;font-size: 17px;margin-bottom: 10px;opacity: 0.4;}
.index-pro .item .pics{transition: 0.5s ease;text-align:center;}
.index-pro .item .pics img{width: 80%;}
.index-pro .item .pics:hover{transform: scale(1.1);}
.index-pro .item .pro-l .list li:nth-child(1) a{opacity: 1;}
.index-pro .item .pro-l a img{width: 40px;margin-right: 7px;}
.index-pro .item .pro-l a span{margin-top: 15px;display: inline-block;}
.index-pro .item .pro-r{width: calc(100% - 320px);}
.index-pro .item .pro-r .pro-sub{width: 100%;} .params{width: 220px;}
.index-pro .item .pro-r .pro-sub .pics{width:calc(100% - 250px);text-align: center;}
.index-pro .item .pro-r .pro-sub .pics img{transition: 0.2s;}
.params .param{text-align: center;margin-bottom: 35px;}
.params .param h2{font-size: 22px;font-weight: bold;margin-top: 10px;}
/* .index-pro .item .pro-r .params .param:nth-child(1) h2{max-width: 145px;margin: 10px auto 0 auto;} */
.params .param h3{font-size: 14px;margin-top: 5px;color: #656565;}
.list-pro .params{width: 100%;justify-content: center;background: #fbfbfb;padding: 30px 0 20px;}
.list-pro .params .param{margin-right: 80px;margin-bottom: 0;display: flex;flex-direction: column;justify-content: space-between;}
.list-pro .params .param:nth-child(2){padding-top: 25px;} 
.list-pro .params .param:nth-child(3),.list-pro .params .param:nth-child(4){padding-top: 15px;}
.list-pro .params .param:last-child{margin-right: 0;}
.new-pro .item{width: 50%;position: relative;}
.new-pro .item .pic img{width: 100%;}
.new-pro .item .txt{position: absolute;left: 50%;top: 42%;transform: translate(-50%);color: #fff;width: 100%;text-align: center;padding: 0 25px;}
.new-pro .item .txt h2{font-size: 38px;font-weight: bold;margin-bottom: 25px;text-transform: uppercase;line-height: 1;}
.new-pro .item .txt p{font-size: 18px;line-height: 26px;max-width: 680px;margin: 0 auto;}
.new-pro .item .txt .btn-l{height: 50px;padding: 20px 25px;line-height: 1;}
.index-technology{background: var(--bgcolor);padding: 60px 0 35px;}
.techn{background: #fafafa;margin-top: 30px;}
.index-technology .tit{font-size: 36px;text-align: center;line-height: 1;color: #fff;font-weight: bold;margin-bottom: 50px;}
.techn .tit{color: var(--on-color);}
.index-technology .box .pics{width: 49.1%;margin-bottom: 15px;}
.techn .box .pics{width: 100%;position: relative;overflow: hidden;}
.pics img{transition: 0.5s;}
.techn .box:hover .pics .videop{transform: scale(1.1);}
.index-technology .icon-box{padding: 0 25px;margin-top: 25px;}
.index-technology .icon-box .item{display: flex;align-items: center;max-width: 170px;margin-bottom: 15px;transition: 0.5s;}
.index-technology .icon-box .item:hover{transform: translate(-5px);}
.index-technology .icon-box .item:nth-child(4){max-width: 190px;}
.index-technology .icon-box .item img{width: 65px;}
.index-technology .icon-box .item span{font-size: 15px;margin-left: 10px;color: #fff;text-transform: uppercase;width: calc(100% - 75px);}
.techn .icon-box .item span{color: #525252;}
.list-technology{padding-bottom: 65px;}
.list-technology{background: #fff;}
.list-technology .icon-box .item span{color: var(--bgcolor);font-size: 17px;}
.list-technology .icon-box .item{max-width: 195px !important;}
.list-technology .box{margin-top: 40px;}
.videobtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.index-pv{padding: 75px 0 50px;}
.index-pv .titles h1{font-size: 36px;line-height: 1;}
.index-pv .titles p{font-size: 14px;line-height: 20px;color: #646464;margin-top: 25px;max-width: 450px;}
.index-pv .item{width: 30%;}
.index-pv .item .video-item{width: 100%;}
.video-item .txt{background: var(--bgcolor);width: 100%;padding: 20px;margin-top: -5px;display: flex;align-items: center;}
.video-item .txt h2{font-size: 16px;color: #fff;line-height: 1;display: inline-block;}
.list-video .video-item{width: calc((100% - 140px)/3);margin-right: 70px;margin-bottom: 50px;}
.list-video .video-item:nth-child(3n){margin-right: 0;}
.list-video .name{font-size: 40px;font-weight: bold;margin-bottom: 40px;}
.list-video .video-item video,.index-pv video{width: 100%;}
.videobox{padding-bottom: 160px;}
.photos .video-item .txt{padding: 25px 0;text-align: center;}
.photos .video-item .txt h2{width: 100%;}
.photos .video-item .pic img{width: 100%;height: 100%;object-fit: cover;max-height: 268px;transition: 0.5s;}
.index-pv .item .pics{overflow: hidden;}
.index-pv .item .pics img{transition: 0.5s ease;}
.index-pv .item .pics:hover img{transform: scale(1.1);}
.index-pv .item .btnpv{color: var(--on-color);font-size: 16px;height: 60px;display: flex;align-items: center;justify-content: center;width: 170px;border: 2px solid var(--bgcolor);margin-top: 45px;border-radius: 18px 1px 1px 1px;}
.index-pv .item .btnpv2{display: none;}
.index-pv .item .pics img{width: 100%;}
.index-pv .item1{margin-top: 80px;}
.index-pv .item2 .pics{margin-bottom: 27px;}
.index-pv .item3 .pics{margin-bottom: 40px;}
.index-pv .item3{margin-top: -120px;}
.index-data{ background: #fbfbfb;}
.a-data{ background: #fff;}
 .bn-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 0 120px;
  }
 .a-data .bn-list{padding: 115px 0;} 
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    cursor: pointer;
    transition: 0.7s;
  }
 .bn-list li:hover .number{color: var(--on-color);}
 .bn-list li h2 {
    position: relative;
  }
 .bn-list li h2 sup {
    color: #fff;
  }
 .bn-list li h2 > .dw {
    color: var(--bgcolor);
    font-size: 22px;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
  }
   .bn-list li h2 > .dw1{margin-left: 0;}
 .bn-list li h2 > .dw > sup {
    font-size: 12px;
    color: var(--on-color);
    font-weight: bold;
  }
  .a-data .bn-list li h2 > .dw > sup,.a-data .bn-list li h2 > .dw{font-weight:unset;}
 .bn-list li h2 .number {
    font-size: 22px;
    color: var(--on-color);
    line-height: 1;
    display: inline-block;
    font-weight: bold;
  }
  /* .bn-list li .num{ width: 140px;} */
  .a-data .bn-list li h2 .number{font-weight:unset;}
 .bn-list li .des {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 5px;    
  }
 .bn-list li i{margin-bottom: 20px !important;}
 .a-data .bn-list li .des{font-weight:unset;}
 .bn-list li::after{content: '';height: 240px;;margin-top: 20px;left: 50%;top: 50%;transform: translate(-50%,-58%) !important;z-index: -1;min-width: 240px;position: absolute;box-shadow: 0 20px 30px rgba(171,171,171,.21);opacity: 0;transition: 0.5s;}
 .bn-list li:hover::after{opacity: 1;}
 .list-custom{padding-top: 50px;}
.list-custom .custom{margin-top: 35px;}
.list-custom .wrap{padding: 0 30px;}
.list-custom .custom .item h2{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.list-custom .custom .item p{font-size: 16px;font-weight: light;}
.list-custom .custom .item{margin-bottom: 40px;}
.list-custom .custom-pic{position: relative;transition: 0.6s ease;}
.list-custom .custom-pic:hover{box-shadow: 0 3px 10px rgba(0,0,0,.15);transform: translateY(-13px);}
.list-custom .custom-pic h2{position: absolute;top: 50%;right: 35px;font-size: 40px;color: #fff;font-weight: bold;}
.list-custom .custom-pic img{width: 100%;}
 .honor{padding: 70px 0 30px;}
 .honor-swiper{padding-top: 50px;}
 .honor-swiper .swiper-slide{display: flex;justify-content: center;}
  .honor .honor_box{margin-top: 20px;width: 100%;}
  .honor .honor_box .item{width: 90%;cursor: pointer;margin-bottom: 10px;}
  .honor .honor_box .item:nth-child(3n){margin-right: 0;}
  .honor .item .pic{width: 100%;text-align: center;overflow: visible;}
  .honor .item .pic img{width: 76%;transition: 0.6s ease;margin-top: -10px;}
  .honor .item .pic_b,.honor .item .pic_b img{width: 100%;}
  .honor .item:hover .pic img{transform: scale(1.05) translateY(-25px);}
  .culture .list-cul{padding: 0 15px;margin-top: 30px;}
  .culture .list-cul .item{width: calc((100% - 30px)/3);margin-right: 15px;position: relative;}
  .culture .list-cul .item:nth-child(3n){margin-right: 0;}
  .culture .list-cul .item .txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;text-align: center;color: #fff;z-index: 10;padding: 0 10px;}
  .culture .list-cul .item .txt h2{font-size: 45px;font-weight: bold;margin-bottom: 15px;line-height: 1;}
  .culture .list-cul .item .txt p{font-size: 20px;line-height: 26px;margin: 0 auto;}
  .culture .list-cul .item:nth-child(1) p{max-width: 400px;}
  .culture .list-cul .item:nth-child(2) p{max-width: 260px;}
  .culture .list-cul .item:nth-child(3) p{max-width: 310px;}
  .culture .list-cul .item::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 5;transition: 0.5s;}
  .culture .list-cul .item:hover::after{background: rgba(37,132,158,0.5);}
  .cul-content{margin-top: 50px;padding-bottom: 25px;}
  .cul-content h3{font-size: 40px;font-weight: bold;margin-bottom: 30px;}
  .cul-content p{font-size: 20px;line-height: 30px;margin-bottom: 25px;color: #1e1e1e;}
  .faq{margin-top: 60px;margin-bottom: 200px;}
.faq .title_s{font-size: 40px;text-align: center;line-height: 1;margin-bottom: 40px;font-weight: bold;text-transform: uppercase;}
.faq .faq_t{display: flex;justify-content: space-between;align-items: center;padding-left: 35px;}
.faq .faq_t .qu,.faq .faq_t .qu span{font-size: 22px;width: calc(100% - 40px);color: #000;font-weight: bold;}
.faq .faq_t i{font-size: 16px;font-weight: bold;cursor: pointer;transition: 0.6s;}
.faq .faq_box{border-top: 1px solid #e7e7e7;padding: 30px 0 20px;cursor: pointer;}
.faq .faq_box:last-child{border-bottom: 1px solid #e7e7e7;}
.faq .faq_box .an{font-size: 18px;line-height: 26px;margin-top: 10px;display:none;height: auto;padding: 0 60px 0 35px;}
.trans{transform: rotate(180deg);color: var(--bgcolor);}
.catalog{background: #f7f8f7;padding: 90px 125px 60px 295px;align-items: center;}
.catalog h1{font-weight: bold;font-size: 40px;}
.catalog .text{max-width: 590px;display: flex;flex-direction: column;align-items: center;margin-bottom: 30px;}
.catalog p{font-size: 18px;line-height: 26px;margin-top: 20px;text-align: center;font-weight:lighter}
.catalog .cbtn{height: 60px;color: #fff;width: 205px;display: flex;justify-content: center;align-items: center;background: #000;font-size: 18px;font-weight: bold;margin-top: 45px;border-radius: 60px;}
.message .cont_l .txts{text-align: center;}
.message .cont_l .txts h1{line-height: 1;font-size: 40px;margin-top: 90px;font-weight: bold;}
.message .cont_l .txts p{line-height: 1;font-size: 18px;color: #222222;font-weight: lighter;line-height: 24px;max-width: 900px;margin: 0 auto;margin-top: 15px;}
.message {
  width: 100%;
  padding-bottom: 180px;
  overflow: hidden;
}
 .mes-title span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
 .message form{margin-top: 45px;}
 .message .form-div label{width: 49.3%;}

.message .iptb{
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding-left: 20px;
  background: #fafafa;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'Poppins-Light';
}
.message .iptl{height: 145px;padding-top: 20px;width: 100%;}
.message .iptb::placeholder,.message .iptl::placeholder{color: #707070;}

.message .form-div {
  display: flex;
  justify-content: space-between;
  width: 100%; 
}
.message .form-div1{margin-top: 0;overflow: scroll;}
.message #submit {
  min-width: 200px;
  height: 50px;
  background-color: var(--bgcolor);
  border: none;
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.7s;
}
.message #submit:hover{transform: scale(0.9);}

.form-group {
  margin: 30px 0 10px 0;
}
.form-title {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.checkbox-row {
  display: flex;
  gap: 32px;
  margin-top: 2px;
}
.checkbox-label {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #707070;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #c5c4c4;
  margin-right: 6px;
  border: 2px solid #707070;
} 
.list-contact .con_l,.list-contact .con_r{width: 50%;}
.list-contact .con_l{border-right: 1px solid #eeeeee;padding-right: 80px;}
.list-contact .con_r{margin-top: 70px;padding-left: 140px}
.list-contact .con_l .title{font-size: 32px;font-weight: bold;margin-bottom: 50px;margin-top: 20px;}
.list-contact .con_list .icon{width: 45px;}
.list-contact .con_list .con_box{display: flex;width: 100%;position: relative;}
.list-contact .con_list .item{padding-bottom: 40px;transition: 0.6s;width: calc(100% - 45px);cursor: pointer;}
.list-contact .con_list .item:hover .p a,.list-contact .con_list .item:hover .p{color: var(--bgcolor);}
.list-contact .con_list .item .p a{margin-right: 30px;transition: 0.4s;}
.list-contact .con_list .item .p a:last-child{margin-right: 0;}
.list-contact .con_list .item:hover{border-color: var(--bgcolor);}
.list-contact .con_list .item h1{font-size: 20px;line-height: 1;font-weight: bold;}
.list-contact .con_list .item a:hover{color:var(--on-color)}
.list-contact .con_list .item .p{font-size: 16px;margin-top: 12px;line-height: 22px;transition: 0.4s;}
.list-contact .con_list .item1 .p:nth-child(3){margin-top: 0;}
.list-contact .message{padding-bottom: 0;}

.index-about{padding: 95px 0;}
.index-about .wrap.flex{flex-wrap: nowrap;align-items: flex-end;margin-top: 60px;}
 .about-t{position: relative;width: 490px;z-index: 10;}
 .list-about{background-color: #fff !important;padding-top: 85px;z-index: 999999999 !important;position: relative;}
 .list-about .about-t .about-l{width: 100%;}
 .list-about .about-t .about-l .content p{margin-bottom: 35px !important;}
 .about-t .about-l .content{width: 100%;margin-top: 60px;}
 .about-t .about-l .content p,.content1 p{font-size: 20px;font-family: 'SourceHanSansCN-Light';color: #343434;line-height: 36px;width: 100%;margin-bottom: 25px;}
 .content1 p{margin-top: 0;}
 .list-about .about-t .about-l .content p{margin-bottom: 0;}
 .about-t .btns{margin-top: 60px;}
 .about-t button{width: 170px;height: 50px;background: var(--bgcolor);border-radius: 3px;border: none;font-family: 'Barlow-Medium';color: #fff;display: flex;justify-content: center;align-items: center;transition: 0.7s;font-size: 16px;}
 .about-t button img{margin-right: 10px;}
 .about-t button:hover{transform: scale(1.1);}
 .about-t .videolist{width: 50px;height: 50px;border-radius: 5px;border: 1px solid #102041;display: flex;justify-content: center;align-items: center;transition: 0.7s;margin-left: 20px;cursor: pointer;}
 .about-t .videolist i{font-size: 22px;color: var(--color);}
 .pic_e {display: block;}
 .pic_e button{display: block;margin-top: -80px;cursor: pointer;}
 .about-r{z-index: 10;margin-bottom: -5px;width: calc(100% - 550px);}
 .list-about .about-r{margin-bottom: 0;}
 .about-r .pics{position: relative;}
 .about-r .pics img{width: 100%;}
  /*.about-r1{margin-left: 1.63rem;} */
  .imgb img{transition: 0.5s;}
.imgb:hover img{box-shadow: 0 10px 25px rgba(0,0,0,0.2), 0 -10px 30px rgba(0,0,0,0.05);}
.imgb1:hover img{box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 -10px 20px rgba(0,0,0,0.05);}
 .about-b{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;}

.index-adv>.flex{margin-top: 60px;}
.index-adv .adv_l{width: 52%;}
.index-adv .adv_r{width: 43.7%;}
.index-adv .adv_r .tit{color: #303030;font-size: 48px;line-height: 1.13;padding-left: 40px;}
.index-adv .advs{margin-top: 15px;}
.index-adv .advs .item{padding: 22px 0 25px 0;border-radius: 90px 0 0 90px;transition: 0.5s;align-items: center;}
.index-adv .advs .item .pic{padding-left: 40px;}
.index-adv .advs .item .pic img:nth-child(2){display: none;}
.index-adv .advs .item .txts{width: calc(100% - 210px);}
.index-adv .advs .item .txts h3{font-size: 23px;font-family: 'SourceHanSansCN-Light';}
.index-adv .advs .item .txts p{font-size: 18px;font-family: 'SourceHanSansCN-Light';padding-right: 220px;margin-top: 10px;line-height: 24px;}
.index-adv .advs .item:hover{background-color: var(--bgcolor);color: #fff;}
.list-fac{padding: 30px 0 0px;}
.ab-titles h1{font-size: 40px;line-height: 1.08;font-weight: bold;text-align: center;}
.ab-titles p{font-size: 16px;line-height: 24px;text-align: center;color: #9e9e9e;max-width: 1300px;margin: 20px auto 0 auto;}
.com-swiper{overflow: visible !important;width: 100%;}
/* .com-swiper .swiper-slide{display: flex;align-items: center;justify-content: center;} */
.com-swiper .swiper-slide.swiper-slide-visible{opacity: 0.3;}
.com-swiper .pic{margin: 0 11px;overflow: hidden;position: relative;cursor: pointer;}
.com-swiper h2{font-size: 30px;line-height: 1;;width: 100%;text-align: center;margin-top: 20px;}
/* .com-swiper .pic img{width: 800px !important;} */
.index-legal .pics{text-align: center;margin-top: 50px;}
.maps{margin-top: 55px;}
.maps .pics{margin-top: 25px;}
.history{background: url("/skin/images/history_02.webp") no-repeat;}
.history .txts{position: absolute;left: 0;padding: 0 35px;top: 74%;transition: 0.8s;}
.history .txts .no{font-family: 'Roboto-Bold';font-size: 58px;color: #e9e9e9;line-height: 1;text-align: center;}
.history .txts .txt{width: 100%;margin-top: 40px;min-height: 0;transition: 0.8s;opacity: 0;height: 0;}
/* .history .txts .txt::after{width: 100%;height: 0;content: "";position: absolute;bottom: 0;left: 0;background: var(--bgcolor);transition: 0.6s ease;z-index: 2;} */
.history .txts .txt p{font-family: 'SourceHanSansCN-Regular';font-size: 26px;color: #fff;margin-top: 15px;line-height: 48px;position: relative;z-index: 3;}
.history .txts .txt{position: relative;}
.history .his-back{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,.5);z-index: 0;transition: 0.6s;}
.his-swiper .swiper-slide .his-item{height: 880px;display: flex;flex-direction: column;justify-content: flex-end;transition: 0.8s;position: relative;cursor: pointer;}
.his-swiper .swiper-slide .his-item:hover .txt{height: 280px;opacity: 1;min-height: 280px;}
.his-swiper .swiper-slide .his-item:hover .txts{top: 40%}
.his-swiper .swiper-slide .his-item:hover{background: rgba(230,0,18,0.7);}
.his-swiper .pic img{width: 100%;}
.list-news{padding-top: 50px;}
.list-news .title{text-align: center;font-size: 40px;font-weight: bold;margin-bottom: 55px;color: var(--bgcolor);}
.list-news .item{width: 48.8%;margin-bottom: 50px;}
.list-news .item .pic{border-radius: 8px;}
.list-news .item p{font-size: 18px;line-height: 30px;margin-top: 20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.list-news .item h3{font-size: 18px;line-height: 1;margin-top: 25px;}
.list-news .item:hover h3{color: var(--on-color);}

.footer{color:#fff;background: var(--bgcolor);}
.footer .footer-c{width: 1250px;margin: 0 auto;background: #fff;align-items: center;padding: 30px 30px 30px 50px;transform: translateY(-50%);border-radius: 7px;box-shadow: 0 8px 20px rgba(0,0,0,.07);}
.footer .footer-c .btn-l{margin-top: 0;height: 60px;padding: 0 30px;line-height: 1 !important;font-size: 16px;display: flex;align-items: center;white-space: nowrap;}
.footer .footer-c h2{font-size: 24px;color: #000;font-weight: bold;line-height: 19px;}
.footer .info{padding: 50px 0 40px;}
.footer .info>.flex{flex-wrap: nowrap;}

.dl .dl-title1{margin-bottom: 24px;}
.footer .info .dls dt:hover a{margin-left: 8px;}
.dl>dd a{
  color: #a1d5e3;
  line-height: 32px;
  font-size: 15px;
}
.dl>dt a{color: #fff;}
.cons{margin-top: 90px;}
.cons>p{display: flex;margin-bottom: 20px;}
.cons>p .iconx{width: 20px;margin-right: 20px;}
.cons>p .iconx img{width: 100%;}
.cons>p .txt_box{width: calc(100% - 32px);}
.cons>p,.cons>p a{color: #fff;font-size: 20px;line-height: 24px;transition: 0.5s;font-family: 'Poppins-Regular';}
.cons>p a:hover{color:var(--bgcolor)}
.info-f .ico {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.info-f .ico a {
  position: relative;
  color: #fff;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1.5px solid #fff;
}
.info-f .ico a:hover{transform: translateY(-5px);}
.list-contact .info-f{margin: 15px 0 0 45px;}
.list-contact .info-f .ico a{color: var(--on-color);border-color: var(--bgcolor);}
.list-contact .info-f .ico a i{font-size: 18px;}
.info-f .ico a:hover{background: #fff;color: var(--bgcolor);}
.list-contact .info-f .ico a:hover{background: var(--bgcolor);color: #fff;}
.footer .info-f .ico a i{font-size: 18px;}
.footer .texts{margin-top: 90px;}
.footer .texts .title{font-size: 18px;line-height: 1;margin-bottom: 20px;font-weight: bold;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;justify-content: space-between !important;width: 100%;}
.footer .dls .dl{margin-right: 30px;}
.dl .dl-title,.dl>dt a {
font-size: 18px;
color: #fff;
line-height: 1;
margin-bottom: 20px;
}
.footer .dls .dl:last-child{margin-right: 0;}
.dl .tel a{margin-right: 10px;}
.dl>p{display: flex;max-width: 370px;}
.dl>.p{margin-top: 20px;}
.dl>p,.dl>p a{color: #9bd0df;font-size: 15px;line-height: 32px;}
.dl>p:hover a{color: #fff;}
.footer .dls .dl dd span{position: relative;white-space: nowrap;transition: 0.4s;}
.footer .dls .dl dd span:hover::after{width: 100%;background: #fff;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #9bd0df;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  z-index: -5;
}
.footer .dls .dl dd:hover span{color: #fff;}
.footer .bottom .wrap{padding:45px 0 60px;}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#9bd0df;font-size:15px;}
.footer .bottom .mc{margin-left: 18px;}

.index-form{text-align:center;display:flex;align-items: center;justify-content: center;height:399px;background:url(../images/form_bg.jpg) no-repeat center center / cover;}
.index-form .txt h2{margin-bottom:5px;font-family: 'Barlow-Bold';font-size:48px;}
.index-form .txt p{font-size:18px;margin-bottom:10px;}
.index-form .form{width:1000px;margin-top:40px;}
.index-form .form form{width:100%;display:flex;background:#FFFFFF;}
.index-form .form .btn{transition-duration:.4s;height:60px;cursor: pointer;width:160px;display:flex;align-items: center;justify-content: center;background:#FF6620}
.index-form .form .btn span{font-size:18px;margin-right:10px;}
.index-form .form .btn:hover{background:#000000;}
.index-form .form input{color:#282828;font-size:18px;height:60px;width:calc(100% - 160px);padding:0 10px;}

.list-news .content,.list-products .content{width: 100%;}
.news-detail{padding-bottom: 120px;}
.news-detail.main{padding-top: 10px;}
.list-news .show .t h2{font-size:26px;color:var(--bgcolor);line-height:32px;}
.list-news .show .t .time{padding:20px 0 17px;color:#000;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:50px 0;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:18px;justify-content: center;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}

.location{height: 55px;background: rgba(0,0,0,0.6);margin-top: -55px;z-index: 9999;position: relative;}
.location .wrap{display:flex;align-items: center;height: 100%;}
.location a{text-transform:uppercase;font-size: 17px;color: #fff;}
.location a:hover{color: var(--bgcolor);}
.location span{margin:0 8px;font-size: 20px;color: #fff;}
.list-contact{padding: 30px 0 150px;}
.list-contact .cons .item{width: 30%;}
.list-contact .cons .item h1{height: 60px;color: #fff;display: flex;background: #848484;align-items: center;padding-left: 45px;font-size: 30px;font-family: 'SourceHanSansCN-Regular';transition: 0.6s;}
.list-contact .cons .item h1 span{margin-left: 25px;}
.list-contact .cons .item .con-content{padding: 25px 70px 20px 45px;color: #555555;font-size: 24px;font-family: 'SourceHanSansCN-Regular';line-height: 42px;border: 2px solid #f0f0f0;border-top: none;min-height: 190px;}
.list-contact .cons .item .con-content a{color: #555555;}
.list-contact .cons .item:hover h1{background: var(--bgcolor);}
.list-contact .cons .item .con-content a:hover{color: var(--on-color);}
.list-contact .map{margin-top: 95px;display: inline-block;}
.list-contact .codes{display: flex;justify-content: center;margin-top: 80px;}
.list-contact .codes .code{margin: 0 35px;}
.list-contact .codes .code h2{font-size: 30px;font-family: 'SourceHanSansCN-Regular';text-align: center;margin-top: 20px;}
.list-contact .codes .code .icon{text-align: center;}
.index-pro .list {margin-top: 60px;}
.list-pro .list {position: relative;}
.list-pro .list .item{width:calc((100% - 105px) / 4);margin:0 35px 50px 0;background:#fff;box-shadow: 0 10px 30px rgba(41,108,126,.19);border-radius: 8px;cursor: pointer;}
.list-pro .list .item:hover{box-shadow: 0 10px 30px rgba(41,108,126,.25);}
.list-pro .list .item:nth-child(4n){margin-right:0 !important;}
.list-pro .list .item .pic{padding: 20px;}

.pro_sa .list .item .pic{display:none;}
.pro_sa .list .item .pic:nth-child(1){display:inline-block;}
.list-pro .list .item .txt{transition-duration:.4s;position: relative;padding: 20px 15px;}
.list-pro .list .item .txt p{color: #919191;font-size: 13px;margin-top: 10px;z-index: 2;position: relative;transition: 0.5s;line-height: 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow: hidden;text-overflow: ellipsis;}
.list-pro .list .item .txt span{transition-duration:.4s;font-size:17px;color: #000;z-index: 2;position: relative;transition: 0.5s;font-weight: bold;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;text-overflow: ellipsis;}
.list-pro .list .item:hover .txt span{color:var(--bgcolor)}
.list-pro .list .item .txt .btnpro{width: 100%;background: var(--bgcolor);font-size: 13px;height: 35px;justify-content: center;align-items: center;display: flex;color: #fff;border-radius: 3px;margin-top: 10px}
.list-pro .list .item:hover .txt{border-color:#FF6620;}
.list-pro .right{width: 100%;}
.list-pro .right .list .item:hover .txt h2{color:#FF6620;}
.list-pro .right .title{font-size:48px;color:#FFFFFF;margin-bottom:40px;font-family: 'Barlow-Bold';text-transform:uppercase;line-height:48px;}
.list-pro .right .body{padding-bottom:40px;line-height:30px;color:#fff;}
.list-pro .right .body ul{display:flex;justify-content: space-between;flex-wrap:wrap;}
.list-pro .right .body ul li{width:calc(50% - 30px);border-bottom:1px solid #FF9463;display:flex;align-items: center;height:52px;}
.list-products .head{padding: 35px 0;}
.show_swiper .swiper{position: relative;width: 100%;}
.show_swiper .swiper .swiper-slide{text-align: center;}
.show_swiper .swiper .swiper-slide img{width: 50%;}
.show_swiper .swiper-pagination .swiper-pagination-bullet-active{background: var(--bgcolor);}
.show_swiper .swiper-button-prev {
    left: 4vw !important;
    top: 50% !important;
    margin-top: 0;
    transform: translateY(-50%);
    background-image:none;
  }
  .show_swiper .swiper-button-prev i{font-size:2vw;color: #8d8c95;opacity: 1;transition: 0.4s;font-weight: bolder;}
  .show_swiper .swiper-button-prev i:hover{opacity: 1;color: var(--bgcolor);}
  .show_swiper .swiper-button-next {
    right: 4vw !important;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
     background-image:none;
  }
  .show_swiper .swiper-button-next i{font-size:2vw;color: #8d8c95;opacity: 1;transition: 0.4s;font-weight: bolder;}
  .show_swiper .swiper-button-next i:hover{opacity: 1;color: var(--bgcolor);}
  .provideo{position: relative;}
  .feature{padding-top: 120px;}
  .feature .pic{width: 37.2%;display: flex;align-items: center;}
  .feature .txts{width: 54%;}
  .feature .items{margin-bottom: 85px;}
  .feature .items h2{font-size: 40px;line-height: 1;font-weight: bold;max-width: 300px;margin: 85px 0;position: relative;}
  .feature .items h2::after{content: '';width: 70px;height: 5px;background: var(--bgcolor);position: absolute;left:0;bottom: -30px;}
  .feature .items p{font-size: 16px;line-height: 1;font-weight: bold;line-height: 32px;}
.list-products .head .img_list{z-index:2;width:800px}
.list-products .head .img_list .datu{width: calc(100% - 170px);background: #fff;box-shadow: 0 12px 24px rgba(0,0,0,0.1);border-radius: 10px;}
.list-products .head .img_list .datu .cloud-zoom img{width:100%;border-radius: 10px;}
.list-products .head .img_list .xiaotu{width:130px;display:flex;flex-wrap:wrap;align-content: space-between;height: 400px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:110px;height:110px;box-shadow: 0 5px 15px rgba(0,0,0,0.1);background: #fff;margin: 5px 0 15px 10px;border-radius: 3px;}
.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%;border-radius: 3px;}
.list-products .head .img_list .xiaotu .btn{width:100%;margin: 0 10px;}
.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% - 800px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 100px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2,.list-products .head .txt_list .t p{font-size:48px;font-family: 'SourceHanSansCN-Regular';line-height: 1;}
.list-products .head .txt_list .t p{margin-top: 20px;}
.list-products .head .txt_list .c .feature h3{color: #fff;border-bottom: 5px solid var(--bgcolor);margin-top: 30px;}
.list-products .head .txt_list .c .feature h3 span{background: var(--bgcolor);line-height: 45px;font-size: 24px;height: 45px;display: inline-block;padding: 0 35px;font-family: 'SourceHanSansCN-Light';}
.list-products .head .txt_list .c .feature .fea-content{margin-top: 30px;}
.list-products .head .txt_list .c .feature p{font-size: 22px;color: #3d3d3d;line-height: 36px;margin-bottom: 5px;}
.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: 55px;}
.list-products .head .txt_list .c .nav a{width:48px;height:48px;border-radius:6px;margin-right:12px;display:flex;align-items: center;justify-content: center;color:#000;font-size: 24px;border: 1px solid #000;}
.list-products .head .txt_list .c .nav a:nth-child(3){border-color: var(--bgcolor);color: var(--bgcolor);}
.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:48px;padding:0 10px;border-radius:8px;display:flex;align-items: center;min-width: 180px;justify-content: center;font-size: 20px;font-family: 'SourceHanSansCN-Regular';margin-left: 35px;}
.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;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px;background: var(--bgcolor);}
.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: 65px;width: 100%;}
.list-products .head .txt_list .b h1{color:var(--color);font-size:24px;font-family: 'Nacelle-Bold';margin-top: 18px;}
.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-right: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 .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{font-size: 40px;line-height: 1;font-weight: bold;text-align: center;}
.list-products .body,.list-products .body table{width: 100%;border-collapse: collapse;margin-top: 45px;}
.list-products .body table td{font-size:22px;color:var(--color);height:50px;vertical-align: middle;background: #f2f2f2;padding: 8px;padding-left: 30px;}
.list-products .body table tr:nth-child(2n) td{background: #fff;}
.list-products{padding-bottom: 180px;}

.adv-tit h1{text-align: left !important;}
.production{padding: 90px 0 80px;}
.production .left{width: 52.6%;}
.txtcontent p{font-size:16px;line-height:24px;margin-top:20px; color:#9e9e9e}
.production .right{width: 41%;margin-top: 15px;flex-wrap: nowrap;}
.production .right .pics1{margin-right: 15px;}
.production .right .pics img{padding: 4px;box-shadow: 0 10px 20px rgba(0,0,0,0.11);width: 100%;}
.legal .wrap{background: url("/skin/images/road_03.jpg") no-repeat;padding: 65px 60px 60px 65px;background-size: cover;}
.legal .context{background: #fff;max-width: 595px;padding: 35px 20px 35px 25px;}
.oem{padding: 90px 0 45px;background: #f9f9f9;}
.oem .left{width: 37.6%;}
.oem .right{width: 55.6%;flex-wrap: nowrap;}
.oem .right .pics:nth-child(1){margin-top: 80px;}
.oem .right .pics:nth-child(2){margin-top: -60px;}
.oem .ab-titles{margin-bottom: 35px;}
.oem .right .pics1{margin-right: 15px;}
.oem .right .pics img{width: 100%;}
.custom{padding: 70px 0 150px;}
.custom .wrap{background: url("/skin/images/customback_03.jpg") no-repeat;padding: 60px 0 70px 0;justify-content: flex-end;margin-top: 40px;background-size: cover;}
.custom .context{max-width: 580px;padding-right: 40px;}
.custom .context .item{margin-top: 30px;}
.custom .context .item .tit{font-size:20px;font-weight:bold;margin-bottom:10px;color: #fff;}
.custom .context .item p{color: #fff;font-size: 16px;font-weight: lighter;}
.custom .ab-titles p{margin-top: 5px;}
.production .right .pics{transition: 0.5s;}
.production .right .pics:hover{transform: translateY(-10px);}
.oem .right .pics{transition: 0.5s;}
.oem .right .pics:hover{transform: translateY(-10px);}
.index-technology .box .pics img{width: 100%;}
.viewer-container{z-index: 9999999!important;}
@media (max-width: 1640px){
.wrap-1640{width: 96%;}
.banner .proname{bottom: 15vw;right: 16vw;font-size: 4.5vw;}
}
@media (max-width: 1480px){
    .index-pro .item .pro-l .name{font-size: 32px;}
    .index-pro .item .pro-l{width: 260px;}
    .index-pro .item .pro-l a{font-size: 16px;margin-bottom: 12px;}
    .index-pro .item .pro-l a img{width: 35px;}
    /*.index-pro .item .pics img{width: 70%;}*/
}
@media (max-width: 1330px){
  .wrap{width: 96%;}
  .production .right{width: 44%;}
  .oem .right{width: 59%;}
  .header_area .main-menu-wrapper .middle-menu .main-menu .nav-dropdown>li.menu-item .product_megamenu-wrapper{min-width: 940px;}
  .header_area .main-menu-wrapper .middle-menu .main-menu .nav-dropdown>li.menu-item .product_megamenu-wrapper .megamenu-content-container .product-details-wrap .product-detail .single_item{width: 50%;}
  .header_area .main-menu-wrapper .middle-menu .main-menu .nav-dropdown>li.menu-item .product_megamenu-wrapper .megamenu-content-container .product-large_thumbnail{width:35%;}
  .header_area .main-menu-wrapper .middle-menu .main-menu .nav-dropdown>li.menu-item .product_megamenu-wrapper .megamenu-content-container .product-details-wrap{width:65%;padding-left:30px}
  .techn .videobtn{width: 5vw;}
  .com-swiper h2{font-size: 25px;}
  .catalog{background: #f7f8f7;padding: 50px 60px 60px 60px;align-items: center;justify-content: center;}
  .cats .item h3 a{font-size: 16px;height:50px;min-width: 160px;}
  .pro_sa .cats .item h3 a{min-width: 130px;}
  .list-video .video-item{width: calc((100% - 80px)/3);margin-right: 40px;margin-bottom: 40px;}
  .new-pro .item .txt h2{font-size: 30px;margin-bottom: 10px;}
  .new-pro .item .txt p{font-size: 16px;line-height: 22px;}
  .new-pro .item .txt .btn-l{margin-top: 20px;}
  .banners .h_b_box .h_b_txt .container .btn_box .btns{height: 45px;padding: 0 25px;font-size: 20px;margin-top: 1.56vw;}
  .banners .h_b_box .h_b_txt .container .p1{font-size: 4vw;margin-top: 30vw;}
  .banners .h_b_box .h_b_txt .container .p2{font-size: 2vw;margin-top: 1vw;max-width: 38vw;}
  .banner .h_b_box .h_b_txt .container .btn_box .btns{margin-bottom: 4.17vw;}
  .header .header-right .item h3 a{font-size: 16px;}
  .header .header-right .item{margin-right: 30px;}
  .list-products .head .txt_list .c .nav .message_btn{margin-left: 0;}
  .list-products .head .txt_list{padding-left: 30px;}
}
@media (max-width: 1250px){
.culture .list-cul .item .txt h2{font-size: 2.5vw;}
  .culture .list-cul .item .txt p{font-size: 1.5vw;line-height: 1.5vw;}
 .footer .footer-c{width: 95%;}
 .footer .footer-c h2{font-size: 20px;}
 .footer .footer-c .btn-l{height: 45px;}
}
@media (max-width: 1200px){
  .index-pro .item .pics img{width: 90%;}
  .list-contact .con_l{border-right: 1px solid #eeeeee;padding-right: 40px;}
  .list-contact .con_r{padding-left: 40px;}
  .index-technology .icon-box{justify-content: flex-start;}
  .list-products .head .txt_list{width: 100%;padding-left: 0;margin-top: 55px;}
  .index-technology .icon-box .item{max-width: unset;width: 25%;}
  /* .index-technology .icon-box .item:nth-child(4){width: 25%;} */
  .index-technology .icon-box .item span{font-size: 13px;width: calc(100% - 60px);}
}
@media (max-width: 1100px){
.list-fac .item h2{height: 40px;font-size: 20px;}
.header .header-right .item h3{font-size: 14px;}
.header_area .main-menu-wrapper .middle-menu .main-menu .nav-dropdown>li.menu-item .product_megamenu-wrapper{min-width: 840px;}
}
@media screen and (max-width:992px) {
  .index-pro .item .pics img{width: 95%;}
  .production{padding: 35px 0;}
  .production .left,.production .right{width: 100%;}
  .production .right{margin-top: 30px;flex-wrap: wrap;}
  .production .right .pics{width: 48%;}
  .oem{padding: 35px 0;}
  .oem .left,.oem .right{width: 100%;}
  .oem .right{margin-top: 30px;flex-wrap: wrap;}
  .oem .right .pics{width: 48%;}
  .oem .right .pics:nth-child(1){margin-top: 0;}
  .oem .right .pics:nth-child(2){margin-top: 0;}
  .feature{padding-top: 50px;}
  .provideo .videobtn{width: 6vw;}
  .list-pro .params .param:nth-child(2){padding-top: 15px;}
  .list-pro .params .param{margin-right: 0;margin-bottom: 30px;width: 50%;}
  .list-custom .custom-pic h2{font-size: 3.5vw;right: 3vw;}
  .list-custom .wrap{padding: 0;}
  .ab-titles h1{font-size: 30px}
  .a-data .bn-list{padding: 30px 0;}
  .videobox{padding: 35px 0 80px;}
  .footer .dls .dl{margin-right: 15px;}
  .bn-list{flex-wrap: wrap;}
  .bn-list li{width: 50%;margin-bottom: 30px;}
  .bn-list li::after{display: none;}
  .new-pro .item{width: 100%;}
  .list-products .head .txt_list .t h2, .list-products .head .txt_list .t p{font-size: 35px;}
  .list-contact .map{margin-top: 40px;}
  .list-contact .cons .item{width: 100%;margin-bottom: 35px;}
  .list-join .list{justify-content: space-between;}
  .list-join .item{width: 48%;margin-right: 0;margin-bottom: 40px;}
  .list-join .desc,.list-join .list{margin-top: 35px;}
  .list-news .items .news-boxc{width: 100%;margin-top: 30px;}
  .news .news-l,.news .news-r{width: 100%;}
  .news .news-r{margin-top: 25px;}
  .list-fac .list{justify-content: space-between;}
  .list-fac .item{width: 49%;margin-right: 0;}
  .footer .bottom .flex{justify-content: center;}
  .footer .bottom p,.footer .bottom p a{width: 100%;text-align: center;}
  .footer .bottom .mc{margin-top: 15px;}
  .cons{margin-top: 40px;}
.list-contact .bd .left,.list-contact .bd .right,.list-pro .right,.footer .right{width:100%;max-width:100%;}
.main,.footer,.factory{padding:20px 10px;}
.top_header,.list-pro .left,.index-hotpro .btn,.cats,.list-pro .right .show_head .show_box .tupian_list,.footer .left,.list-products .head .img_list{display:none;}
.position{padding:15px 10px;}
.list-pro .right .show_head{padding:15px;margin-bottom:20px;}
.list-pro .right .show_head .show_box .info_list .m li a{font-size:14px;margin-right:10px;}
.list-pro .right .title,.index-form .txt h2,.index-partnership .hd h2,.list-about .hd h2,.list-about .body .txt h2,.list-news .alt h2,.list-contact .bd .left h2{font-size:28px;line-height:28px;}
.list-pro .right .title{margin-bottom:20px;}
.list-pro .right .body{line-height:24px;font-size:14px;padding-bottom:20px;}
.list-pro .right .body ul li{width:100%;height:40px;}
.list-pro .list .item{width:48%;margin:0 0 30px 0;}
.list-pro .list{justify-content: space-between;}
.list-pro .right .list .item .txt p{font-size:16px;margin:5px 0 12px;}
.list-contact .bd .left p{margin-top:10px;}
.index-form{height:auto;padding:30px 15px;}
.index-form .txt p{font-size:15px;margin-top:12px;}
.index-form .form{width:100%;}
.index-form .form .btn{height:45px;width:120px;font-size:14px;}
.index-form .form input{height:45px;flex:1;font-size:14px;}
.footer .right h2{margin-top:30px;font-size:24px;line-height:30px}
.footer .right h2 br{display:none}
.bottom .michuan{margin:15px auto 0;}
.fixed{position: static;}
.list-contact .bd .right form textarea{min-height:120px}
.list-contact .bd .right form .itembox .codebox{width:100%;}
.list-contact .bd .right form .itembox .btn{margin:20px auto 0;}
.list-contact .bd .right .txt .item .p p,.index-partnership .bd .item .p p,.index-hotpro .swiper-slide a .left .dasc p,.list-about .lacela .txt p,.list-about .body .txt p,.list-news .show .c p,.list-news .item .p{font-size:14px;line-height:24px;}
.list-news .show{padding:0 10px;}
.list-news .item .t{font-size:18px;line-height:28px;}
.list-news .alt{padding:20px 10px 0;}
.list-news .line{margin:20px 0;}
.list-news .item .m{margin-top:20px;}
.list-news .list{padding:0}
.list-news .list .item{width:100%;border:0;padding:0;border-bottom:1px solid #FF7C40}
.list-news .list .item a{padding:20px 10px;display:block;}
.list-news .item .time{margin-top:20px;}
.list-news .list .item .t{min-height:auto;}
.list-news .showbd{padding-bottom:25px}
.list-news .hd{margin:0;}
.list-news .hd .item{margin-top:0;}
.list-news .hd .item a{padding:20px 10px;}
.list-news .hd .item a .txt{width:100%;}
.list-news .hd .item a .pic{width:100%;margin-top:12px;}
.list-news .item .p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
}
@media screen and (max-width:786px){
.legal .wrap{padding: 60px 15px;}
.custom .context{padding-right: 0;}
.custom{padding: 35px 0 100px;}
.custom .wrap{padding: 60px 15px;background-position: right center;}
.list-download .list .item .name .info h3{font-size:16px;}
.list-download .list .item{padding: 0 15px;}
.faq{margin-top: 40px;}
.faq .title_s{font-size: 30px;}
.faq .faq_box .an{height: auto;}
.titlex{font-size: 30px;margin-top: 45px;}
.list-products .body table td{padding-left: 15px;font-size: 16px;}
.feature .pic{width: 100%;margin-top: 35px;}
.feature .txts{width: 100%;}
.feature .items{margin-bottom: 0;}
.feature .items h2{margin: 50px 0;}
.list-pro .params{margin-top: 0;}
.list-news .item{width: 100%;margin-bottom: 40px;}
.message #submit{min-width: 150px;height: 40px;}
.list-contact .con_l .title{margin-top: 0;}
.list-contact .info-f{margin-top: 0;}
.list-contact .con_l{padding-right: 0;border: none;}
.list-contact .con_r{padding-left: 0;margin-top: 0;}
.list-contact .con_l,.list-contact .con_r{width: 100%;}
.message{padding-bottom: 100px;}
.message .form-div label{width: 100%;}
.message form{margin-top: 10px;}
.message .cont_l .txts h1{font-size: 30px;margin-top: 35px;}
.message .iptb{width: 100%;}
  .checkbox-row,.message .form-div {flex-wrap: wrap;}
  .checkbox-row{gap: 20px;}
  .message #submit{margin-top: 25px;}
  .photos .video-item .pic img{width: 100%;height: auto;object-fit: unset;max-height:unset;}
  .list-video .video-item{width:100%;margin-right: 0;margin-bottom: 30px;}
  .footer .info{padding: 0;}
  .footer .dls,.footer .flex{flex-wrap: wrap;}
  .footer .dls .dl{margin-bottom: 20px;}
  .video-item .txt{margin-top: -11px;}
 .photos .video-item .txt{margin-top: 0;}
  .index-pv .item3{margin-top: 0;}
  .index-pv .item3 .pics{margin-bottom: 25px;}
  .index-pv .item2{margin-top: 25px;}
  .index-pv .item .btnpv2{display: flex;}
  .index-pv .item .btnpv1{display: none;}
  .index-pv{padding: 40px 0;}
  .index-pv .item1{margin-top: 40px;}
  .index-pv .item{width: 100%;}
  .index-pro .item{flex-wrap: wrap;}
  .index-pro .item .pro-l{width: 100%;}
  .index-pro .item .pro-r{width: 100%;}
  .index-pro .item .pro-l .list{display: flex;flex-wrap: wrap;}
  .index-pro .item .pro-r .pro-sub .pics{width:100%;}
  .index-pro .item .pro-l .list li{width: 32%;}
  .index-pro .item .pro-l a{margin-bottom: 10px;}
  .index-pro .item .pro-l .name{font-size: 24px;}
  .params{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 15px;}
  .params .param{width: 46%;} 
  .index-fea .item .pic{width: 100%;margin-top: 30px;}
  .index-fea .item .pic img{width: 100%;}
  .index-fea .item .item-l{width: 100%;}
  .titlex h1{font-size: 35px;}
  .titlex h1{margin-top: 30px;}
  .list-fac{padding: 40px 0;}
}
@media screen and (max-width:600px){
  .production .right .pics{width: 100%;margin-bottom: 30px;}
  .production .right .pics1{margin-right: 0;}
  .oem .right .pics{width: 100%;margin-bottom: 30px;}
  .oem .right .pics1{margin-right: 0;}
  .list-technology{padding-bottom: 35px;}
  .faq .faq_box .an{padding: 0 20px;}
  .faq .faq_t{padding-left: 20px;}
 .list-products{padding-bottom: 100px;}
  .feature{padding-top: 0;}
  .feature .items h2{font-size: 35px;}
  .show_swiper .swiper-button-next,.show_swiper .swiper-button-prev{width: auto;height: auto;}
 .show_swiper .swiper-button-next i,.show_swiper .swiper-button-prev i{font-size:16px;}
.list-news{padding-top: 35px;}
.list-news .title{margin-bottom: 35px;font-size: 35px;}
.cul-content{margin-top: 35px;padding-bottom: 90px;}
.cul-content h3{font-size: 30px;}
.culture{padding:0 10px;}
.culture .list-cul .item .txt h2{font-size: 25px;}
.culture .list-cul .item:nth-child(2) p{max-width: 300px;}
.culture .list-cul{padding: 0;}
  .culture .list-cul .item .txt p{font-size: 16px;line-height:18px;}
 .culture .list-cul .item{width: 100%;margin-right: 0;margin-bottom: 25px;}
.list-custom{padding-top: 35px;}
.profile .ab-titles {padding: 0 10px;}
  .index-technology .icon-box{padding: 0 10px;}
  .maps{margin-top: 35px;}
  .index-legal .pics{margin-top: 35px;}
  .ab-titles h1{font-size: 28px;}
  .ab-titles h1 br{display: none;}
  .catalog{padding: 40px 15px;}
  .catalog h1{font-size: 30px;}
  .list-video .name{font-size: 30px;}
  .footer .bottom br{display: inline-block;}
  .footer .bottom .mc{margin-left: 0;}
  .footer .texts{margin-top: 40px;}
  .footer .dls .dl dd{height: 32px;}
  .footer .footer-c h2{margin-bottom: 20px;text-align: center;}
  .footer .footer-c {flex-wrap: wrap;justify-content: center;padding: 35px 20px;}
  .bn-list{padding: 40px 0 70px;}
  .bn-list li .des{font-size: 20px;}
  .index-pv .titles h1{font-size: 30px;}
  .index-technology .icon-box .item span{font-size: 14px;width: calc(100% - 50px);}
  .index-technology .icon-box .item{max-width: unset;width: 49%;}
  .index-technology .icon-box{justify-content: space-between;}
  .index-technology .box .pics{width: 100%;margin-bottom: 15px;}
  .index-technology .tit{font-size: 28px;margin-bottom: 35px;}
  .index-technology{padding: 35px 0;}
  .new-pro .item .txt .btn-l{padding: 15px 20px;height: 40px;}
  .new-pro .item .txt h2{font-size: 23px;}
  .new-pro .item .txt{top: 50%;transform: translate(-50%,-50%);}
  .index-pro .item .pics img{width: 75%;}
  .index-pro .item{padding: 40px 0;}
  /*.index-pro .item .pro-l .list{justify-content: space-between;}*/
  .params .param h2{font-size: 20px;}
  .index-pro .item .pro-l a span{font-size: 13px;text-align: center;white-space: nowrap;}
  .index-fea{padding: 35px 0;}
  .index-fea .item .item-l h1{font-size: 26px;}
  .index-fea .item .item-l{padding: 35px 15px;}
  .banners .h_b_box .h_b_txt .container .btn_box .btns{height: 30px;padding: 0 20px;font-size: 14px;}
  .list-news .show .t h2{font-size:22px;line-height:28px;}
  .news-detail.main{padding: 35px 0;}
  .list-news .show .m .btn{margin-top: 35px;}
  .news{padding-bottom: 40px;}
  .paging{margin-top: 35px;}
  .pro_list .main{padding: 40px 0;}
  .news .news-r .news-c{width: calc(100% - 120px);}
  .news .news-l .items{width: 100%;margin-bottom: 30px;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
.footer .info .form-div .code_box{width: 100%;margin-bottom: 25px;}
.footer .info .message .form-div>label,.footer .info .message .content{margin-bottom: 25px;}
.footer .info .message .form-div>label{width: 100%;}
.footer .info .message .form-div,.footer .info .message form>.form-div{flex-wrap: wrap;margin-bottom: 0;}
.index-adv .adv_r .tit{font-size: 28px;}
.list-pro .list .item .txt{padding-top:5px;margin-top:15px;}
.list-pro .list .item{width: 100%;}

}