@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:96%;max-width:100%;margin:0 auto;}
.wraps{width:96%;max-width:100%;margin:0 auto;}
.wrap-1740{width:100%;max-width:100%;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.banner{position: relative;overflow: hidden;}
.banner .p img{width:100%;}
body{background: url("/skin/images/bg.jpg");}
.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;transition: 0.6s;}
.header{transition-duration:.6s;height:115px;width:100%;background: transparent;z-index: 9999999;display:flex;align-items: center;}
.header.height{background: var(--color);height: 75px;box-shadow: 0 3px 7px rgba(0,0,0,.10);}
.header .logo{margin-right: 30px;display: flex;align-items: center;justify-content: center;}
.header>.wraps{position: relative;}
.header .header-left {position: absolute;left: 0;top: 11px;}
.top_header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);}
.header .header-right{width: 100%;}
.header .header-right .item h3 a{font-size:24px;color: #fff;transition: 0.5s;line-height: 1;display: flex;align-items: center;height: 100%;font-family: 'Anton';text-transform: uppercase;position: relative;}
.header .header-right .item h3 a::after{content: '';width: 0;height: 2px;background: var(--c-color);position: absolute;bottom: 0;right: 0;transition: 0.4s ease;}
.header .header-right .item h3 a:hover::after,.header .header-right .item.on h3 a::after{width: 100%;right: auto;left: 0;}
.header .header-right .item:hover h3 a,.header .header-right .item.on h3 a{color: var(--on-color);}
.header .header-right .item{margin-left:100px;position: relative;display:flex;height:100%;align-items: center;position: relative;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item .sj{width: 0;height: 0;border: 10px solid transparent;border-bottom-color: #fff;position: absolute;bottom: 0;right: 50%;transform: translateX(50%);opacity: 0;transition: 0.4s ease;z-index: 5;}
.header .header-right .item:hover .sj{opacity: 1;}
.header .ico{align-items: center;height: 100%;margin-left: 65px;}
.header .ico a{color:#fff;height: 100%;display: flex;align-items: center;justify-content: center;margin-right: 30px;}
.header .ico a i,.header-right .ico .lang i{color: #fff;font-size:26px;transition: 0.3s;}
.header .ico a:hover i{color: var(--bgcolor);}
.header .ico a:nth-child(1) i{font-size: 28px;}
.header .ico a:nth-child(3) i{font-size: 22px;}
.header .ico a:nth-child(3){margin-right: 0;}
.header .item h3{height: 100%;display: flex;align-items: center;}
.header .subs{z-index:999;transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease;position: fixed;top:110px;left:0;width:100%;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.1);}
.header .subs .container{background: var(--bgcolor);height: 80px;}
.header .subs .container .wrap,
.header .subs .container .wrap li{height: 100%;}
.header .subs .container .wrap{display:flex;align-items: center;}
.header .subs .items{display: flex;margin-right: 45px;transition: 0.5s;align-items: center;height: 100%;padding: 0 12px;}
.header .subs .items .pics{margin-right: 15px;}
.header .subs .items .pics .red{display: none;}
.header .subs .items:nth-child(6n){margin-right: 0;}
.header .subs .items:hover{background: #bc0f26;}
.bcolor{background: #bc0f26;}
.header .subs .items span{font-size: 16px;transition: 0.5s;font-family: 'Montserrat-SemiBold';color: #fff;}
.header .subs .bd_b{padding: 25px 0;}
.header .subs .bd_b .box-l{width: 320px;}
.header .subs .bd_b .itemc:hover p{color: var(--bgcolor);}
.header .subs .bd_b .itemc p{font-size: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: 0.5s;margin-top: 15px;border-bottom: 1px solid #d6d6d6;padding-bottom: 15px;display: flex;align-items: center;justify-content: space-between;}
.header .subs .bd_b .itemc p img{margin-left: 10px;display: inline-block;opacity: 0;transition: 0.2s;}
.color{color: var(--bgcolor) !important;}
.opacity{opacity: 1 !important;}
.header .header-right,.header .wraps,.header .header-right .menu{height: 100%;}
.header .header-right .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
    position: absolute;
    top: 90px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow:0 15px 30px rgba(0,0,0,.1);
  }
  .header.height .header-right .menu .sub{top: calc(100% + 6px);}
  .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,1);
    left: 20px;
    top: -19px;
    position: absolute;
  }
.header-right .ico .lang{position: relative;cursor: pointer;}
.header-right .ico .lang .sub {
  z-index: 99999999;
  transform: translate(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
  padding-bottom: 10px;
  position: absolute;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 35px;
  background: #fff;
  min-width:60px;
  border-radius: 3px;
  padding-bottom: 5px;
}
.header-right .ico .lang .sub a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  margin: 0 5px;
  border-bottom: 1px solid #e9e9e9;
}
.header-right .ico .lang .sub a span{font-size: 14px;}
.header-right .ico .lang .sub a:hover span{color: var(--bgcolor);}
.header-right .ico .lang .sub a img {
  margin-right: 5px;
  height: 15px;
}
.header-right .ico .lang:hover .sub {
  transform: translate(-50%) scaleY(1);
}

.home_swi{position: relative;}
.home_swi img{width: 100%;}
.h_banner .home_swi .h_b_box .h_b_img{position: relative;}
.h_banner{position: relative;}
.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%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    min-width: 135px;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container .icon{display: flex;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1,.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{font-size: 60px;line-height: 1;text-transform: uppercase;margin-top: 10px;color: #fff;font-family: 'Anton';text-transform: uppercase;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p1 span{margin-right: 90px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 24px;line-height: 1;text-transform: uppercase;font-family: 'Roboto-Regular';color: #fff;margin-top: 225px;}
.h_banner .home_swi .swiper-slide:not(:nth-child(1)) .h_b_box .h_b_txt .container .p2{margin-top: 150px;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p2 img{width: auto;margin-right: 110px;}
.h_banner .home_swi .swiper-slide .h_b_box .h_b_txt .container .p2 img{width: auto;}
.h_banner .home_swi .swiper-slide .h_b_box .h_b_txt .txt_box{text-align: center;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .txt_box{text-align: right;margin-left: 95px;}
.h_banner .btn-box{display: flex;margin-top: 320px;}
.h_banner .btns{height: 50px;background: #fff;font-size: 16px;display: flex;align-items: center;justify-content: center;min-width: 210px;padding: 0 10px;z-index: 10;transition: 0.4s;font-family: 'Montserrat-SemiBold';}
.h_banner .btns:hover i{color: #fff;}
.h_banner .btns i{margin-right: 10px;z-index: 9;transition: 0.4s;font-size: 20px;color: var(--bgcolor);}
.h_banner .btns span{line-height: 1;z-index: 9;transition: 0.5s;transition-delay: 0.4s;}
.h_banner .btn-box .btns:nth-child(1){margin-right: 30px;background: var(--bgcolor);}
.h_banner .btn-box .btns:nth-child(1) span{color: #fff;}
.h_banner .btn-box .btns:nth-child(1):hover{color: #000;}
.swiper-button-next:after,.swiper-button-prev:after{content: "";display: none;}
.swiper-button-next, .swiper-button-prev{color: transparent;background: none;width: auto;height: auto !important;}
.home_swi,.home_swi .swiper-slide,.home_swi .h_b_box,.home_swi .h_b_img,.home_swi .h_b_img a,.home_swi .h_b_img a img{height: 100%;width: 100%;}
.home_swi .swiper-button-prev {
    left: 3.39vw !important;
    top: 50% !important;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%) rotate(180deg) !important;
    opacity: 0;
  }
  .home_swi .swiper-button-prev i{ font-size:2.08vw;color: #fff;transition: 0.4s;}
  .home_swi .swiper-button-prev i:hover{color: var(--bgcolor);}
  .home_swi:hover .swiper-button-prev{opacity: 1;}
  .home_swi:hover .swiper-button-next{opacity: 1;}
  .home_swi .swiper-button-next {
    right: 3.39vw !important;
    top: 50% !important;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .home_swi .swiper-button-next i{ font-size: 2.08vw;color: #fff;transition: 0.4s;}
  .home_swi .swiper-button-next i:hover{color: var(--bgcolor);}
  .home_swi .swiper-pagination{bottom: 60px;}
.home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff;width: 20px;height: 20px;border-radius: 50%;margin-right: 30px !important;}
.home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);}

.index-solution{background: #fff;padding-top: 90px;}
.index-solution .wrap{align-items: center;}
.index-solution .btn_c{min-width: 200px;height: 60px;background: var(--color);display: flex;align-items: center;justify-content: center;}
.index-solution .btn_c span{font-size: 30px;color: #fff;font-family: 'Anton';text-transform: uppercase;}
.pro-swiper{margin-top: 75px;}
.pro-swiper .txt{position: absolute;bottom: 45px;left: 50%;transform: translate(-50%);width: 100%;text-align: center;color: #fff;z-index: 5;}
.pro-swiper .txt h1{font-size: 30px;font-family: 'Anton';text-transform: uppercase;color: #fff;margin-bottom: 20px;}
.pro-swiper .txt span{font-size: 18px;color: #fff;border-bottom: 1px solid #fff;}
.pro-swiper .pic{position: relative;}
.pro-swiper .pic::after{content: "";position: absolute;top: 0;left: 50%;width: calc(100% + 1px);height: 100%;background: rgba(0,0,0,0.5);z-index: 1;transform: translate(-50%);transition: 0.7s;}
.pro-swiper .pic:hover::after{transform:translate(-50%) rotateY(90deg);}
.index-brand{margin-top: 120px;}
.index-brand .brand{text-align: center;padding: 70px 0 100px;background: url('/skin/images/st_03.jpg') no-repeat center center/cover;}
.index-brand .brand h2{font-size: 48px;font-family: 'Anton';text-transform: uppercase;color: #fff;margin-top: 45px;text-transform: uppercase;}
.index-brand .brand p{font-size: 18px;color: #fff;margin: 30px auto 0 auto;line-height: 32px;max-width: 840px;}
.index-brand .brand .certs{margin-top: 70px;}
.index-adver{padding: 135px 0 145px;background: url('/skin/images/advertisement_02.jpg') no-repeat center center/cover;}
.index-adver .texts{display: flex;flex-direction: column;align-items: center;}
.index-adver .texts h1{font-size: 60px;font-family: 'Anton';text-transform: uppercase;color: #fff;text-transform: uppercase;text-align: center;}
.index-adver .texts p{font-size: 18px;color: #fff;margin-top: 45px;text-align: center;}
.index-adver .btn-box{display: flex;margin-top: 60px;}
.index-adver .btns{height: 40px;background: #fff;display: flex;align-items: center;justify-content: center;min-width: 220px;padding: 0 10px;z-index: 10;transition: 0.4s;font-family: 'Montserrat-SemiBold';}
/* .index-adver .btns:hover i{color: #fff;} */
.index-adver .btns i{margin-right: 10px;z-index: 9;transition: 0.4s;font-size: 20px;color: var(--bgcolor);}
.index-adver .btns:hover i{color: #fff;}
.index-adver .btns span{line-height: 1;z-index: 9;transition: 0.5s;font-family: 'Anton';text-transform: uppercase;font-size: 18px;}
.index-adver .btn-box .btns:nth-child(1){margin-right: 40px;}

 .index-about{padding: 70px 0 100px;position: relative;}
 .index-about .wrap.flex{flex-wrap: wrap;align-items: center;}
 .about-t{position: relative;width: 41.9%;z-index: 10;}
 .titlex h1{font-size: 48px;font-family: 'Anton';text-transform: uppercase;line-height: 1;text-transform: uppercase;margin-top: 30px;}
  .titlex span{display: block;line-height: 1;}

 .about-t .about-l .content{width: 100%;margin-top: 50px;}
 .about-t .about-l .content p{font-size: 16px;line-height: 30px;width: 100%;}
 .content1 p{margin-top: 0;}
 .list-about .about-t .about-l .content p{margin-bottom: 0;}
 .about-t .btns{margin-top: 70px;}
 .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: 52.5%;}
 .about-r .pics{position: relative;border: 15px solid #fff;box-shadow: 2px 5px 30px rgba(0,0,0,0.15);}
 .about-r .pics img{width: 100%;}
.index-video{position: relative;border: none;overflow: hidden;margin: 0;padding: 0;}
.index-video video,.index-video img{display: block;width: 100%;}
.index-video::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 2;}
.index-video .btns{background: #fff;border-radius: 9px;display: flex;justify-content: center;height: 50px;align-items: center;min-width: 150px;margin-top: 80px;}
.index-video .btns span{font-size: 18px;margin-right: 10px;transition: 0.4s;transition-delay: 0.4s;}
.index-video .texts{position: absolute;top: 50%;left: 100px;transform: translateY(-50%);z-index: 5;}
.index-video .texts h1{font-size: 36px;font-family: 'Montserrat-SemiBold';line-height: 1;color: #fff;}
.index-video .texts p{font-size: 18px;line-height: 24px;color: #fff;max-width: 440px;margin-top: 30px;}
.index-data{padding-bottom: 60px;border-bottom: 1px solid #cacaca;margin-top: 100px;width: 100%;} 

 .bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
 .bn-list .libox{width: 22.4%;border-right: 1px solid #b2b2b2;}
  .bn-list .libox:last-child{border-right: 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;
  }
    .bn-list li h2 .txt{
    font-size: 16px;
    position: absolute;
    top: 0;
    right: -65px;
   }
   .bn-list li h2 .txt1{right: -35px;display: flex;align-items: center;}
   .bn-list li h2 .txt1 sub{margin-left:6px;font-size: 17px;}
   .bn-list li h2{position: relative;}
   .bn-list li h2 .txt>sup{
    font-size: 8px;
    position: absolute;
    top: 4px;
    left: 14px;
   }
   .bn-list li h2 .plus{
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: -15px;
   }
 .bn-list li h2 .number {
    font-size: 60px;
    line-height: 1;
    font-family: 'Anton';text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
  }
  .bn-list li:nth-child(1) h2 .number{margin-left: -8px;margin-bottom: 8px;}
  .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;
  }

.advantage{background: url("/skin/images/aboutback_02.jpg") no-repeat center top;padding-top: 90px;}
.advantage .adv-box{margin-top: 90px;}
.advantage .adv-l{background: #fff;width: 50%;}
.advantage .adv-l .item{padding: 35px 20px 35px 25px;border-bottom: 1px solid #e5e5e5;cursor: pointer;}
.advantage .adv-l .item:last-child{border-bottom: none;}
.advantage .adv-l .item .flex{margin-top: 20px;}
.advantage .adv-l .item h1{font-size: 24px;font-family: 'Anton';text-transform: uppercase;transition: 0.5s;}
.advantage .adv-l .item p{font-size: 16px;line-height: 30px;width: calc(100% - 60px);}
.advantage .adv-l .item .icon{margin-top: 5px;opacity: 0;transition: 0.5s;}
/* .advantage .adv-l .item:hover .icon{opacity: 1;} */
/* .advantage .adv-l .item:hover h1{color: var(--bgcolor);} */
.advantage .pics{width: 50%;position: relative;background: #fff;}
.advantage .pics img{width: 100%;height: 100%;object-fit: cover;display: none;}
.color{color: var(--bgcolor)!important;}
.opacity{opacity: 1;}
.titlex1{text-align: center;}
.titlex1 h1{color: #fff;}
.titles1{text-align: center;}
.titles2{max-width: 870px;margin-bottom: 20px;}
.titles h1{font-size: 60px;font-family: 'Anton';text-transform: uppercase;line-height: 1;text-transform: uppercase;}
.titles p{font-size: 18px;margin-top: 20px;}
.titles2 p{font-size: 16px;margin-top: 30px;line-height: 32px;}
.index-support{padding: 90px 0;}
.index-support .item{width: 30.7%;}
.index-support .flex{margin-top: 90px;}
.index-support .item .icon{min-height: 44px;}
.index-support .item h1{font-size: 30px;font-family: 'Anton';text-transform: uppercase;margin-top: 25px;}
.index-support .item p{font-size: 16px;line-height: 32px;margin-top: 30px;min-height: 96px;}
.index-support .item .more{font-size: 18px;margin-top: 45px;color: var(--bgcolor);font-family: 'Anton';text-transform: uppercase;position: relative;display: inline-block;}
.index-support .item .more::after{content: '';width: 0;height: 2px;background: var(--bgcolor);transition: 0.5s;position: absolute;right: 0;bottom:0;}
.index-support .item .more:hover::after{right: auto;left: 0;width: 100%;}

.profile{border-top: 1px solid #f3f3f3;padding-top: 65px;}
.profile .txtcontent{margin-top: 45px;}
.profile .txtcontent p{font-size: 20px;font-family: 'SourceHanSansCN-Light';color: #343434;line-height: 36px;width: 100%;margin-bottom: 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-ins .item{width: calc((100% - 160px)/5);margin-right: 40px;position: relative;margin-bottom: 40px;padding: 4px;border-radius: 8px;overflow: hidden;box-shadow: 0 9px 30px rgba(3,108,184,.18);transition: 0.5s;}
.list-ins .item:hover{box-shadow: 0 5px 20px rgba(3,108,184,.1);}
.list-ins .item:nth-child(5n){margin-right: 0;}
.list-ins .item .pics{border-radius: 8px 8px 0 0;overflow: hidden;position: relative;}
.list-ins .item .pics>img{transition: 0.5s;}
.list-ins .item:hover .pics>img{transform: scale(1.1);}
.list-ins .item .pics .videobtns{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.list-ins .item h2{width: 100%;display: flex;align-items: center;font-size: 18px;transition: 0.5s;padding: 20px 10px 20px 13px;}

.faq{padding: 20px 0 100px;}
.faq-c{transition: 0.7s;box-shadow: 0 9px 30px rgba(3,108,184,0.10);margin-top: 40px;overflow: hidden;border-radius: 14px;}
.faq-c h1{font-size: 16px;display: flex;align-items: center;cursor: pointer;padding: 25px 15px 25px 25px;line-height: 1.1;border-radius: 9px 9px 0 0;}
.faq-c p{font-size: 18px;display: flex;align-items: flex-start;padding: 30px 25px;cursor: pointer;line-height: 32px;background: var(--bgcolor);color: #fff;}
.faq-c:hover{box-shadow: 0 9px 30px rgba(3,108,184,0.2);transform: translateY(-10px);}

.custom{padding: 70px 0 100px;}
.custom .tit{font-size: 48px;font-family: 'Montserrat-SemiBold';}
.custom .contents{margin-top: 50px;}
.custom .contents p{font-size: 18px;line-height: 32px;}
.custom .contents h3{font-size: 24px;font-family: 'Montserrat-SemiBold';margin: 40px 0;}

.tit-cul{font-size: 48px;font-family: 'Montserrat-SemiBold';line-height: 1.15;}
.tit-cul2{color: var(--bgcolor);}
.tit-cul2 span{color: var(--c-color);font-family: 'Montserrat-SemiBold';}
.culture{padding: 60px 0 80px;}
.culture .cul-main{width: calc(100% - 170px);margin-top: 10px;}
.culture .cul-main .tit-m{font-size: 18px;font-family: 'Montserrat-SemiBold';line-height: 1.1;margin-bottom: 25px;} 
.culture .cul-main .cul-box{margin-bottom: 55px;}
.culture .cul-main .cul-box h3{font-size: 18px;line-height: 1;margin-bottom: 40px;color: var(--bgcolor);}
.culture .cul-main .cul-box p{line-height: 32px;font-size: 18px;}
.culture .cul-list{margin-top: 80px;}
.culture .vision{margin-top: 45px;}
.culture .vision .pics{width: 40.6%;}
.culture .vision h1{font-size: 30px;font-family: 'Montserrat-SemiBold';}
.culture .vision h2{font-size: 18px;margin-top: 5px;}
.culture .vision .vision-r{width: 59%;padding-left: 15px;}
.culture .vision .vision-r p{line-height: 32px;font-size: 18px;margin-top: 40px;}
.culture .vision .vision-r .logo-v{display: flex;justify-content: flex-end;margin-top: 200px;}

.honor{background:url("/skin/images/honor-back_02.png") no-repeat center bottom/100% auto;margin-top: 90px;}
.honor .flex{align-items: flex-end;margin: 65px 0 0 60px;flex-wrap: nowrap;}
.honor .jb{margin-bottom: 110px;margin-right: 25px;}
.honor-swiper{padding-bottom: 100px;width: calc(100% - 170px);padding-top: 20px;}
.honor-swiper .swiper-wrapper{margin-left: -15px !important;}
.honor-swiper .pic{position: relative;overflow: visible;margin: 0 30px;transition: 0.5s;}
.honor-swiper .pic:hover{transform: translateY(-20px);}
.honor-swiper .hpic{width: 100%;}
.honor-swiper .pic .sb{position: absolute;left: 0;bottom: -10px;width: 100%;}
.honor-swiper .pic .sb img{width: 100%;}
.honor-swiper .pic .sr{position: absolute;right: -46px;bottom: 0;height: 100%;}
.honor-swiper .pic .sr img{height: 100%;width: auto;}

.honor-swiper .swiper-pagination-bullet{ opacity: 1; width: 18px;height: 18px;position: relative;z-index: 10;margin-right: 18px !important;margin-left: 0;background: #373739;}
.honor-swiper .swiper-pagination-bullet-active{background: var(--bgcolor);}
.catalog{padding: 90px 0 120px 0;}
.catalog .catalog-l{width: 63.14%;}
.catalog .catalog-l img{width: 100%;height: 100%;object-fit: cover;}
.catalog .catalog-r{width: 36.86%;background: #fff;padding: 45px 45px 70px 50px;}
.titlex h1 img {margin-right: 20px;}
.catalog .item{margin-top: 65px;}
.catalog .item .codes{border: 1px solid #e0e0e0;padding: 25px;}
.catalog .item h2{font-size: 24px;font-family: 'Anton';text-transform: uppercase;border-bottom: 1px solid #d5d5d5;padding-bottom: 25px;}
.catalog .item h2 img{margin-right: 13px;}
.catalog .item p{font-size: 16px;line-height: 24px;margin-top: 25px;}
.catalog .item .codes-r{width: calc(100% - 190px);}
.catalog .btn-box{display: flex;margin-top: 60px;}
.catalog .btns{height: 50px;background: #2c2c2c;display: flex;align-items: center;justify-content: center;min-width: 170px;padding: 0 10px;z-index: 10;transition: 0.4s;}
/* .catalog .btns:hover i{color: #fff;} */
.catalog .btns i{margin-right: 10px;z-index: 9;transition: 0.4s;font-size: 20px;color: #fff;}
.catalog .btns span{line-height: 1;z-index: 9;transition: 0.5s;font-size: 16px;color: #fff;}
.catalog .btn-box .btns:nth-child(1){margin-right: 40px;}

.titlec h1{font-size: 60px;font-family: 'Montserrat-SemiBold';line-height: 1;color: var(--bgcolor);}
.titlec p{font-size: 18px;line-height: 32px;margin-top: 20px;max-width: 820px;color: #000;}
.titlec h3{font-size: 18px;margin-top: 30px;color: var(--bgcolor);}

.list-fac{padding-bottom: 90px;}
.list-fac .list{margin-top: 30px;}
.list-fac .item{width: calc((100% - 120px)/4);margin-right: 40px;position: relative;margin-bottom: 40px;padding: 10px;overflow: hidden;transition: 0.5s;background: #fff;}
.list-fac .item:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.list-fac .item:hover .pic img{transform: scale(1.1);}
.list-fac .item:nth-child(4n){margin-right: 0;}
.list-fac .item h1{width: 100%;display: flex;align-items: center;font-size: 18px;transition: 0.5s;padding: 20px 10px 20px 10px;}

.news-list{padding: 80px 0 110px;}
.list-news .list .item {width: calc((100% - 120px)/3);margin-right: 60px;margin-bottom: 80px;transition: 0.5s;position: relative;overflow: hidden;}
.list-news .list .item:nth-child(3n){margin-right: 0;}
.list-news .list .item .date{font-size: 16px;margin-top: 25px;border-top: 1px solid #d6d6d6;padding-top: 30px;position: relative;}
.list-news .list .item .txt{padding: 35px 0 10px 0;transition: 0.4s;}
.list-news .list .item h2{font-size: 18px;transition: 0.5s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition: 0.3s;font-family: 'Anton';text-transform: uppercase;}
.list-news .list .item:hover h2{color: var(--bgcolor);}
.list-news .list .item p{font-size: 16px;margin-top: 40px;line-height: 30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.footer{padding-top: 65px;}
.info_f{position:absolute;left: 50%;bottom: 0;transform: translate(-50%,50%);}
.pro-b .info_f{position: relative;left: auto;bottom: auto;transform: translate(0,0);}
.info_f .ico{align-items: center;flex-wrap: nowrap;}
.info_f .ico a{position: relative;font-size:20px;margin-right:12px}
.info_f .ico a i{font-size: 20px;display: flex;transition: 0.5s;color:#2d2d2d;width: 36px;height: 36px;border-radius: 50%;background: #fff;border: 1.5px solid #2d2d2d;justify-content: center;align-items: center;}
.info_f .ico a i:hover{background: var(--bgcolor);color: #fff;border-color: var(--bgcolor);}
.info_f h5{font-size: 18px;margin-right: 13px;}

.footer .info{padding-bottom: 50px;border-bottom: 1px solid #cecece;position: relative;}
.footer .info>.flex{flex-wrap: nowrap;}
/* .footer .info .info-l{width: 100%;} */
.footer .info .info-txt{font-size: 16px;max-width: 345px;line-height: 35px;margin-bottom: 0;}
.footer .info .dls{display: flex;width: 100%;justify-content: space-between;}
.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: 30px;margin-bottom: 20px;max-width: 400px;}
.dl .dl-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.dl .dl-title2{opacity: 0;}
.dl .dl-title a{font-family: 'Anton';text-transform: uppercase;}
.dl>dd a{
  line-height: 40px;
  font-size: 16px;
}
.dl>p{display: flex;margin-bottom: 20px;}
.dl>.p{line-height: 26px;}
.dl>.p1{margin-bottom: 25px;}
.dl>p .iconx{margin-right: 15px;width: 22px;text-align: center;}
.dl>p .txt_box{width: calc(100% - 32px);}
.dl>p,.dl>p a{font-size: 16px;line-height: 32px;transition: 0.5s;}
.dl>p:hover a{color: var(--bgcolor);}
.footer .info .dls .dl dd span{position: relative;white-space: nowrap;}
.footer .info .dls .dl dd span:hover::after{width: 100%;}
.footer .info .dls .dl dd span:hover{color: var(--bgcolor);}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  background: var(--bgcolor);
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}

.footer .bottom{padding:80px 0;}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{font-size:16px;}
.footer .bottom p a{margin-left: 15px;}

.list-news .content,.list-products .content{width: 100%;}
.news-detail .wrap{border: none;}
.news-detail{padding: 80px 0 0;}
.list-news .show .t h2{font-size:18px;line-height:1;font-family: 'Anton';text-transform: uppercase;}
.list-news .show .t .time{padding:30px 0;font-size:16px;}
.list-news .show .c{margin-bottom:35px;padding:50px 0 90px;font-size:18px;line-height:30px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:32px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{width:115px;height:50px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:16px;justify-content: center;}
.list-news .show .m .btn span{color: #fff;}
.list-news .show .m .btn img{margin-left:15px}
.list-news .show .m .btn:hover{border-radius:30px}
.titlex3{margin-top: 90px;}
.news-detail .list{margin-top: 60px;}

.location{z-index: 999;position: relative;margin-top: 30px;}
.location .wrapl{display:flex;align-items: center;height: 100%;}
.location .icons{margin-right: 18px;}
.location a{font-size: 16px;text-transform: uppercase;}
.location a:hover{color: var(--bgcolor);}
.location i{margin:0 15px;font-size: 14px;margin-top: 3px;}
.location a:last-child{color:var(--bgcolor)}
.list-contaact{padding-bottom: 120px;}
.list-contaact .info-f{margin-top: 70px;}
.list-contaact .info-f .ico a {
  position: relative;
  color: #373739;
  margin-right: 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.list-contaact .info-f .ico a:hover i{color: var(--on-color);}
.list-contaact .info-f .ico a i{transition: 0.5s;font-size: 30px;}

.list-contaact .info-f .ico a:nth-child(1) i{font-size: 32px;}
.list-contaact .info-f .ico a:nth-child(2) i{font-size: 39px;}
.list-contaact{margin-top: 90px;}
.list-contaact .bd .contact-l{width:390px;}
.list-contaact .bd .t p{font-size:18px;line-height:32px;margin-top: 35px;}
.list-contaact .bd .txt{width:calc(100% - 390px);padding-left: 150px;}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;}
.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::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: 40px;padding-bottom: 25px;transition: 0.6s;margin-left: 20px;width: calc(100% - 45px);}
.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: 'Anton';text-transform: uppercase;line-height: 1;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 16px;margin-top: 12px;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .codes{padding: 15px 35px 15px 17px;background: #fff;margin-top: 55px;align-items: center;max-width: 340px;}
.list-contaact .codes h2 img{margin-right: 13px;}
.list-contaact .codes p{font-size: 24px;line-height: 30px;margin-top: 15px;font-family: 'Anton';text-transform: uppercase;}
.list-contaact .codes .codes-r{width: calc(100% - 190px);}

.list-contaact .message{width: 100%;margin-top: 70px;}
.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
{font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding-left: 12px;box-sizing: border-box;border: 1px solid #2c2c2c;margin-bottom: 30px;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: #2c2c2c;}
.list-contaact .message .content{padding-top: 20px; width:100%;height: 250px;padding-left: 12px;margin-bottom: 20px;font-size: 16px;border: 1px solid #2c2c2c;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;cursor: pointer;background: #2c2c2c;}
.list-contaact .message #submit:hover{transform: scale(1.05);}
.list-contaact .message #submit i{ margin-right: 10px;font-size: 18px;color: #fff;}
/* .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 #2c2c2c;
  width: calc(100% - 190px);
  transition: 0.4s;
}
.list-contaact .form-div .code_box input{width: 100%;height: 50px;padding-left: 12px;}
.list-contaact .form-div .code_box img {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
.sw-box{width: 150px;height: 50px;background: #fff;border-radius: 9px;display: flex;align-items: center;padding: 0 4px;}
/* .prod-swiper{padding-bottom: 120px;} */
.sw-box .swiper-button-prev i,.sw-box .swiper-button-next i{ font-size: 30px;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;
  width: 50%;
  height: 40px !important;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-button-prev,.swiper-button-next{background-image: none;}
.swiper-button-prev:hover i,.swiper-button-next:hover i{color: #fff;}
.sw-box .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  width: 50%;
  height: 40px !important;
  border-radius: 0 5px 5px 0;
   display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sw-box .swiper-button-prev:hover,.sw-box .swiper-button-next:hover{background: var(--bgcolor);}
.prod-swiper .swiper-pagination{bottom: 0;}
.prod-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #333333;width: 70px;height: 6px;border-radius: 6px;margin-right: 20px !important;}
.prod-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);}
.index-pro{padding: 95px 0;}
.pro_list .main{padding: 70px 0 95px;}
.index-pro .list {margin-top: 60px;}
.list-pro1{background: #fff;}
.list-products .list .item{transition:.6s;width: calc((100% - 180px)/4);margin:0 60px 60px 0;background: #fff;}
.list-products .list .item:nth-child(4n){margin-right:0;}
.index-pros{padding: 130px 0 80px 0;position: relative;}
.index-pros .pro-top{align-items: center;}
.index-pros .pro-top .pro-l{align-items: flex-end;}
.index-pros .pro-top .pro-l h1{font-size: 72px;font-family: 'Montserrat-SemiBold';line-height: 0.9;}
.index-pros .pro-top .pro-l p{font-size: 18px;color: #333;max-width: 340px;margin-left: 55px;line-height: 30px;}
.index-pros .list .item{width: 100%;margin-right: 0;margin-bottom: 0;}
.prod-swiper{width: 100%;margin-top: 50px;padding: 15px 15px 30px 20px;}
.pros-box{display: flex;width: 100%;justify-content: flex-end;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;}
.list-products .list .item .txt{display: flex;width: 100%;transition: 0.6s;justify-content: space-between;padding:35px 20px 40px 15px;border-top: 1px solid #d7d7d7;}
.list-products .list .item .pic{overflow: hidden;padding: 10px;transition: 0.5s;}
.list-products .list .item .txt h3{font-family: 'Anton';text-transform: uppercase;color:#000;overflow:hidden;text-overflow:ellipsis;font-size:36px;line-height: 1;padding-right:20px;width: 100% !important;transition: 0.5s;white-space: nowrap;}
.list-products .list .item:hover .txt h3{color: var(--bgcolor);}
.list-products .list .item .txts{width: calc(100% - 20px);}
.list-products .list .item .txt p{color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:18px;margin-top:15px;width: 100%;}
.list-products .list .item .txt i{color:var(--on-color);font-size:20px}
.list-products .list .item:hover{box-shadow:0 5px 25px rgba(3,9,15,0.15);}
.list-products .head .img_list .datu .logoicon{width: 120px;position:absolute;left:10px;top:10px;z-index:999999999;}
.list-products .list .item .logoicon{width: 100px;position:absolute;left:10px;top:10px;}

.pro_list{padding: 70px 0 110px;}
.pro-detail{background: #fff;position: relative;padding-top: 60px;}
.pro-detail::after{content: '';width: 100%;height: 280px;background: url("/skin/images/bg.jpg");position: absolute;top: 0;right: 0;z-index: 1;}
.sidebar .bd{justify-content: flex-start;}
.sidebar .bd .item{height: 50px;min-width: 270px;background: var(--color);display: flex;align-items: center;padding: 0 15px 0 14px;transition: 0.5s;position: relative;z-index: 10;margin-right: 20px;margin-bottom: 20px;z-index: 999;}
.sidebar .bd .item a{align-items:center;font-size:18px;display:flex;position:relative;justify-content: space-between;width: 100%;color: #fff;font-family: 'Anton';text-transform: uppercase;text-transform: uppercase;}
.sidebar .bd .item .sub{padding-bottom:20px;position: absolute;top: 100%;left: 0;width: 100%;transform: scaleY(0);transition: 0.3s ease;transform-origin: top;z-index: 99999999999;}
.sidebar .bd .item:hover .sub{transform: scaleY(1);}
.sidebar .bd .item:hover .child i{transform: rotate(-180deg);}
.sidebar .bd .item .sub a{display:flex;align-items:center;font-size: 15px;background: #000;min-height: 40px;padding: 0 10px;border-top: 1px solid #fff;}
.sidebar .bd .item .sub a span{color: #fff;}
.sidebar.sidebar .bd .item a i{font-size:20px;color: #fff;transition: 0.3s;display: flex;justify-content: center;align-items: center;}
.sidebar .bd .item a:last-child{margin-bottom:0;}
.sidebar .bd .item.on,.sidebar .bd .item:hover{background: var(--bgcolor);}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{background: var(--bgcolor);}

.list-pro .right{width: 100%;margin-top: 50px;}
.pro-detail .right{margin-top: 65px;}
.list-pro .show_head .show_swiper{display:none;}
.show_swiper .swiper{position: relative;}
.show_swiper .swiper .swiper-slide{text-align: center;}
.show_swiper .swiper-pagination .swiper-pagination-bullet-active{background: var(--bgcolor);}
.list-products .head{padding-top:40px;background: #fff;}
.list-products .head .img_list{z-index:2;width:800px}
.list-products .head .img_list .datu{width: calc(100% - 180px);background: #fff;}
.list-products .head .img_list .datu .cloud-zoom img{width:95%;}
.list-products .head .img_list .xiaotu{width:100px;display:flex;flex-wrap:wrap;align-content: space-between;height: 470px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:100px;height:100px;margin-bottom:18px;border:1px solid #000;background: #fff;position: relative;}
.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:50px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .btn a i{font-size:16px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.list-products .head .img_list .xiaotu li video{width: 100%;height: 100%;object-fit: cover;}
.list-products .head .img_list .xiaotu li .vbtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: auto;}
.list-products .head .txt_list{width: calc(100% - 800px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 45px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #d6d6d6;padding-bottom:30px;display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.list-products .head .txt_list .t h2{padding-top:20px;font-size:30px;font-family: 'Anton';text-transform: uppercase;}
.list-products .head .txt_list .t p{font-size: 16px;line-height: 1;margin-top: 25px;}
.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 .feature{margin-top: 30px;}
.list-products .head .txt_list .c .feature p{font-size: 16px;line-height: 32px;margin-bottom: 10px;}
.list-products .head .txt_list .c .feature p img{margin-top: 20px;}
.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: 30px;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;margin-right:10px;display:flex;align-items: center;justify-content: center;background:#333;font-size: 19px;}
.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 a i{color:#fff;}
.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 .pro-cert{margin-top: 50px;padding-top: 30px;border-top: 1px solid #d2d2d2;}
.list-products .head .txt_list .c .nav .videobtns{width: 150px !important;background: var(--bgcolor);}
.list-products .head .txt_list .c .nav .videobtns span{color: #fff;margin-left: 10px;}
.list-products .head .txt_list .c .nav .videobtns:hover{border-radius: 45px;}

.pro-b{width: 100%;padding: 55px 0 60px;background: #fff;border-top: 1px solid #d5d5d5;}
.pro-b h1{color:var(--color);font-size:30px;font-family: 'Anton';text-transform: uppercase;}
.pro-b p{font-size:16px;margin-top: 20px;line-height: 24px;max-width: 300px;}
.pro-b .spans{margin: 0 35px 0 300px;}
.pro-b .spans span{margin-bottom: 20px;display: flex;border-bottom: 1px solid #d2d2d2;font-size:16px;width: 300px;background: var(--bgcolor);color: #fff;align-items: center;padding: 20px 10px;border-radius:5px;justify-content: center}
.pro-b .spans span a{color: #fff;}
.pro-b .message_btn{transition-duration:.5s;cursor: pointer;background:#2c2c2c;height: 105px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin: 15px 0;width: 140px;flex-direction: column;}
.pro-b .message_btn i{margin-bottom:15px;color: #fff;font-size: 28px;}
.pro-b .message_btn span{color:#fff;font-size: 16px;}
.pro-b .message_btn:hover{background: var(--bgcolor);}
.a3{margin-left: 35px;}
.pro-box{padding: 70px 0 50px;}
.titlex4{margin: 50px 0 70px;}
.list-products .body{width: 100% !important;margin-top: 30px;}

/*.list-products .body table tbody{display: flex;flex-wrap: wrap;justify-content: space-between;}*/
.list-products .body table{width: 100% !important;border-collapse: collapse;}
.list-products .body table td{font-size:16px;color:var(--color);height:50px;vertical-align: middle;padding: 5px 0 !important;}
/*.list-products .body table tr td:nth-child(1){width: 40%;}*/
.list-products .body table tr{border-bottom: 1px solid #ccc;}
.pro-detail .list{margin-top: 50px;}
.list-video .list{margin-top: 70px;}
.list-video .list .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;padding: 0;}
.list-video .list .item:nth-child(2n){margin-right:0;} 
.list-video .list .item .pic{position: relative;}
.list-video .list .item .pic video{width: 100%;}
.list-video .list .item .txt{padding: 0 3px 10px 14px;position: relative;height: 40px;display: flex;align-items: center;justify-content: space-between;border: none;}
.list-video .list .item .txt h3{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #333;}
.list-video .list .item .txt i{font-size: 24px;color: var(--bgcolor);}
.titlex5{margin: 50px 0;}
@media (max-width: 1920px){.wrap{width:96%;max-width:1560px;margin:0 auto;}.wrap-1740{width:100%;max-width:1740px;}}
@media (max-width: 1820px){
.h_banner .home_swi .h_b_box .h_b_txt .container .p1,.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{font-size: 3.13vw;margin-top: .52vw;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p1 span{margin-right: 4.69vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 1.25vw;margin-top: 11.72vw;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p2 img{width: 13.44vw;margin-right: 5.73vw;}
.h_banner .home_swi .swiper-slide .h_b_box .h_b_txt .container .p2 img{width: 13.44vw;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .txt_box{margin-left: 4.95vw;}
.h_banner .home_swi .swiper-slide:not(:nth-child(1)) .h_b_box .h_b_txt .container .p2{margin-top: 7.81vw;}
.h_banner .btn-box{margin-top: 16.67vw;}
.home_swi .swiper-pagination{bottom: 3vw;}
}
@media (max-width: 1740px){
.honor-swiper{margin-right: 30px;}
.honor-swiper .pic .sb{bottom: -0.52vw;}
.honor-swiper .pic .sr{right: -2.4vw;}
.honor-swiper{padding-bottom:5.21vw;width: calc(100% - 140px);overflow-y: visible !important;}
}
@media (max-width: 1560px){
  .wraps{width:96%;max-width: 1560px;margin:0 auto;}
  .index-cate .item{width: calc((100% - 80px)/3);margin-right: 40px;}
   .list-about .about-l{width: calc(100% - 560px);}
   .footer .info .message{width: 520px;}
   .about-a{padding-left: 40px;width: 520px;}
   .list-fac .item h2{font-size: 16px;}
   .sidebar .bd .item{min-width: 200px;}
}
@media (max-width: 1440px){
.catalog .catalog-l{width: 55%;}
.catalog .catalog-r{width: 45%;padding: 30px 20px 50px 30px;}
.honor-swiper .pic .sr{right: -3.4vw;}
.list-contaact .bd .txt{padding-left: 30px;}
.h_banner .btns{height: 45px;font-size: 16px;min-width: 150px;}
.home_swi .swiper-pagination{bottom: 2vw;}
.header .header-right .item h3 a{font-size: 20px;}
.header .header-right .item{margin-left:30px;}
.header .logo img{width: 250px;}
 .footer .info .dls .dl{max-width: 350px;}
 .list-products .head{padding-bottom: 15px;}
}
@media (max-width: 1280px){
  .list-products .head .txt_list{width: 100%;padding-left: 0;margin-top: 30px;}
  .index-video .btns{margin-top: 4.17vw;}
  .index-video .texts p{margin-top: 1.56vw;}
  .index-video .texts h1{font-size: 30px;}
  .list-products .head .txt_list .c .nav .message_btn{margin-left: 0;}
   .list-products .head .txt_list .b{margin-top: 80px;}
}
@media screen and (max-width:992px) {
  .pro-b .spans{margin: 0 20px;}
  .list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
  .list-contaact .bd .txt .con_box{width: 100%;}
  .catalog .catalog-l,.catalog .catalog-r{width: 100%;}
  .advantage .adv-l,.advantage .pics{width: 100%;}
  .bn-list{flex-wrap: wrap;}
  .bn-list .libox{width: 47%;margin-bottom: 30px;}
  .bn-list .libox:nth-child(2n){border-right: none;}
  .index-data{margin-top: 50px;}
  .honor-swiper .pic .sb{bottom: -0.52vw;}
 .honor-swiper .pic .sr{right: -4.2vw;}
  .about-r .pics{margin-top: 30px;width: 100%;}
  .location{display: none;}
  .list-pro .right{margin-top: 20px;}
  .index-adver .texts h1 {font-size: 45px;}
  .index-pros{padding: 60px 0;}
  .index-brand{margin-top: 80px;}
  .index-brand .logos img,.index-brand .brand .certs img{max-width: 70%;}
  .pro-swiper .txt{bottom: 25px;}
  .pro-swiper .txt h1{font-size: 25px;margin-bottom: 10px;}
  .pro-swiper .txt span{font-size: 16px;}
  .index-solution{padding-top: 40px;}
   .home_swi .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border-radius: 50%;margin-right: 20px !important;}
  .list-products .title_n{font-size: 30px;}
  .list-contaact .bd .contact-l,.list-contaact .bd .txt{width: 100%;padding-left: 0;}
  .list-news .list .item{width: 48%;margin-right: 0;}
  .list-news .list{justify-content: space-between;}
  .list-pro{padding: 25px 0;}
  .sidebar,.pro-detail::after{display: none;}
  .honor .list{justify-content: space-between;}
  .honor .item{width: 48%;margin-right: 0;}
  .honor .wrap{margin-top: 40px;}
  .honor .titlev{position: relative;}
  .honor .titlev p{max-width:100%;}
  .footer .info .dls{flex-wrap: wrap;}
  .index-support{padding: 40px 0;}
  .index-support .flex{margin-top: 40px;}
  .index-support .item{width: 49%;margin-bottom: 45px;}
  .link .item{width: 33.3%;margin-bottom: 30px;}
  .index-about .ab_box{width: 100%;margin-left: 0;margin-top: 35px;}
  .index-about .flex{flex-wrap: wrap;}
  .prod-swiper{width: 100%;padding: 0 10px;margin-top: 35px;}
  .index-pros .sw-box{margin-top: 25px;}
  .h_banner{margin-top: 0;}
  .list-pro .show_head .show_swiper{display:block;overflow: hidden;}
  .list-fac .list{justify-content: space-between;}
  .list-fac .item{width: 48%;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;}
  .footer .info .message{width: 100%;margin-top: 35px;}
  .footer .info .info-l{width: 100%;}
  .footer .info>.flex{flex-wrap: wrap;}
  .footer .info .dls .dl{margin-right: 35px;margin-bottom: 20px;}
  .index-pro{padding: 35px 0;}
  .bn-list li h2{justify-content: flex-start;}
  .bn-list li h2 .dw{margin: 0 15px;}
  .index-data{margin-top: 20px;}
  .about-r{width: 100%;margin-top: 10px;}
  .about-t{width: 100%;}
  .index-about .wrap.flex{flex-wrap: wrap;}
  .index-about{padding: 35px 0;}
  .wrap{width: 96%;}
 .list-products .head .show-banner{display: block;}
.footer{padding:40px 0;}
.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;}
.list-pro .right .show_head .show_swiper{display:block !important;overflow: hidden;}
.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-contact .bd .left p{margin-top:10px;}
.list-news .show{padding:0 10px;}
.list-news .item .p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.list-news .paging{padding: 0;}

}
@media screen and (max-width:786px){
  .titles h1{font-size: 40px;}
  .list-contaact,.list-contaact .info-f{margin-top: 35px;}
  .list-contaact{padding-bottom: 20px;}
  .index-support .item .more{margin-top: 25px;}
  .list-products .body table tbody{flex-wrap: wrap;}
  .list-products .body table tr{width: 100%;}
  .list-contaact .bd .t h1{font-size: 35px;}
  .list-news .title_n{font-size: 28px;margin: 40px 0;}
  .list-act{padding: 35px 0;}
  .titlec h1{font-size: 35px;}
  .footer .info .dls .dl1{display: none;}
  .index-support .tit{font-size: 35px;}
  .index-pros .pro-top .pro-l h1{font-size: 35px;}
  .index-pros .pro-top .pro-l p{margin-left: 0;font-size: 16px;max-width: 100%;margin-top: 25px;}
  .index-cate .item{margin-bottom: 40px;}
  .titlex h1{font-size: 35px;margin-top: 20px;}
  .list-fac{padding: 40px 0;}
}
@media screen and (max-width:600px){
.list-pro{padding: 0;}
.pro-b .spans{margin: 0;width: 100%;margin-top: 20px;}
.pro-b .spans span{width: 100%;}
.pro-b .message_btn{margin: 0 0 20px;}
.list-products .head .txt_list .pro-cert{margin-top: 30px;}
.catalog{padding: 10px 0 50px;}
.catalog .item{margin-top: 35px;}
.footer .info{padding-bottom: 30px;}
.honor{margin-top: 40px;}
.advantage{padding-top: 40px;}
.advantage .adv-box{margin-top: 40px;}
.advantage .adv-l .item p{width: calc(100% - 20px);}
.honor .jb{display: none;}
.honor{background:url('/skin/images/honor-back_02.png') no-repeat center bottom 120px /100% auto;padding-bottom: 30px;}
.honor-swiper{padding-bottom: 60px;}
.honor-swiper .pic .sb{bottom: -20px;}
.honor-swiper .pic .sr{right: -45px;}
.honor .flex{margin-left: 0;margin-top: 30px;}
.honor-swiper{width: 96%;margin: 0 auto;margin-right: 0 !important;}
.list-fac{padding-top: 0;}
.about-t .about-l .content{margin-top: 35px;}
.list-pro .right{margin-top: 0;}
.footer .bottom{padding: 50px 0;}
 .footer .info .dls .dl{max-width: 100%;margin-right: 0;}
.index-adver{padding: 100px 0;}
.index-adver .texts p,.index-adver .btn-box{margin-top: 30px;}
.index-adver .btn-box{flex-wrap: wrap;flex-direction: column;}
.index-adver .btns,.index-adver .btn-box .btns:nth-child(1){min-width: 180px;margin: 0 0 20px 0;}
.index-adver .texts h1 {font-size: 35px;line-height: 1.1;}
.index-pros{padding: 40px 0;}
.prod-swiper{margin-top: 35px;}
.index-brand{margin-top: 50px;}
.index-brand .brand{padding: 50px 0 70px;}
.index-brand .brand h2{font-size: 30px;margin-top: 20px;}
.index-brand .brand p{margin: 20px auto 0 auto}
.index-brand .brand .certs{margin-top: 30px;}
.pro-swiper .txt h1{line-height: 1;margin-bottom: 5px;}
.index-solution .btn_c span{font-size: 25px;}
.pro-swiper .txt{bottom: 20px;}
.pro-swiper{margin-top: 40px;}
.list-products .bodys p{font-size: 16px;line-height: 32px;}
  .list-products .bodys p::after{top: 7px;}
.list-products .title_n{margin: 25px 0 20px;}
.list-products .head .txt_list .b{margin-top: 40px;}
  .list-contaact .message .content{height: 120px;}
.list-contaact .bd .txt{padding-bottom: 20px;}
.list-contaact .message .form-div{flex-wrap: wrap;}
.list-contaact .form-div .code_box{width: 100%;margin-bottom: 30px;}
.list-contaact .message{margin-top: 30px;}
.news-list{padding: 40px 0;}
.news-detail{padding: 35px 0;}
.list-news .list .item{width: 100%;;margin-bottom: 40px;}
  .footer .bottom br{display: inline-block;}
  .footer .bottom p a{margin-left: 0;}
  .index-support .item h1{min-height: unset;}
  .index-support .item p{margin-top: 25px;}
  .index-support .item{width: 100%;}
  .index-about .textcontent p{margin-bottom: 30px;}
   .index-about .flex{padding-bottom: 20px;}
    .index-about .about-r{width: 100%;}
  .prod-swiper .swiper-pagination .swiper-pagination-bullet{width: 45px;}
  .prod-swiper{padding-bottom: 10px;}
  .index-cate .item:hover i{top: 40%;}
  .index-cate .item{width: 100%;}
   .home_swi .swiper-button-prev i,.home_swi .swiper-button-next i{font-size:5vw;}
  .h_banner .btns{display: none;}
  .list-news .show .m .btn{margin-top: 35px;}
  .news{padding-bottom: 40px;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
  .profile{padding-top: 45px;}
  .bn-lista{flex-wrap: wrap;}
.bn-lista li{width: 50%;margin-bottom: 30px;}
.index-data{padding: 25px 0 15px 0;}
.list-pro .list .item{width: 100%;}
 .bn-list li h2 img{max-height: 25px;}
 .bn-list li .des{font-size: 16px;}
 .bn-list li h2 .number{font-size: 40px;}
 .bn-list{margin-top: 0;padding: 0 20px;}
.bna-list li .des{font-size: 13px;}
.list-about .about-l .tit-a{font-size: 28px;}
.list-about{padding: 35px 0;}
.list-about .about-l .textcontent{margin-top: 35px;}
.list-about .about-l .pics{margin-top: 30px;}
.list-about .about-l .textcontent p{font-size: 16px;line-height: 28px;}
.paging{margin-top: 0;}
.catalog .item .codes-r{width: 100%;margin-top: 20px;}
.catalog .item .codes{justify-content: center;}
.catalog .btn-box{margin-top: 40px;justify-content: space-between;}
.catalog .btn-box .btns{margin: 0 0 20px 0;min-width: unset;width: 48%}
.catalog .btn-box .btns:nth-child(1){margin-right: 0;}
.catalog .btns span{font-size: 14px;}
.catalog .catalog-r{padding: 30px 10px 40px 10px;}
.pro-b{padding: 30px 0;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1,.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{font-size: 3.13vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 2vw;margin-top: 11.72vw;}
.h_banner .home_swi .swiper-slide .h_b_box .h_b_txt .container .p2 img{width: 16vw;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p2 img{width: 13.44vw;margin-right: 5.73vw;}
.h_banner .home_swi .swiper-slide:nth-child(1) .h_b_box .h_b_txt .container .p2{font-size: 1.25vw;}
.titlex5,.titlex4{margin: 35px 0;}
.list-pro .list,.list-video .list{margin-top: 35px;}
.list-products .body table{min-width:600px;table-layout:unset;}
.list-products .body table tr td,.list-products .body table tr td span{white-space: nowrap !important;}
.s--with-scroll::-webkit-scrollbar{height:4px;}
.s--with-scroll::-webkit-scrollbar-track{background:#f1f1f1;}
.s--with-scroll::-webkit-scrollbar-thumb{background:var(--bgcolor);border-radius:4px;}
}