@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
@font-face {
	font-family: 'AdobeHeitiStd-Regular';
	src:url('../fonts/AdobeHeitiStd-Regular.otf');
}
*{box-sizing:border-box}
.wrap{width:1600px;margin:0 auto;}
.wrap-1400{width:1400px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.contact-titles h2{font-size: 30px;text-align: center;line-height: 1;margin-top: 30px;}
.list-contact .bodys{margin-top: 40px;overflow: hidden;}
.list-contact .bodys p,.list-about .bodys p{font-size: 16px;line-height: 32px;margin-top: 15px;}
.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999}
.header .header-right.flex{align-items: center;}
.header .header-right .lang{position: relative;display:flex;align-items:center}
.header .header-right .lang h3{display:flex;align-items: center;cursor: pointer;}
.header .header-right .lang h3 span{margin:0 12px;font-size:14px;color:#262626;}
.header .header-right .lang h3 i{transition-duration:.8s;color:#000;font-size: 20px;}
.header .header-right .lang h3 i:last-child{font-size: 12px;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-bottom:10px;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:30px;background:var(--bgcolor);width:auto}
.header .header-right .lang .sub a{position: relative;;display:flex;align-items: center;padding:8px 0;color:#fff;margin:0 8px;border-bottom:1px solid #E9E9E9;font-size:14px}
.header .header-right .lang .sub a img{margin-right:5px;height:15px;}
.header .header-right .lang:hover .sub{transform: scaleY(1);}
.header .header-right .menu_btn{width: 48px;height: 48px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: var(--bgcolor);margin-left: 30px;cursor: pointer;}
.header .header-right .menu_btn .but span{width: 20px;height: 2px;background: #fff;margin-bottom: 5px;display: block;transition: 0.7s;}
.header .header-right .menu_btn1 .but span:nth-child(2){display: none;}
.header .header-right .menu_btn1 .but span:nth-child(1){margin: 0;transform: rotate(45deg);margin-top: 2px;}
.header .header-right .menu_btn1 .but span:nth-child(3){margin: 0;transform: rotate(-45deg);margin-top: -2px;}
.header{transition-duration:.6s;height:100px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 10px 20px rgba(0,0,0,0.02);height: 80px;}
.header.height .header-left .logo{transform: scale(0.8);}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:100px;}
.header.height .menu{height: 80px;} 
.header .header-left .logo{margin-right:50px;transition: 0.6s;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:20px;color: #494949;}
.header .header-right .item{margin-left:60px;position: relative;height: 100%;}
.header .header-right .item h3 a::after{content: "";width: 0;height: 3px;background: var(--bgcolor);position: absolute;bottom: 0;left: 50%;transition: 0.6s;transform: translate(-50%);z-index: 99;}
.header .header-right .item:hover h3 a::after{width: 100%;}
.header .header-right .item:first-child{margin-left:0;}
.header .header-right .ico{align-items: center;margin-left:40px;margin-right: 55px;}
.header .header-right .ico a{font-size: 22px;position: relative;}
.header .header-right .ico a i{font-size: 22px;color: #353535;}
.header .header-right .ico a::after{content: "";height: 18px;width: 1px;background: #858585;top: 50%;transform: translateY(-50%);right: -25px;position: absolute;}
.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:var(--bgcolor)}
.header .header-right .menu .sub {
  z-index: 2;
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  background: #fff;
  background-color: #ffffff;
  color: #000 !important;
}
.header.height .header-right .menu .sub{top:75px;}
.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;
}
.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;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  padding: 0 18px;
  transition: 0.6s;
  color: #000;
}

.header .header-right .menu .sub .p:hover > a {
  color: #fff;
  transform: translateX(5px);
}
.header .header-right .menu .sub .p:hover{background: var(--bgcolor);}

.h_banner{position: relative !important;margin-top: 100px;}
.h_banner img{width: 100%;}

.h_banner .home_swi .home_pag {text-align: right; bottom: 290px;padding-right: 100px;}

.work-swiper{padding-bottom: 60px;}
.work-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 60px;height: 6px;border-radius: 6px;margin-right: 30px !important;}
   .work-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 60px;height: 6px;border-radius: 6px;margin-right: 30px !important;background-color: var(--bgcolor);}
.h_banner .home_swi .home_pag .swiper-pagination-bullet {
    margin: 0 21px;
    position: relative;
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: 1;
  }
  .home_swi .swiper-pagination-bullet svg {
    vertical-align: top;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home_swi .swiper-pagination-bullet-active {
    background: var(--color) !important;
  }
  .home_swi .swiper-pagination-bullet svg .x-ba1 {
    opacity: 0;
  }
  .home_swi .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba1 {
    opacity: 1;
  }
  .home_swi .swiper-pagination-bullet.onn svg .x-ba1 {
    opacity: 1;
  }
  .home_swi .swiper-pagination-bullet.onn {
    background: var(--color) !important;
  }
  .home_swi .swiper-pagination-bullet svg .x-ba2 {
    opacity: 0;
    fill: none;
    stroke: var(--color);
    stroke-width: 0.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
    transition: stroke-dashoffset 0s linear, opacity 0s linear;
  }
  .home_swi .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba2 {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 6s linear, opacity 0s linear;
    transition: stroke-dashoffset 6s linear, opacity 0s linear;
  }
  .home_swi .swiper-pagination-bullet.onn svg .x-ba2 {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
    transition: stroke-dashoffset 5s linear, opacity 0s linear;
  }

  .h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 50px;margin-right: 100px;text-align: right;margin-top: 310px;font-weight: lighter;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 22px;margin-right: 100px;margin-top: 20px;;text-align: right;line-height: 38px;font-weight: lighter;}

  .btn-l{position:relative;z-index: 1;overflow: hidden;}
  .btn-l:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bgcolor);
    /* background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%); */
    transition: all 0.5s ease;
  }
  .btn-r:after{background: var(--color);}
  .btn-l:hover {
    color: #fff;
  }
  .btn-l:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .btn-l:active {
    top: 2px;
  }

