@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}
body{background: #00284a;}
.wrap{width:1680px;margin:0 auto;}
.wrap-p{width:1680px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:80px 0 70px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999}
.top .info .lang:hover .sub{transform: scaleY(1);}
.header{transition-duration:.6s;height:90px;width:100%;background:transparent;z-index: 9999999;display:flex;align-items: center;border-bottom: 1px solid rgba(255,255,255,.5);transition: 0.5s;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);background: #001425;height: 70px;}
.header.height .header-left .menu .sub{top:75px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:90px;} 
.header .header-right .menu a{color: #fff;font-size: 16px;margin-left: 20px;display: flex;align-items: center;}
.header .header-right .menu a:hover,.header .header-right .ico a:hover{color: #db371b;}
.header .menu a img{margin-right: 8px;}
.header .header-left .logo{margin-right:30px;}
.header .header-left .item h3 a{font-size:18px;;color:#fff;}
.header .header-left .item{margin-right:45px;position: relative;}
.header .header-right .top-box{display: flex;align-items: center;transition: 0.6s;}
.header .header-right .ico{align-items: center;justify-content: flex-start;margin-left: 25px;}
.header .header-right .ico a{margin-right:20px;font-size: 16px;position: relative;color: #fff;}
.header .header-right .ico a i{font-size: 19px;}
.header .header-right .ico a::after{content: "";width: 1px;height: 16px;background: rgba(255,255,255,.5);position: absolute;right: -10px;top: 50%;margin-top: -8px;}
.header .header-right .ico a:nth-child(1)::before{content: "";width: 1px;height: 16px;background: rgba(255,255,255,.5);position: absolute;left: -10px;top: 50%;margin-top: -8px;}
.header .header-right .lang{position: relative;display:flex;align-items:center;width: 110px;height: 40px;border: 1px solid rgba(255,255,255,.6);border-radius: 40px;justify-content: center;margin-left: 5px;}
.header .header-right .lang h3{display:flex;align-items: center;cursor: pointer;}
.header .header-right .lang h3 span{font-size:14px;color:#fff;margin-left: 7px;margin-right: 15px;}
.header .header-right .lang h3 i{transition-duration:.8s;color:#fff;}
.header .header-right .lang h3 i:last-child{font-size: 16px;font-weight: bold;}
.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.5s ease;padding: 5px 0;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:40px;width:100%;background-color: rgba(255,255,255,.8);border-radius: 3px;}
.header .header-right .lang .sub a{position: relative;;display:flex;align-items: center;padding:8px 0;color:var(--color);padding:8px;border-bottom:1px solid #E9E9E9;font-size:14px}
.header .header-right .lang .sub a:hover{background: var(--bgcolor);color:#fff}
.header .header-right .lang .sub a img{margin-right:15px;height:15px;}
.header .header-right .lang:hover .sub{transform: scaleY(1);}
.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 .ico{align-items: center;}
.header .item{display:flex;height:80px;align-items: center;}
.header .item h3 a{color:#0B2042;text-transform:uppercase;}
.header .item h3 a:hover,.header .item.on h3 a{color:#db371b}
.header .header-left .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s ease;
    position: absolute;
    top: 85px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
    z-index: 999;
  }
  .header .header-left .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .header-left .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
    align-items: center;
  }

  .header .header-left .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-left .menu .sub .p:hover{border-color:#338BCF} */
  .header .header-left .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .header-left .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .header-left .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-left .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-left .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,.8);
    left: 20px;
    top: -19px;
    position: absolute;
  }
  
  .header .subs {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s;
    position: absolute;
    top: 0;
    right: -70%;
    width: auto;
    border-top: 1px solid #e6e8ec;
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
  }
  .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 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 {
    transform: scaleY(1);
    opacity: 1;
  }
  .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;
  }

.banner{position: relative;}
.banner img{width:100%;}
.btns{height: 50px;width: 160px;display: flex;align-items: center;justify-content: space-between;background: var(--bgcolor);padding: 2px;transition: 0.5s;position: relative;z-index: 0;border-radius: 4px;overflow: hidden;margin-top: 70px;cursor: pointer;}
.list-service .btns{background: #db371b;}
.btns span{font-size: 18px;line-height: 1;display: flex;min-width: 105px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;color: #fff;padding: 0 10px;transition: 0.5s;}
.btns span::after{content: '';width: 100%;height: 100%;background: #00284a;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.5s;border-radius: 4px 0 0 4px;}
.btns::after{content: '';width: 100%;height: 100%;background: #fff;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,.btns:hover i{color: #fff;}
.btns i{font-size: 30px;color: #00284a;position: relative;z-index: 3;margin-right: 10px;transition: 0.5s;}
.btnsa{width: 200px;height: 45px;border-radius: 0;background: #00284a;margin-top: 55px;}
.btnsj{width: 180px;height: 50px;}
.btnsa span{min-width: 145px;color: #000;}
.btnsj span{min-width: 125px;font-size: 16px;}
.btnsa:hover span{color: #fff;}
.btnsa span::after{background: #fff;border-radius: 0;}
.btnsa::after{background: #e7302c;}
.btnsa i{color: #fff;}
.btnsj i{font-size: 25px;}
.index-about{background: url("/skin/images/ab_back_02.jpg") no-repeat;background-size: cover;}
.index-about1{background: none;width: 100%;}
.index-about .wrap{padding: 0 105px 0 30px;align-items: flex-end;flex-wrap: nowrap;}
.index-about1 .flex{align-items: flex-start;padding: 0;justify-content: flex-start;flex-wrap: nowrap;}
.index-about .links{padding: 70px 40px 55px 0;border-right: 1px solid #1a3953;}
.index-about .links .item{text-align: center;padding-bottom: 45px;border-bottom: 1px solid #1a3953;margin-bottom: 45px;width: 200px;display: block;}
.index-about .links .item:hover h2{color: var(--bgcolor);}
.index-about .links .item:last-child{border: none;margin-bottom: 0;}
.index-about .links .item h2{font-size: 24px;color: #fff;margin-top: 15px;text-align: center;font-family: 'DouyinSansBold';transition: 0.5s;}
.index-about .texts{padding: 75px 0 100px 0;}
.index-about1 .texts{padding: 0;}
.index-about .texts .titles h1{font-size: 30px;color: #fff;font-family: 'DouyinSansBold';line-height: 1;}
.index-about1 .texts .titles h1{font-size: 48px;}
.index-about .texts .titles h2{font-size: 24px;color: #fff;font-family: 'Barlow-Bold';line-height: 1;}
.index-about1 .texts .titles h2{font-size: 30px;}
.index-about .texts .titlex{margin-top: 65px;}
.index-about1 .texts .titlex{margin-top: 40px;}
.index-about .texts .titlex h1{font-size: 48px;color: #fff;font-family: 'DouyinSansBold';line-height: 60px;}
.index-about1 .texts .titlex h1{font-size: 36px;line-height: 1.02;}
.index-about .texts .textcontent{max-width: 565px;font-size: 18px;color: #fff;line-height: 38px;margin-top: 60px;}
.index-about1 .texts .textcontent{font-size: 16px;line-height: 32px;margin-top: 45px;max-width: 780px;}
.index-about .pic{padding-bottom: 100px;margin-left: 80px;}
.index-about1 .pic{padding-bottom: 0;margin-left:0;margin-bottom: 18px;}
.index-about1 .pic img{width: 100%;border: 5px solid #fff;}
.index-about1 .pics{margin-left: 50px;}

.index-data{padding: 75px 0 80px 0;border-top: 1px solid #1c405e;border-bottom: 1px solid #1c405e;} 
.index-data1{width: 100%;margin-top: 55px;padding: 0;border: none;}
.bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    padding-right: 120px;
    padding-left: 40px;
  }
 .index-data1 .bn-list{background: #001425;padding: 0;}
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    cursor: pointer;
    transition: 0.7s;
  }
.index-data1 .bn-list li{ height: 210px;}
.index-data1 .bn-list li:hover{background: var(--bgcolor);}
 .bn-list li h2 .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Barlow-Bold';
    line-height: 1;
    transition: 0.6s;
  }
 .bn-list li .des {
    font-size: 18px;
    color: #fff;
    font-family:"微软雅黑";
    line-height: 1;
    margin-top: 15px;
    text-align: center;
  }
.recommend{padding: 105px 0 125px 0;}
.recommend .flex{justify-content: flex-start;}
.recommend .item{width: calc((100% - 80px)/3);background: #fff;transition: 0.5s;margin-right: 40px;}
.recommend .item:nth-child(3n){margin-right: 0;}
.recommend .item:hover{transform: translateY(-20px);}
.recommend .item .pics{position: relative;}
.recommend .item .pics>img{width: 100%;}
.recommend .item .icon_back{position: absolute;left: 20px;top: 0;text-align: center;}
.recommend .item .icon_back h3{font-size: 18px;color: #fff;line-height: 1;}
.recommend .item .icon_back h4{font-size: 18px;color: #fff;font-family: 'Barlow-Medium';line-height: 1;margin-top: 3px;}
.recommend .item:hover .txts h1{color: var(--bgcolor);}
.recommend .item .icon_back .txt{position: absolute;top: 8px;left: 10px;}
.recommend .item .texts{padding: 35px 25px 30px 25px;}
.recommend .item .txts{display: flex;justify-content: space-between;align-items: flex-end;padding: 0 5px 35px 10px;border-bottom: 1px solid #d9dfe4;}
.recommend .item .txts h1{font-size: 24px;font-family: 'Barlow-Bold';color: #1c405e;line-height: 1;transition: 0.5s;transition: 0.5s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.alink .item .txts h1{font-size: 30px;font-family: '微软雅黑';color: #000;}
.alink .item .txts{border-bottom: none;padding: 0;}
.recommend .item .txts h2{font-size: 18px;color: #00284a;line-height: 1;margin-top: 20px;}
.recommend .item .txts .icon i{font-size: 30px;color: #00284a;}

.recommend .item:hover .txts .icon{animation: arrow 1.5s infinite;}
.recommend .item .des{margin-top: 25px;font-size: 18px;color: #00284a;line-height: 30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5;}
.alink .item .des{margin-top: 35px;line-height: 32px;color: #000;}
.alink .btns{margin-top: 40px;}
.alink{padding: 85px 0 0 0;}
.about .ab-item{display: flex;}
.about .ab-item2{display:none;}
.about .ab-item .pic{width: 50%;}
.about .ab-item .ab-txt{display: flex;transform: translateY(95px);}
.about .ab-item .ab-txt i{color: #fff;font-size: 100px;}
.about .ab-item .txt-r{margin-left: 20px;}
.about .ab-item .txt-r h1{font-size: 72px;font-family: 'DouyinSansBold';color: #fff;line-height: 1;}
.about .ab-item .txt-r h3{font-size: 36px;font-family: 'Barlow-Bold';color: #fff;line-height: 1;}
.about .ab-item .ab-box{display: flex;flex-direction: column;align-items: center;width: 44%;background: #033763;overflow: hidden;justify-content: space-between;}
.about .ab-item .ab-box .icons{display: flex;align-items: center;}
.about .ab-item .ab-box h4{font-size: 181px;color: #0b416f;font-family: 'Barlow-Bold';transform: translateY(60px);}
.about .ab-item .jump{color: #fff;display: flex;justify-content: center;align-items: center;width: 6%;background: #002340;}
.about .ab-item .jump i{font-size: 30px;}
.index-apps{padding: 90px 0 110px 0;}
.index-apps .title{font-size: 48px;color: #fff;font-family: 'DouyinSansBold';text-align: center;}
.about .ab-item:hover .jump i{animation: arrow2 1.5s infinite;}


.index-apps .list .item{width: calc((100% - 80px)/3);margin:0 40px 30px 0;transition: 0.6s;height:100%;}
.index-apps .list .item .pic{height:100%;}
.index-apps .list .item .pic img{height:100%;width: 100%;object-fit: cover;object-position: center;}
.index-apps .list .item:nth-child(3n){margin-right:0;}
.index-apps .list .item{width: 93%;margin-right: 0;margin: 0 auto;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;}
.swiper-container{margin: 0;}
.prod-swiper{width: 100%;margin: 55px 0 0 0;padding-bottom: 70px;transform: translate(120px);}
.prod-swiper .ps-pg{width: 86%;bottom: 14px;top: auto;left: 0;}
.prod-swiper .swiper-pagination-progressbar{height: 6px;background: #001425;border-radius: 6px;}
.prod-swiper .swiper-pagination-progressbar-fill{background: #fff;border-radius: 6px 0 0 6px;}
.pros-box{display: flex;justify-content: flex-end;width: 100%;}
.index-apps .list .item:hover .pic{border-color: var(--bgcolor);}
.index-pros .list .item:hover .pic{border-color: #d3d3d3;}
.index-apps .list .item .pic h2{font-size:30px;font-family: 'DouyinSansBold';line-height: 1;color: #fff;position: absolute;left: 25px;bottom: 40px;}
/* .index-prod .list .item .txts{max-width: 80%;} */
.index-apps .list .item .txt p{padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;margin-top:20px;color: var(--color);}
.index-apps .list .item .txt i{color:#d8222b;font-size:20px}

.slogan{padding: 40px 0;background: #002340;border-top: 1px solid #00284a;border-bottom: 1px solid #00284a;width: 100%;}
.slogan .title{font-size: 32px;font-weight: bolder;}
.picMarquee-slogan .bd ul li{ margin:0 40px; float:left; display:inline; overflow:hidden; text-align:center;width: auto;border-radius: 9px;}
.picMarquee-slogan .bd ul li a{text-align: center;font-size: 48px;font-family: 'DouyinSansBold';color: #fff;white-space: nowrap;}
.picMarquee-slogan .tempWrap{width: 100% !important;}

 .index-pro .back_pro h2{font-size: 1.56vw;right: 5.21vw;top: 12.5vw;max-width: 28.65vw;}
.index-pro .back_pro h2::after{width: 5.21vw;right: -5.21vw;}
.index-pro .item:nth-child(4) .txt h3{font-size: .33rem;}
.index-pro .back_pro:nth-child(3) .name,.index-pro .back_pro:nth-child(4) .name{font-size: 1.3vw;}

.footer .info{display: flex;justify-content: space-between;}
.footer .info .dls{display: flex;margin-top: 45px;}
.footer .info .dls .dl{margin-right: 40px;}
.dl .dl-title {
  font-size: 18px;
  width: 190px;
  border-bottom: 1px solid #365670;
  padding-bottom: 12px;
  font-family: 'DouyinSansBold';
  color: #fff;
}
.footer .info .dls dt:hover a{margin-left: 5px;}
.dl>dd a{
  color: #fff !important;
  line-height: 35px;
  font-size: 16px;
  font-family: "微雅软黑";
}
.dl>dt a{color: #fff;}
.dl>dd:nth-child(2) {
  margin-top: 13px;
}
.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: 2px;
  background: var(--bgcolor);
  left: 50%;
  transform: translate(-50%);
  bottom: -2px;
  transition: all 0.8s ease;
  transform-origin: 50%;
  /* transform-origin:  center; */
}
.footer .info .dls .dl dd span:hover{color: var(--bgcolor);}
.footer .footer-email{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); display: flex;background-color: #20242d;} 
.footer .fe-l{width: 320px;height: 170px;background-color: #4daf72;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.footer .fe-l h1{font-family: "微软雅黑";font-weight: bold;font-size: 26px;color: #fff;}
.footer .fe-l p{font-family: "微软雅黑";font-size: 16px;color: #fff;width: 242px;margin-top: 8px;}
.footer .fe-r {display: flex;align-items: center;margin-left: 110px;justify-content: center;}
.footer .fe-r .ipt{width: 655px;height: 50px;border-radius: 4px 0 0 4px;padding-left: 55px;color: #000;}
.footer .fe-r .btn{font-family: "微软雅黑"; color: #fff;text-align: center; width: 135px;height: 50px;border-radius: 0 4px 4px 0;background-color: #4daf72;}
.footer .fe-r form{position: relative;display: flex;}
.footer .fe-r i{color: #4daf72; position: absolute;left: 22px; transform: translateY(-50%);top: 50%;}

.footer .message{width: 690px;}
.footer .message .mes-title{margin-bottom: 15px; margin-top: 65px; font-size: 30px;font-family: 'DouyinSansBold';color: #ffffff;display: flex;align-items: center;}
.footer .message .mes-title i{font-size: 30px;margin-right: 16px;}
.mes-des{ font-size: 18px;font-family: '微软雅黑';color: #fff;line-height: 32px;}
.footer .message .form-div{display: flex;justify-content: space-between;align-items: center;}
.footer .message form{margin-top: 40px;}
.footer .info .message .form-div .name,.footer .info .message .form-div .mw
{color:#000;font-size: 16px; width: 100%;height: 50px;padding-left: 16px;box-sizing: border-box;border-radius: 4px;}
.footer .info .message input::placeholder,.footer .info .message textarea::placeholder{color: #000;}
.footer .info{width: 100%; display: flex;}
.footer .info .message .form-div .btn{display: flex;justify-content: center;align-items: center; background-color: #ea1b25; width: 45px !important;height: 50px !important;}
.footer .info .message .label-name,.footer .info .message .label-mw{display: flex;width: 48%;}
.footer .info .message .content{margin-top: 20px; padding-top: 14px; width: 100%;height: 185px;padding-left: 16px;margin-bottom: 20px;font-size: 16px;border-radius: 4px;color:#000;}
.footer .info .message #submit{transition: 1s ease; display: flex; width: 160px;height: 50px;background-color: #367ab3;font-size: 16px;color: #fff;font-family: 'Roboto-Regular';border: none;border-radius: 4px;align-items: center;justify-content: center;cursor: pointer;}
.footer .info .message #submit i{ margin-right: 10px;font-size: 20px;}
.footer .form-div .code_box {
  position: relative !important;
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
.footer .form-div .code_box input{height: 50px;padding-left: 16px;border-radius: 4px;width: 100%;}
.footer .form-div .code_box img {
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 4px;
}
.footer-contact{margin-top: 110px;}
.footer-contact.flex{flex-wrap: nowrap;}
.footer .footer-cl{display: flex;}
.footer .footer-cl .item{margin-right:70px;}
.footer .footer-cl .item .tit{color: #fff;font-size: 18px;font-family: 'DouyinSansBold';margin-bottom: 12px;}
.footer .footer-cl .item p{color: #fff;font-size: 16px;line-height:30px}
.footer .footer-cl .item p a{color: #fff;}
.footer .footer-cl .item p:hover a{color: var(--bgcolor);}
.footer .footer-cr .cr-box{display:flex;padding: 7px 20px 7px 10px;background: #001425;border-radius: 5px;align-items: center;border: 1px solid #1a3e5c;}
.footer .footer-cr .cr-txts{flex: 1;text-align: center;}
.footer .footer-cr .cr-box h2{color: #fff;font-size: 24px;font-family: 'DouyinSansBold';margin-left: 20px;}

.footer .footer-cr{display: flex;width: 690px;justify-content: space-between;}
.medias .title{color: #fff;font-size: 18px;font-family: 'DouyinSansBold';margin-bottom: 25px;}

.footer .info-f .ico {
  align-items: center;
}
.footer .info-f .ico a {
  position: relative;
  color: #6c99bf;
  margin-right: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.footer .info-f .ico a i{ font-size: 25px;}
.footer .info-f .ico a .i1{font-size: 30px;}
.footer .info-f .ico a:hover {
  color: #fff;
}

.bottom{padding:30px 0 35px;border-top:1px solid #1a3e5c;background: #001425;margin-top: 60px;}
.bottom p,.bottom p a{color:#FFFFFF;font-size:14px;}
.bottom p br{display: none;}
.bottom p .ba{margin-left: 20px;}

.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}
.list-about{padding: 85px 0 90px 0;}
.partner-a{background: url("/skin/images/about-p_02.jpg") no-repeat;padding: 110px 0;background-size: cover;margin-top: 60px;}
.partner-a .txts{display: flex;flex-direction: column;align-items: center;}
.partner-a .txts h1{font-size: 48px;font-family: 'DouyinSansBold';color: #fff;text-align: center;}
.partner-a .txts p{font-size: 18px;font-family: 'DouyinSansBold';color: #fff;text-align: center;margin-top: 10px;}

/*.ps-pg{position: relative;}*/
  .ps-pg .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border-radius: 50%;opacity: 1;margin-right: 10px;}
.ps-pg .swiper-pagination-bullet-active{width: 10px;height: 10px;background: #000;border-radius: 50%;opacity: 1;margin-right: 10px;}
.pic_s img{width: 100%;}

.work .list .item{width: calc((100% - 120px)/4);margin: 0 40px 40px 0;box-shadow: 0 2px 20px rgba(0,0,0,0.15);background: #fff;cursor: pointer;transition: 0.6s;}
.work .list .item:hover{box-shadow: 0 10px 20px rgba(219,55,27,0.35);}
.work .list .item:nth-child(4n){margin-right: 0;}
.work .list .item .pic{overflow: hidden;}
.work .list .item .pic img{width: 100%;transition: 0.6s ease;}
.work .list .item:hover .pic img{transform: scale(1.1);}
.work .list .item .texts{padding: 20px 10px 25px 20px;}
.honor .list .item .texts{padding: 20px 10px 15px 20px;}
.work .list .item p{font-size: 18px;color: #000;}
.work .list .item h2{font-size: 14px;opacity: 0.5;margin-top: 15px;}
.a-back{position: relative;} 
.a-back .txts{position: absolute;left: 30px;top: 75px;color: #fff;} 
.a-back .txts h1{font-size: 51.72px;line-height: 1;}
.a-back .txts h2{font-size: 54.68px;line-height: 1;font-family: 'Barlow-Bold';}
.a-back .name{font-size: 24px;color: #383838;position: absolute;left: 30px;bottom: 45px;}
.logo1{margin-top: 50px;}
.a-content{color: #fff;font-size: 16px;line-height: 32px;margin-top: 30px;}
.a-content p{margin-bottom: 20px;}
.join-title{font-size: 24px;color: #fff;margin-top: 75px;border-bottom: 2px solid #fff;padding-bottom: 20px;}
.j-content{color: #fff;font-size: 18px;line-height: 30px;margin-top: 50px;}
.join_s{margin-top: 70px;}
.join_s .list .item{padding: 10px 10px 40px 10px;}
.join_link{overflow: hidden;background: #fff;margin-top: 20px;}
.join_link h1{background: var(--bgcolor);width: 570px;height: 85px;font-size: 30px;color: #fff;display: flex;align-items: center;transform: skew(27deg);margin-left: -42px;padding-left: 82px;}
.join_link h1 span{transform: skew(-27deg);}
.join_link .jlink{display: flex;justify-content: space-between;padding: 35px 30px 50px 40px;}
.join_link .jlink h2{font-size: 24px;}
.join_link .btnsa{margin-top: 0;}

.joins{margin-top: 40px;}
.joins .message{width: 56%;background: #fff;padding: 40px 35px 65px 35px;}
.list-service .joins .message{background: none;padding: 0;width: 54.8%;}
.joins .message .form-div{display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.joins .message .content{padding-top: 14px; width:100%;height: 205px;padding-left: 16px;margin-bottom: 20px;font-size: 16px;background: transparent;background: #001425 !important;border: 1px solid #00284a;color: #fff;}
.joins .message .ipts
{color:#000;font-size: 16px; width: 100%;height: 50px;padding-left: 16px;box-sizing: border-box;border: 1px solid #b2b2b2;margin-bottom: 25px;padding-right: 40px;transition: 0.5s;}
.joins .message .ipts:hover,.joins .form-div .code_box:hover{border-color: #db371b;}
.list-service .joins .message .ipts{background: #001425 !important;border: 1px solid #00284a;color: #fff;}
.list-service .joins .message .ipts::placeholder,.list-service .joins .message .content::placeholder{color: #fff;}
.list-service .joins .message form{margin-top: 70px;}
.joins .message .ipts::placeholder{color: rgba(0,0,0,.5);}
.joins .message .label-ipt:nth-child(1) .ipts{background: url("/skin/images/mes1_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(2) .ipts{background: url("/skin/images/mes2_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(3) .ipts{background: url("/skin/images/mes3_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(4) .ipts{background: url("/skin/images/mes4_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(5) .ipts{background: url("/skin/images/mes5_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(6) .ipts{background: url("/skin/images/mes6_03.png") no-repeat right 17px center;}
.joins .message .label-ipt:nth-child(7) .ipts{background: url("/skin/images/mes7_03.png") no-repeat right 17px center;}
.joins{width: 100%; display: flex;}
.joins .message .form-div .btn{display: flex;justify-content: center;align-items: center; background-color: #ea1b25; width: 45px !important;height: 45px !important;}
.joins .message #submit{transition: 0.8s ease; display: flex; height:50px;background-color: var(--bgcolor);border: none;align-items: center;justify-content: center;padding: 0 30px;position: relative;width: 100%;}
.joins .message #submit span{font-size: 16px;z-index: 2;color: #fff;line-height: 1;}

.joins .message #submit i{ margin-left: 10px;font-size: 18px;z-index: 2;color: #fff}
.joins .message #submit:hover{border-radius: 50px;}
.joins .message .ipt-title{font-size: 16px;margin-bottom: 15px;}
.joins .message .label-content{margin-top: 25px !important;}
.joins .join-c{width: 41%;background-color: #fff;padding: 40px 40px 30px 35px;}
.joins .join-c .item{border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 35px;}
.joins .join-c .item h2{font-size: 18px;color: #e70012;margin-bottom: 25px;}
.joins .join-c .item p{font-size: 16px;line-height: 32px;}
.joins .codes{display: flex;justify-content: space-between;padding-top: 45px;overflow: hidden;}
.joins .codes .code_box{text-align: center;}
.joins .codes .code_box:nth-child(1){margin-right: 20px;}
.joins .codes h2{margin-top: 15px;font-size: 15px;}
.joins .form-div .code_box{
  position: relative;
  border: 1px solid #b2b2b2;
  width: 100%;
}
.joins .form-div .code_box input{width: 100%;height: 50px;padding-left: 16px;}
.joins .form-div .code_box img {
  height: 45px;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.md{margin-bottom: 70px;overflow: hidden;}
.develop li h1,.his-swiper a{font-size: 36px;color: #fff;font-family: 'Barlow-Bold';position: relative;}
.develop li h1 span,.his-swiper a span{font-size: 16px;font-family: "微软雅黑";}
.his-swiper a:hover{color: var(--bgcolor);}
.his-swiper a::after{content: "";width: 0;background: var(--bgcolor);height: 3px;position: absolute;bottom: -15px;left: 50%;transform: translate(-50%);z-index: 999;transition: 0.6s;}
.his-swiper a:hover::after{width: 185px;}
/* .his-swiper .swiper-wrapper{padding: 15px !important;} */
.his-swiper{border-bottom: 1px solid #fff;padding-bottom: 15px;overflow-y: visible !important;}
.his-swiper .swiper-button-prev {
  background-image: none !important;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.6s;
  background: #8094a5;
  top: 50%;
  margin-top: 0;
  transform: translateY(-60%);
}
.his-swiper .swiper-button-next {
  background-image: none !important;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.6s;
   background: #8094a5;
   top: 50%;
   margin-top: 0;
   transform: translateY(-60%);
}
.his-swiper .swiper-button-next i,.his-swiper .swiper-button-prev i{font-size: 15px;color: #00284a;font-weight: bold;}
.his-swiper .swiper-button-prev:hover,.his-swiper .swiper-button-next:hover{background: #fff;}
.his-swiper .swiper-slide{display: flex;align-items: center;justify-content: center;width: auto;}
.list-products .wrap{display: none;}
.develop .bd{position: relative;}
.develop .bd ul{margin-top:60px;}
.develop .bd li{position:relative;}
.develop li h1{width: 190px;text-align: right;margin-bottom: 20px;}
.develop li h1 span{margin-left: 5px;}
/*.develop .bd li .events{margin-bottom: 15px;}*/
.develop .bd li .events p{color:#000;position:relative;font-size: 16px;margin-left: 260px;background: #fff;padding: 25px 45px 30px 25px;border-radius: 4px;line-height: 24px;margin-bottom: 30px;}
.develop .bd li .events p span{color:#fff;font-size: 24px;position: absolute;left: -70px;top: 15px;transform: translate(-100%);}
.develop .bd li p:before{width:16px;height:16px;border-radius:16px;background:var(--bgcolor);position:absolute;left:-52px;top:17px;content:"";border: 3px solid #fff;z-index: 9;}
.develop .bd .linex{width: 4px;height: 100%;background: #fff;border-radius: 4px;position: absolute;left: 217px;top: 0;z-index: -1;}
.moral {
  display: flex;
}
.moral .left {
  width: 25%;
  background: #00294d;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}
.moral .right {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #fff;
  margin-left: 60px;
}

.moral .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  align-items: center;
}
.moral .row .txts{display: flex;width: calc(100% - 200px);}
.moral .row .lines{width: 170px;height: 1px;background: #fff;margin-right: 30px;}
.moral .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  width: 29%;
}

.moral .desc {
  color: #fff;
  width: 71%;
 margin-left: 40px;
}

.moral .desc h4 {
  margin: 0 0 25px 0;
  font-size: 18px;
  color: var(--bgcolor);
  position: relative;
  line-height: 1;
}
.moral .desc h4 img{position: absolute;left: -30px;top: 4px;}

.moral .desc p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.moral .desc p img{margin: 0 4px 0 3px;}
.eventes .content{width: 100%;}
.banner-swiper .cate-logo{height: 190px;background: #fff;display: flex;justify-content: center;align-items: flex-start;position: relative;}
/*.banner-swiper .cate_box img{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;}*/
.cate-logo .logo-box{text-align: center;}
.cate-logo .logo-box img{width:150px;}
.cate-logo .logo-box span{color: #000;font-size: 16px;position:absolute;left: 50%;transform: translate(-50%);bottom:25px;}
.banner-swiper .cate-logo .logo2{display: none;}
.banner-swiper .cate-logo .sj{height: 0;width: 0;border: 14px solid transparent;border-bottom-color: var(--bgcolor);position: absolute;bottom: -18px;left: 50%;transform: translateX(-50%);transition: 0.4s}
.list-products{border-top: 4px solid var(--bgcolor);}

.list-join{padding: 80px 0;} 
.a-back1 .txts h2{font-size: 36px;margin-top: 10px;}
.a-back2 .txts h2{font-size: 24px;margin-top: 10px;}

.sidebar{width:250px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t ,.ct{margin-bottom:10px;padding:0;}
.sidebar .t h2,.ct h2{font-size:24px;font-family: 'DouyinSansBold';color:#fff;}
.sidebar .t .line,.ct .line{width:100%;height:4px;background:#fff;margin-top: 10px;}
.sidebar .t .line-s{width:105px;height:4px;background:var(--bgcolor);}
.ct .line-s{width:155px;height:4px;background:var(--bgcolor);}
.ct p{font-size: 18px;color: #fff;margin-top: 25px;}
.ct1{margin-top: 40px;}
.ct1 .line-s{width: 125px;}
.ct2{margin: 30px 0 40px 0;} 
.ct2 .line-s{width: 195px;}
.sidebar .bd{border: 1px solid #1a3e5c;background: #001425;}
.sidebar .bd .item h3 a{height:50px;border-bottom:1px solid #334351;align-items:center;font-size:16px;display:flex;position:relative;color: #fff;padding: 0 13px;}
.sidebar .bd .item h3 a i{position:absolute;font-size:15px;right:13px;top:50%;transform: translateY(-50%);}
.sidebar .bd .item.on h3 a{background: var(--bgcolor);}
.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;}
.content{width:calc(100% - 295px)}

.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 .item{margin-bottom:20px;background: #001425;border: 1px solid #00284a;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:30px 25px 30px 25px;box-shadow: 0 5px 10px rgba(0,0,0,0.12);border-radius:5px;}
.list-download .list .item .name{display:flex;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:#fff}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more i{transition-duration:.5s;}
.list-download .list .item .more i:last-child{color:#338BCF;margin-left:20px;}
/* .list-download .list .item:hover a{background:#338BCF} */
.list-download .list .item:hover .name .i i{font-size:24px;color:#fff;background:none;;}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .name .info p{opacity:.6;color:#fff;}
.list-download .list .item:hover .more i{color:#fff;}
.s-content p{color: #fff;line-height: 30px;}
.s-content p:nth-child(1),.s-content p:nth-child(5),.s-content p:nth-child(9),.s-content p:nth-child(17){margin-bottom: 15px;}

.faq-c{transition: 0.7s;box-shadow: 0 2px 20px rgba(0,0,0,0.15);margin-top: 40px;}
.faq-c h1{font-size: 16px;color: #fff;background: var(--bgcolor);display: flex;align-items: center;cursor: pointer;font-family: 'Roboto-Medium';padding: 30px 25px 30px 35px;line-height: 30px;}
.faq-c p{font-size: 16px;display: flex;align-items: flex-start;padding: 30px 25px 30px 35px;margin-bottom: 30px;cursor: pointer;line-height: 32px;background: #fff;}
.faq-c:hover{box-shadow: 0 5px 20px rgba(0,0,0,0.2);}

  .list-video .list .item{width:calc(100% / 4 - 40px);margin:0 40px 30px 0;background: #fff;transition: 0.7s;}
.list-video .list .item:nth-child(4n){margin-right:0;} 
.list-video .list .item .pic{position: relative;}
.list-video .list .item .pic img{width: 100%;}
.list-video .list .item .pic .i{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 999;}
.list-video .list .item .pic .i p{display:flex;align-items:center;justify-content:center;}
.list-video .list .item .pic .i img{width:auto;transform:none;}
.list-video .list .item .txt{display: flex;justify-content: space-between;align-items: center;padding:15px 15px 25px 15px;}
.list-video .list .item .txt h3{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.bookbox{display: flex;flex-direction: column;align-items: center;margin-bottom: 50px;}
.bookbox .btns{margin-top: 35px;}
.list-service iframe{width: 100%;}
.a-back img{width: 100%;}

.list-job{margin-top: 70px;}
.list-job .t{margin-bottom:40px;text-transform:uppercase;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-job .list{margin-top: 32px;}
.list-job .list .item{background: #fff;}
.list-job .list .item .job_t{background: #fff;}
.list-job .list .item{margin-bottom:50px;box-shadow: 10px 0 32px rgba(38, 106, 388, 0.13);transition: 0.6s;padding: 35px 30px 60px 30px;}
.list-job .list .item:hover{box-shadow: 10px 5px 32px rgba(38, 106, 388, 0.2);}
.list-job .list .item>.flex,.list-job .list .item.flex{align-items: center;}

.list-job .list .item .info h3{transition-duration:.5s;font-size:24px;color: #000;border-bottom: 2px solid #000;padding-bottom: 18px;line-height: 1;}
.list-job .list .item .info .descr{display:flex;flex-wrap: wrap;border-bottom: 1px solid #cccccc;padding-bottom: 35px;}
.list-job .list .item .info .descr p{display:flex;align-items: center;color:#000;font-size: 16px;margin-top: 30px;width: 25%;}
.list-job .list .item .info .descr p:last-child{margin-right:0;}
.list-job .list .item .info .descr p i{margin-right:10px;color:#000}
.list-job .list .item .info .descr p span{font-size:16px;margin-right:15px;}
.list-job .list .item .info .descr p span:last-child{margin-right:0;}
.list-job .list .item .btn{cursor: pointer;width:115px;height:35px;display:flex;justify-content: center;align-items: center;border-radius:5px;color:var(--color);background:#fff;font-size: 16px;transition: 0.3s;}
.list-job .list .item .btn:hover{transform: scale(1.08);}
.list-job .list .item .btn i{color: #035687;margin-right:5px;}
.list-job .list .item .btn span{font-size:14px;}
.list-job .list .item .more_j{padding-top:15px;border-top:1px solid #DBDEE3;width:100%;}
.list-job .list .item .more_j span{transition-duration:.5s;font-size:16px;color:var(--bgcolor);border-bottom:1px solid var(--bgcolor)}
.list-job .list .item:hover a .info h3{color:var(--bgcolor);}
.list-job .list .item:hover a .more_j span{margin-left:10px}
.list-job .contents{font-size:16px;line-height:24px;}
.list-job .contents h3{font-size:16px;color:var(--on-color);margin:20px 0;font-family: 'Barlow-Bold';line-height: 1;}
.list-job .btns{width: 140px;height: 45px;margin-top: 50px;}
.list-job .btns span{min-width: 90px;}
.list-job .btns i{font-size: 20px;}
.list-job .tips{margin-top: 32px;}
.list-job .tips a{color: var(--bgcolor);}

.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:999999999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:var(--bgcolor);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;margin-bottom:20px;border:1px solid #000000;font-size:16px;color:#000000;border-radius: 4px;}
.job-pop .bd input::placeholder,.job-pop .bd textarea::placeholder{color:#000000}
.job-pop .bd input:hover,.job-pop .bd textarea:hover{border-color:var(--bgcolor)}
.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:var(--bgcolor);display:flex;justify-content: center;align-items: center;margin:0 auto;cursor: pointer;color:#fff;font-size: 16px;}
.job-pop .bd .btn i{margin-left:8px;font-size: 20px;}
.job-pop .bd .btn:hover{border-radius:30px;}
.job-pop .fujian{position: relative;width: 100%;display: flex;justify-content: space-between;}
.job-pop .fujian input{width: 75% !important;}
.job-pop .fujian button{width:170px;height:50px;background:var(--bgcolor);text-align:center;color:#fff;font-size:16px;cursor: pointer;border:0;border-radius: 4px;}
.job-pop .fujian button img{margin-right: 10px;}
.job-pop .fujian .layui-upload-file{display:none !important}

.list-news .items{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.list-news .items .item{width: calc((100% - 80px)/3);box-shadow: 1px 1px 10px rgba(0,0,0,0.1),-1px -1px 10px rgba(0,0,0,0.1);padding: 25px 28px 35px 28px;margin-right: 40px;margin-bottom: 40px;background: #fff;}
.list-news .items .item:nth-child(3n){margin-right: 0;}
.list-news .items .item h3{font-size: 14px;color: rgba(0,0,0,.5);}
.list-news .items .item h2{font-size: 18px;color: #000;margin-top: 22px;transition: 0.5s;}
.list-news .items .item .pic{margin-top: 25px;width: 100%;}
.list-news .items .item .line{height: 1px;width: 100%;background-color: #cccccc;margin-top: 35px;}
.list-news .items .item p{font-size: 16px;margin-top: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;line-height: 30px;color: #000;}
.list-news .items .item:hover h2{color: #e9605a;}
.btn_n{width: 160px;margin-top: 30px;}
.btn_n span{min-width: 110px;}
.btn_l{width: 160px;margin-top: 0;}
.btn_l span{min-width: 110px;}
.btn_l i{font-size: 20px;}

.news{padding: 80px 0 125px 0;}
.news .lists{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}

.news .news_box{display: flex;justify-content: space-between;align-items: flex-start;width: 48.64%;margin-bottom: 60px;background: #001425;}
.news .news_box .news_pic{width: 47.2%;}
.news .news_box .news_pic .pic{position: relative;}
.news .news_box .news_pic .pic img{position: absolute;left: 0;top: 0;width:100%;z-index: 1;}
.news .news_box .news_pic .pic img:nth-child(1){position:relative;z-index: 3;}
.news .news_box .item{width: 50.69%;padding-right: 25px;}
.news .content{width: 100%}
.news_box .title{font-size: 18px;margin: 20px 0 15px 0;line-height: 1;color: #fff;}
.news_box .date_v{color: #fff;font-size: 16px;line-height: 50px;margin: 0;border-bottom: 1px solid #334351;}
.news_box .pic_back .swiper-pagination{position: relative;}
.news_box .pic_back{background: var(--bgcolor);height: 45px;width: 100%;display: flex;justify-content: space-between;padding: 0 12px 0 20px;align-items: center;position: relative; z-index: 5;}
.news_box .pic_back .cirs{display: flex;align-items: center;}
.news_box .pic_back .cirs .cir{width: 10px;height: 10px;border-radius: 50%;background: #fff;margin-right: 10px;}
.news_box .pic_back .cirs .cir:nth-child(1){background: #000;}
.news_box .pic_back h3{font-size: 14px;color: #fff;}

.list-news .show{background: #fff;}
.list-news .show .t{padding: 40px 35px 0 35px;}
.list-news .show .t h2{font-size:24px;margin-top: 40px;}
.list-news .show .t .time{display: flex;}
.list-news .show .t .time h1{font-size: 72px;line-height: 54px;font-family: 'Barlow-Bold';margin-right: 37px;position: relative;}
.list-news .show .t .time h1::after{width: 2px;height: 50px;background: #000;content: "";position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.list-news .show .t .time h3{color: rgba(0,0,0,.5);font-size: 24px;font-family: 'Barlow-Bold';line-height: 30px;}
.list-news .show .c{margin-bottom:30px;padding:30px 35px 70px 35px;font-size:16px;line-height:30px;border-bottom:1px solid #CED2D9;}
.list-news .show .m{padding: 0 35px 60px 35px;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:28px;}
.list-news .show .m .top_bottom_page p a:hover{color:#338BCF}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:#338BCF;color:#fff;font-size:18px;justify-content: center;}
.btn_ns i{font-size: 22px;}
.list-news .show .m .btn i{font-size: 18px;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}
.news-title{font-size: 48px;color: #fff;font-family: 'DouyinSansBold';margin: 50px 0 40px 0;}
.list-download .content{display: flex;flex-direction: column;justify-content: space-between;}

.list-products{padding: 30px 0 90px 0;}
.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .list .item{transition-duration:.6s;width: calc((100% - 120px)/4);box-shadow:0 2px 10px rgba(0,55,80,0.1);margin:0 40px 40px 0;transition: 0.6s;background: #fff;}
.list-products .list .item:nth-child(4n){margin-right:0;}
.list-products .list .item .txt{display: flex;width: 100%;border-top: 1px solid #cccccc;border-radius: 0 0 10px 10px ;transition: 0.6s;justify-content: space-between;padding:30px 25px;}
.list-products .list .item .pic{padding: 0 15px;overflow: hidden;}
.list-products .list .item .txt h3{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height: 1;transition: 0.6s;}
.index-prod .list .item .txts{width: 80%;}
.list-products .list .item:hover .txt h3{color: var(--bgcolor);}
.list-products .list .item .txt p{color:#000;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;margin-top:15px;}
.list-products .list .item .txt i{color:var(--bgcolor);font-size:20px}
.list-products .list .item .star{margin-top: 20px;}
.list-products .list .item:hover{box-shadow:0 10px 20px rgba(0,150,217,0.1);}

/* .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:35px 20px 30px 35px;margin-bottom:40px;background: #fff;}
.list-products .body table tbody{width: 100% !important;margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-products .body table tbody tr{width:48%;border-bottom: 1px solid rgba(255,255,255,.3);min-height:50px;display:flex;align-items:center;}
.list-products .body table tbody tr td{font-size:18px;color:#fff;min-height:50px;line-height: 24px;width: auto;padding: 10px 0 !important;display: flex;align-items: center;}
.list-products .body table tbody tr td span{text-wrap:nowrap !important;}
.list-products .body table tbody tr td:first-child{white-space: nowrap;}
.list-products .head{background: #fff;}
.list-products .head .img_list{z-index:2;width:785px}
.list-products .head .img_list .datu{width: calc(100% - 120px);background: #fff;}
.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: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% - 825px);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 .stars{display: flex;justify-content: space-between;padding: 20px 0;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top: 28px;padding-right: 30px;}
.list-products .head .txt_list .t .stars span{font-size: 16px;}
.list-products .head .txt_list .t h2{padding-top:20px;color:var(--color);font-size:16px;font-family: 'Barlow-Bold';}
.list-products .head .txt_list .t p{padding-top:15px;color:var(--color);font-size: 16px;line-height: 1;}
.list-products .head .txt_list .c .descr{font-size: 18px;color: #272c33;margin-top: 25px;line-height: 30px;max-height:120px;overflow:auto;}
.list-products .head .txt_list .c .descr::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
.list-products .head .txt_list .c .descr::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 5px; 
}
.list-products .head .txt_list .c .descr::-webkit-scrollbar-thumb {
  background: var(--bgcolor); 
  border-radius: 5px; 
}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 30px;padding: 12px 0;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-top: 28px;}
.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 .sms{width: auto;padding: 0 20px;}
.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 .sms:hover{border-radius: 45px;}
.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:var(--bgcolor);height:40px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin-top: 20px;}
.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{padding-bottom: 15px;padding-left: 15px;padding-right: 15px;border-radius: 6px;margin-top: 50px;max-width: 455px;}
.list-products .head .txt_list .b h1{font-size:24px;}
.list-products .head .txt_list .b p{font-size:16px;margin-top: 20px;line-height: 24px;}
.list-products .head .txt_list .b>span{margin-top: 5px;display: block;}
.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-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-contact-msg{padding:75px 0 60px;background-image: linear-gradient(to right, #86C4F7, #075896);}
.list-contact-msg .hd{width:50%;background: url(../images/bg.png) no-repeat bottom -100px left -100px;}
.list-contact-msg .hd h2{border-radius:30px;padding:0 15px;height:30px;line-height:30px;display:inline-block;background:#0B2042;color:#fff;text-align:center;}
.list-contact-msg .hd h3{padding:20px 0;font-family: 'Barlow-ExtraBold';font-style: italic;color:#fff;text-transform:uppercase;font-size:40px;}
.list-contact-msg .hd p{color:#FFFFFF;font-size:16px;line-height:24px;}
.list-contact-msg .form{width:47%;background:#fff;padding:60px 60px 60px 70px;border-radius:10px}
.list-contact-msg .form .item{margin-bottom:25px;position: relative;}
.list-contact-msg .form .item p{margin-bottom:8px;font-size:16px;color:#000000}
.list-contact-msg .form .item input,.list-contact-msg .form .item textarea{transition-duration:.5s;width:100%;padding:0 10px;height:47px;border:1px solid #000000;border-radius:4px;color:#000;display:flex;align-items: center;;}
.list-contact-msg .form .item input:hover,.list-contact-msg .form .item textarea:hover{border-color:#2D8BCF;color:#2D8BCF}
.list-contact-msg .form .item textarea{padding:10px;min-height:110px}
.list-contact-msg .form .item img{position: absolute;right:2px;bottom:1px;height:45px;cursor: pointer;}
.list-contact-msg .form .btn{transition-duration:.5s;cursor: pointer;;width:147px;height:47px;display:flex;color:#fff;background:#2D8BCF;border-radius:4px;align-items: center;justify-content: center;}
.list-contact-msg .form .btn:hover{border-radius:30px}
.list-contaact .bd .t{width:405px;}
.list-contaact .bd .t h2{font-family:"Arial";color:#fff;font-weight:bold;font-size:100px;width:77px;height:77px;background:#338BCF;border-radius:77px;text-align:center;}
.list-contaact .bd .t h3{padding:35px 0 5px 0;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .bd .t p{font-size:16px;line-height:24px;}
.list-contaact .bd .t .pic{margin-top:70px}
.list-contaact .bd .txt{width:calc(100% - 520px);}
.list-contaact .bd .txt .item{height:60px;display:flex;border-bottom:1px solid #CED2D9;align-items: center;}
.list-contaact .bd .txt .item .i{width:40px;display:flex;justify-content: center;align-items: center;font-size:20px;}
.list-contaact .bd .txt .wx{padding:40px 0 0 10px;}
.list-contaact .what h2{text-align:center;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .what h3{font-size:18px;padding:60px 0 30px;}
.list-contaact .what .info .list{width:calc(100% - 450px)}
.list-contaact .what .info .list .item{display:flex;margin-bottom:50px;}
.list-contaact .what .info .list .item .i{width:60px;height:60px;display:flex;}
.list-contaact .what .info .list .item .i span{margin-top:13px;font-family:"Arial";width:60px;display:flex;align-items: center;color:#338BCF;height:60px;font-weight:bold;font-size:100px;}
.list-contaact .what .info .list .item .c{width:calc(100% - 60px);color:#0B2042;}
.list-contaact .what .info .list .item .c h4{font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .what .info .list .item .c p{margin-top:10px}
.list-contaact .what .info .list .more{border-top:1px solid #0B2042;padding-top:15px;}
.list-contaact .what .info .list .more img{height:22px}
.list-contaact .what .info .txt{width:350px}
.list-contaact .what .info .txt .star{display:flex;padding:38px 0 21px;}
.list-contaact .what .info .txt .star span{width:60px;height:60px;background:#338BCF;display:flex;align-items: center;justify-content: center;margin-right:10px;}
.list-contaact .what .info .txt .star span:last-child{margin:0;}
.list-contaact .what .info .txt .star span i{color:#fff;font-size:38px}
.list-contaact .what .info .txt p{font-size:18px;}
.list-contaact .what .info .txt .more{width:255px;height:60px;border:2px solid #338BCF;display:flex;justify-content: center;align-items: center;margin:80px auto 0;;}
.list-contaact .what .info .txt .more span{color:#0B2042;font-size:18px;margin-right:10px;}
.list-contaact .what .info .txt .more img{height:18px}
.list-contaact .what .info .txt .more:hover{border-radius:40px;}

.index-banner{position:relative;overflow:hidden;}
.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-pro{padding:80px 0}
.index-pro .wrap{position: relative;}
.index-pro .btn i{transition-duration:.5s;font-size:37px;z-index:9999;color:#0B2042;cursor: pointer;position: absolute;top:50%;margin-top:-18.5px;}
.index-pro .btn i:hover{color:#338BCF}
.index-pro .btn i.prev{left:-25px}
.index-pro .btn i.next{right:-30px}
.index-pro .bd{overflow:hidden}
.index-pro .bd .item{margin:0 20px}
.index-pro .bd .item .txt{padding-top:20px;color:#0B2042;font-size:18px}

.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: 1680px){
    .wrap{width:98%}
    .wrap-p{width:98%}
    .index-about .wrap{padding: 0;}
    .index-about .texts{margin-left: 15px;}
    .index-about .pic{margin-left: 20px;}
    .about .ab-item .ab-box h4{font-size: 9.43vw;transform: translateY(3.13vw)}
    .about .ab-item .ab-txt{transform: translateY(4.95vw)}
    .footer .message{width: 40vw;}
    .dl .dl-title{width: 9.9vw;}
    .footer .footer-cl .item{margin-right: 3.65vw;margin-bottom: 30px;}
    .footer .footer-cl{flex-wrap: wrap;}
    .footer .footer-cr .cr-box{max-height: 120px;}
    .footer .footer-cr{flex-wrap: wrap;}
    .index-data1 .bn-list li h2 .number{font-size: .9rem;}
.a-back .txts{left: 1.56vw;top: 3.91vw;} 
.a-back .txts h1{font-size: 2.69vw;}
.a-back .txts h2{font-size: 2.85vw;}
.a-back .name{font-size: 1.25vw;left: 1.56vw;bottom: 2.34vw;}
}

@media (max-width: 1440px){
  .list-products .head .img_list{width: 70%;}
.list-products .head{flex-wrap: wrap;}
.list-products .head .txt_list{width: 90%;margin-top: 30px;}
.list-products .list .item .txt{padding: 20px 10px;}
.header .header-left .item{margin-right:30px;}
.list-news .items .item{padding: 15px 15px 25px 15px;}
.list-video .list .item{width:calc((100% - 80px) / 3);}
.list-video .list .item:nth-child(4n){margin-right:40px;} 
.list-video .list .item:nth-child(3n){margin-right:0;} 
}
@media (max-width: 1200px){
.list-products .list .item{width: calc((100% - 80px)/3);}
.list-products .list .item:nth-child(4n){margin-right:40px;}
.list-products .list .item:nth-child(3n){margin-right:0;}
.list-news .items{justify-content: space-between;}
.list-news .items .item{margin-right: 0;width: 48%;}
.list-job .list .item .info .descr p{width: 33%;}
.moral .row .txts{width: 100%;}
.moral .icon{margin-right: 15px;}
.moral .right{margin-left: 20px;}
 .moral .row .lines{width: 8.85vw;margin-right: 10px;}
 .work .list .item{width: calc((100% - 80px)/3);} 
 .work .list .item:nth-child(4n){margin-right: 40px;}
  .work .list .item:nth-child(3n){margin-right: 0;}
.index-about1 .pic{margin-left: 0;}
.index-about1 .pics{margin: 30px 0 0 0;}
.index-about1 .flex{flex-wrap: wrap;justify-content: center;}
.footer .info .message #submit{width: 100px;}
.footer .form-div .code_box{width: calc(100% - 120px);}
.recommend .item .txts h1{font-size: 20px;}
.recommend .item .des{font-size: 16px;line-height: 24px;}
.recommend .item .texts{padding: 20px 15px 20px 15px;}
.bn-list{padding: 0 30px 0 20px;}
.header .header-left .item{margin-right:20px;}
.header .header-left .item h3 a{font-size: 14px;}
.header .header-right .menu a{font-size: 14px;}
.header .header-left .logo{margin-right: 20px;max-width: 120px;}
.header .header-right .menu a{margin-left: 15px;}
}
@media screen and (max-width:992px) {
.news .news_box{flex-wrap: wrap;}
.news .news_box .news_pic{width: 100%;text-align: center;margin-bottom: 10px;}
.news .news_box .news_pic img{width: 100%;}
.news .news_box .item{width: 100%;padding-left: 15px;}
.list-service .joins .message{width: 100%;}
  .cats{margin-bottom: 40px;}
  .joins .message,.joins .join-c{width: 100%;}
  .joins .join-c{margin-top: 35px;}
  .list-about{padding: 30px 0;}
  .index-data1 .bn-list li{height: auto;padding: 30px 0;margin-bottom: 0;}
  .index-data1{margin-top: 35px;padding: 0;}
  .index-about1 .texts .textcontent,.index-about .texts .textcontent{max-width: unset;width: 100%;}
  .footer .info .dls{flex-wrap: wrap;}
  .footer .info .dls .dl{margin-bottom: 30px;}
  .dl .dl-title{width: 120px;}
  .footer .message{width: 100%;}
  .footer .info{flex-wrap: wrap;}
  .about .ab-item .txt-r h1{font-size: 3.75vw;}
  .about .ab-item .ab-txt i{font-size: 5.21vw;}
  .about .ab-item .txt-r h3{font-size: 1.88vw;}
  .about .ab-item .jump i{font-size: 2vw;}
  .bn-list{flex-wrap: wrap;}
  .bn-list li{width: 50%;margin-bottom: 30px;}
  .index-about .links{padding: 30px 20px 25px 0;width: 20%;}
  .index-about .wrap{align-items: flex-start;}
  .index-about .links .item{width: 95%;}
  .index-about .texts{padding: 30px 0 25px 0;width: calc(80% - 20px);margin-left: 20px;}
  .index-about1 .texts{width: 100%;margin-left: 0;}
  .index-about .pic{margin: 30px 0 0 0;}
  .index-about .wrap{flex-wrap: wrap;justify-content: center;}
  .wrap{width: 96%;}
    .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;}
    .main{padding:30px 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-contaact .bd .t h3{padding-top:15px;}
    .list-contaact .bd .t .pic{margin-top:25px;}
    .list-contaact .bd .txt .item{height:45px;font-size:14px;}
    .list-contaact .bd .txt .wx{padding:20px 0 0 0;text-align: center;}
    .list-contaact .what h2{font-size:28px}
    .list-contaact .what h3{padding:20px 0;}
    .list-contaact .what .info .list .item{margin-bottom:20px;}
    .list-contaact .what .info .list .item .c h4{font-size:20px}
    .list-contaact .what .info .list .item .c p{font-size:14px;margin-top:5px;}
    .list-contaact .what .info .list .more{padding:10px 0 20px;}
    .list-contaact .what .info .list .more span{font-size:12px}
    .list-contaact .what .info .list .more img{height:15px}
    .list-contaact .what .info .txt .more{margin:0 auto 20px;height:45px;border-radius:30px}
    .list-contaact .what .info .txt .more span{font-size:15px;}
    .list-contact-msg{padding:40px 10px;}
    .list-contact-msg .hd{background:none;}
    .list-contact-msg .hd h3{font-size:28px;padding:10px 0}
    .list-contact-msg .form{padding:20px;margin-top:20px}
    .list-contact-msg .form .item{margin-bottom:10px}
    .list-contact-msg .form .item input, .list-contact-msg .form .item textarea{height:40px}
    .list-contact-msg .form .item img{height:38px}
    .list-contact-msg .form .btn{margin:0 auto}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;}
    .list-products .list .item{width:48%;margin:0 0 30px 0 !important;}
    /* .list-products .list .item .txt{padding-top:5px;}
    .list-products .list .item .txt h3{padding:0;font-size:16px;}
    .list-products .list .item .txt p{padding:0;font-size:12px;}
    .list-products .list .item .txt .auth{margin-top:10px} */
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:30px 10px 10px}
    .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 0 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-products .body table tbody tr{width: 100%;}
.list-products .body table tbody tr td{white-space: nowrap !important;}
.cats{display: none;}
.list-video .list{justify-content: space-between;}
.list-video .list .item{width:48%;margin-right: 0;}
.list-video .list .item:nth-child(4n){margin-right:0;} 
  .list-news .items .item{margin-right: 0;width: 100%;}
.join_link h1{width: 320px;font-size: 20px;height: 60px;}
.join_link .jlink h2{width: 100%;margin-bottom: 35px;}
.join_link .jlink{flex-wrap: wrap;padding: 15px 10px 20px 10px;}
.list-join{padding: 35px 0;}
.a-back1 .txts h2{margin-top: 0;}
.list-job .list .item .info .descr p{width: 50%;}
.partner-a .txts h1{font-size: 30px;}
.footer .footer-cr .cr-box{margin-bottom: 30px;}
.footer-contact.flex{flex-wrap: wrap;}
.prod-swiper{transform: translate(0);}
.recommend .item{width: 100%;margin-bottom: 30px;margin-right: 0;}
.recommend .flex{flex-wrap: wrap;}
.box_skitter .info_slide_dots{bottom: 10px;}
.index-apps .title{font-size: 30px;}
.prod-swiper .ps-pg{left: 7%;}
.picMarquee-slogan .bd ul li a{font-size: 24px;}
.picMarquee-slogan .bd ul li{margin: 0 15px;display: flex;align-items: center;}
.slogan{padding: 20px 0;}
.bottom p, .bottom p a{text-align: center;width: 100%;}
.bottom{padding:40px 0 85px}
.bottom .flex{justify-content: center;}
.bottom .mc{margin-top: 25px;}
.bottom p br{display: inline;}
}
@media screen and (max-width:600px){
.list-products .body table{width: auto !important;}
.footer .info .info-l{display: none;}
.about .ab-item{display: flex;flex-wrap: wrap;}
.about .ab-item .pic{width: 100%;}
.about .ab-item .ab-box{width: 85%;}
.about .ab-item .jump{width: 15%;}
.about .ab-item .ab-box h4{font-size: 80px;transform: translateY(15px)}
.about .ab-item .ab-txt{transform: translateY(20px)}
.about .ab-item .txt-r h1{font-size: 45px;}
.about .ab-item .ab-txt i{font-size: 85px;}
.about .ab-item .txt-r h3{font-size: 36.1px;}
.about .ab-item .jump i{font-size: 38.4px;}
.about .ab-item2{display:flex;}
.about .ab-item1{display:none;}
.list-products .list .item .txt{padding: 25px 15px;}
.ct2{margin: 10px 0 30px 0;}
.list-products .head .txt_list .b{margin-top: 30px;}
.list-products .head .txt_list .c .descr{font-size: 16px;}
.banner-swiper .cate-logo{display: none;}
.list-products .list .item{width:100%;margin:0 0 30px 0 !important;}
.news .news_box{width: 100%;}
.list-video .list .item{width:100%;margin-right: 0;}
.list-download .list .item a{justify-content: center;}
.list-download .list .item .name{width: 100%;justify-content: center;}
.joins .message{padding: 20px 15px 35px 15px;}
.joins .codes{padding-top: 10px;}
.joins .join-c{padding: 20px 20px 20px 15px;}
  .join_link .jlink h2{font-size: 20px;}
  .list-job,.join-title{margin-top: 35px;}
  .list-job .list .item .info .descr p{width: 100%;}
  .develop li h1{font-size: 25px;width: 140px;}
  .develop .bd .linex{left: 167px;}
  .develop .bd li .events p{margin-left: 210px;padding: 15px 15px 20px 15px}
  .develop .bd li .events p span{font-size: 20px;}
  .moral .desc{margin-left: 20px;}
  .moral .icon{width: 80px;}
  .moral .left{width: 20%;}
  .work .list .item .texts{padding: 10px 10px 15px 10px;}
  .work .list .item{width:100%;margin-right: 0;} 
  .work .list.flex{justify-content: space-between;}
 .work .list .item:nth-child(4n){margin-right: 0;}
  .partner-a{padding: 70px 0;margin-top: 30px;}
  .index-about{padding-top: 0;}
  .footer .form-div .code_box{width: 100%;}
  .footer-contact{margin-top: 60px;}
  .footer .form-div{flex-wrap: wrap;}
  .footer .info .message #submit{width: 150px;margin-top: 20px;}
  .about .ab-item .txt-r{margin-left: 10px;}
  .index-about .pic{padding-bottom: 35px;}
  .bn-list li h2 .number{font-size: 36px;}
  .index-data{padding: 30px 0;}
  .bn-list{padding: 0;}
  .bn-list li .des{font-size: 16px;}
  .btns{margin-top: 40px;}
   .index-about .links .item h2{font-size: 23px;}
   .index-about .texts .titlex h1{font-size: 32px;line-height: 1.1;}
   .index-about .texts .titlex,.index-about .texts .textcontent{margin-top: 35px;}
   .index-about .links{padding-right: 10px;}
   .recommend,.index-apps,.news{padding: 35px 0;}
   .index-about1 .pics{margin-top: 0;}
   .footer .footer-cr .cr-box{width: 100%;}
}