@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:1740px;margin:0 auto;}
.wrap-1300{width:1300px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.list-products.main{padding:65px 0 70px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;}
.header .lang-box{margin-right: 20px;}
.header .lang-box .txts{align-items: center;}
.header .lang-box .txts img{margin: 0 13px 0 8px;width: auto;}
.header .lang-box h3{font-size: 16px;color: #fff;font-family: 'Barlow-Medium';text-transform: uppercase;}
.header .lang{align-items: center;}
.header .lang-box .lang a{margin-left:18px;display: flex;align-items: center;}
.header .lang-box .lang a:nth-child(1){margin-left: 0;}
.header .lang-box .lang a span{font-size:14px;margin-left:8px;line-height: 1;color: #1a2323;}
.header .lang-box .lang a:hover span{opacity: 0.9;}
.header .header-left{margin-right: 40px;align-items: center;}
.header .header-left .logo{align-items: center;}
.top_header.height .top{height: 45px;}
.header{transition-duration:.6s;height:100px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;box-shadow: 0 3px 7px rgba(0,0,0,.10);}
.header>.wrap{position: relative;height: 100%;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 65px;}
.header .header-right .item h3 a{font-size:18px;font-family: 'Roboto-Medium';color: #1a2323;transition: 0.5s;line-height: 1;}
.header .header-right .item{margin-right:30px;position: relative;height: 100%;}
.header .header-right .item:last-child{margin-right:0;}
.header .ico{align-items: center;}
.header .ico a{margin-right:25px;color:#1a2323;font-size:20px;margin-top: 3px;}
.header .ico a:hover{color: var(--bgcolor);}
.header .ico a:nth-child(1) i{font-size: 22px}
.header .item h3{height: 100%;display: flex;align-items: center;}
.header .item{display:flex;height:40px;align-items: center;position: relative;}
.header .item h3 a{text-transform:uppercase;display: flex;align-items: center;height: 100%;padding-top: 3px;}
.header .item h3 a:hover,.header .item.on h3 a{color: var(--on-color);}
.header .header-right .menu,.header .header-right{height: 100%;}
.header .header-right .menu .sub {
    z-index: -1;
    /* transform: scaleY(0);
    transform-origin: top; */
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    transform: translateY(-100%);
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.95);
    box-shadow:0 15px 30px rgba(89,192,198,.05);
  }
  .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: translateY(calc(100% + 7px));
  }
  /*.header.height .header-right .menu .item:hover .sub{top: 74px;}*/
  .header .header-right .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .header-right .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-right .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,.95);
    left: 20px;
    top: -19px;
    position: absolute;
  }
  .header .subs {
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.95);
    box-shadow:0 15px 30px rgba(89,192,198,.05);
    overflow-y: auto;
    max-height: 650px;
  }
  .header .subs .wrap {
    display: flex;
    flex-direction: column;
    padding: 15px 0 25px;
  }
  .header .subs .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
  }
  .header .subs .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .subs .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
  }
  .header .subs .p:hover a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .sub .p:hover > .subs {
    opacity: 1;display: block;
  }
  .header .subs .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .subs .p a:hover::before {
    background-color: #fff;
  }