/* 版本一 */
/* .top_header{position: fixed;top:0;left:0;width:100%;z-index:999}
.top{height:40px;background:#000000;transition: 0.7s;}
.top .wrap{align-items: center;}
.top .txt{font-size:16px;color:#FFFFFF;font-family: 'Barlow-Medium';}
.top .txt h2 span{margin-left: 16px;}
.top .info{height:40px;transition: 0.7s;}
.top .info .ico{align-items: center;}
.top .info .ico a{position: relative;color:#FFFFFF;font-size:20px;margin-right:20px;}
.top .info .ico a:after{content:"";width:1px;height:18px;background:#4d4d4d;position: absolute;right:-10px;top:50%;margin-top:-9px;}
.top .info .ico a:hover{color:#e5392f}
.top .info .lang{position: relative;display:flex;align-items:center}
.top .info .lang img{vertical-align: middle;}
.top .info .lang h3{display:flex;align-items: center;cursor: pointer;}
.top .info .lang h3 span{margin:0 8px;font-size:16px;color:#FFFFFF;}
.top .info .lang h3 i{transition-duration:.8s;color:#fff}
.top .info .lang:hover h3 i:last-child{transform: rotate(180deg);}
.top .info .lang .sub{z-index:99999999;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease-in-out;padding-bottom:10px;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:40px;background:#e5392f;width:100%}
.top .info .lang .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;;display:flex;align-items: center;padding:8px 0;color:#fff;margin:0 8px;border-bottom:1px solid #E9E9E9;font-size:15px}

.top .lang-box{margin-left: 20px;}
.top .lang-box .menu{align-items:center;}
.top .lang-box .menu span{margin-right:15px;color:#fff;text-transform:uppercase;}
.top .lang-box .menu i{color: #fff;}
.top .lang-box .lang a{margin-left:15px;}
.top .lang-box .lang a span{font-size:15px;color:#fff;margin-left:5px;}
.top .lang-box .lang a:hover span{color:#F41412}

.top .info .lang .sub a img{margin-right:5px;height:15px;}
.top .info .lang:hover .sub{transform: scaleY(1);}
.header{transition-duration:.6s;height:80px;width:100%;background:#e5392f;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 60px;}
.header.height .logo img{transform: scale(0.85);}
.header .logo img{transition: 0.7s;}
.shows{height: 0;opacity: 0;}
.top.shows .info{height: 0;opacity: 0;display: none;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:80px;} 
.header .header-left .logo{margin-right:50px;}
.header .header-left .item h3 a{font-family: 'Barlow-SemiBold';font-size:18px;color:#fff;position: relative;}
.header .header-left .item{margin-right:40px;position: relative;}
.header .header-left .item h3 a:hover::after{width: 100%;}
.header .header-left .item h3 a::after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: 0.5s ease-in;
}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:16px;font-family: 'Barlow-Medium';}
.header .header-right .item{margin-right:25px;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .ico{align-items: center;}
.header .header-right .ico a{margin-left:25px;color: #fff;}
.header .item{display:flex;height:80px;align-items: center;}
.header .item h3 a{color:#0B2042;}
.header .item h3 a:hover,.header .item.on h3 a{color:#fff}
.header .sub{z-index:2;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease-in-out;transition-duration:.6s;position: fixed;top:130px;left:0;width:100%;border-top:1px solid #E6E8EC;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.1)}
.header .sub .wrap{display:flex;padding:15px 0 25px;flex-wrap:wrap;}
.header .sub .p{width: calc(100% / 5 - 40px);margin-right:50px;height:50px;display:flex;border-bottom:1px solid #DBDBDB;}
.header .sub .p:nth-child(5n){margin-right:0}
.header .sub .p a{display:flex;width:100%;align-items: center;height:100%;transition-duration:.6s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0B2042}
.header .sub .p:hover{border-color:#338BCF}
.header .sub .p:hover a{color:#338BCF}
.header .item:hover .sub{transform: scaleY(1);}
.header .menu .sub {
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s ease-in-out;
  transition: 0.7s;
  position: absolute;
  top: 80px;
  left: 0;
  width: auto;
  border-top: 1px solid #e6e8ec;
  background: #fff;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000 !important;
}
.header .menu .sub .wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 0 10px;
  width: 100%;
}
.header .menu .sub .p {
  width: 100%;
  height: 40px;
  display: flex;
  border-bottom: 1px solid #d4d5d6;
  position: relative;
}
.header .menu .sub .p:nth-child(5n) {
  margin-right: 0;
}
.header .menu .sub .p a {
  display: flex;
  width: 100%;
  align-items: center;
  height: 85%;
  transition-duration: 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0b2042;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}

.header .menu .sub .p:hover > a {
  color: #fff;
}
.header .menu .item:hover .sub {
  transform: scaleY(1);
}
.header .menu .sub .p a::before {
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background-color: #e5392f;
  left: 10px;
  top: 12px;
  position: absolute;
}
.header .menu .sub .p a::after {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 3px;
  background-color: #e5392f;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.6s;
  z-index: -1;
}
.header .menu .sub .p a:hover::after{width: 100%;}
.header .menu .sub .p a:hover::before {
  background-color: #fff;
}
.header .menu .sub::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  left: 20px;
  top: -19px;
  position: absolute;
} */

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

