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

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999}
.header{transition-duration:.6s;height:70px;width:100%;background:var(--bgcolor);z-index: 9999999;display:flex;align-items: center;transition: 0.5s;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 55px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:80px;} 
.header .header-left .logo{margin-right:45px;}
.header .header-left .item h3 a{font-family: 'Barlow-Medium';font-size:20px;;color:#fff;text-transform:uppercase;}
.header .header-left .item{margin-right:35px;position: relative;}
.header .header-right.flex{align-items: center;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:16px;font-family: 'Barlow-Medium';}
.header .header-right .item{margin-right:25px;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .ico{align-items: center;}
.header .header-right .ico a{margin-right:25px;color:#FFFFFF;font-size:20px;}
.header .header-right .ico a:hover{color: #d8222b;}
.header .header-right .ico a:nth-child(1) i{font-size: 22px}
.header .item{display:flex;height:100%;align-items: center;}
.header .item h3 a:hover,.header .item.on h3 a{color:#d8222b}
.header.height .menu .sub{ top: 65px;}
.header .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s;
    position: absolute;
    top: 75px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    color: #000 !important;
  }
  .header .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
  }
  .header .menu .sub .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .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-family: 'Barlow-Medium';
    font-size: 16px;
  }
  /* .header .menu .sub .p:hover{border-color:#338BCF} */
  .header .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 15px;
    position: absolute;
  }
  .header .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,0.9);
    left: 20px;
    top: -19px;
    position: absolute;
  }