.about-titles h2{font-size: 30px;text-align: center;line-height: 1;margin-top: 35px;font-family: 'verdana';}
.about .bodys{margin-top: 40px;overflow: hidden;}
.about .bodys p{font-size: 16px;line-height: 28px;margin-top: 15px;}
.about{padding-bottom: 40px;}
.index-video{position: relative;margin-top: 100px;}
.index-video video{width: 100%;height: calc(100vh - 100px);object-fit: cover;}
.index-video::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0, 0.6);z-index: 1;}
.index-video img{width: 100%;}
.index-video .txts{top: 50%;left: 50%;transform: translate(-50%,-50%);position: absolute;text-transform: uppercase;text-align: center;z-index: 99;}
.index-video .txts h1{font-size: 72px;font-family: 'Barlow-Bold';color: #fff;}
.index-video .txts p{font-size: 36px;font-family: 'Barlow-Bold';color: #fff;margin-top: 35px;}
.index-video .video-btn{position: relative;margin-top: 70px;display: inline-block;cursor: pointer;}
.index-video .video-btn img{width: auto;}
.index-video .video-btn .vbtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;}
.videoback1,.videoback2{position: absolute;left: 50%;top: 50%;}
.index-video .video-btn .videoback{animation: video 3.5s infinite}
.videoback1{animation: video1 3.5s infinite}
.videoback2{animation: video2 3.5s infinite}

.banner{position: relative;margin-top: 100px;}
.banner img{width:100%;}

.banner-swiper{margin-top: 100px;}
.banner-swiper .swiper-slide a{width: 100%;height: 100%;}
.banner-swiper .swiper-slide a h1{width: 100%;height: 105px;background: rgba(0,0,0,0.8);color: #fff;font-size: 66px;font-family: 'ZQKFREEFONT';display: flex;align-items: center;justify-content: center;position: absolute;left: 0;bottom: 0;text-transform: uppercase;padding-top: 15px;transition: 0.6s;}
.banner-swiper .swiper-slide a h1:hover{background: var(--bgcolor);}
.banner-swiper .swiper-slide a img{width: 100%;}
.index-pro{padding:80px 0 160px 0}
.index-pro .item{width: 47.7%;position: relative;}
.index-pro .item .name{font-size: 72px;font-family: 'Barlow-Bold';margin-bottom: 35px;line-height: 1;}
.index-pro .item .link{border-radius: 8px;background: #fff;padding: 40px 15px 20px 20px;width: 85.5%;position: absolute;left: 50%;transform: translate(-50%);bottom: -80px;}
.index-pro .item .link .logos{padding-right: 105px;}
.index-pro .item .link .more{border-top: 1px solid #d1d3d3;margin-top: 17px;padding: 12px 8px 0 8px;}
.index-pro .item .link .more h3{font-size: 18px;color: #080404;transition: 0.5s;}
.index-pro .item:hover .link .more h3{color: var(--on-color);}
.index-pro .item .link .more i{font-size: 26px;color: #1a2323;transition: 0.5s;}
.index-pro .item:hover .link .more i{color: var(--on-color);transform: translate(8px,8px);}
.index-pro .item .link .logos .logo1,.index-pro .item .link .logos .logo2{max-height: 71px;}
.index-pro .title_pro{align-items: center;justify-content: center;margin-bottom: 60px;}
.index-pro .title_pro h3{font-size: 36px;font-family: 'Barlow-Bold';line-height: 1;}
.index-pro .title_pro h2{font-size: 72px;font-family: 'Barlow-Bold';line-height: 1;}
.index-pro .title_pro .line{width: 280px;height: 2px;background: var(--color);margin: 0 25px 0 5px;}
.list-pro{padding: 40px 0 160px;}
.index-global{background: var(--bgcolor);position: relative;overflow: hidden;}
.index-global .wrap{position: relative;}
.index-global .map{margin-left: 275px;}
.index-global .titles{position: absolute;top: 110px;left: 0;}
.index-global .titles h2{font-size: 48px;font-family: 'Barlow-Bold';color: #fff;}
.index-global .titles p{font-size: 18px;font-family: 'Barlow-Medium';color: #fff;max-width: 400px;line-height: 26px;margin-top: 15px;}
.index-global .certs{position: absolute;top: 70px;right:0;}
.index-global .certs .cert{width: 210px;height: 110px;background: url("/skin/images/certback_03.png");display: flex;font-size: 30px;font-family: 'Nacelle-Bold';justify-content: flex-start;align-items: center;text-align: center;line-height: 1;transition: 0.5s;background-size: cover !important;flex-direction: column;color: #fff;margin-bottom: 50px;}
.index-global .certs .cert h2{font-size: 60px;font-family: 'Barlow-Bold';line-height: 45px;}
.index-global .certs .cert:nth-child(1) h2{margin-top: -10px;}
.index-global .certs .cert h4{font-size: 18px;text-align: center;margin-top: 6px;max-width: 157px;}
.index-global .certs .cert:nth-child(2) h4{margin-top: 12px;}

.index-contact {align-items: center;height: 100px;background-color: #fff;padding-left: 80px;border-radius: 8px;position: absolute;bottom: 70px;left: 50%;transform: translate(-50%);width: 100%;}
.index-contact .con_box{display: flex;align-items: center;width: 20%;position: relative;justify-content: center;}
.index-contact .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
.index-contact .item{transition: 0.6s;margin-left: 20px;width: calc(100% - 60px);}
.index-contact .item .p a{margin-right: 10px;}
.index-contact .item .p a:last-child{margin-right: 0;}
.index-contact .item:hover{border-color: var(--bgcolor);}
.index-contact .item h1{font-size: 18px;font-family: 'Barlow-Bold';line-height: 1;text-transform: uppercase;}
.index-contact .item a:hover{color:var(--on-color)}
.index-contact .item .p{font-size: 16px;margin-top: 12px;line-height: 24px;}
.index-contact .con_box:hover .item .p a,.index-contact .con_box:hover .item .p{color: var(--on-color);}
.index-contact .item1 .p:nth-child(3){margin-top: 0;}
.index-about{padding:75px 0 100px 0;}
.index-about .ab_l h1{color: #202020;font-size: 48px;font-family: 'Barlow-Bold';line-height: 1;margin-top: 25px;}
.index-about .ab_l h1 span{color: var(--bgcolor);}
.index-about .ab_box.flex{flex-wrap: nowrap;}
.index-about .ab_box .abcontent{width: 53.5%;font-size: 18px;color: #282828;line-height: 24px;margin-left: 20px;}
.index-about .ab_box .abcontent p{margin-bottom: 25px;}
.index-about .ab_box .abcontent .more{font-size: 16px;color: var(--on-color);position: relative;}
.index-about .ab_box .abcontent .more::before{content: "";height: 1px;width: 100%;position: absolute;left: 0;bottom: 0;background: var(--bgcolor);transition: 0.5s;}
.index-about .ab_box .abcontent .more:hover::before{width: 0;right: 0;left: auto;}
.index-about .ab_l h3 {display: flex;}
.index-about .ab_l h3 span{font-size: 24px;display: flex;line-height: 1;align-items: flex-end;margin-left: 35px;}
.index-about .ab_b{margin-top: 100px;align-items: flex-end;}
.index-about .ab_b .abb_l .logoa{align-items: center;}
.index-about .ab_b .abb_l .item h2{font-size: 24px;font-family: 'Barlow-Bold';margin-bottom: 20px;}
.index-about .ab_b .abb_l .item1{margin-top: 65px;}
.index-about .ab_b .abb_l .item .pic:nth-child(1){margin-right: 60px;}
.index-about .ab_b .abb_r{width: 52.3%;}
.index-about .ab_b .abb_r .item{align-items: center;cursor: pointer;}
.index-about .ab_b .abb_r .item:nth-child(1){margin-right: 130px;}
.index-about .ab_b .abb_r .item h1{font-size: 60px;font-family: 'Barlow-Bold';margin-left: 20px;line-height: 45px;transition: 0.5s;}
.index-about .ab_b .abb_r .item:hover h1{color: var(--on-color)}
.index-about .ab_b .abb_r .item p{font-size: 18px;margin-left: 20px;max-width: 130px;line-height: 20px;}
.index-about .ab_b .abb_r .txts{width: 100%;justify-content: flex-start;border-bottom: 1px solid #a3a7a7;padding-bottom: 20px;}
.index-about .ab_b .abb_r .com{font-size: 16px;opacity: 0.5;margin-top: 35px;}

.list-contaact{padding: 80px 0 100px;}
.list-contaact .bd .t{width:400px;}
.list-contaact .bd .t h1{font-family: 'Barlow-Bold';font-size: 48px;color: var(--on-color);line-height: 1;margin-top: 25px;}
.list-contaact .bd .t p{font-size:18px;line-height:26px;margin-top: 20px;max-width: 350px;}
.list-contaact .bd .t .pic{margin-top:60px}
.list-contaact .bd .txt{width:calc(100% - 645px);}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;}
.list-contaact .bd .txt .icon{width: 45px;}
.list-contaact .bd .txt .con_box{display: flex;align-items: center;border-bottom:1px solid #cccccc;width: 48%;position: relative;}
.list-contaact .bd .txt .con_box .items{display: flex;width: calc(100% - 60px);margin-left: 20px;}
.list-contaact .bd .txt .con_box .items .item{margin-top: 30px;width: 37%;margin-left: 0;}
.list-contaact .bd .txt .con_box .items .item:nth-child(1){width: 25%;}
.list-contaact .bd .txt .con_box::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.list-contaact .bd .txt .con_box:hover::after{width: 100%;}
.list-contaact .bd .txt .con_box1{width: 100%;}
.list-contaact .bd .txt .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
/* .list-contaact .bd .txt .con_box1 .item{margin-top: 0;} */
.list-contaact .bd .txt .item{margin-top: 30px;padding-bottom: 25px;transition: 0.6s;margin-left: 20px;width: calc(100% - 60px);}
.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: 'Nacelle-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: 12px;line-height: 24px;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .bd .codex{margin-top: 50px;}

.list-contaact .message{width: 100%;margin-top: 70px;}
.list-contaact .message .mes-title{margin-bottom: 15px; margin-top: 65px; font-size: 36px;color: var(--on-color);display: flex;align-items: center;font-family: 'DouyinSansBold';}
.list-contaact .message .mes-title i{font-size: 50px;margin-right: 16px;}
.list-contaact .message .mes-des{font-size: 18px;color: #000;line-height: 28px;}
.list-contaact .message form{margin-top: 40px;}
.list-contaact .message .form-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.list-contaact .message  .name,.list-contaact .message .mw
{color:#202b32; font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding-left: 16px;box-sizing: border-box;border: 1px solid #bcbcbc;margin-bottom: 30px;border-radius: 5px;transition: 0.4s;}
.list-contaact .message  .name:hover,.list-contaact .message .mw:hover,.list-contaact .message .content:hover,.list-contaact .form-div .code_box:hover{border-color: var(--bgcolor);}
.list-contaact .message .label-name,.list-contaact .message .label-mw{display: flex;width: 100%;}
.list-contaact .message form input::placeholder,.list-contaact .message form textarea::placeholder{ font-family: 'Barlow-Medium';color: #202b32;}
.list-contaact .message .content{padding-top: 14px; width:100%;height: 250px;padding-left: 16px;margin-bottom: 30px;font-size: 16px;border: 1px solid #bcbcbc;border-radius: 5px;transition: 0.4s;}
.list-contaact .message #submit{transition: 0.4s ease; display: flex; width: 170px;height:50px;font-size: 16px;color: #fff;border: none;align-items: center;justify-content: center;border-radius: 5px;cursor: pointer;background: var(--bgcolor);}
.list-contaact .message #submit:hover{border-radius: 45px;}
.list-contaact .message #submit i{ margin-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 #bcbcbc;
  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;
}

.footer-contact{background: url('/skin/images/msg_02.jpg');padding-top: 60px;padding-bottom: 65px;}
.footer-contact .title{font-family: 'Barlow-Bold';color: #fff;text-align: center;font-size: 48px;line-height: 1;}
.footer-contact .des{font-size: 24px;text-align: center;margin: 40px auto 0 auto;color: #fff;}

.footer-contact form{ margin-top: 40px;}
.footer-contact .form-div{margin: 0 auto;display: flex;position: relative;width: 200px;background: #fff;align-items: center;border-radius: 50px;height: 50px;justify-content: space-between;padding-right: 7px;}
.footer-contact .form-div .email
{font-size: 18px; width: calc(100% - 45px);height: 50px;border-radius: 50px 0 0 50px;text-align: center;padding: 0 10px;}
.footer-contact .form-div .email::placeholder{color:#1a2323; font-size: 18px;}
.footer-contact .form-div .email:hover{border-color: var(--bgcolor);}
.footer-contact #submit{transition: 0.3s ease;display: flex; width: 40px;height: 40px;font-size: 20px;color: #fff;border-radius: 50%;cursor: pointer;border: none;background: var(--bgcolor);justify-content: center;align-items: center;}
.footer-contact #submit:hover{transform: scale(1.08);}

.footer{color:#fff;background:#3e9ca2;}
.info_f{margin-top: 70px;justify-content: flex-start;}
.info_f .ico{align-items: center;}
.info_f .ico a{position: relative;color:#fff;font-size:20px;margin-right:18px}
.info_f .ico a i{font-size: 20px;}
.info_f .ico a:after{content:"";width:1px;height:18px;background:#ffffff;position: absolute;right:-9px;top:50%;margin-top:-9px;}
.info_f .ico a:hover{color:var(--on-color)}
.info_f .lp{margin-left: 35px;}
.info_f .lp a{color: #fff;font-size: 16px;margin-right: 22px;}
.list_box1 p{font-size: 14px;color: #fff;font-family: 'Barlow-Medium';margin-top: 25px;line-height: 24px;}
.footer .message #submit:hover{background: #0199e2;border-color: #0199e2;}
.footer .info{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 60px;}
.footer .info>.flex{flex-wrap: nowrap;}
.footer .info .dls{display: flex;margin-top: 60px;flex-wrap: wrap;width: 100%;}
.footer .info .dls .dl{margin-right: 90px;width: 260px;}
.dl .dl-title {
  font-size: 24px;
  border-bottom: 1px solid #78babe;
  padding-bottom: 27px;
  font-family: 'Barlow-Bold';
  color: #fff;
}
.dl .dl-title1{margin-bottom: 24px;}
.footer .info .dls .dl:nth-child(2){margin-right: 0;}
.footer .info .dls .dl:nth-child(3){margin-right: 50px;width: 330px;}

.footer .info .dls dt:hover a{margin-left: 5px;}
.dl>dd a{
  color: #fff !important;
  line-height: 40px;
  font-size: 16px;
}
.dl>dt a{color: #fff;}
.dl>dd:nth-child(2) {
  margin-top: 10px;
}
.dl>p{display: flex;margin-bottom: 35px;}
.dl>.p{line-height: 28px;}
.dl>.p .txt_box a:last-child{margin-left: 68px;}
.dl>p .iconx{width: 20px;margin-right: 10px;}
.dl>p .iconx img{width: 100%;}
.dl>p .txt_box{width: calc(100% - 32px);}
.dl>p,.dl>p a{color: #fff;font-size: 18px;line-height: 24px;transition: 0.5s;}
.dl>p a:hover{color:var(--bgcolor)}
.footer .info .dls .dl dd span{position: relative;}
.footer .info .dls .dl dd span:hover::after{width: 100%;}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--bgcolor);
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .info .dls .dl:nth-child(3) .dl-title    a{color: transparent;}
.footer .info .message{width: 690px;}
.footer .info .dls .dl dd span:hover{color: var(--on-color);}
.footer .info .message .mes-title{margin-bottom: 15px; margin-top: 60px; font-size: 24px;color: #fff;display: flex;align-items: center;}
.footer .info .message .mes-title i{font-size: 32px;margin-right: 16px;color: #fff;}
.footer .info .message .mes-des{font-size: 16px;color: #fff;line-height: 26px;}
.footer .info .message form{margin-top: 40px;}
.footer .info .message .form-div{display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.footer .info .message .form-div>label{width: 48%;}
.footer .info .message .form-div .name,.footer .info .message .form-div .mw
{color:#000; font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding-left: 16px;box-sizing: border-box;background: #fff;border-radius: 5px;}
.footer .info .message .form-div .btn{display: flex;justify-content: center;align-items: center; background-color: #ea1b25; width: 45px !important;height: 45px !important;}
.footer .info .message .content{padding-top: 14px; width:100%;height: 110px;padding-left: 16px;margin-bottom: 25px;font-size: 16px;background: #fff;border-radius: 5px;}
.footer .info .message #submit{transition: 0.4s ease; display: flex; height:50px;background-color: #1a2323;border: none;align-items: center;justify-content: center;border-radius: 5px;position: relative;width: 160px;}
.footer .info .message #submit span{font-size: 18px;color: #fff;z-index: 2;}
.footer .info .message #submit i{ margin-right: 10px;font-size: 26px;z-index: 2;color: #fff;}
.footer .info .message #submit:hover{border-radius: 45px;box-shadow: 10px 5px 20px rgba(89,192,198,0.2),-10px -5px 20px rgba(89,192,198,0.2),-10px -5px 20px rgba(89,192,198,0.2) inset;transform: scale(1.05);}
.footer .info .message .ipt-title{font-size: 18px;color: #fff;margin-bottom: 20px;}
.footer .info .message .label-content{margin-top: 25px !important;}
.footer .info .form-div .code_box{
  position: relative;
  display: flex;
  width: calc(100% - 200px);
}
.footer .info .form-div .code_box input{background: #f8f8f8;width: 100%;height: 50px;padding-left: 16px;border-radius: 5px;}
.footer .info .form-div .code_box img {
  height: 50px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  width: 100px;
}
.footer .bottom{padding:35px 0 40px;border-top:1px solid rgba(255,255,255,.3);}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;}

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

.sidebar{width:280px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t{margin-bottom:10px;height:109px;background:url(../images/news_bg.png);border-radius:10px 10px 0 0;padding:23px 0 0 30px}
.sidebar .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;color:#fff;}
.sidebar .t .line{width:46px;height:3px;background:#fff;}
.sidebar .bd .item h3 a{height:40px;align-items:center;font-size:16px;display:flex;position:relative;padding-left: 22px;}
.sidebar .bd .item h3 a i{position:absolute;font-size:14px;left:0;top:50%;width: 16px;height: 16px;border: 1px solid #1b2424;display: flex;align-items: center;justify-content: center;color: transparent;transform: translateY(-50%);}
.sidebar .bd .item.on h3 a,.sidebar .bd .item h3 a:hover{color:var(--on-color)}
.sidebar .bd .item.on h3 a i{background-color: var(--bgcolor);color: #fff;border-color: var(--on-color);}
.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:var(--on-color)}
.content{width:calc(100% - 310px)}
.list-news .content{width: 100%;}

.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;}

.news-list .hd{border-top: 1px solid #d4d4d4;}
.list-news .hd .item{margin-top: 50px;}
.list-news .hd .item a{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;}
.list-news .hd .item a .txt{width:72%;padding-right: 190px;}
.list-news .hd .item a .txt.flex{align-items: center;}
.list-news .hd .item a .txt .more{margin-top: 55px;}
.list-news .hd .item a .txt .more i{font-size: 36px;color: var(--on-color);}
.list-news .hd .item a .pic{width:28%;border-radius:8px;}
.list-news .hd .item a .pic img{border-radius:8px;}
.list-news .item .m{margin-bottom:13px;font-size:16px;height:30px;border-radius:30px;border:1px solid #202020;display:inline-block;line-height:28px;padding:0 20px;color:#202020;font-family: 'Barlow-Bold';text-transform:uppercase;}
.list-news .item .t{transition-duration:.4s;font-size:18px;line-height:24px;font-family: 'Nacelle-Regular';margin-top: 30px;line-height: 1;width: calc(100% - 135px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.list-news .bd .item  .t{margin-top: 0;}
.list-news .bd1{margin-bottom: 120px;}
.list-news .item .p{font-size:16px;line-height:30px;margin-top:50px;}
.list-news .item .time{font-size:16px;font-family: 'Nacelle-Regular';}
.list-news .item:hover a .t{color:var(--bgcolor)}
.list-news .line{margin:35px 0;height:1px;width:50%;background:#d4d4d4;}
.list-news .list{border-top: 1px solid #d4d4d4;align-items: center;margin-top: 40px;justify-content: space-between;}
.list-news .list .item{width:48.2%;border-bottom: 1px solid #d4d4d4;padding: 40px 0;}
.list-news .list .item .more{display:flex;justify-content: space-between;align-items:center;}
.titlex2 h1{font-size: 48px;font-family: 'Nacelle-Bold';margin-top: 60px;text-transform: uppercase;}
.list-news .show{border-top: 1px solid #d4d4d4;padding-top: 45px;}
.list-news .show .t h2{font-size:18px;line-height:24px;margin: 22px 0 50px 0;}
.list-news .show .t .time{font-size:16px;}
.list-news .show .c{margin-bottom:30px;font-size:16px;line-height:32px;border-bottom:1px solid #CED2D9;padding-bottom: 50px;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:30px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:6px;height:50px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:16px;justify-content: center;padding: 0 30px;}
.list-news .show .m .btn img{margin-right: 10px}
.list-news .show .m .btn:hover{border-radius:30px}

.index-pros .prod-box{background: #f5f5f5;padding: 85px 0 95px 0;}
.index-pros .prod-box1{padding: 90px 0 110px;background: #fff;}
.index-pros .prod-box .prod-r{background: #f5f5f5;padding: 60px 0px 5px 30px;border-radius: 18px;}
.index-pros .prod-box .prod-r .texts .logor{width: 270px;}
.index-pros .prod-box .prod-r .texts{align-items: center;flex-wrap: nowrap;padding-right: 35px;}
.index-pros .prod-box .prod-r .text{font-size: 30px;max-width: 745px;line-height: 40px;width: calc(100% - 300px);}
.index-pros .prod-box .wrap>.pics{width: 540px;border-radius: 18px;overflow: hidden;position: relative;}
.index-pros .prod-box .wrap>.pics1 h2{font-size: 48px;font-family: 'Barlow-Bold';position: absolute;left: 30px;top: 40px;max-width: 230px;line-height: 1;}
.index-pros .prod-box .wrap>.pics2 h2 i{font-size: 70px;line-height: 1;}
.index-pros .prod-box .wrap>.pics2 h2{font-size: 80px;font-family: 'Barlow-Bold';position: absolute;left: 35px;bottom: 80px;max-width: 265px;line-height: 0.98;color: #fff;}
.index-pros .prod-box .wrap>.pics img{border-radius: 18px;transition: 0.5s;}
.index-pros .prod-box .wrap>.pics:hover img{transform: scale(1.1);}
.index-pros .prod-box .list,.index-pros .prod-box1 .prod-r{width: calc(100% - 580px);}
.index-pros .prod-box1 .list{width: 100%;margin-top: 80px;}
/* .index-pros .item{background-color: #fff;transition: 0.8s ease;position: relative;width: calc((100% - 60px) / 3);margin-right: 30px;border-radius: 18px;padding: 10px 20px 60px 20px;margin-bottom: 60px;} */
.pro-swiper{padding-bottom: 60px;}
.pro-swiper1{padding-bottom: 0;}
.index-pros .item{background-color: #fff;transition: 0.8s ease;position: relative;width: 93%;margin-right: 0px;border-radius: 18px;padding: 10px 20px 60px 20px;margin-bottom: 60px;}
.pro-list .item{width: calc((100% - 120px) / 4);margin-right: 40px;box-shadow: 0 8px 40px rgba(37,77,79,0.15);}
.index-pros .item:nth-child(3n){margin-right:0;}
.pro-list .item:nth-child(4n){margin-right: 0;}
.pro-list .item:nth-child(3n){margin-right: 40px;}
.pro-list .item:nth-child(12n){margin-right: 0;}
.index-pros1 .item{margin-bottom: 0;}
   /* .index-prog .list .item{width: calc((100% - 80px) / 3);margin:0 40px 60px 0;border-radius: 0;padding-bottom: 30px;} */
  /* .index-prog .list .item:nth-child(3n){margin-right:0;} */
  .index-prog .list .item{width: 94%;margin:0 0px 60px 0;padding-bottom: 30px;}
  .index-prog.pro-list .list .item{width: calc((100% - 120px) / 4);margin-right: 40px;box-shadow: 0 8px 40px rgba(37,77,79,0.15);}
  .index-prog.pro-list .list .item:nth-child(3n){margin-right:40px;}
  .index-prog.pro-list .list .item:nth-child(4n){margin-right:0;}
   .index-pros .item:hover .pics img{transform: scale(1.1);}
   .index-pros .item::after{content: '';width: 100%;height: 0;background-color: var(--bgcolor);position: absolute;left: 0;bottom: 0;z-index: 0;transition: 0.8s ease;}
   .index-pros .item .pics{width: 100%;margin: 0 auto;text-align: center;margin-top: 25px;transition: 0.5s;overflow: hidden;border-radius: 18px;}
   .index-pros .item .pics img{width: 96%;transition: 0.8s ease;} 
   .index-pros .item .more{height: 50px;border-radius: 50px;background: var(--bgcolor);box-shadow: 0 1px 15px rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: flex-end;position: absolute;right: 35px;bottom: 0;transition: 0.5s;transform: translateY(50%);width: 50px;padding: 5px;overflow: hidden;}
   .pro_list .list .item .more{padding: 0 30px;height: 45px;}
   .index-pros .item:hover .more{width: 180px;}
   .index-pros .item:hover .more i{width: 40px;}
   .index-pros .item .more span{font-size: 18px;color: #fff;position: absolute;top: 50%;transform: translateY(-50%);left: -50px;opacity: 0;transition: 0.5s;white-space: nowrap;}
   .index-pros .item:hover .more span{opacity: 1;left: 33px;}
   .index-pros .item .more i{font-size: 18px;transition: 0.5s;width: 40px;height: 100%;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;color: var(--color);z-index: 5;}
   .index-pros .item:hover .more i{transform: rotate(180deg);}       
   .index-pros .item:hover .more{background: var(--on-color);}
   .index-pros .item:hover .more span{color: #fff;}
   .pro_list .list .item .more span{font-size: 16px;}
   .pro_list .list .item .more i{margin-left: 10px;}
   .index-pros .item .name{font-size: 30px;font-family: 'Barlow-Bold';line-height: 1;transition: 0.5s;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
   .index-prog .list .item .txt{border-top: 2px solid #e8e9e9;transition: 0.5s;}
   .index-prog .list .item:hover .txt{border-color: var(--on-color);}
   .index-prog .list .item .txt-l{margin-top: 25px;}
   .index-pros .item .txt-l{z-index: 5;margin-top: 40px;}
   .index-pros .item .txt-l h1{font-size: 18px;line-height: 1;transition: 0.8s ease;margin-top: 10px;opacity: 0.5;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
   .index-prog .item:hover .txt-l .name{color: var(--on-color);}

.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .content .title{font-size:30px;font-family: 'Barlow-Bold';margin-top: 55px;}
.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:40px 30px 10px 0;box-shadow: 0px 4px 20px rgba(37,77,79,0.15);border-radius: 16px;}
.list-products .body.images img{margin-bottom: 3px;}
.list-products .head .img_list{z-index:2;width:760px}
.list-products .head .img_list .datu{width: calc(100% - 150px);background: #fff;}
.list-products .head .xiaotu .backs{position: absolute;right:0;transform: translate(calc(100% + 10px));top: 0;width: 43px;height: 43px;background-color: #000;display: flex;justify-content: center;align-items: center;}
.list-products .head .xiaotu .backs img{width: auto;}
.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: 460px;position: relative;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:100px;height:100px;margin-bottom:18px;border:1px solid #1a2323;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%;margin-top: 10px;}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;background:#000;width:50%;height:40px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .btn a i{font-size:14px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.list-products .head .txt_list{width: calc(100% - 800px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 50px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #d1d3d3;padding-bottom:20px;}
.list-products .head .txt_list .t h2{padding-top:5px;color:var(--color);font-size:30px;font-family: 'Barlow-Bold';}
.list-products .head .txt_list .t p{font-size: 18px;line-height: 1;margin-top: 15px;opacity: 0.5;}
.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: 18px;border-bottom:1px solid #d1d3d3;padding-bottom: 18px;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;border-radius:6px;margin-right:8px;display:flex;align-items: center;justify-content: center;color:#fff;background:#000;font-size: 18px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;padding:0 15px;border-radius:6px;display:flex;align-items: center;width: auto;margin-left: 2px;}
.list-products .head .txt_list .c .nav .message_btn img{margin-right:10px;}
.list-products .head .txt_list .c .nav .message_btn span{color:#fff;font-size: 16px;line-height: 1;margin-top: 2px;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;}
.list-products .head .txt_list .b{border:1px solid #a7a7a7;padding-bottom: 15px;padding-left: 15px;padding-right: 15px;border-radius: 6px;margin-top: 80px;width: 100%;}
.list-products .head .txt_list .b h1{color:var(--color);font-size:24px;font-family: 'Nacelle-Bold';margin-top: 18px;}
.list-products .head .txt_list .b p{color:#191a1c;font-size:16px;margin-top: 10px;line-height: 24px;max-width: 300px;}
.list-products .head .txt_list .b>span{margin-top: 10px;display: block;border-bottom: 1px solid #d2d2d2;padding-bottom: 10px;}
.list-products .head .txt_list .b span{color:#000;font-size:16px;}
.list-products .head .txt_list .b .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:40px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin-top: 15px;}
.list-products .head .txt_list .b .message_btn i{margin-right:10px;color: #fff;font-size: 20px;}
.list-products .head .txt_list .b .message_btn span{color:#fff;}
.list-products .head .txt_list .b .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .b br{display: none;}

.a5,.a2{color: var(--bgcolor);}
.a5{margin-left: 65px;}
.a3{margin-left: 32px;}
.a4{margin-left: 35px;}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;border-top:1px solid #CCCCCC;}
.list-products .head .txt_list .txt_list_m span{font-size: 16px;}
.list-products .head .txt_list .txt_list_m .ico{display:flex;}
.list-products .head .txt_list .txt_list_m .ico a{border-left:1px solid #B5BCC6;margin-left:7px;padding-left:7px;display: flex;align-items: center;}
.list-products .head .txt_list .txt_list_m .ico a i{color: #000;font-size: 18px;}
.list-products .head .txt_list .txt_list_m .ico a i:hover{color:var(--bgcolor);}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}
.titlex h1{font-size: 48px;font-family: 'Nacelle-Black';text-transform: uppercase;}
.titlex1{margin-bottom: 30px;}
.titlex2 h1{font-size: 36px;font-family: 'Nacelle-Bold';margin-top: 60px;}
.list-products .body,.list-products .body table{width: 98%;border-collapse: collapse;}
.list-products .body table tbody{display:flex;flex-wrap: wrap;justify-content: space-between;}
.list-products .body table tr{display: flex;border-bottom: 1px solid #e8e9e9;width: 48%;}
.list-products .body table td{font-size:18px;color:var(--color);padding: 40px 10px 20px 0;line-height: 24px;width: auto !important;}
/*.list-products .body table tr td:nth-child(2){width: auto !important;}*/

.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: 1740px){
  .wrap{width:98%}
  .a5{margin-left: 45px;}
   .list-products .head .txt_list .b br{display: inline-block;}
  .list-news .hd .item a .txt{padding-right: 50px;}
  .index-video .txts h1{font-size: 3.75vw;}
  .index-video .txts p{font-size: 1.88vw;margin-top: 1.82vw;}
  .index-video .video-btn{margin-top: 3.65vw;}
  .index-pro .item .link .logos{padding-right: 1vw;}
  .index-pros .item{padding: 10px 20px 4vw 20px;}
  .index-pros .prod-box2 .wrap>.pics,.index-pros .prod-box1 .wrap>.pics{width: 31%;}
  .index-pros .prod-box2 .list,.index-pros .prod-box1 .prod-r{width: 66%;}
  .index-pros .prod-box1 .list{margin-top: 4.17vw;}
   .index-pros .prod-box1 .list .item{margin-bottom: 20px;}
   .index-global .map{margin-left: 14.32vw;width: 76.3vw;}
   .index-global .titles{top: 4vw;}
   .index-global .certs{top: 3.65vw;}
   .index-contact{bottom: 2vw;}
   .index-about .ab_b .abb_r .item:nth-child(1){margin-right: 4vw;}
   .footer .info .dls .dl:nth-child(3){margin-right: 2vw;}
   .footer .info .dls .dl{margin-right: 2vw;}
  .footer .info .dls .dl:nth-child(2){width: 13.54vw;}
  .footer .info .message{width: 35.94vw;}
  .index-pros .prod-box .wrap>.pics1 h2{font-size: .6rem;left: .38rem;top: .5rem;max-width: 2.88rem;}
  .index-pros .prod-box .wrap>.pics2 h2{font-size: 1rem;left: .44rem;bottom: 1rem;max-width: 3.31rem;}
  .index-pros .prod-box .wrap>.pics2 h2 i{font-size: .88rem;}
}
@media (max-width: 1500px){
 .list-products .head .img_list{width:560px}
 .list-products .head .txt_list{width: calc(100% - 570px);padding-left: 30px;}
 .list-products .head{padding-right: 15px;}
 .list-products .head .img_list .datu{width: calc(100% - 110px);}
}
@media (max-width: 1400px){
    .index-pros .prod-box{padding: 45px 0;}
  .list-contaact .bd .txt{width:calc(100% - 450px);}
  .footer .info .message #submit{width: 120px;}
 .footer .info .message #submit span{font-size: 15px;}
 .footer .info .message #submit i{font-size: 20px;}
 .footer .info .form-div .code_box{width: calc(100% - 130px);}
  .footer .info .dls .dl:nth-child(3){width: 280px;}
  .index-pros .prod-box .prod-r .text{font-size: 22px;line-height: 30px;}
   .index-pros .item:hover .more{width: 150px;}
   .index-pros .item .more span{font-size: 16px;}
   .index-pros .item:hover .more span{left: 15px;}
  .index-pros .item .name{font-size: 25px;}
  .index-pro .item .name{font-size: 50px;}
  .index-pro .item .link{padding: 20px 10px 20px 15px;}
  .index-pro .item .link .logos .logo1,.index-pro .item .link .logos .logo2{max-height: 50px;}
}
@media (max-width: 1200px){
   .list-products .head .txt_list{width: 100%;padding-left: 15px;}
  .list-news .list .item{width: 100%;}
  .footer .info .dls .dl:nth-child(2){width: 260px;}
  .footer .info .message{width: 500px;}
  .index-about .ab_b .abb_r .item p{font-size: 16px;line-height: 18px;}
  .index-about .ab_b .abb_r .item .icon img{max-height: 35px;}
  .index-about .ab_b .abb_r .item h1{font-size: 35px;line-height: 1;}
  .index-about .ab_b .abb_r .txts{justify-content: space-between;}
  .index-about .ab_b .abb_r .item:nth-child(1){margin-right:8px;}
  .index-pros .item .more{right: 20px;}
   .header .header-right .item h3 a{font-size: 16px;}
   .header .header-right .item{margin-right: 20px;}
   .header .logo img{width: 250px;}
     .index-pro .item .link{bottom: -100px;}
    .index-contact{padding-left: 20px;}
    .index-contact .item{margin-left: 10px;width: calc(100% - 50px);}
    .index-global{padding-bottom: 40px;}
}
@media screen and (max-width:992px) {
.index-video::after{content: "";width: 100%;height: calc(100% - 5px);}
.index-video video{width: 100%;height: auto;object-fit: unset;}
.list-products .head .txt_list{padding-left: 0;margin-top: 30px;}
 .pro-list .item,.index-prog.pro-list .list .item{width: 48%;margin-right: 0;}
 .index-pros  .list{justify-content: space-between;}
 .pro-list .item:nth-child(3n),.index-prog.pro-list .list .item:nth-child(3n){margin-right: 0;}
 .banner,.banner-swiper{margin-top: 0;}
 .list-news .hd .item a .txt{width: 100%;padding-right: 0;}
 .list-news .hd .item a{justify-content: center;}
 .list-news .hd .item a .pic{width: auto;margin-top: 30px;}
  .footer .info>.flex{flex-wrap: wrap;}
  .footer .info .message{width: 100%;}
  .index-about .ab_b{margin-top: 40px;}
  .index-about .ab_b .abb_r{width: 100%;margin-top: 40px;}
  .index-about .ab_b{flex-wrap: wrap;}
  .index-global .map{margin-top: 300px;margin-left: 0;width: 100%;}
  .index-contact{height: auto;padding: 20px 15px;position: relative;;bottom: unset;left: unset;transform: unset;}
  .index-contact .con_box{width: 50%;margin-bottom: 35px;}
  .wrap{width: 96%;}
  .index-pros .prod-box2 .wrap>.pics,.index-pros .prod-box1 .wrap>.pics{width: 100%;margin-bottom: 35px;}
  .index-pros .prod-box2 .wrap>.pics img,.index-pros .prod-box1 .wrap>.pics img{width: 100%;}
  .index-pros .prod-box2 .list,.index-pros .prod-box1 .prod-r{width: 100%;}
  .index-pro{padding:30px 0 30px}
  .index-pro .item{width: 100%;margin-bottom: 110px;}
  .index-pro .item .name{font-size: 35px;}
  .index-video .txts p{font-size: 2.1vw;}
  .index-video .video-btn .vbtn{width: 33px;}
  .index-video .video-btn .videob{width: 45px;}
  .index-video{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,.list-download .list .item .more,.sidebar,.top_header{display:none !important;}
    .footer .menu,.main{padding:20px 10px}
    .location{padding:0 10px;height:45px;}
    .location .wrap{overflow-x:auto;display:flex;white-space:pre;height:45px;align-items: center;flex-wrap:nowrap;}
    .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;}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-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-products .body table tr{flex-wrap: wrap;}
  .list-products .body table td{width: 100%;}
   .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-list .hd{border: none;}
 .list-news .hd .item a .txt{margin-top: 35px;}
  .list-news .hd .item{margin-top: 0;}
  .index-pro .title_pro .line{width: 100px}
  .index-pro .title_pro h3{font-size: 28px;}
  .index-pro .title_pro h2{font-size: 40px;}
  .footer-contact .title{font-size: 32px;}
  .footer-contact .des{font-size: 18px;padding: 0 15px;}
  .index-about .ab_l h1{font-size: 35px;}
  .index-about .ab_box .abcontent{width: 100%;margin-left: 0;margin-top: 35px;}
  .index-about .ab_box.flex{flex-wrap: wrap;}
   .index-pros .prod-box .prod-r .texts{flex-wrap: wrap;justify-content: center;}
   .index-pros .prod-box .prod-r .text{width: 100%;margin-top: 30px;}
   .index-global .titles,.index-global .certs{position: relative;top: unset;left:unset;margin-top: 50px;right: auto;}
   .index-global .certs{display: flex;flex-direction: column;align-items: center;}
   .index-global .titles p{max-width: 100%;}
   .index-global .map{margin-top: 0;}
   .list-products .body table tr{width: 100%;}
}
@media screen and (max-width:600px){
  .list-products .head .txt_list .b{margin-top: 40px;}
  .list-products.main{padding: 35px 0;}
  .index-prog.pro-list .list .item{width: 100%;}
  .pro-list .list .item{margin-bottom: 45px;padding-bottom: 40px;}
  .list-contaact .message .content{height: 150px;}
  .list-contaact .bd .codex{text-align: center;}
  .list-contaact{padding: 40px 0;}
  .list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
  .list-contaact .bd .txt .con_box{width: 100%;}
  .titlex2 h1{font-size: 28px;}
  .list-news .show .m{justify-content: center;}
  .list-news .show .m .btn{margin-top: 30px;}
  .list-news .hd .item a .txt{margin-top: 0;}
  .list-news .paging{padding: 40px 0;}
  .list-news .item .p,.list-news .hd .item a .txt .more{margin-top: 35px;}
  .list-news .item .t{width: 100%;white-space: unset;text-overflow: unset;overflow: unset;}
  .list-news .item .time{margin-top: 35px;}
  .list-news .bd .item .t{line-height: 24px;}
  .index-pro .title_pro{margin-bottom: 40px;}
  .footer .info .message .form-div>label{margin-bottom: 25px;}
  .footer .info .message .form-div>label{width: 100%;}
  .footer .info .message .form-div{flex-wrap: wrap;margin-bottom: 0;}
  .footer-contact br{display: none;}
  .index-about {padding: 30px 5px;}
  .index-about .ab_b .abb_l .item1{margin-top: 30px;}
  .index-about .ab_b .abb_r .item{width: 100%;margin-bottom: 20px;justify-content: flex-start;}
  .index-about .ab_b .abb_r .item:last-child{margin-bottom: 0;}
  .index-contact .con_box .icon img{max-height: 28px;}
  .index-contact .con_box:last-child{width: 100%;margin-bottom: 0;}
  .index-contact .item .p{font-size: 15px;}
  .index-contact{padding: 30px 8px;}
  .index-global .titles h2{font-size: 40px;}
   .index-pro .item .link .logos .logo1,.index-pro .item .link .logos .logo2{max-height: 40px;}
   .index-pro .item .link{width: 92%;}
   .index-pros .item{width: 100%;margin-right: 0;margin-bottom: 50px;}
   .index-pros .prod-box{padding: 50px 0 10px;}
   .index-prog .list .item{width: 100%;margin-right: 0;}
   .index-pros .prod-box1 .list .item{margin-bottom: 40px;}
     .index-prog.pro-list .list .item:nth-child(3n){margin-right:0;}
    .index-pros .prod-box .prod-r{padding: 40px 10px 5px 10px;}
    .footer .info .info-l{display: none;}
    .footer .info .form-div .code_box{width: 100%;margin-bottom: 20px;}
    .footer .bottom br{display: inline-block;}
    .footer .bottom p,.footer .bottom p a{text-align: center;}
    .index-pros .item{padding-bottom: 40px;}
    .pro-swiper{padding-bottom: 20px;}
    .index-pros .prod-box .prod-r .texts{padding-right: 0;}
   
}