.index-about{padding:100px 0 80px 0;}
.index-about .about-l h1{color: #1b1b1b;font-size: 52px;}
.index-about .about-l h2{color: #333;font-size: 33px;font-weight: lighter;margin-top: 20px;}
.btns{width: 140px;height: 50px;background: var(--color);border-radius: 4px;display: flex;align-items: center;justify-content: center;margin-top: 35px;color: #fff;font-size: 18px;}
.btns i{font-size: 30px;margin-left: 10px;margin-top: 2px;}
.index-about .about-r{max-width: 705px;}
.index-about .about-r h3{color: #1b1b1b;font-size: 26px;}
.index-about .about-r p{color: #494949;font-size: 17px;line-height: 30px;margin-top: 20px;}

.index-about .lists{margin-top:60px}
.index-about .lists .item{width:18.75%}
.index-about .lists .item h1{color: #1b1b1b;font-size: 24px;margin-top: 20px;transition: 0.5s ease;}
.index-about .lists .item img{height: 46px;}
.index-about .lists .item p{color: #494949;font-size: 17px;margin-top: 10px;font-weight: lighter;line-height: 32px;}
.index-about .lists .item .btns{width: 140px;height: 50px;background: transparent;border-radius: 4px;display: flex;align-items: center;margin-top: 20px;color: var(--bgcolor);font-size: 14px;justify-content: flex-start;}
.index-about .lists .item:hover .btns i{transform: translate(10px);}
.index-about .lists .item .btns i{font-size: 24px;margin-left: 10px;width: 20px;margin-top: 2px;transition: 0.5s ease;}
.index-about .lists .item:hover h1{color: var(--bgcolor);}
.index-app{background: #fbfbfb;padding: 75px 0 35px 0;}
.index-app .tit{font-size: 36px;color: #1b1b1b;text-align: center;font-weight: 200;}
.index-app .des{font-size: 18px;color: #1b1b1b;text-align: center;font-weight: lighter;max-width: 1000px;text-align: center;margin: 20px auto 0 auto;}
.app-swiper{margin-top: 55px;}
.index-app .item{margin: 0 50px;transition: 1s;opacity: 0.5;}
.index-app .pic{width: 100%;position: relative;overflow: hidden;border-radius: 8px;}
.index-app .pic img{width: 100%;border-radius: 7px;transition: 0.5s;}
.index-app .pic .txt{width: 46.5%;height: 315px;background: rgba(255,255,255,.9);position: absolute;top: 70px;left: 55px;padding: 75px 0 0 50px;direction: ltr;border-radius: 7px;transition: 1s;opacity: 0;}
.index-app .item .txt::before{content: "";height: 93%;width: 10px;background: rgba(58, 86, 149, 0.7);left: -10px;top: 4.8%;position: absolute;border-radius: 10px 0 0 10px;}
.index-app .item .txt h1{font-size: 24px;color: var(--bgcolor);}
.index-app .item .txt p{font-size: 20px;color: #494949;line-height: 32px;margin-top: 25px;font-weight: lighter;}
.index-app .item .txt .icon-a{width: auto;margin-top: 35px;}
.app-swiper .swiper-button-next:hover{background: var(--on-color);border-color: var(--on-color);}
.app-swiper .swiper-button-next:hover i{color: #fff;}
.app-swiper .swiper-button-next {
  /* right: 450px !important; */
  left: 450px;
  top: 50% !important;
  transform: translateY(-50%);
  color: #fff;
  margin-top: 0;
  background-image: none !important;
  width: 55px;
  height: 55px;
  border: 3px solid #bcbcbc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.app-swiper .swiper-button-next i{ font-size: 30px;color: #bcbcbc;transition: 0.6s;font-weight: bold;}
.app-swiper .next_btn{ left: 1400px;}
.app-swiper .swiper-slide-active .item{opacity: 1;}
.app-swiper .swiper-slide-active .item:hover .pic .pic-a{transform: scale(1.1);}
.app-swiper .swiper-slide-active .pic .txt{opacity: 1;}
.index-app .btns{width: 230px;height: 35px;border-radius: 35px;background: var(--bgcolor);color: #fff;font-size: 15px;margin: 30px auto 0 auto;}
.index-app .btns span{margin-left: 10px;font-size: 17px;}

.index-new {padding: 60px 0;}
.new-swiper .item{display: flex;justify-content: space-between;}
.new-swiper .item .txt h1{font-size: 41px;color: #1b1b1b;margin-top: 70px;line-height: 1;}
.new-swiper .item .txt h2{font-size: 41px;color: #1b1b1b;margin-top: 35px;line-height: 1;}
.new-swiper .item .txt p{font-size: 20px;color: #333;margin-top: 35px;line-height: 35px;max-width: 525px;}

 .new-swiper .new_pag {text-align: left; bottom: 110px;}

 .new-swiper .new_pag .swiper-pagination-bullet {
    margin: 0 21px;
    position: relative;
    width: 6px;
    height: 6px;
    background: var(--bgcolor);
    opacity: 1;
  }
  .new-swiper .swiper-pagination-bullet svg {
    vertical-align: top;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .new-swiper .swiper-pagination-bullet-active {
    background: var(--bgcolor) !important;
  }
  .new-swiper .swiper-pagination-bullet svg .x-ba1 {
    opacity: 1;
  }
  .new-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba1 {
    opacity: 1;
  }
  .new-swiper .swiper-pagination-bullet.onn svg .x-ba1 {
    opacity: 1;
  }
  .new-swiper .swiper-pagination-bullet.onn {
    background: var(--bgcolor) !important;
  }
  .new-swiper .swiper-pagination-bullet svg .x-ba2 {
    opacity: 1;
    fill: none;
    stroke: var(--bgcolor);
    stroke-width: 0.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 1;
    -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
    transition: stroke-dashoffset 0s linear, opacity 0s linear;
  }
  .new-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba2 {
    opacity: 1;
    stroke-dashoffset: 39;
    -webkit-transition: stroke-dashoffset 6s linear, opacity 0s linear;
    transition: stroke-dashoffset 6s linear, opacity 0s linear;
  }
  .new-swiper .swiper-pagination-bullet.onn svg .x-ba2 {
    opacity: 1;
    stroke-dashoffset: 39;
    -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
    transition: stroke-dashoffset 5s linear, opacity 0s linear;
  }

.index-pro{padding:70px 0;background: #f4f6f9;}

.titleo{font-size: 45px;line-height:1;color: #1b1b1b;font-weight: lighter;font-family: 'Roboto-Black';}
.index-pro .pro-top p{font-size: 19px;margin-top: 30px;line-height: 40px;max-width: 450px;margin-left: 145px;line-height: 32px;}
.pro-swiper{overflow: visible;position: relative;transform: translate(20px);}
.pro-swiper .swiper-wrapper{margin-top: 50px;}
.index-pro .item{position: relative;border-radius: 3px;margin: 20px;display: inline-block;background: #fff;}
.index-pro .item .pic{width: calc(100% - 40px);position: relative;border-bottom: 1px solid #eff2f6;background: #fff !important;margin: 0 auto;}
.index-pro .item .pic img{width: 100%;transition: 0.5s;}
.index-pro .item .txts{margin-top: 30px;margin-left: 25px;}
.index-pro .item .txts h1{font-size: 20px;color: #1b1b1b;}
.index-pro .item .txts h2{font-size: 20px;color: #1b1b1b;font-family: 'Roboto-Light';}
.index-pro .item:hover .pic img{transform: scale(1.08);}
.index-pro .item .txt{padding: 30px 20px 40px 20px;min-height: 130px;background: #fff;transition: 0.6s;}
.index-pro .item .txt p{font-size: 15px;color: #434343;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;overflow: hidden;}
.index-pro .item:hover .txt{background: var(--bgcolor);}
.index-pro .item:hover .txt p{color: #fff;}
.sw-box{position: absolute !important;top: 20px;right:0;width: 130px;z-index: 99999999999999 !important;height: 45px;}

.pro-swiper .swiper-button-prev {
  /* left: 33.33vw !important; */
  left: 0 !important;
  /* right:85px !important; */
  top: auto;
  bottom: 0px !important;
  margin-top: 0;
  background-image: none !important;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #7d92c0;
  transition: 0.6s;
}
.pro-swiper .swiper-button-next {
  /* right: 33.33vw !important; */
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  background-image: none !important;
 display: flex;
 align-items: flex-end;
 height: 55px;
  width: 55px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
   background: #7d92c0;
   transition: 0.6s;
}
.pro-swiper .swiper-button-prev:hover,.pro-swiper .swiper-button-next:hover{background: #3a5695;}
.pro-swiper::before{content: "";position: absolute;bottom: 0;left: -180px;width: 180px;height: 650px;background: #f4f6f9;z-index: 99;display: none;}

.index-data{display: flex;justify-content: space-between;align-items: center;max-width: 500px;} 
.list-about .index-data{margin-top: 35px;}
.bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    transition: 0.7s;
    margin-bottom: 60px;
  }
  .list-about .bn-list li{width: 23%;margin-bottom: 0;}
  .list-about .bn-list li:nth-child(4){width: 21%;}
.list-about .bn-list li:nth-child(5){width: 10%;}

  /* .bn-list li:hover .number{color: #88b14b;} */
 .bn-list li h2 {
    position: relative;
    display: flex;
    align-items: center;
  }
  
 .bn-list li h2 .number {
    font-size: 82px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-family: 'BebasNeue\ Bold';
  }
  .list-about .bn-list li h2 .number{font-size: 110px;}
 .list-about .bn-list li h2 .number,.list-about .bn-list li h2 .dw,.list-about .bn-list li h2 .plus,.list-about .bn-list li h2 .txt,.list-about .bn-list li .des,.list-about .bn-list li h2 .txt>sup{color: var(--bgcolor);} 
   .bn-list li h2 .dw{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -35px;
   }
   .list-about .bn-list li h2 .dw{font-size: 21px;right: -45px;}
   .bn-list li h2 .plus{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    right: -25px;
   }
   .bn-list li h2 .txt {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -55px;
    font-family: 'AdobeHeitiStd-Regular';
   }
   .bn-list li h2 .txt>sup{
    font-size: 16px;
    color: #fff;
   }
  
 .bn-list li .des {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }
.list-about .bn-list li .des{font-size: 21px;}
.list-about .index-data{max-width: unset;}
.index-com{background: url("/skin/images/company_02.jpg") no-repeat left bottom;padding: 150px 0 190px;background-attachment: fixed;background-size: cover;}
.index-com .com-l h1{font-size: 49px;font-weight: bold;color: #fff;}
.index-com .com-l h2{font-size: 40px;font-weight: bolder;color: #fff;text-transform: uppercase;line-height: 40px;margin-top: 50px;}
.index-com .com-l h3{font-size: 32px;color: #fff;line-height: 48px;margin-top: 60px;font-weight: lighter;}
.news{padding: 60px 0 35px 0;}
.news-detail{padding: 50px 0;}
.title_c{font-size: 50px;text-align: center;line-height: 50px;font-family: 'Poppins-Bold';margin-bottom: 50px;}
.tit_c{font-size: 30px;max-width: 1145px;margin: 5px auto 50px auto;line-height: 42px;}
.news .titleo{text-align: center;margin-bottom: 70px;}
.news .titleo span{margin-right: 20px;}
.news .lists .new-item{width: calc((100% - 100px)/3);display: flex;flex-direction: column;align-items: center;border-radius: 8px;margin-bottom: 50px;transition: 0.7s;cursor: pointer;margin-right: 50px;overflow: hidden;box-shadow: 0 20px 30px rgba(0,0,0,0.03);} 

.news .lists .new-item:nth-child(3n){margin-right: 0;}
.newslist .lists .new-item{width: calc((100% - 80px)/3);margin-right: 40px;margin-bottom: 60px;}
.news .lists{display: flex;width: 100%;justify-content: flex-start;flex-wrap: wrap;}
.news .lists .new-item .pics{width: 100%;overflow: hidden;border-radius: 5px 5px 0 0;}
.news .lists .new-item .pics img{width: 100%;transition: 0.6s;}
.news .lists .new-item:hover .pics img{transform: scale(1.1);}
.news .lists .new-item:hover{box-shadow: 0 15px 20px rgba(0,0,0,0.08);}
.news .lists .new-item h1{font-size: 17px;font-family: Arial;color: #494949;}
.news .lists .new-item h2{font-size: 21px;color: #1b1b1b;transition: 0.7s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top: 20px;line-height: 30px;}
.news .lists .new-item p{font-size: 16px;font-family: 'Poppins-Light';color: #414141;line-height: 26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news .lists .new-item .txts{padding: 30px 35px 35px 30px;}
.news .lists .new-item .arrow{text-align: center;margin-top: 55px;}
.news .lists .new-item .btn{font-size: 20px;color: #919191;font-family: 'Poppins-Light';margin-top: 40px;line-height: 24px;transition: 0.7s;width: 100%;justify-content: space-between;display: flex;}
.news .lists .new-item .arrow{text-align: center;margin-top: 55px;}
.news .lists .new-item .btn i{font-size: 28px;}
.news .lists .new-item:hover h2{color: var(--on-color);}
.news .lists .new-item:hover .btn{color:var(--bgcolor)}
.list-news{margin-top: 0;}
.list-news .lists{margin-top: 10px;}
.list-news .news .flex{justify-content: center;}
.list-news .news .title {margin-top: 0;}
.list-news .content{width: 100%;}
.catalog{padding: 110px 0 80px 0;background: url("/skin/images/service_03.jpg") no-repeat center center;}
.catalog .tit{font-size: 58px;font-weight: bold;color: #fff;text-align: center;line-height: 1;}
.catalog .des{font-size: 40px;color: #fff;text-align: center;font-weight: lighter;line-height: 1;margin-top: 25px;}
.catalog .btnx{width: 230px;height: 60px;background: linear-gradient(to right,#3a5695,#315cbb);display: flex;align-items: center;justify-content: center;color: #fff;font-size: 20px;margin: 0 auto;margin-top: 30px;}

.search-div {
  width: 600px;
  height: 80px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-div form{display: flex;align-items: center;width: 100%;justify-content: center;}
.search-div input {
  height: 60px;
  width: 470px;
  /* width: calc(100% - 110px); */
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 7px 0 0 7px;
}
.search-div input::placeholder{color: #000;}
.search-div button i{font-size: 22px !important;color: #fff;font-weight: bold;}
.search-div button {
  border: none;
  background-color: #fff;
  width: 110px;
  height: 60px;
  border-radius: 0 7px 7px 0;
  background: var(--bgcolor);
}

.workshop{overflow: hidden;padding: 65px 0 10px 0;background: #fcfcfc;}
.workshop .work_box{display: flex;margin-top: 55px;flex-wrap: wrap;}
.workshop .work_box .item{width: calc((100% - 60px) / 3);margin-right: 30px;cursor: pointer;margin-bottom: 50px;}
.workshop .work_box .item:nth-child(3n){margin-right: 0;}
.workshop .item .pic{width: 100%;overflow: hidden;}
.workshop .item .pic img{width: 100%;transition: 0.6s ease;}
.workshop .item:hover .pic img{transform: scale(1.08);}
.workshop .item .tit{font-size: 22px;margin-top: 30px;text-align: center;transition: 0.6s;}
.workshop .item:hover .tit{color: var(--on-color);}  

.honor{overflow: hidden;padding:60px 0 55px 0;border-top: 2px solid #eceef3;margin-top: 55px;}
.honor .honor_box{display: flex;margin-top: 55px;flex-wrap: wrap;}
.honor .honor_box .item{width: calc((100% - 260px) / 3);margin-right: 130px;cursor: pointer;margin-bottom: 10px;}
.honor .honor_box .item:nth-child(3n){margin-right: 0;}
.honor .item .pic{width: 100%;text-align: center;}
.honor .item .pic img{width: 76%;transition: 0.6s ease;margin-top: -10px;}
.honor .item .pic_b,.honor .item .pic_b img{width: 100%;}
.honor .item:hover .pic img{transform: scale(1.05) translateY(-25px);}

.history{margin-top: 30px;}
.history-swiper .his-item{padding: 0 40px;overflow: hidden !important;position: relative;cursor: pointer;width: 100%;border-left: 1px solid #f6f6f6;padding-bottom: 150px;}
.history .his-item .txts{display: flex;width: 100%;margin-top: 70px;opacity: 0.4;transition: 0.8s;}
.history .his-item .txts .pic{width: 285px;}
.history .his-item .txt{width: calc(100% - 285px);margin-left: 45px;}
.history .his-item .time{font-size: 98px;color: #333333;font-family: Arial;line-height: 1;font-weight: bold;opacity: 0.4;transition: 0.8s;}
.history .his-item .txt h2{font-size: 20px;font-weight: bold;color: #0b0b0b;line-height: 1;transition: 0.7s;}
.history .his-item p{margin-top: 15px;font-size: 16px;color: #626262;line-height: 28px;}
.history .his-item .tit-h{font-size: 72px;color: #e9ebed;font-family: 'Barlow-Bold';text-align: right;right: -12px;line-height: 70px;position: absolute;bottom: 15px;}
.history-swiper .swiper-wrapper{margin-top: 65px;}
.history-swiper .swiper-slide-active .his-item .txts,.history-swiper .swiper-slide-active .his-item .time{opacity: 1;}
.history-swiper .swiper-slide-active .his-item:hover .txt h2{color: var(--bgcolor);}

.list-app{padding: 55px 0;}
.list-app .titles h2{font-size: 18px;color: #494949;max-width: 1000px;margin: 0 auto}
.list-app .app_box{display: flex;flex-wrap: wrap;margin-top: 60px;}
.list-app .app_box .item{width: calc(100% / 3 - 30px);margin-right: 30px;margin-bottom:50px;cursor: pointer;}
.list-app .app_box .item:nth-child(3n){margin-right: 0;}
.list-app .app_box .item .pic{width: 100%;overflow: hidden;}
.list-app .app_box .item .pic img{transition: 0.5s;}
.list-app .app_box .item h1{font-size: 22px;margin-top: 25px;color: #333;text-align: center;}
.list-app .app_box .item:hover .pic img{transform: scale(1.12);}

.list-app .app_back{display: flex;align-items: center;width: 100%;justify-content: center;background: rgba(202, 1, 16, 0.8);transform: translateY(-80px);height: 80px;}
.list-app .app_back h1{color: #fff;font-size: 24px;font-weight: bold;text-transform: uppercase;}

.footer{padding-top: 70px;background: #f9f9f9;}
.footer .texts{line-height: 1;margin-top: 90px;margin-right: 30px;}
.footer .texts h2{color: var(--on-color);font-size: 30px;font-weight: lighter;display: flex;align-items: center;}
.footer .texts h2 span{margin-right: 9px;}
.footer .texts h2 .cir{width: 5px;height: 5px;border-radius: 50%;background: var(--bgcolor);display: inline-block;margin-right: 9px;}
.footer .texts h1{color: var(--on-color);font-size: 35px;margin: 14px 0;}
.footer .texts h1 span{color: var(--color);font-family: Arial;font-weight: bold;}
.footer .texts h3{color: #3a5591;font-size: 20px;}
.footer .texts h4{color: #3a5591;font-size: 13.5px;font-family: Arial;text-transform: uppercase;margin-top: 8px;}
.footer .contact-l{margin-top: 65px;}
.footer .contact-l .title{font-size: 18px;color: #000;line-height: 36px;margin-bottom: 30px;font-weight: bold;}
.footer .contact-l .con,.footer .contact-l .con a{font-size: 19px;color: #000;line-height: 30px;cursor: pointer;font-weight: bold;}
.footer .contact-l .cont-box{margin-bottom: 30px;}
.footer .contact-l .cont-box1{margin-bottom: 0;}

.pro_links{display: flex;justify-content: space-between;width: 100%;align-items: center;margin-top: 10px;}
.pro_links .info-f .ico a:nth-child(3){color: #272727;}
.email_btn{width: 170px;height: 45px;background: var(--bgcolor);display: flex;justify-content: center;align-items: center;cursor: pointer;transition: 0.8s;}
.email_btn:hover{transform: translateY(-15px);}
.email_btn i{font-size: 22px;color: #000;margin-right: 10px;}
.email_btn span{font-size: 18px;color: #000;font-weight: bold;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;}
.footer .dls .dl{margin-right: 45px;}
.dl .dl-title {
font-size: 20px;
 font-weight: bold;
  color: #1b1b1b;
}
.dl>dd a{
  line-height: 40px;
  font-size: 16px;
  font-weight: lighter;
  color: #494949;
  white-space: nowrap;
}
.dl>dt a{color: #000;}
.dl>dd:nth-child(2),.dl>a:nth-child(2) {
  margin-top: 20px;
}
.footer .dls .dl:last-child{margin-right: 0;}
.dl>.tel{color: #3a5591;font-size: 28px;font-family: 'Roboto-Black';display: block;}
.dl>.p{margin-top: 20px;}
.dl>p,.dl>p a{color: #494949;font-size: 16px;line-height: 38px;}
.dl>p:hover a{color: var(--bgcolor);}
.footer .dls .dl dd span{position: relative;}
.footer .dls .dl dd span:hover::after{width: 100%;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: var(--bgcolor);
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .dls .dl dd span:hover{color: var(--on-color);}
.footer .code{margin-top: 40px;}

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

 .info-f .ico {
  align-items: center;
}
.info-f.flex{align-items: flex-start;}
.info-f .ico a {
  position: relative;
  color: #000;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.info-f .ico a:hover{color: var(--on-color);}
.info-f .ico a i{font-size: 20px;transition: 0.5s;}
.info-f .ico a:nth-child(1){width: 28px;height: 28px;background: #000;color: #fff;border-radius: 3px;}
.info-f .ico a:nth-child(2) i{font-size: 35px;}
.info-f .ico a:nth-child(3){width: 28px;height: 28px;background: #000;color: #fff;border-radius: 3px;padding-left: 5px;}
.info-f .ico a:nth-child(1):hover,.info-f .ico a:nth-child(3):hover{background: var(--bgcolor);}


.footer .bottom p,.footer .bottom p a{color:#fff;font-size: 16px;font-weight: lighter}
.footer .bottom p br{display: none;}
.footer .bottom .mc{margin-top: 15px;display: inline-block;}
.footer .bottom{margin-top: 60px;background: var(--bgcolor);padding:35px 0 25px;}
.footer .bottom>.flex{align-items: center;height: 100%;flex-wrap: wrap;}

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

.sidebar{width: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:50px;border-bottom:1px solid #CED2D9;align-items:center;font-size:18px;display:flex;position:relative;}
.sidebar .bd .item h3 a i{position:absolute;font-size:13px;right:5px;top:50%;margin-top:-5px;}
.sidebar .bd .item.on h3 a,.sidebar .bd .item h3 a:hover{color:#338BCF}
.sidebar .bd .item .sub{padding:20px 0;}
.sidebar .bd .item .sub a{margin-bottom:20px;display:flex;align-items:center;}
.sidebar .bd .item .sub a i{font-size:13px;width:25px;margin-left:10px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:#338BCF}
.content{width: 100%;}

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

.list-download .t{text-transform:uppercase;margin-bottom:40px;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-download .list .item{margin-bottom:25px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:20px 40px 20px 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.12);border-radius:5px;}
.list-download .list .item .name{display:flex;width:80%;}
.list-download .list .item .name .i{width:40px;display:flex;align-items: center;}
.list-download .list .item .name .i i{height:22px;width:22px;background:#338BCF;font-size:0;border-radius:22px;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:18px;color:#0B2042}
.list-download .list .item .name .info p{transition-duration:.5s;padding-top:8px;color:#0B2042;font-size:12px;opacity:.6;}
.list-download .list .item .name .info p i{font-size:12px;margin-right:5px;}
.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;}

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

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

.list-news .list .item{margin-bottom:75px;}
.list-news .list .item:last-child{margin-bottom:50px;}
.list-news .list .item h2{font-size:18px;color:#338BCF;padding-bottom:14px;border-bottom:1px solid #CED2D9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list-news .list .item p{margin:23px 0 19px;font-size:16px;line-height:24px;color:#0B2042;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.list-news .list .item span{transition-duration:.6s;color:#338BCF;border-bottom:1px solid #338BCF}
.list-news .list .item:hover span{margin-left:10px;}
.list-news .show .t h2{font-size:24px;color:var(--on-color);line-height:24px;}
.list-news .show .t .time{padding:20px 0 17px;color:#0B2042;opacity:.5;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:30px 0;color:#0B2042;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;color:#0B2042;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:18px;justify-content: center;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}

.list-products{background: #fafafa;}
.pro-list{padding: 65px 0 40px 0;}
.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .list .item{transition:.6s;width: calc(100% / 3 - 50px);margin:0 50px 45px 0;box-shadow: 0 10px 20px rgba(0,0,0,0.05);}
.list-products .list .item:nth-child(3n){margin-right:0;}

.list-products .content .title{margin-bottom:15px;padding-bottom:12px;font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;border-bottom:1px solid #0B2042;}
.list-products .content .title2{margin-bottom:40px}
.list-products .body{font-size:16px;line-height:24px;color:#0B2042;}
.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{margin-bottom:40px}
.list-products .head .img_list{z-index:2;width:700px}
.list-products .head .img_list.flex{flex-direction: column;}
.list-products .head .img_list .datu{width: 100%;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);}
.list-products .head .img_list .datu img{width:100%}
.list-products .head .img_list .xiaotu{display:flex;align-content: space-between;margin-top: 25px;height: 110px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:115px;height: 90px;margin-right:18px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);}

.list-products .head .img_list .xiaotu li img{width:100% !important;}
.zoom-desc{display:flex;}

.list-products .head .img_list .xiaotu .pro_next,.list-products .head .img_list .xiaotu .pro_prev{color:#767676;text-align:center;cursor: pointer;font-size:22px;display:flex;align-items: center;}
.list-products .head .img_list .xiaotu .pro_next{margin-right: 18px;}
.list-products .head .img_list .xiaotu .pro_prev{margin-left: 20px;}
.list-products .head .img_list .xiaotu .pro_next i,.list-products .head .img_list .xiaotu .pro_prev i{font-size: 35px;font-weight: lighter !important;}

.list-products .head .txt_list{width: calc(100% - 770px);display:flex;align-content: space-between;flex-wrap:wrap;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{padding-bottom:12px;margin-top: 10px;}
.list-products .head .txt_list .t h1{color:#3a5591;font-size:28px;font-weight: bold;margin-top: 5px;}

.list-products .head .txt_list .c .nav{display:flex;}
.list-products .head .txt_list .c .nav a{width:170px;height:48px;border-radius:48px;margin-right:25px;display:flex;align-items: center;color:#fff;background: var(--color);padding-left: 22px;}
.list-products .head .txt_list .c .nav .message_btn{background: #3a5591;}
.list-products .head .txt_list .c .nav a span{font-size: 17px;margin-left: 12px;font-weight: bold;}
/* .list-products .head .txt_list .c .nav a:hover{} */
/* .list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:#338BCF;height:44px;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;}
.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;border-top:1px solid #CCCCCC;}
.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}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}
.title-pro{font-size: 28px;font-weight: bold;margin-bottom: 15px;}
.list-products .head .txt_list .box p{font-size: 18px;color: #434343;line-height: 28px;margin-bottom: 30px;}
.list-products .head .txt_list .temp{font-size: 28px;color: #3a5591;margin-bottom: 45px;font-weight: bold;}

.list-products .body table {  
    width: 100%;  
    border-collapse: collapse;
    border: none;
    margin-top: 20px;   
}  
.list-products .body table tbody tr{background:#f0f0f0;} 
.list-products .body table tbody td{width: auto;font-size:30px;color:#fff;font-family: 'Roboto-Regular';vertical-align: middle;height: 60px;text-align: center;background: #fcfcfc;}
.list-products .body table tbody tr:nth-child(2n+1) td{background: #4e649e;}
.list-products .body table tbody tr:first-child td{height: 110px;background: var(--bgcolor);font-size: 22px;text-align: center;line-height: 30px;}
.list-products .body table tbody tr:nth-child(2n) td{background: #b6bad8;}
.list-products .app_box{display: flex;justify-content: space-between;align-items: center;margin-top: 60px;}
.list-products .app_box .txt{width: calc(100% - 415px);}
.list-products .app_box .txt h1,.list-products .qd h1{font-size: 38px;color: #232323;font-weight: bold;}
.list-products .app_box .txt p,.list-products .qd p{font-size: 22px;color: #434343;font-weight: bold;line-height: 40px;margin-top: 30px;}
.list-products .qd p{margin-top: 20px;}
.list-products .qd{margin-top: 80px;}

.titles h1{font-size: 58px;color: var(--bgcolor);font-weight: bold;text-align: center;}
.titles h2{font-size: 20px;color: var(--bgcolor);text-align: center;margin-top: 5px;}
.list-about{padding: 50px 0 70px 0;}
.list-about .textcontent{margin-top: 30px;}
.list-about .textcontent p{line-height: 40px;font-size: 18px;color: #31303e;}
.list-about .textcontent p:first-child{font-size: 22px;color: #31303e;line-height: 36px;}
.list-contact .contact_t{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.list-contact .cont_l{display: flex;}
.list-contact .cont_l .txts{margin-left: 30px;width: calc(100% - 105px);}
.list-contact .cont_l .txts h1{line-height: 1;font-size: 40px;font-weight: bold;}
.list-contact .cont_l .txts p{line-height: 1;font-size: 16px;margin-top: 12px;}
.list-contact .codes{display: flex;}
.list-contact .codes .item{text-align: center;margin-right: 10px;font-size: 18px;}
.list-contact .c_txt{display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-contact .c_txt .item{display:flex;border-bottom:1px solid #cccccc;align-items: center;height: 170px;width: 47%;}
.list-contact .c_txt .item:hover{border-color: var(--bgcolor)}
.list-contact .c_txt .item .i{width:60px;display:flex;justify-content: center;align-items: center;margin-right: 40px;}
.list-contact .c_txt .item .i i{font-size:65px;color: #000000;}
.list-contact .c_txt .item a{color: #000;}
.list-contact .c_txt .item a:hover{color:var(--on-color)}
.list-contact .c_txt .item .p{font-size: 22px;width: calc(100% - 40px);margin-left: 10px;color: #000;}

.list-contact .message {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}
.list-contact .mes-title span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.list-contact .message label {
  display: flex;
  flex-direction: column;
  color: #4e4e4e;
  width: 100%;
}
.list-contact .message .form-div label{width: 49.3%;}

.list-contact .iptb{
  width: 100%;
  height: 45px;
  margin-top: 25px;
  border: 1px solid #dddddd;
  padding-left: 10px;
  background: #f5f5f5;
  color: #5d5d5d;
}
.list-contact .iptl{height: 200px;padding-top: 25px;}

.list-contact .form-div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%; 
}
.list-contact .form-div1{margin-top: 0;}
.list-contact #submit {
  width: 160px;
  height: 45px;
  background-color: var(--bgcolor);
  border: none;
  color: #fbfbfb;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.7s;
}
.list-contact #submit:hover{transform: scale(0.9);}
.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;}

.hadbox-sec {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec .wrap {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec .wrap {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec .wrap .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--bgcolor);
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec .wrap .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec .wrap .form .f_sub,
.hadbox-sec .wrap .form .tx {
  height: 1rem;
}
.hadbox-sec .wrap .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec .wrap .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec .wrap .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec .wrap .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec .wrap .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec .wrap .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec .wrap .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: var(--bgcolor);
}
@media (max-width: 767px) {
  .hadbox-sec .wrap .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec .wrap .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec .wrap .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec .wrap .navbox > ul li {
  list-style: none;
}
.hadbox-sec .wrap .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec .wrap .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #494949;
}
.hadbox-sec .wrap .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec .wrap .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec .wrap .navbox > ul > li .tit i img,
.hadbox-sec .wrap .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec .wrap .navbox > ul > li .tit i img path,
.hadbox-sec .wrap .navbox > ul > li .tit i svg path {
  fill: #494949;
  stroke: none;
}
.hadbox-sec .wrap .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a i img,
.hadbox-sec .wrap .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a i img path,
.hadbox-sec .wrap .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a i:after,
.hadbox-sec .wrap .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec .wrap .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec .wrap .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec .wrap .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec .wrap .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec .wrap .navbox > ul > li.on .tit {
  color: var(--bgcolor);
}

@media (max-width: 1920px){
  .pro-swiper::before{display: inline-block;}
}
@media (max-width: 1850px){
 
 .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 2.6vw;margin-right: 5.21vw;margin-top: 16.15vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 1.15vw;margin-right: 5.21vw;margin-top: 1.04vw;;line-height: 1.98vw;}
  .h_banner .home_swi .home_pag {bottom: 15.1vw;padding-right: 5.21vw;}
  .index-app .pic .txt{width: 46.5%;height: 16.41vw;top: 3.65vw;left: 2.86vw;padding: 3.91vw 0 0 2.6vw;}
.index-app .item .txt h1{font-size: 1.25vw;}
.index-app .item .txt p{font-size: 1.04vw;line-height: 1.67vw;margin-top: 1.3vw;}
.index-app .item .txt .icon-a{margin-top: 1.82vw;}
.index-app .item{margin: 0 2.6vw;}
.app-swiper .swiper-button-next { left: 23.44vw; width: 2.86vw;height: 2.86vw;border: 2px solid #bcbcbc;}
.app-swiper .swiper-button-next i{ font-size: 1.56vw;}
.app-swiper .next_btn{ left: 72.92vw;}
}
@media (max-width: 1600px){
   .cats .item{margin-right: 4vw;}
  .history .his-item .txts .pic{width: 200px;}
.history .his-item .txt{width: calc(100% - 200px);margin-left: 45px;}
    .wrap{width:98%}
    .index-pro .btn{display:none;}
    .header .header-right .item h3 a{font-size:16px;}
    .header .header-right .item{margin-left:40px;}
    .footer .texts h1{font-size: 40px;}
    .footer .dls .dl{margin-right: 3.39vw;}
}
@media (max-width: 1400px){
.honor .honor_box .item{width: calc((100% - 13.54vw) / 3);margin-right: 6.77vw;}
  .list-about .bn-list li h2 .number{font-size: 75px;}
  .news .lists .new-item .txts{padding: 20px 25px 25px 20px;}
  .news .lists .new-item{width: calc((100% - 1.25rem)/3);margin-right: .625rem;}
  .news .lists .new-item h2{font-size: 18px;line-height: 36px;}
    .wrap-1400{width:98%}
    .index-about{padding: 60px 0;}
     .header .header-right .item h3 a{font-size:15px;}
    .header .header-right .item{margin-left:20px;}
    .index-about .about-l h1{font-size: 42px;}
    .index-about .about-l h2{font-size: 25px;}
    .index-about .lists .item{width: 22%;}
    .index-about .lists .item h1{font-size: 19px;}
    .index-about .lists .item p{font-size: 16px;line-height: 28px;}

.new-swiper .item .txt h1{font-size: .51rem;margin-top: .88rem;}
.new-swiper .item .txt h2{font-size: .51rem;margin-top: .44rem;}
.new-swiper .item .txt p{font-size: .4rem;margin-top: .44rem;line-height: .55rem;}
 .new-swiper .new_pag {bottom: 1.38rem;}

 .index-com .com-l h1{font-size: .61rem;}
.index-com .com-l h2{font-size: .5rem;line-height: .5rem;margin-top: .63rem;}
.index-com .com-l h3{font-size: .4rem;line-height: .6rem;margin-top: .75rem;}
}
@media (max-width: 1200px){
  .list-products .head .img_list{width: 60%;}
  .list-products .head.flex{flex-wrap: wrap;}
  .list-products .head .txt_list{width: 100%;}
  .list-contact .cont_l .txts p{line-height: 24px;}
  .footer .texts{margin: 30px 0;}
  .footer{padding-top: 30px;}
  .footer .wrap.flex{flex-wrap: wrap;justify-content: center;}
  .footer .dls{flex-wrap: wrap;}
  .index-pro .item{margin: .25rem;}
  .header .header-left .logo{max-width: 220px;margin-right: 20px;}
  .index-about .about-r{max-width: 100%;margin-top: 30px;}
}
@media screen and (max-width:992px) {
  .search-div {
    width: 7.5rem;
    height: 1rem;
  }
  .search-div input {
    height: .75rem;
     width: 5.8rem;
    font-size: 12px;
    padding-left: .25rem;
  }
  .search-div button i{font-size: .28rem !important;}
  .search-div button {
    width: 1.30rem;
    height: .75rem;
  }
  .list-contact .c_txt .item{width: 100%;}
  .cats{display: none;}
  .list-about .bn-list li{width: 50% !important;margin-bottom: 30px;}
  .catalog .tit{font-size: 40px;}
  .catalog .des{font-size: 26px;line-height: 40px;padding: 0 10px;}
  .index-about .lists .item{width:48%;margin-bottom: 20px;}
    .h_banner .home_swi .home_pag {bottom: 5vw;padding-right: 5.21vw;}
  .h_banner,.banner{margin-top: 0;}
    .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .what .info .list,.list-contaact .what .info .txt,.list-contaact .bd .t,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-about .bd .pic,.list-about .bd .txt,.list-events .list .item .pic,.list-events .list .item .txt,.footer .menu .item,.content,.wrap,.wrap-1300{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 0;}
    .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:10px 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-bottom: 40px;margin-right: 0;}
    .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 .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 .app_box .txt{width: 100%;margin-top: 30px;}
  .list-products .qd{margin-top: 30px;}
  .list-products .app_box .txt p, .list-products .qd p{font-size: 18px;line-height: 30px;}
  .list-products .app_box .txt h1, .list-products .qd h1{font-size: 30px;}
  .list-products .app_box{margin-top: 30px;flex-wrap: wrap;justify-content: center;}
  .list-products .body table tbody td{font-size: 16px;}
  .list-contact .contact_t{flex-wrap: wrap;justify-content: center;}
  .list-contact .codes{margin-top: 30px;}
  .list-app{padding: 30px 0;}
  .list-app .app_box{justify-content: space-between;margin-top: 30px;}
 .list-app .app_box .item{width: 48%;margin-right: 0;margin-bottom: 30px;}
 .list-app .app_box .item h1{font-size: 20px;}
.honor{margin-top: 20px;padding: 30px 0 30px 0;}
 .honor .honor_box {justify-content: space-between;}
 .honor .honor_box .item{width: 49%;margin-right: 0;}
.workshop .work_box{justify-content: space-between;}
.workshop .work_box .item{width: 48%;margin-right: 0;margin-bottom: 30px;}
.footer .dls{padding: 0 10px;justify-content: space-between;}
.footer .dls .dl{margin-bottom: 30px;margin-right: 0px;}
.dl>dd a{font-size: 15px;}
.news .titleo{margin-bottom: 35px;}
.news{padding-top: 35px;}
.news .lists{flex-wrap: wrap;justify-content: center;}
.news .lists .new-item{width: 95%;margin-right: 0;margin-bottom: 40px;}
.bn-list li h2 .plus{top: -10px;font-size: 20px;right: -15px;}
.bn-list li h2 .number{font-size: 60px;}
.bn-list li h2 .txt{font-size: 30px;}
.index-com{padding: 50px 10px 40px 20px;}
.index-data{max-width: unset;width: 100%;}
.index-com .bn-list{margin-top: 40px;}
.pro-swiper::before{display: none;}
.index-new{padding: 0 0 30px 0;}
.new-swiper{padding-bottom: 50px;}
.new-swiper .new_pag {bottom: 10px;}
.new-swiper .item .txt{padding-left: 20px;margin-bottom: 20px;}
.new-swiper .item{flex-wrap: wrap;}
.index-about .about-l h1{font-size: 30px;}
 .index-app .pic .txt{width: 46.5%;height: auto;top: 3.65vw;left: 10vw;padding: 3.91vw 0 0 2.6vw;padding-bottom: 25px;}
.index-app .item .txt h1{font-size: 3.5vw;}
.index-app .item .txt p{font-size: 3.1vw;line-height: 3.7vw;margin-top: 1.3vw;}
.index-app .item .txt .icon-a{width: 30vw;}
.app-swiper .swiper-button-next { left: 2vw; width: 4vw;height: 4vw;border: 1px solid #bcbcbc;}
.app-swiper .swiper-button-next i{ font-size: 2vw;}
.app-swiper .next_btn{ left: 94vw;}
.index-app .item{margin: 0 8vw;}
.index-app .tit{font-size: 25px;}
.index-app{padding-top: 30px;}
.titleo{font-size: 30px;padding-left: 10px;}
.index-pro{padding: 30px 0;}
.sw-box{top: 40px;right: 10px;}
}
@media screen and (max-width:600px){
  .pro-swiper{overflow: hidden;transform: translate(0);}
  .index-pro .item{margin: 0 10px;}
  .list-products .body table tbody tr:first-child td{font-size: 12px;}
  .list-products .head .txt_list .temp{font-size: 20px;}
  .list-products .list .item{width:96%;}
   .list-products .list{justify-content: center;}
  .list-contact .c_txt .item .p{font-size: 18px;}
  .list-contact .cont_l .txts h1{font-size: 35px;}
  .list-contact .c_txt .item{min-height: 110px;height: unset;}
.list-contact .c_txt .item .i i{font-size: 40px;}
.list-contact .c_txt .item .i{margin-right: 10px;}
.list-contact .c_txt .item .p{width: calc(100% - 20px)}
  .history .his-item .time{font-size: 80px;}
  .history .his-item .txts{margin-top: 30px;}
  .history .his-item .txts{flex-wrap: wrap;}
  .history .his-item .txts .pic{width: 100%;margin-bottom: 30px;text-align: center;}
  .history .his-item .txts .pic img{width: 100%;}
  .history-swiper .his-item{padding: 0 10px 20px 10px;}
  .history .his-item .txt{width: 100%;margin-left: 0;}
  .workshop .item .tit{font-size: 18px;margin-top: 20px;}
  .list-about .bn-list li h2 .number{font-size: 60px;}
  .list-about .textcontent p:first-child{font-size: 20px;line-height: 30px;}
  .list-about .textcontent p{line-height: 35px;}
  .titles h1{font-size: 40px;}
  .workshop{padding-top: 30px;}
  .list-about{padding: 30px 5px;}
  .footer .bottom p br{display: inline-block;}
  .footer .bottom p{text-align: center;}
  .index-about .lists .item{width:100%;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 2.6vw;margin-right: 3vw;margin-top: 7vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 2vw;margin-right: 3vw;margin-top: 1.04vw;;line-height: 1.98vw;}
  .home_swi .swiper-pagination-bullet svg{width: 25px;height: 25px;}
   .h_banner .home_swi .home_pag {bottom: 4vw;padding-right: 3vw;}
   .index-about .about-r h3{font-size: 22px;}
   .index-about .about-l h2{margin-top: 10px;}
   .btns{margin-top: 25px;}
   .index-about .lists .item p{font-size: 17px;}
   .index-about .lists .item .btns{margin-top: 10px;}
   .index-about .lists .item .btns{width: 100%;justify-content: flex-end;}
}