.header .header-right .lang{position: relative;display:flex;align-items:center;}
.header .header-right .lang h3{display:flex;align-items: center;cursor: pointer;}
.header .header-right .lang h3 span{margin:0 8px;font-size:16px;color:#FFFFFF;font-family: 'Barlow-Medium';}
.header .header-right .lang h3 i{transition-duration:.8s;color:#fff}
.header .header-right .lang h3 i:last-child{font-size: 10px;}
.header .header-right .lang:hover h3 i:last-child{transform: rotate(180deg);}
.header .header-right .lang .sub{z-index:99999999;transform: scaleY(0);transform-origin: top;transition:transform 0.4s ease-in-out;padding-bottom:10px;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:30px;background:var(--bgcolor);width:100%}
.header .header-right .lang .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;;display:flex;align-items: center;padding:8px 0;color:#fff;margin:0 8px;border-bottom:1px solid #E9E9E9;font-size:15px;transition: 0.5s;}
.header .header-right .lang .sub a:hover{color: #d8222b;}
.header .header-right .lang .sub a img{margin-right:5px;height:15px;}
.header .header-right .lang:hover .sub{transform: scaleY(1);}

.h_banner{position: relative !important;margin-top: 70px;}
.h_banner img{width: 100%;}
.h_banner .home_swi .home_pag { bottom: 35px; 
  }
  .h_banner .home_swi .h_b_box{position: relative;}
  .h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */
    z-index: 10;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 95px;font-family: 'Barlow-Bold' !important;text-align: center;line-height: 1;margin-top: 50px;text-transform: uppercase;
  }
  .logo1{width: auto !important;margin-top: 40px;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 42px;font-family: 'Barlow-Bold' !important;text-align: center;line-height: 1;text-transform: uppercase;}
  .h_banner .home_swi .h_b_box .h_b_txt2{position: absolute;left: 160px;bottom: 70px;z-index: 999;}
  .h_banner .home_swi .h_b_box .h_b_txt2 .linex{width: 100%;height: 1px;background: #fff;margin: 10px 0;}
  .h_banner .home_swi .h_b_box .h_b_txt2 .p3{font-size: 95px;font-family: 'Barlow-Bold' !important;text-align: left;line-height: 1;text-transform: uppercase;color: #fff;}
    .h_banner .home_swi .h_b_box .h_b_txt2 .p4{font-size: 42px;font-family: 'Barlow-Bold' !important;text-align: left;line-height: 1;text-transform: uppercase;color: #fff;}
.h_banner .txt{position: absolute;bottom:200px;right: 200px;color: #fff;}
.btns{height: 50px;width: 160px;display: flex;align-items: center;justify-content: space-between;background: #d8222b;padding: 2px;transition: 0.5s;position: relative;z-index: 0;}
.btns span{font-size: 16px;line-height: 1;display: flex;width: 105px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;}
.btns span::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.5s;}
.btns::after{content: '';width: 100%;height: 100%;background: var(--bgcolor);position: absolute;top: 0;right: 0;z-index: -3;transition: 0.5s;}
.btns:hover::after{width: 0;}
.btns:hover span::after{width: 0;}
.btns:hover span{color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .a1{margin-top: 75px;}
.icon1{width: auto !important;margin-right: 15px;}
.home_swi .swiper-button-prev {
    left: 2.3vw !important;
    top: 43.8%;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-prev i{ font-size: 45px;color: #fff;opacity: 0.5;}
  .home_swi .swiper-button-prev i:hover{opacity: 1;}
  
  .home_swi .swiper-button-next {
    right: 2.86vw !important;
    top: 43.8%;
    color: #fff;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-next i{ font-size: 45px;color: #fff;opacity: 0.5;}
  .home_swi .swiper-button-next i:hover{opacity: 1;}

  .home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 16px;height: 16px;border-radius: 50%;margin-right: 15px !important;}
  .home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 36px;height: 16px;border-radius: 16px;margin-right: 15px !important;}
  
  .index-pro .back_pro{position: relative;display: inline-block;opacity: 0;position: absolute;top: 0;left: 0;transition: 0.6s;}
  .index-pro .back_pro:nth-child(1){position: relative;}
  .index-pro .back_pro:nth-child(1) .name{font-size: 50px;}
  .index-pro .back_pro .name{font-size: 60px;font-family: 'Barlow-Bold';color: var(--bgcolor);position: absolute;left: 250px;top: 180px;max-width: 300px;line-height: 55px;text-transform: uppercase;}
  .index-pro .back_pro:nth-child(4) .name{font-size: 40px;line-height: 1;}
  .index-pro .lists{transform: translateY(-50%);}
  .index-pro .lists.flex{justify-content: flex-start;}
  .index-pro .more{color: #fff;font-size: 16px;transition: 0.5s;position: relative;}
  .index-pro .more::after{width: 100%;height: 1px;background: #fff;position: absolute;bottom: -1px;left: 0;transition: 0.5s;content: "";}
  .index-pro .more:hover::after{width: 0;right: 0;left: auto;}
  .index-pro .back_pro .more{position: absolute;left: 230px;top: 350px;z-index: 10;}
  .index-pro .back_pro .more:hover{color: #d8222b;}
  .index-pro .back_pro .more:hover::after{background: #d8222b;}
   .index-pro .back_pro h2{font-size: 28px;position: absolute;right: 60px;top: 240px;line-height: 1;text-transform: uppercase;color: #fff;max-width: 550px;}
  .index-pro .back_pro h2::after{content: "";height: 1px;width: 100px;background: #fff;position: absolute;right: -60px;bottom: 50%;transform: translateY(50%);}
  .index-pro .item{display: flex;background: var(--bgcolor);width: 25%;padding: 20px 25px 25px 40px;align-items: center;transition: 0.5s;}
  .index-pro .item .txt{width: 50%;}
  .index-pro .item .txt h3{font-family: "Barlow-Bold";font-size: 30px;color: #fff;min-height: 55px;line-height: 1;}
  .index-pro .item:nth-child(4) .txt h3{font-size: 26px;}
 .index-pro .item .pics{width: 48%;text-align: right;}
 .index-pro .item .pics img{width: auto;}
 .index-pro .item .more{margin-top: 30px;display: inline-block;transition: 0.5s;}
 .prod-swiper .sw-box{position: absolute !important;bottom: 0;left:85%;width: 140px;z-index: 99999999999999 !important;height: 33px;}
 .prod-swiper .swiper-button-prev {
  left: 0 !important;
  top: auto;
  margin-top: 0;
  background-image: none !important;
  height: 35px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  background: #929292;
}
.prod-swiper .swiper-button-next{
    background-color: #fff;
}
.prod-swiper .swiper-button-prev:hover,.prod-swiper .swiper-button-next:hover{background: var(--bgcolor);}
.prod-swiper .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  background-image: none !important;
  display: flex;
  align-items: flex-end;
  height: 35px;
  width: 65px;
  justify-content: center;
  align-items: center;
   background: #929292;
}

.index-about{padding-top:90px;margin-bottom: 140px;}
.about{background: #fff;}
.index-about .about_l{width: 39.5%;text-align: center;display: flex;}
.list-about .about_l{flex-direction: column;}
.index-about .about_l .abpic{position: relative;width: 635px;}
.index-about .about_l .videolist{position: absolute;top: 30px;right: -70px;cursor: pointer;transition: 0.6s ease;}
.index-about .about_l .videolist:hover{transform: scale(1.1) rotate(360deg);}
.index-about .about_l .about_pict{position: absolute;top: 410px;right: -160px;background: #fff;padding: 20px;z-index: 99;}
.about .about_l .about_pict{background: #fff;}
.index-about .about_r{width: 46.25%;}
.index-about .about_r h3, .titlex h3{padding-left: 30px;position: relative;line-height: 16px;}
.index-about .about_r h3::before,.titlex h3::before{content: "";width: 25px;height: 4px;background: #d7242b;position: absolute;left: -2px;top: 50%;transform: translateY(-50%);}
 .titlex h1{font-size: 48px;font-family: 'Barlow-Bold';text-transform: uppercase;margin-top: 15px;line-height: 50px;}
.index-about .about_r h1{font-size: 48px;font-family: 'Barlow-Bold';text-transform: uppercase;margin-top: 30px;line-height: 50px;}
.index-about .about_r h1 span{color: var(--on-color);}
.index-about .about_r .content_r{margin-top: 45px;margin-bottom: 55px;}
.index-about .about_r p{font-size: 16px;font-family: "Barlow-Medium";line-height: 24px;}
.index-about .about_r1 .content_r{margin-bottom: 0;}
.index-about .about_r1 p{margin-bottom: 25px;}
.index-about .about_r1 p:last-child{margin-bottom: 0;}
.index-about .about_r .tit_b{font-size: 10.42vw;font-family:"TECHNA-SANS-REGULAR";color: #eaecef;margin-top: 50px;}
.bn-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.38rem;
  }
.list-about .bn-list {width: 770px;}
.bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto !important;
    cursor: pointer;
    transition: 0.7s;
    width: 32.4% !important;
    position: relative;
  }
  .bn-list li:first-child{width: 27.7% !important;}
  .bn-list li:last-child{width: 20% !important;}
.bn-list li::after{width: 1px;background: #e8e8e8;height: 70px;content: "";position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.bn-list li:last-child::after{display: none;}
.bn-list li:hover .number{color: var(--bgcolor);}
.bn-list li h2 {
    position: relative;
  }
  
.bn-list li h2 .number {
    font-size: 80px;
    color: #000;
    font-family: 'Barlow-Bold';
    line-height: 48px;
    transition: 0.5s;
  }
.bn-list li .des {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
  }
.bn-list li img{margin-bottom: 25px !important;}
.bn-list li:nth-child(1) img{margin-left: 40px;}
.bn-list li:nth-child(2) img{margin-left: 55px;}
.bn-list li:nth-child(3) img{margin-left: 25px;}

.history .lists{margin-top: 25px;}
.history .lists .item{border-bottom: 1px solid #d2d2d2;display: flex;padding: 30px 0;position: relative;cursor: pointer;}
.history .lists .item::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.history .lists .item:hover::after{width: 100%;}
.history .lists .item .times{display: flex;align-items: flex-end;flex-direction: column;}
.history .lists .item .times h1{font-size: 60px;font-family: 'Barlow-Bold';line-height: 45px;margin-bottom: 15px;transition: 0.6s;}
.history .lists .item:hover .times h1{color: var(--bgcolor);}
.history .lists .item .times span{font-size: 16px;}
.history .lists .item .events{margin-left: 260px;display: flex;}
.history .lists .item .events .pics{width: 235px;}
.history .lists .item .events .event{margin-left: 30px;font-size: 16px;line-height: 26px;width: calc(100% - 265px);}

.culture{margin-top: 80px;}
.culture .textcontent{margin-top: 50px;line-height: 26px;font-size: 16px;}

.honor{position: relative;margin: 90px 0 60px 0;}
.honor .list{margin-top: 45px;}
.honor .list .item{width: calc((100% - 160px)/5);margin: 0 40px 40px 0;box-shadow: 0 6px 22px rgba(20,97,156,0.24);border-radius: 7px;padding: 10px 10px 30px 10px;background: #fff;cursor: pointer;transition: 0.5s;}
.honor .list .item:hover{box-shadow: 0 6px 22px rgba(20,97,156,0.1);transform: translateY(-15px);}
.honor .list .item:nth-child(5n){margin-right: 0;}
.honor .list .item .pic img{width: 100%;}
.honor .list .item p{font-size: 18px;color: #292929;font-family: 'Roboto-Medium';margin-top: 35px;}

.news .lists .news-item{width: calc((100% - 80px) / 3);display: flex;flex-direction: column;align-items: center;border-radius: 8px;margin-bottom: 50px;transition: 0.7s;cursor: pointer;background: #fff;margin-right: 40px;} 
.news .news-item:nth-child(3n){margin-right: 0;}
.news .lists{display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.news .lists .news-item .pics{width: 100%;overflow: hidden;}
.news .lists .news-item .pics img{width: 100%;transition: 0.5s ease;}
.news .lists .news-item:hover .pics img{transform: scale(1.1);}
.news .lists .news-item h2{font-size: 24px;color: var(--color);line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news .lists .news-item p{font-size: 16px;line-height: 32px;margin-top: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;color: var(--color);}
.news .lists .news-item .txts{padding: 40px 0 20px 0;}
.news .lists .news-item .more{border-top: 1px solid #d2d2d2;margin-top: 40px;display: flex;align-items: center;transition: 0.8s;line-height: 18px;padding-top: 25px;color: var(--color);transition: 0.5s;position: relative;}
.news .lists .news-item .more::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;top: 0;transition: 0.8s;}
.news .lists .news-item:hover .more::after{width: 100%;}
.news .lists .news-item .more span{font-size: 16px;position: relative;}
  .btn-l{position:relative;z-index: 1;overflow: hidden !important;}
  .btn-l:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bgcolor);
    transition: all 0.5s ease;
  }
  .list-contaact .btn-l:after{background: #d8222b;}
  .btn-r:after{background: var(--color);}
  .btn-l:hover {
    color: #fff;
  }
  .btn-l:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .btn-l:active {
    top: 2px;
  }

.news .lists .news-item:hover h2{color: var(--on-color);}

.banner{position: relative;margin-top: 70px;}
.banner .ban{width:100%;}
.banner .icons{position: absolute;top: 150px;right: 380px;display:flex;align-items: flex-start;}
.banner .icons1{top: 145px;right: 160px;}
.banner .icons .txts{position: absolute;top: 30px;left: 50%;transform: translateX(-50%);width: 100%;}
.banner .icons .txts h2{font-family: 'Akkurat-Pro';color: #fff;font-size: 24px;text-transform: uppercase;line-height: 30px;width: 100%;padding: 0 8.4%;}
.footer{color:#fff;background:#202020;}
.footer>.wrap{padding: 50px 0 75px 0;}
.footer .subscribe{background: var(--bgcolor);padding: 65px 0;}
.footer .subscribe h1{font-size: 60px;font-family: 'Barlow-Bold';text-transform: uppercase;line-height: 1;}
.footer .subscribe>.flex{align-items: center;}
.footer .message{width: calc(100% - 730px);}
.footer .message .form-div{display: flex;position: relative;border-bottom: 1px solid #fff;}
.footer .message .form-div .email
{color:#fff; font-family: 'Aileron-Regular';font-size: 16px; width: calc(100% - 100px);height: 45px;padding-left: 2px;background: transparent;}
.footer .message .form-div .email::placeholder{color:#fff; font-family: 'Barlow-Medium';font-size: 16px;}
.footer .message #submit{transition: 1s ease;display: flex; min-width: 100px;height: 45px;font-size: 16px;color: #fff;font-family: 'Barlow-Medium';cursor: pointer;align-items: center;justify-content: flex-end;}

.footer .contact-l{margin-top: 65px;}
.footer .contact-l .title{font-size: 18px;color: #000;line-height: 36px;margin-bottom: 30px;font-weight: bold;}
.footer .contact-l .con,.footer .contact-l .con a{font-size: 19px;color: #000;line-height: 30px;cursor: pointer;font-weight: bold;}
.footer .contact-l .cont-box{margin-bottom: 30px;}
.footer .contact-l .cont-box1{margin-bottom: 0;}

.pro_links{display: flex;justify-content: space-between;width: 100%;align-items: center;margin-top: 10px;}
.pro_links .info-f .ico a:nth-child(3){color: #272727;}
.email_btn{width: 170px;height: 45px;background: var(--bgcolor);display: flex;justify-content: center;align-items: center;cursor: pointer;transition: 0.8s;}
.email_btn:hover{transform: translateY(-15px);}
.email_btn i{font-size: 22px;color: #000;margin-right: 10px;}
.email_btn span{font-size: 18px;color: #000;font-weight: bold;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;width: calc(100% - 300px);justify-content: space-between;}
.footer .dl-boxs{display: flex;}
.footer .dl-boxs .dl-box:first-child{margin-right: 80px;}
.footer .dls .dl{margin-right: 35px;}
.dl .dl-title {
font-size: 24px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 50px;
}
.dl>dd a,.dl .dl-box a{
  line-height: 35px;
  font-size: 16px;
  font-family: 'Barlow-Medium';
  color: #fff;
}
.dl>dt a{color: #fff;}
/* .dl>dd:nth-child(2),.dl>a:nth-child(2) {
  margin-top: 20px;
} */
.footer .dls .dl:last-child{margin-right: 0;}
.dl>.tel{color: #3a5591;font-size: 34px;font-family: 'Roboto-Black';display: block;}
.dl>.p{max-width: 320px;margin-bottom: 30px;}
.dl>p,.dl>p a{color: #fff;font-size: 16px;line-height: 25px;}
.dl>p a:nth-child(3){margin-left: 55px;}
.dl>p a:hover{color: var(--bgcolor);}
.footer .dls .dl dd span{position: relative;color: #fff;}
.footer .dls .dl dd span:hover::after{width: 100%;left:0;right:auto}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--bgcolor);
  right: 0;
  bottom: 0;
  transition: all 0.7s ease;
  transform-origin: 50% 50%;
}
.footer .dls .dl dd span:hover{color: var(--on-color);}
.footer .code{margin-top: 40px;}

.footer .contact-l .txt .item{min-height:60px;display:flex;align-items: flex-start;}
.footer .contact-l .txt .item1{align-items: flex-start;}
.footer .contact-l .txt .item .i{width:30px;display:flex;justify-content: center;align-items: flex-start;height: 30px;color: #000;border-radius: 50%;margin-top: 5px;}
.footer .contact-l .txt .item .i i{font-size: 18px;}
.footer .contact-l .txt .item a:hover{color:var(--on-color)}
.footer .contact-l .txt .item .p{font-size: 16px;width: calc(100% - 50px);line-height: 25px;margin-left: 20px;color: #fff;}

.footer .info-f{padding-right: 100px;}
.footer .info-f .ico {
  align-items: center;
}
.footer .info-f .ico a {
  position: relative;
  color: #fff;
  margin-right: 18px;
  transition: 0.4s;
}
.footer .info-f .ico a i{font-size: 18px;}
.footer .info-f .ico a:hover {
  color: #d8222b;
}
.footer .info-f .ico a:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.footer .info-f .ico a:nth-child(6):after {display: none;}
.list-contaact .info-f{margin-top: 90px;}
.list-contaact .info-f .ico a {
  position: relative;
  color: #d8222b;
  margin-right: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #d8222b;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.list-contaact .info-f .ico a:hover{border-color: var(--on-color);background: var(--bgcolor);}
.list-contaact .info-f .ico a i{font-size: 30px;transition: 0.5s;}
.list-contaact .info-f .ico a:hover i{
  color: #fff;
}


.footer .bottom{padding:45px 0 55px;border-top:1px solid #373737}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:18px;}
.footer .bottom br{display: none;}

.location{display:flex;align-items: center;border-bottom:1px solid #CED2D9;height:55px;;}
.location a{text-transform:capitalize}
.location i{margin:0 10px;}
.location a:last-child{color:#338BCF}

.sidebar{width:270px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .bd .item h3 a{height:50px;border:2px solid var(--bgcolor);align-items:center;display:flex;position:relative;margin-bottom: 5px;padding-left: 18px;font-family: 'Barlow-Medium';font-size: 16px;}

.sidebar .bd .item.on h3 a{color:#fff;background-color: var(--bgcolor);border-color: var(--bgcolor);}
.sidebar .bd .item h3 a:hover{color:#fff;}
.sidebar .bd .item .sub{padding:20px 0;}
.sidebar .bd .item .sub a{margin-bottom:20px;display:flex;align-items:center;}
.sidebar .bd .item .sub a i{font-size:13px;width:25px;margin-left:10px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:#338BCF}
.content{width:calc(100% - 320px)}
.list-news .content{width: 100%;}

.list-events .list .item{margin-bottom:45px;}
.list-events .list .item .pic{width:388px;}
.list-events .list .item .pic img{width:100%;}
.list-events .list .item .txt{width:calc(100% - 412px)}
.list-events .list .item .txt h3{padding:5px 0 15px;}
.list-events .list .item .txt h3 a{font-size:18px;color:#338BCF;}
.list-events .list .item .txt p{height:40px;display:flex;align-items: center;border-bottom:1px solid #DBDEE3;font-size:14px;}

.list-download .list{padding-bottom: 30px;}
.list-download .list .item{margin-bottom:30px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:20px 40px 20px 25px;box-shadow: 0 2px 12px rgba(20,97,156,0.13);border-radius:5px;width: 100%;justify-content: space-between;}
.list-download .list .item .name{display:flex;}
.list-download .list .item .name .i{width:40px;display:flex;align-items: center;}
.list-download .list .item .name .i i{height:22px;width:22px;background:var(--on-color);font-size:0;border-radius:22px;display: flex;justify-content: center;align-items: center;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:18px;color:var(--on-color)}
.list-download .list .item .name .info p{transition-duration:.5s;padding-top:8px;color:#1a1f2d;font-size:14px;display: flex;align-items: center;}
.list-download .list .item .name .info p i{font-size:20px;margin-right:4px;}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more i{transition-duration:.5s;color:var(--on-color);}
.list-download .list .item .more i:last-child{margin-left:20px;}
.list-download .list .item:hover a{background:var(--on-color)}
.list-download .list .item:hover .name .i i{font-size:16px;color:var(--bgcolor);background:#fff;;}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .name .info p{opacity:.6;color:#fff;}
.list-download .list .item:hover .more i{color:#fff;}

.list-job .t{margin-bottom:40px;text-transform:uppercase;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-job .list .item{margin-bottom:50px;}
.list-job .list .item .info{width: calc(100% - 130px);}
.list-job .list .item .info h3{transition-duration:.5s;font-size:18px;padding:15px 0 30px}
.list-job .list .item .info .desc{margin-bottom:25px;display:flex;}
.list-job .list .item .info .desc p{display:flex;align-items: center;color:#0B2042;margin-right:60px;}
.list-job .list .item .info .desc p:last-child{margin-right:0;}
.list-job .list .item .info .desc p i{margin-right:4px;color:#338BCF}
.list-job .list .item .info .desc p span{font-size:14px;margin-right:30px;}
.list-job .list .item .info .desc p span:last-child{margin-right:0;}
.list-job .list .item .btn{cursor: pointer;width:115px;height:40px;display:flex;justify-content: center;align-items: center;border-radius:5px;color:#fff;background:#338BCF;;}
.list-job .list .item .btn i{color:#fff;margin-right:5px;}
.list-job .list .item .btn span{font-size:14px;}
.list-job .list .item .more{padding-top:15px;border-top:1px solid #DBDEE3;width:100%;}
.list-job .list .item .more span{transition-duration:.5s;font-size:14px;color:#338BCF;border-bottom:1px solid #338BCF}
.list-job .list .item:hover a .info h3{color:#338BCF;}
.list-job .list .item:hover a .more span{margin-left:10px}
.list-job .content{margin-top:-30px;color:#0B2042;font-size:14px;line-height:30px}
.list-job .content h3{font-size:18px;color:#0B2042;margin-bottom:15px;}

.job-pop{flex-direction: column;position: fixed;display:none;;justify-content: center;align-items: center;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:999999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:#338BCF;align-items: center;;}
.job-pop .hd .name{color:#FFFFFF;font-size:18px}
.job-pop .hd .del{cursor: pointer;}
.job-pop .bd{width:900px;padding:35px;background:#fff;}
.job-pop .bd input,.job-pop .bd textarea{width:100%;display:block;padding:0 20px;border-radius:4px;margin-bottom:20px;border:1px solid #000000;font-size:14px;color:#000000;}
.job-pop .bd input:hover,.job-pop .bd textarea:hover{border-color:#338BCF}
.job-pop .bd input{height:50px;display:flex;align-items: center;;}
.job-pop .bd textarea{min-height:180px;padding:10px 20px;line-height:30px}
.job-pop .bd .btn{transition-duration:.6s;width:160px;height:50px;border-radius:4px;background:#338BCF;display:flex;justify-content: center;align-items: center;margin:0 auto;cursor: pointer;color:#fff;;}
.job-pop .bd .btn i{margin-left:8px}
.job-pop .bd .btn:hover{border-radius:30px;}


.list-news .show .t h2{font-size:24px;line-height:30px;}
.list-news .show .t .time{padding:25px 0;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:50px 0;font-size:16px;line-height:32px;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;color:#0B2042;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color:#338BCF}
.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 img{margin-left:20px}
.list-news .show .m .btn:hover{border-radius:30px}
.news-detail.main{padding-top: 140px;}
.related-news .lists{margin-top: 60px;}

.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .list .item{width: calc((100% - 80px)/3);margin:0 40px 30px 0;transition: 0.6s;}
.list-products .list .item:nth-child(3n){margin-right:0;}
.index-pros{padding-bottom: 140px;}
.index-pros .list .item{width: 90%;margin-right: 0;margin: 0 auto;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;}
.swiper-container{margin: 0;}
.prod-swiper{width: calc(100% - 140px);margin-top: 45px;padding-bottom: 100px;}
.prod-swiper .ps-pg{width: 84%;bottom: 14px;top: auto;}
.prod-swiper .swiper-pagination-progressbar{height: 3px;background: #929292;}
.prod-swiper .swiper-pagination-progressbar-fill{background: var(--bgcolor);}
.pros-box{display: flex;justify-content: flex-end;width: 100%;}
.list-products .list .item .pic{border: 1px solid #d3d3d3;}
.list-products .list .item:hover .pic{border-color: var(--bgcolor);}
.index-pros .list .item:hover .pic{border-color: #d3d3d3;}
.list-products .list .item .txt{display: flex;width: 100%;transition: 0.6s;justify-content: space-between;padding:40px 10px 20px 5px;}
.list-products .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:30px;font-family: 'Barlow-Bold';line-height: 1;}
/* .index-prod .list .item .txts{max-width: 80%;} */
.list-products .list .item .txt p{padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;margin-top:20px;color: var(--color);}
.list-products .list .item .txt i{color:#d8222b;font-size:20px}
.prod-swiper::before{content: "";position: absolute;bottom: 0;left: -140px;width: 140px;height: 450px;background: #fff;z-index: 99;display: none;}

.list-products .content .title{margin-bottom:15px;padding-bottom:12px;font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;border-bottom:1px solid #0B2042;}
.list-products .content .title2{margin-bottom:40px}
.list-products .body{font-size:16px;line-height:24px;color:#0B2042;padding-bottom:30px;}
.list-products .body ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.list-products .body ul li{width:calc(50% - 30px);height:50px;border-bottom:1px solid #CED2D9;display:flex;align-items: center;}
.list-products .head{padding:0 30px 30px 0;margin-bottom:40px}

.list-products .head .img_list{z-index:2;width:725px}
.list-products .head .img_list .datu{width: calc(100% - 120px);background: #fff;border: 1px solid #d3d3d3;}
.list-products .head .img_list .datu .cloud-zoom img{width:100%;}
.list-products .head .img_list .xiaotu{width:100px;display:flex;flex-wrap:wrap;align-content: space-between;height: 600px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:100px;height:100px;margin-bottom:10px;border:1px solid #d3d9dd;background: #fff;}
.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%}
.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:14px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.list-products .head .txt_list{width: calc(100% - 770px);display:flex;align-content: space-between;flex-wrap:wrap;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #d2d2d2;padding-bottom:30px;}
.list-products .head .txt_list .t h2{padding-top:20px;color:var(--color);font-size:30px;font-family: 'Barlow-Bold';}
.list-products .head .txt_list .t p{padding-top:20px;color:var(--color);font-size: 16px;line-height: 1;}
.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: 22px;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;border-radius:6px;margin-left:8px;display:flex;align-items: center;justify-content: center;color:#fff;background:#000;font-size: 18px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;padding:0 20px;border-radius:6px;display:flex;align-items: center;}
.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;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .b .message_btn{transition-duration:.5s;cursor: pointer;background:#d8222b;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;}
.list-products .head .txt_list .b{border:1px solid #CCCCCC;padding-bottom: 15px;padding-left: 15px;padding-right: 15px;border-radius: 6px;margin-top: 150px;width: 100%;}
.list-products .head .txt_list .b h1{color:var(--color);font-size:24px;font-family: 'Barlow-Bold';margin-top: 18px;}
.list-products .head .txt_list .b p{color:#191a1c;font-size:16px;margin-top: 15px;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;}
.a5,.a2{color: #d8222b;}
.a5{margin-left: 20px;}
.a3{margin-left: 20px;}
.a4{margin-left: 35px;}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;border-top:1px solid #CCCCCC;}
.list-products .head .txt_list .txt_list_m span{font-size: 16px;}
.list-products .head .txt_list .txt_list_m .ico{display:flex;}
.list-products .head .txt_list .txt_list_m .ico a{border-left:1px solid #B5BCC6;margin-left:7px;padding-left:7px;display: flex;align-items: center;}
.list-products .head .txt_list .txt_list_m .ico a i{color: #000;font-size: 18px;}
.list-products .head .txt_list .txt_list_m .ico a i:hover{color:var(--bgcolor);}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}

.list-products .body,.list-products .body table{width: 100%;border-collapse: collapse;}
.list-products .body table tbody{width: 100% !important;margin-top: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-products .body table tbody tr{width:48%;border-bottom: 1px dotted #202020;height:50px;display: flex;align-items: center;}
.list-products .body table td{font-size:16px;color:var(--color);height:50px;display: flex;align-items: center;}
.list-products .body table tr td:nth-child(1){width: 45% !important;}
.prod-detail .list{margin-top: 35px;}

.list-about .bd .pic{width:630px;position: relative;}
.list-about .bd .pic img{width:100%}
.list-about .bd .pic .video_btn{position: absolute;z-index:2;right:18px;top:18px;cursor: pointer;}
.list-about .bd .pic .video_btn img{transition-duration:.5s;}
.list-about .bd .pic .video_btn:hover img{transform: rotate(360deg);}
.list-about .bd .txt{width:calc(100% - 700px)}
.list-about .bd .txt h2{position: relative;font-size:18px;padding-left:30px;}
.list-about .bd .txt h2:after{position: absolute;left:0;top:50%;width:25px;height:3px;background:#0B2042;margin-top:-1.5px;content:"";}
.list-about .bd .txt h3{margin:30px 0 10px;text-transform:uppercase;font-size:40px;line-height:38px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-about .bd .txt h3 span{color:#338BCF}
.list-about .bd .txt p{font-size:16px;line-height:24px;color:#0B2042;margin-bottom:25px}
.list-about .data{display:flex;padding-top:45px;margin-top:55px;border-top:1px solid #CED2D9;}
.list-about .data .item{width:25%;padding-left:45px;}
.list-about .data .item i{font-size:36px;color:#338BCF}
.list-about .data .item h3{font-size:33px;margin:3px 0;color:#0B2042;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-about .data .item p{font-size:10px;margin-bottom:0;}
.list-about-advantage{padding:70px 0 80px;background:#338BCF;text-align:center;color:#fff;}
.list-about-advantage .t{margin-bottom:80px;}
.list-about-advantage .t h2{margin-bottom:15px;text-transform:uppercase;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-about-advantage .t p{font-size:18px;line-height:24px}
.list-about-advantage .bd .item{width:25%;padding:0 20px;}
.list-about-advantage .bd .item i{font-size:70px;}
.list-about-advantage .bd .item h3{margin:30px 0 10px;font-size:24px;font-family: 'Barlow-ExtraBold';}
.list-about-advantage .bd .item p{font-size:16px;line-height:24px;}
.list-about-content .t{margin-bottom:45px;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;text-transform:uppercase;}
.list-about-content .work .bd{margin-bottom:80px;}
.list-about-content .work .item{margin:20px;padding:10px;background:#fff;box-shadow: 0 5px 15px rgba(0,0,0,0.2);border-radius:10px;}
.list-about-content .work .item .pic{overflow:hidden}
.list-about-content .work .item .pic img{width:100%}
.list-about-content .work .slick-dots{bottom:-32px;display:flex;;background:#0B2042;height:2px;}
.list-about-content .work .slick-dots li{margin:0;cursor: pointer;width:auto;flex:1;height:2px;background:#0B2042;}
.list-about-content .work .slick-dots li.slick-active{background:#338BCF;}
.list-about-content .work .slick-dots li button{display:none;}
.list-about-content .culture{margin-bottom:80px;}
.list-about-content .culture .item{padding:55px 0 35px;border-bottom:1px solid #CED2D9;}
.list-about-content .culture .item:first-child{padding-top:20px}
.list-about-content .culture .item .pic{width:400px;}
.list-about-content .culture .item .txt{width:calc(100% - 440px)}
.list-about-content .culture .item .txt h3{font-size:24px;line-height:56px;}
.list-about-content .culture .item .txt p{font-size:16px;line-height:24px;margin-top:5px;}
.list-about-content .honor{display:flex;flex-wrap:wrap;}
.list-about-content .honor .item{margin-bottom:30px;width:calc(100% / 5 - 36px );margin-right:40px}
.list-about-content .honor .item:nth-child(5n){margin-right:0;}
.list-about-content .honor .item .pic img{width:100%}

.list-contaact .bd .t{width:330px;}
.list-contaact .bd .t h2{font-family:"Arial";color:#fff;font-weight:bold;font-size:100px;width:77px;height:77px;background:#ec6523;border-radius:77px;text-align:center;margin-top: 45px;}
.list-contaact .bd .t p{font-size:14px;line-height:26px;margin-top: 30px;font-family: 'Barlow-Regular';}
.list-contaact .bd .t .pic{margin-top:60px}
.list-contaact .bd .txt{width:calc(100% - 440px);border-left: 1px solid #202020;padding-left: 60px;}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;}
.list-contaact .bd .txt .icon{width: 45px;}

.list-contaact .bd .txt .con_box{display: flex;align-items: center;border-bottom:1px solid #cccccc;width: 48%;position: relative;}
.list-contaact .bd .txt .con_box .items{display: flex;width: calc(100% - 60px);margin-left: 20px;}
.list-contaact .bd .txt .con_box .items .item{margin-top: 30px;width: 37%;margin-left: 0;}
.list-contaact .bd .txt .con_box .items .item:nth-child(1){width: 25%;}
.list-contaact .bd .txt .con_box::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.list-contaact .bd .txt .con_box:hover::after{width: 100%;}
.list-contaact .bd .txt .con_box1{width: 100%;}

.list-contaact .bd .txt .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
.list-contaact .bd .txt .con_box .icon2 i{font-size: 50px;font-weight: normal;}
.list-contaact .bd .txt .con_box1 .item{margin-top: 0;}
.list-contaact .bd .txt .con_box2 .item{margin-top: 20px;color: #fff;}
.list-contaact .bd .txt .con_box2 .icon i{color: #fff;}
.list-contaact .bd .txt .con_box2 {background: var(--bgcolor);}
.list-contaact .bd .txt .cons_box1{margin-top: 30px;}
.list-contaact .bd .txt .con_box .icon{padding-left: 10px;}
.list-contaact .bd .txt .item{margin-top: 30px;padding-bottom: 25px;transition: 0.6s;margin-left: 20px;width: calc(100% - 60px);}
.list-contaact .bd .txt .con_box2 .item .p a{color: #fff;}
.list-contaact .bd .txt .item .p a{margin-right: 50px;}
.list-contaact .bd .txt .item .p a:last-child{margin-right: 0;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 18px;font-family: 'Barlow-Bold';line-height: 1;text-transform: uppercase;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 16px;margin-top: 15px;line-height: 24px;word-wrap: break-word;overflow-wrap: anywhere;
  hyphens: auto;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .bd .codes{display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-contaact .bd .codex{margin-top: 35px;text-align: center;width: 47%;}
.list-contaact .bd .codex h1{font-size: 18px;margin-top: 5px;}
.list-contaact .bd .codex img,.footer .codex img{width: 100%;}
.footer .codex{max-width: 150px;margin-top: 55px;}

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

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


.index-products{background:#FAFAFA;}
.index-products .list .item{background:#fff;padding:30px 20px 35px;margin:20px !important}
.index-products .list .item .txt{padding-top:23px}
.index-products .list .item .txt .auth{margin-top:30px}
.index-products .list .item .txt .auth img{width:auto;}
.index-products .index-title{margin-bottom:33px}
.index-products .index-title .t{display:flex;align-items: center;}
.index-products .index-title .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;margin-right:35px;}
.index-products .index-title .t a{height:35px;padding:0 25px;background:#338BCF;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-products .index-title .t a:hover{background:#0B2042;color:#fff;}
.index-products .index-title .more{display:flex;align-items: center;;}
.index-products .index-title .more i{transition-duration:.5s;font-size:37px;z-index:9999;color:#0B2042;cursor: pointer;}
.index-products .index-title .more i:hover{color:#338BCF}

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

.index-message{background:#ECEFF2;}
.index-message h2{margin-bottom:25px;height:35px;display:inline-block;padding:0 25px;background:#0B2042;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-message .info .hd{width:450px;padding-right:30px;}
.index-message .info .hd h3{color:#338BCF;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-message .info .hd p{margin-top:10px;color:#0B2042;font-size:16px;line-height:24px;}
.index-message .info .form{width:calc(100% - 450px)}
.index-message .info .form .item{width:30%}
.index-message .info .form .item input{width:100%;height:45px;display:flex;color:#0B2042;background:#FFFFFF;padding:0 10px;border-radius:4px;margin-bottom:10px;}
.index-message .info .form .item input:last-child{margin:0;}
.index-message .info .form .item:nth-child(2){width:40%;padding:0 10px;}
.index-message .info .form .item textarea{width:100%;height:100px;border-radius:4px;padding:10px;}
.index-message .info .form .item .code_box{position: relative;}
.index-message .info .form .item .code_box img{height:45px;position: absolute;right:0;top:0;cursor: pointer;;}
.index-message .info .form .item .btn{height:45px;color:#fff;cursor: pointer;border-radius:4px;width:100%;background:#2D8BCF;display:flex;justify-content: center;align-items: center;;}
.index-message .info .form .item .btn i{margin-right:10px;}
@media (max-width: 1915px){
  .h_banner .home_swi .h_b_box .h_b_txt2{left: 8.33vw;bottom: 3.65vw;}
  .h_banner .home_swi .h_b_box .h_b_txt2 .linex{margin: .52vw 0;}
  .h_banner .home_swi .h_b_box .h_b_txt2 .p3{font-size: 4.95vw;}
    .h_banner .home_swi .h_b_box .h_b_txt2 .p4{font-size: 2.19vw;}
  .prod-swiper{width: calc(100% - 6vw);}
    .index-pro .back_pro .name{font-size: 3.13vw;left: 13.02vw;top: 9.38vw;max-width: 15.63vw;line-height: 2.86vw;}
    .index-pro .back_pro .more{left: 11.98vw;top: 18.23vw;}
  .index-pro .back_pro h2{font-size: 1.46vw;right: 3.13vw;top: 12.5vw;max-width: 28.65vw;}
  .index-pro .back_pro h2::after{width: 5.21vw;right: -3.13vw;}
  .index-pro .back_pro:nth-child(1) .name{font-size: 2.6vw;}
.index-pro .back_pro:nth-child(4) .name{font-size: 2.08vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 4.95vw;margin-top: 2.6vw;
  }
  .logo1{width: 18.23vw !important;margin-top: 2.08vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 2.19vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p3{font-size: .94vw;margin-right: 8.85vw;}
}
@media (max-width: 1600px){
  .wrap{width:98%}
  .banner .icons{top: 7.81vw;right: 19.79vw;}
   .banner .backs{width: 15.99vw;}
   .banner .icons1{top: 7.55vw;right: 8.33vw;}
   .banner .icons .txts{top: 1.56vw;}
  .banner .icons .txts h2{font-size: 1.25vw;line-height: 1.56vw;}
    .list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
    .list-contaact .bd .txt .con_box{width: 100%;}
    .news .lists .news-item h2{font-size: 20px;}
    .footer .info-f{padding-right: 30px;}
    .prod-swiper{width: 98%;margin: 35px auto 0 auto;}
    .home_swi .swiper-button-prev i,.home_swi .swiper-button-next i{ font-size: .56rem;}
    .index-about .about_l .videolist{top: .37rem;right: -0.88rem;width: 2rem;}
    .index-about .about_l .abpic{position: relative;width: 7.94rem;}
    .index-about .about_l .about_pict{top: 5.5rem;right: -2rem;padding: .25rem;width: 3.25rem;}
    .index-about .about_r h1{font-size: .6rem;margin-top: .38rem;line-height: .63rem;}
    .bn-list li h2 .number {font-size: 1rem;line-height: .6rem;}
    .bn-list li::after{right: 0;}
    .index-about .about_r .content_r{margin: 35px 0;}
    .index-about .flex{align-items: center;}
    .index-about{margin-bottom: 60px;}
    .index-pro .item .txt h3{font-size: .38rem;}
    .index-pro .item:nth-child(4) .txt h3{font-size: .33rem;}
    .index-pro .item{padding: .25rem .31rem .31rem .5rem;}
    .footer .message{width: calc(100% - 38.02vw);}
    .footer .subscribe h1{font-size: 3.13vw;}
}
@media (max-width: 1440px){
  .list-products .head .txt_list{width: 70%;}
  .history .lists .item .events{margin-left: 13.54vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .a1{margin-top: 3.91vw;}
  .h_banner .btns{width: 130px;height: 40px;}
  .h_banner .btns span{width: 75px;font-size: 13px;}
  .index-pro .item .more{font-size: 12px;}
  .list-about .bn-list{width: 100%;}
  .index-about .about_r{width: 55%;}
 .list-about .bn-list li::after{right: -20px;}
}
@media (max-width: 1100px){
  .header .header-left .item h3 a{font-size: 18px;}
  .header .header-left .item{margin-right: 25px;} 
  .footer .dls{width: calc(100% - 250px);} 
  .footer .dl-boxs .dl-box:first-child{margin-right: 50px;}
}
@media screen and (max-width:992px) {
.list-contaact .bd .codex{width: 40%;}
.list-contaact .bd .txt{width: 100%;padding-left: 0;border: none;margin-top: 35px;}
.news .lists .news-item{width: 48%;margin-right: 0;}
.honor .list .item{width: calc((100% - 80px)/3);}
 .list-about .bn-list li::after{right: 0;}
 .honor .list .item:nth-child(5n){margin-right: 40px;}
  .honor .list .item:nth-child(3n){margin-right: 0;}
.index-about .about_l{justify-content: center;}
.list-about .about_l{align-items: center;}
.about_l{width: 100% !important;}
.footer .dls{width: 100%;flex-wrap: wrap;} 
.footer .dls .dl{margin-top: 35px;}
.footer .flex{flex-wrap: wrap;}
.prod-swiper .swiper-button-prev,.prod-swiper .swiper-button-next{height: 25px;width: 50px;}
.prod-swiper .sw-box{height: 25px;width: 110px;left: 71%;}
.prod-swiper .ps-pg{width: 70%;bottom: 10px;top: auto;}
.index-about .flex{justify-content: center;}
.index-about .about_r{width: 100%;margin-top: 45px;}
.index-about .about_l{width: 70%;}
.wrap{width: 96%;}
  .h_banner,.banner{margin-top: 0;}
    .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .what .info .list,.list-contaact .what .info .txt,.list-contaact .bd .t,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-about .bd .pic,.list-about .bd .txt,.list-events .list .item .pic,.list-events .list .item .txt,.footer .menu .item,.content{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-products .list .item .txt .i,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.sidebar,.top_header{display:none !important;}
    .footer .menu,.main{padding:20px 10px}
    .location{padding:0 10px;height:45px;}
    .location .wrap-1300{overflow-x:auto;display:flex;white-space:pre;height:45px;align-items: center;flex-wrap:nowrap;}
    .list-news .list .item{margin-bottom:40px}
    .list-news .list .item p{margin:10px 0;}
    .footer .menu .item{margin:0 0 25px 0;}
    .footer .menu .item h3{font-size:20px;padding-bottom:10px}
    .footer .menu .item .sub{display:flex;flex-wrap:wrap;justify-content: space-between}
    .footer .menu .item .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;margin-top:10px}
    .footer .bottom{padding:20px 10px 60px}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-download .list .item{margin-bottom:15px}
    .list-download .list .item a{padding:20px;}
    .list-events .list .item{margin-bottom:20px}
    .list-events .list .item .txt h3{padding:10px 0;}
    .list-events .list .item .txt p{height:35px}
    .list-job .t{font-size:24px;margin-bottom:20px}
    .list-job .list .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DBDEE3;position: relative;}
    .list-job .list .item .info h3{font-size:16px;padding:10px 0;}
    .list-job .list .item .info .desc{margin-bottom:10px;flex-wrap:wrap;}
    .list-job .list .item .info .desc p{margin-right:0;width:100%;margin-top:5px;}
    .list-job .list .item .info .desc p i{width:30px;text-align:center;}
    .list-job .list .item .info .desc p img{margin-right:0;height:16px;}
    .list-job .list .item .info .desc p span{margin-right:10px;font-size:12px}
    .list-job .list .item .btn{position: absolute;right:0;top:10px;width:90px;height:35px;font-size:12px;}
    .list-job .list .item .more{display:none;}
    .list-job .content{margin:0;}
    .list-job .content h3{padding:0;margin:0;}
    .job-pop{width:100%;}
    .job-pop .hd{width:90%;height:60px;padding:10px;position: relative;}
    .job-pop .hd .name{width:calc(100% - 40px);font-size:14px;line-height:24px}
    .job-pop .hd .del{position: absolute;right:10px;top:10px;}
    .job-pop .bd{width:90%;padding:10px;}
    .job-pop .bd input{height:40px;padding:0 10px;margin-bottom:10px;}
    .job-pop .bd textarea{min-height:100px;padding:10px;margin-bottom:10px;}
    .job-pop .bd .btn{height:40px;width:140px}
    .list-news .show .m .btn{margin:20px auto 0;}
    .list-about .bd .pic .video_btn img{width:70px;height:70px}
    .list-about .bd .txt{padding-top:20px;}
    .list-about .bd .txt h3{margin:15px 0 10px;font-size:28px;line-height:32px}
    .list-about .bd .txt p{margin-bottom:15px;}
    .list-about .data{padding-top:20px;margin-top:25px;flex-wrap:wrap}
    .list-about .data .item{padding:0;width:50%;margin-bottom:20px;}
    .list-about-advantage{padding:40px 10px}
    .list-about-advantage .t{margin-bottom:30px}
    .list-about-advantage .t h2{font-size:28px}
    .list-about-advantage .t p{font-size:15px;line-height:24px}
    .list-about-advantage .bd .item{width:100%;padding:0;margin-bottom:20px;}
    .list-about-advantage .bd .item h3{margin:15px 0;font-size:18px}
    .list-about-advantage .bd .item p{font-size:14px;line-height:22px;}
    .list-about-content .t{font-size:28px;margin-bottom:10px;}
    .list-about-content .work .bd,.list-about-content .culture{margin-bottom:40px}
    .list-about-content .work .slick-dots{bottom:-15px}
    .list-about-content .culture .item{padding:15px 0;}
    .list-about-content .culture .item .txt h3{line-height:30px;font-size:28px;margin:10px 0;}
    .list-about-content .culture .item .txt p{font-size:14px;line-height:22px;margin:0;}
    .list-about-content .honor{justify-content: space-between;}
    .list-about-content .honor .item{width:48%;margin:0 0 10px 0;}
    .list-products .list .item{width:48%;margin-right: 0;}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;}
    .list-products .head{padding: 15px 0;}
    .list-products .head .txt_list{margin-top: 30px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 0;}
    .index-about .list{margin-top:0;}
    .index-about .list .item{width:100%;margin:0 0 20px 0;}
    .index-message .info .hd{width:100%;padding:0 0 15px 0;}
    .index-message .info .hd h3{font-size:28px}
    .index-message .info .form,.index-message .info .form .item{width:100%;margin-bottom:10px !important}
    .index-message .info .form .item:nth-child(2){width:100%;padding:0;}
}
@media screen and (max-width:786px) {
  .list-contaact .message{margin-top: 40px;}
  .list-contaact .message .form-div{flex-wrap: wrap;}
  .list-contaact .form-div .code_box{width: 100%;margin-bottom: 30px;}
  .cats{display: none;}
  .news-detail.main{padding-top: 30px;}
  .titlex h1{font-size: 35px;line-height: 1;}
  .history .lists .item .events{margin-left: 0;margin-top: 35px;width: 100%;}
 .history .lists .item{flex-wrap: wrap;}
  .prod-swiper{padding-bottom: 40px;}
  .index-pro .item{width: 50%;}
  .index-pro .lists{transform: translateY(-10%);}
  .index-pro .back_pro .more{font-size: 10px;}
  .index-about .about_l .about_pict{top: 4.4rem;width: 3rem;right: -1.5rem;}
   .h_banner .home_swi .home_pag{bottom: 5px;}
   .home_swi .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
   .home_swi .swiper-pagination .swiper-pagination-bullet-active{width: 22px;height: 10px;border-radius: 10px;}
  .h_banner .btns{width: 90px;height: 20px;}
  .h_banner .btns span{width: 55px;font-size: 10px;}
 .h_banner .icon1{margin-right: 10px;height: 80%;}
 .list-products .body table tbody tr{width: 100%;}
/*.banner .icons .txts{top: 4.9vw;}*/
}
@media screen and (max-width:600px){
.news .lists .news-item{width: 100%;margin-bottom: 30px;}
.main{padding: 30px 0;}
.list-about .bn-list li::after{right: -10px;}
.honor{margin: 45px 0 30px 0;}
.honor .list .item{width: 48%;margin-right: 0;margin-bottom: 30px;}
 .honor .list .item:nth-child(5n){margin-right: 0;}
.honor .list.flex{justify-content: space-between;}
.history .lists .item .events .pics{width: 100%;text-align: center;}
/* .history .lists .item .events .pics img{width: 90%;} */
.history .lists .item .events{flex-wrap: wrap;}
.history .lists .item{justify-content: center;}
.history .lists .item .events .event{width: 100%;margin-left: 0;margin-top: 35px;}
.index-about .about_l{justify-content: flex-start;}
.list-about .about_l{align-items: flex-start;}
.footer .bottom p,.footer .bottom p a{text-align: center;}
.footer>.wrap{padding: 30px 0 45px 0;}
.dl .dl-title{margin-bottom: 30px;}
.footer .dls{padding-left: 30px;}
.dl1{display: none;}
.index-about{margin-bottom: 10px;}
.index-pro .item{padding: 20px 10px;}
.btns{height: 40px;}
.bn-list li::after{right: -15px;}
.bn-list li:nth-child(1) img{margin-left: 20px;}
.bn-list li:nth-child(2) img{margin-left: 20px;}
.bn-list li:nth-child(3) img{margin-left: 10px;}
.bn-list li img{margin-bottom: 10px !important;}
.index-about .about_r h1{font-size:30px;line-height: 32px;}
.index-pro .lists{padding: 0 5px;}
.list-products .list .item .txt h3{font-size: 20px;}
.footer .message{width: 100%;margin-top: 15px;}
.footer .subscribe>.flex{flex-wrap: wrap;}
.footer .subscribe h1{font-size: 30px;}
.footer .subscribe{padding: 40px 10px;}
.list-products .list .item{width: 100%;}
.list-products .list{justify-content: center;}
.list-products .head .txt_list .b{margin-top: 50px;}
.list-contaact .info-f{margin-top: 40px;}
.list-contaact .bd .txt .con_box .items{flex-wrap: wrap;}
.list-contaact .bd .txt .con_box .items .item{width: 50%;margin-left: 0;}
.list-contaact .bd .txt .con_box .items .item:nth-child(1){width: 50%;}
/*.list-contaact .bd .codex img{max-width: 280px;}*/
.list-contaact .bd .codex{text-align:center;}
.index-pros{padding-bottom: 50px;}
.list-contaact .bd .codex{width: 65%;}
.list-contaact .bd .codes{flex-wrap: wrap;justify-content: center;}
.footer .texts,.footer .codex{text-align: center;width: 100%;max-width: unset;}
.footer .codex img{width: 60%;}
.footer .bottom br{display: inline;}
}