@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: 'ProximaNova-Light';
	src:url('../fonts/ProximaNova-Light.otf');
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src:url('../fonts/ProximaNova-Bold.otf');
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src:url('../fonts/ProximaNova-Regular.otf');
}
@font-face {
	font-family: 'Roboto-Black';
	src:url('../fonts/Roboto-Black.woff');
}
*{box-sizing:border-box}
.wrap{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;}

.contact-titles h2{font-size: 36px;text-align: center;line-height: 1;}
.list-contact .bodys{margin-top: 40px;overflow: hidden;margin-bottom: 30px;}
.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:9999}
.top{height:65px;background: #151515;transition:.6s;}
.top .wrap{align-items: center;height: 100%;}
.top .flex{align-items: center;}
.top .txt{font-size:20px;color:#FFFFFF;font-family: 'SourceSansPro-Black';margin-left: 20px;}
.top .top_right{height:65px;transition:.6s;}
.top.height .top_right{height: 50px;}
.top.height .logo img{transform: scale(0.8);}
.top .top_right .links{display: flex;align-items: center;height: 100%;}
.top.height{height: 50px;}

.top .top_right .links a{font-size: 16px;color: #fff;margin-left: 20px;display: flex;align-items: center;font-family: 'Poppins-Regular';opacity: 0.5;transition: 0.6s;}
.top .top_right .links a i{margin-left: 15px;}
.top .top_right .links a:hover{color: var(--on-color);opacity: 1;}
.header .langs{display: flex;align-items: center;margin-left: 25px;height: 100%;}
.top .lang{margin-left: 22px;}
.top .lang a{margin-right: 18px;}
.header .langs a{display: flex;align-items: center;justify-content: center;}
.header .langs a img{width: 20px;height: 13px;margin-left: 10px;}
.header .langs a span{font-size: 18px;color: #0c0809;font-family: Arial;font-weight: bold;line-height: 18px;display: block;}

.header{transition:.6s;height:60px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header .wrap{height: 100%;}
.header.height{box-shadow:0 10px 20px rgba(0,0,0,0.05);height: 45px;}
.header.height .header-left .sub{top: 45px;}

.header .header-left{align-items: center;justify-content: flex-start;height: 100%;}
.top_header .logo{margin-right:20px;display: flex;align-items: center;}
.top_header .logo img{transition: 0.7s;}
.header .info a{font-size: 18px;}
.header .info a img{margin-right: 15px;}
.header .header-left .item h3 a{font-size:21px;;color:#333333;font-family: 'Poppins-Light';position: relative;}
.header .header-left .item h3 a::after{content: "";width: 0;height: 3px;background: #eca018;position: absolute;bottom: 3px;left: 50%;transition: 0.6s;transform: translate(-50%);}
.header .header-left .item:hover h3 a::after,.header .header-left .item.on h3 a::after{width: 100%;}
.header .header-left .item{margin-right: 80px;position: relative;}
.header .header-left .item:last-child{margin-right: 0;}
.search-btn i{font-size: 25px;color: #fff;margin-left: 5px;}

.header .header-right .ico{align-items: center;}
.header .header-right .ico a{margin-left:25px}
.header .item{display:flex;align-items: center;height: 100%;}
.header .item h3 a{color:#000;}
.header .header-left .sub {
  z-index: 2;
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  border: 1px solid var(--on-color);
  background: #fff;
  border-radius: 5px;
  background-color: var(--on-color);
  color: #000 !important;
}
.header .header-left .sub .wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px;
  width: 100%;
}
.header .header-left .sub .p {
  width: 100%;
  height: 40px;
  display: flex;
  /* border-bottom: 1px solid #d4d5d6; */
  position: relative;
}
.header .header-left .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;
  font-size: 16px;
  padding: 0 15px;
  transition: 0.6s;
  color: #fff;
}
/* .header .header-left .sub .p:hover{background-color: var(--on-color);} */
.header .header-left .sub .p:hover > a {
  color: #000;
  transform: translateX(10px);
}
.header .header-left .sub .p::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--on-color);
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.6s;
}
.header .header-left .sub .p:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--on-color);
  left: 0;
  top: 0;
  position: absolute;
}
.header .info.flex{align-items: center;}
.md{margin-bottom: 55px;}
.videolist{cursor: pointer;}
/* From Uiverse.io by nikk7007 */ 
.btn_a {
  background-color: transparent;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
 }
 
 .btn_a::after, .btn_a::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: .8s ease-out;
  background-color: var(--on-color);
 }
 .btn_b::after, .btn_b::before{background-color: #eca018;}
 .btn_a::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
 }
 
 .btn_a:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
 }
 
 .btn_a:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
 }
 
 .btn_a:hover {
  color: var(--color2);
 }
 
 .btn_a:active {
  filter: brightness(.7);
  transform: scale(.98);
 }

.box_skitter{position: relative;}
.image_number{font-size: 18px;color: #fff;font-family: 'Poppins-Medium';}
.box_skitter .lis{position: relative;}
.box_skitter .title_b{font-size: 61px;color: #fff !important;position: absolute;left: 260px;bottom: 295px;z-index: 99;opacity: 0;transition: 1s ease;line-height: 70px;font-family: 'Poppins-Bold';}
.box_skitter .title_s{font-size: 20px;color: #fff !important;position: absolute;left: 315px;bottom: 365px;z-index: 99;opacity: 0;transition: 1s ease;max-width: 500px;line-height: 26px;font-family: 'ProximaNova-Light';}
.border_box{margin-top: 125px;width: 100%;}
.banner{position: relative;margin-top: 125px;}
.banner img{width:100%;}
.title{font-size: 50px;text-align: center;font-family: 'Poppins-Bold';line-height: 60px;}
.index-about{margin-top: 70px;}
.index-about .title{font-family: 'Poppins-Light';font-size: 62px;margin-top: 70px;color: #656565;text-align: center;}
.index-about .txtcontent p{font-family: 'Poppins-Light';font-size: 20px;margin-top: 30px;color: #8f8f8f;line-height: 36px;text-align: center;}
.index-about .ab-list{display: flex;justify-content: space-between;flex-wrap: nowrap;margin-top: 70px;}
.index-about .ab-list .item{width: 32%;cursor: pointer;}
.index-about .ab-list .item .pic{text-align: center;overflow: hidden;}
.index-about .ab-list .item .pic img{transition: 0.6s;}
.index-about .ab-list .item:hover .pic img{transform: scale(1.1);}
.index-about .ab-list .item h2{font-family: 'Poppins-Light';font-size: 22px;margin-top: 30px;color: #333333;text-align: center;transition: 0.6s;}
.company{padding: 0 15px;margin-top: 80px;margin-bottom: 60px;position: relative;background: url("/skin/images/company01_03.jpg") no-repeat center bottom;width: 100%;height: 688px;background-size: cover;background-attachment: fixed;}
.index-about .ab-list .item:hover h2{color: var(--on-color);}
/* .company .imgx img{width: 100%;} */
.company .com_box{background: rgba(255,255,255,.9);padding: 70px 80px 50px 50px;max-width: 605px;position: absolute;top: 195px;left: 255px;}
.company .com_box h1{font-family: 'Poppins-Bold';color: var(--on-color);font-size: 45px;}
.company .com_box p{color: #404040;font-size: 20px;line-height: 34px;font-family: 'Poppins-Light';}
.btns{justify-content: center;display: flex;align-items: center;}
.company .com_box .btns{background: var(--bgcolor);width: 170px;border-radius: 50%;height: 50px;border-radius: 50px;margin-top: 50px;transition: 0.6s;}
.company .com_box .btns:hover{transform: ;}

.company .com_box .btns span{font-family: 'Poppins-Bold';color: #fff;font-size: 16px;margin-left: 12px;}

.index-partner{width: 100%;height: 115px;border-bottom: 1px solid #2b3038;}
.list-about .index-partner{border-top: 1px solid #2b3038;border-bottom: none;margin-top: 15px;}
.index-partner .wrap-1350{height: 100%;}
.index-partner .partner{display: flex;align-items: center;height: 100%;}
.index-partner .partner .partner_l{font-size: 24px;font-family: 'ProximaNova-Bold';}
.index-partner .partner .icons{flex: 1;margin-left: 45px;display: flex;justify-content: space-between;align-items: center;}
.index-partner .partner .icons img{transition: 1s ease;}
.index-partner .partner .icons img:hover{transform: scale(1.08) rotateY(360deg);}
.index-pro .title{font-size: 50px;margin-top: 65px;text-align: center;font-family: 'Poppins-Bold';color: #010101;}
.index-pro .pro_box{display: flex;margin-top: 40px;justify-content: space-between;flex-wrap: wrap;}
.index-pro .pro_box .pic{width: 100%;position: relative;overflow: hidden;}
.index-pro .pro_box .pic img{width: 100%;transition: 0.7s ease;}
.index-pro .pro_box .pic:hover img{transform: scale(1.1);}
.index-pro .pro_box .item{width: 49%;margin-bottom: 30px;}
.index-pro .pro_box .item h1{font-size: 26px;font-family: 'Poppins-Light';color: #333333;margin-top: 30px;}
.index-pro .pro_box .item p{font-size: 18px;font-family: 'Poppins-Light';color: #333333;margin-top: 15px;line-height: 24px;}
.index-pro .pro_box .item .btns{width: 185px;height: 50px;box-shadow: 9px 0 20px rgba(0,0,0,0.05);font-size: 15px;font-family: 'Poppins-Medium';color: #333;font-size: 15px;margin-top: 20px;border-radius: 4px;transition: 0.8s;}
.index-pro .pro_box .item .btns:hover{background: var(--bgcolor);color: #fff;}
.index-prod{padding-bottom: 20px;}
.index-prod .prod_top{height: 215px;width: 100%;background: var(--bgcolor);display: flex;justify-content: center;align-items: center;}
.index-prod .prod_top .title{font-size: 50px;text-align: center;font-family: 'Poppins-Bold';color: #fff;line-height: 60px;}
.index-prod .prod_box{display: flex;flex-wrap: wrap;margin-top: 50px;}
.index-prod .prod_box .item{width: 25%;margin-bottom: 50px;padding: 0 15px 15px 15px;transition: 0.7s;background: #fff;}
.index-prod .prod_box .item .pic{padding-top: 10px;padding-bottom: 30px;}
.index-prod .prod_box .item .txts h1{font-size: 20px;font-family: 'Poppins-Bold';color: #333333;margin-top: 25px;line-height: 1;}
.index-prod .prod_box .item .txts p{font-size: 18px;font-family: 'Poppins-Light';color: #333333;line-height: 1;}
.index-prod .prod_box .item .txts img{margin: 12px 0;}
.index-prod .prod_box .item .btns{width: 100%;height: 40px;background: #3b3b3b;color: #fff;font-size: 18px;font-family: 'Poppins-Bold';margin-top: 15px;transition: 0.7s;}
.index-prod .prod_box .item:hover{box-shadow: 0 20px 30px rgba(0,0,0,0.03),0 20px 30px rgba(0,0,0,0.03);z-index: 99;}
/* .index-prod .prod_box .item:hover .btns{background: var(--bgcolor);} */

.about .title{font-size: 48px;margin-top: 65px;text-align: left;max-width: 695px;margin-left: 285px;line-height: 50px;text-transform: uppercase;font-family: 'ProximaNova-Light';}
.about .title span{border-bottom: 3px solid var(--bgcolor);padding-bottom: 25px;}
.about .about_box{display: flex;justify-content: space-between;margin-top: 65px;align-items: center;}
.about .about_box .about_l .list-about{width: 100%;}
.about .about_box .about_l{width: 50.5%;position: relative;}
.about .about_box .about_l .pic{position: relative;}

/* .about .about_box .about_l .pic img{width: 420px;} */
.about .about_box .about_l .pic .name{font-size: 20px;font-weight: bold;display: flex;justify-content: center;align-items: center;position: absolute;bottom: 20px;left: 0;width: 100%;transition: 0.7s ease;font-family: 'ProximaNova-Bold';}
/* .prod-swiper{width: 1150px;}
.swiper-wrapper{width: 970px !important;} */
/* .prod-swiper .swiper-slide{
  width: auto;
  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
 } */
 .sw-box{position: absolute !important;bottom: 0;right: -10px;;z-index: 99999999999999 !important;}
 /* .about .about_box .about_r .btn::after,.index-prod .prod_t .btn::after {
  content: "";
  background: #2c9eda;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
 .about .about_box .about_r .btn:hover::after,.index-prod .prod_t .btn:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 } */

 .pro-paging{margin: 0;}
 .news-paging{padding: 10px 0 50px 0;}

.news{margin-top: 40px;}
.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 .title{font-size: 50px;text-align: center;line-height: 50px;font-family: 'Poppins-Bold';margin-bottom: 70px;}
.news .lists .new-item{width: calc((100% - 40px)/3);display: flex;flex-direction: column;align-items: center;border-radius: 8px;margin-bottom: 50px;transition: 0.7s;cursor: pointer;margin-right: 20px;overflow: hidden;box-shadow: 0 20px 30px rgba(0,0,0,0.03);} 
.news .lists .new-item:nth-child(3n){margin-right: 0;}
.news .lists{display: flex;width: 100%;justify-content: flex-start;flex-wrap: wrap;}
.news .lists .new-item .pics{width: 96%;overflow: hidden;margin: 8px auto 8px auto;}
.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 h2{font-size: 24px;font-family: 'Poppins-Light';color: #000;transition: 0.7s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.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: 25px 35px 25px 20px;}
.news .lists .new-item .con{margin-top: 20px;}
.news .lists .new-item .btn{font-size: 16px;color: #c3c3c3;font-family: 'Poppins-Light';margin-top: 40px;line-height: 24px;transition: 0.7s;width: 205px;height: 50px;border: 1px solid #f0f0f0;border-radius: 4px;}
.news .lists .new-item .btn:hover{background-color: var(--bgcolor);color: #fff;}
.news .lists .new-item:hover h2{color: var(--on-color);}
.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%;}

.app-swiper{overflow: visible;position: relative !important;margin-top: 50px;}
.app-swiper::before{content: "";position: absolute;bottom: 0;left: -260px;width: 260px;height: 250px;background: #fff;z-index: 99;display:none;}
.app-swiper .pic{margin: 0 16px;position: relative;overflow: hidden;cursor: pointer;}
.app-swiper .pic>img{width: 100%;}
.app-swiper .pic .back{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);left: 0;top: 0;transition: 0.6s;}
.app-swiper .pic:hover .back{background: rgba(0,0,0,0.2);}
.index-app{padding-bottom: 105px;}
.index-app .title{color: #1e1f23;text-align: left;}
.index-app .titles p{color: #1e1f23;font-size: 16px;font-family: 'Poppins-Light';margin-top: 10px;}
.index-app .txt{display: flex;justify-content: space-between;position: absolute;bottom: 20px;left: 0;padding: 0 25px;align-items: center;width: 100%;}
.index-app .txt img{width: auto;transition: 0.7s;}
.index-app .txt span{color: #fff;font-family: 'Poppins-Light';font-size: 28px;}
.app-swiper .pic:hover .txt img{transform: translate(20px);}
.bg-swiper .bg_box{width: 100%;height: 520px;}
.bg-swiper .txts{display: flex;position: absolute;width: 1300px;top: 21%;left: 50%;transform: translate(-50%);align-items: flex-start;justify-content: space-between;}
.bg-swiper .txts p{font-size: 26px;font-family: 'Poppins-Bold';line-height: 42px;width: calc(100% - 220px);text-transform: uppercase;}
.bg-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #bda109; width: 20px;height: 20px;border-radius: 50%;margin-right: 12px !important;}
.bg-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 20px;height: 20px;border-radius: 50%;margin-right: 12px !important;background-color: #4e4411;}
.bg-swiper .swiper-pagination{bottom: 125px;text-align: left;padding-left: 525px;}

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

.list-about .profile .title{font-size: 62px;font-family: 'Poppins-Bold';text-align: left;margin-top: 5px;color: var(--on-color);}
.list-about .profile .text_content{width: 52.8%;}
.list-about .profile .text_content p{font-size: 23px;line-height: 36px;font-family: 'Poppins-Regular';margin-bottom: 50px;color: #2f2f2f;}
.list-about .profile .text_box{margin-top: 80px;}
.list-about .profile .text_l{width: 43.5%;display: flex;justify-content: flex-end;position: relative;}
.list-about .profile .text_l .backs{width: 93.4%;height: 400px;background: var(--bgcolor);border-radius: 17px 0 17px 0;box-shadow: 0 21px 30px rgba(160,155,145,.25);}
.back_b{width: 100%;}
.list-about .profile .text_l .img_box{position: absolute;top: -45px;left: 0;width: 93.75%;}
.list-about .profile .text_l .img_box .play{transform: translate(-50%,-50%);position: absolute;left: 50%;top: 50%;}
.list-about .profile .text_content p:last-child{margin-bottom: 0;}
.list-about .profile .mission h1{font-size: 32px;font-family: 'Poppins-Bold';margin-top: 60px;}
.list-about .profile .mission .miscontent p{font-size: 20px;font-family: 'Poppins-Regular';line-height: 26px;margin-bottom: 20px;}

.index-data{display: flex;justify-content: flex-end;align-items: center;padding: 80px 0;} 
.bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
 
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    cursor: pointer;
    transition: 0.7s;
  }
  .bn-list li:nth-child(2){width: 28%;}
  .bn-list li:nth-child(5){width: 12%;}
  /* .bn-list li:hover .number{color: #88b14b;} */
 .bn-list li h2 {
    position: relative;
    display: flex;
    align-items: center;
  }
  
 .bn-list li h2 > sup {
    
    font-size: 40px;
    display: inline-block;
    text-align: center;
    /* margin-top: 3px; */
    font-family: 'ProximaNova-Bold';
    position: absolute;
    right: -23px;
    top: 0px;
  }
 .bn-list li h2 > sup > sup {
    font-size: 8px;
    color: #fb5500;
  }
  
 .bn-list li h2 .number {
    font-size: 68px;
    
    font-family: 'ProximaNova-Bold';
    line-height: 1;
  }
  
 .bn-list li .des {
    font-size: 22px;
    
    font-family: 'ProximaNova-Regular';
    line-height: 23px;
    margin-top: 10px;
    max-width: 285px;
    text-align: center;
  }
  .bn-list li .txt{font-size: 42px;font-family: 'ProximaNova-Bold';margin-top: 5px;margin-left: 10px;}
  .list-about .title{font-size: 45px;font-family: 'ProximaNova-Bold';text-align: center;margin-top: 65px;text-transform: uppercase;} 
  .list-about .workshop{overflow: hidden;padding-bottom: 55px;}
  .list-about .workshop .work_box{display: flex;margin-top: 55px;flex-wrap: wrap;}
  .list-about .workshop .work_box .item{width: calc((100% - 60px) / 3);margin-right: 30px;cursor: pointer;margin-bottom: 30px;}
  .list-about .workshop .work_box .item:nth-child(3n){margin-right: 0;}
  .list-about .workshop .item .pic{width: 100%;overflow: hidden;}
  .list-about .workshop .item .pic img{width: 100%;transition: 0.6s ease;}
  .list-about .workshop .item:hover .pic img{transform: scale(1.08);}
  .list-about .workshop .item .tit{font-size: 22px;font-family: 'Poppins-Light';margin-top: 30px;text-align: center;transition: 0.6s;}
  .list-about .workshop .item:hover .tit{color: var(--on-color);}  
  .title_a{font-size: 46px;font-family: 'Poppins-Bold';text-align: center;border-bottom: 1px solid #f3f3f3;margin-top: 60px;}
  .title_a span{border-bottom: 8px solid var(--on-color);margin-bottom: -4px;display: inline-block;}

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

  .history{background: url("/skin/images/history_02.jpg") no-repeat;padding: 115px 0 95px 0;background-size: cover;}
  .history .tit{font-size: 52px;font-family: 'Poppins-Bold';text-align: center;margin-bottom: 45px;color: #fff;}
  .history .event{min-height: 80px;}
  .history .event .e-item{font-size: 26px;font-family: 'Poppins-Regular';max-width: 1085px;text-align: center;line-height: 36px;margin: 0 auto;color: #fff;display: none;min-height: 150px;}
  .history .his-line{width: 1705px;height: 1px;background: rgba(255, 255, 255, 0.5);margin: 160px auto 0 auto;position: relative;}
  .history .his-line .years {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: flex;align-items: center;}
  .history .his-line .years .item{width: 8px;height: 8px;background: #fff;border-radius: 50%;position: relative;margin-right: 350px;cursor: pointer;transition: 0.9s ease;}
  .big{width: 25px !important;height: 25px !important;}
  .bigs{top: -40px !important;}
  .history .his-line .years .item:last-child{margin-right: 0;}
  .history .his-line .years .item h3{position: absolute;font-family: 'Poppins-Regular';font-size: 26px;color: #fff;top: -50px;left: 50%;transform: translate(-50%);white-space: nowrap;}

  .pro-left {
    /* margin-top: 95px; */
    width: 335px;
  }
  
  .pro-left .search h1 {
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    
  }
  
  .main-logo {
    margin-top: 40px;
    width: 240px;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .ser-title {
    font-size: 27px;
    font-family: 'ProximaNova-Bold';
    height: 75px;
    width: 100%;
    line-height: 75px;
    text-align: center;
    background-color: #15307f;
    color: #fff;
    position: relative;
  }
  .ser-title::after{content: '';position: absolute;width: 100%;height: 1px;background: #fff;margin-top: 10px;background: #274496;position: absolute;bottom: 1px;left: 0;}
  .series{background: #193892;margin-top: 15px;overflow: hidden;border-radius: 5px;padding-bottom: 190px;position: relative;}
  .series form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding-left: 40px;
  }
  
  .series form label {
    margin-top: 35px;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
  }
  
  .series form label input {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #c5c4c4;
    border: 1px solid #c5c4c4;
  }
  
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
  }
  
  /* 自定义checkbox的外观 */
  .custom-checkbox .checkbox-custom {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 28px;
    margin-left: 10px;
    z-index: 10;
    position: relative;
    cursor: pointer !important;
  }
  
  .custom-checkbox .btnbck {
    background-color: #e67f12;
    border: 1px solid #e67f12;
  }
  
  .custom-checkbox button {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    position: relative;
  }
  
  /* 当checkbox被选中时改变样式 */
  .custom-checkbox input[type="checkbox"]:checked+.checkbox-custom {
    border-color: #e67f12;
    background-color: #e67f12;
  }
  .custom-checkbox input[type="checkbox"]:checked+.catname{color: #e67f12 !important;}
  .custom-checkbox{
    font-family: "SourceSansPro-Bold";
  }
  
  .pro-main {padding: 60px 0;}
  
  .list-contact .contact_box{margin-top: 50px;position: relative;display: flex;justify-content: space-between;align-items: center;}
  .list-contact .contact_box .pic_l{width: 48.2%;position: relative;text-align: center;}
  .list-contact .contact_box .pic_l .code{position: absolute;transform: translate(-50%,-50%);left: 50%;top: 50%;}
  .list-contact .contact-l{width: 48.5%;}
   .title_s{font-size: 40px;font-family: 'Poppins-Bold';line-height: 1;margin-bottom: 35px;text-align: left;margin-top: 15px;}

.list-contact .contact-l .con{font-size: 23px;line-height: 30px;cursor: pointer;}
.list-contact .contact-l .con:hover a{color: var(--bgcolor);}
.list-contact .contact-l .cont-box{margin-bottom: 20px;}
.list-contact .faq{margin-top: 70px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.list-contact .faq .faq_t{display: flex;justify-content: space-between;align-items: center;}
.list-contact .faq .faq_t p{font-size: 22px;font-family: 'Poppins-Bold';width: calc(100% - 40px);}
.list-contact .faq .faq_l{width: 48.5%;}
.list-contact .faq .faq_t i{font-size: 20px;width: 35px;height: 35px;background: #929292;color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;cursor: pointer;}
.list-contact .faq .faq_box{border-top: 1px solid #e2e2e2;padding: 20px 0;}
.list-contact .faq .faq_box:last-child{border-bottom: 1px solid #e2e2e2;}
.list-contact .faq .faq_box .an{font-family: 'Poppins-Regular';font-size: 20px;line-height: 32px;margin-top: 25px;display:none;height: 60px;}
.color{background: var(--bgcolor) !important;}
.list-contact .faq .pic_r{width: 48.5%;}
.list-contact .faq .pic_r img{width: 100%;}

.list-contact .message {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}

.list-contact .message input{border-radius: 3px;}
.list-contact .mes-title span {
  font-family: 'ProximaNova-Bold';
  color: #fff !important;
  font-size: 40px;
}
.list-contact .mes-title p{ 
  font-family: "SourceSansPro-Bold";
  color: #454b4c !important;
  font-size: 20px;
  line-height: 20px;
}

.list-contact .mes-des {
  
  margin-top: 25px;
  font-family: 'ProximaNova-Regular';
  font-size: 20px;
  line-height: 30px;
}
.list-contact .mes-des a{ font-family: 'ProximaNova-Regular';font-size: 20px;}

.list-contact .message label {
  display: flex;
  flex-direction: column;
  color: #4e4e4e;
  width: 100%;
}
.list-contact .message label span{
  
  font-size: 20px;
  margin-top: 25px;
  font-family: 'ProximaNova-Regular';
}
.list-contact .message .form-div label{width: 48.5%;}
.list-contact .ipts{
  width: 100%;
  height: 60px;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  padding-left: 10px;
}
.list-contact .iptb{
  width: 100%;
  height: 60px;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  padding-left: 10px;
}
.list-contact .iptl{height: 165px;border-radius: 3px;padding-top: 15px;}
.list-contact .tip{
  color: #454b4c;
  font-size: 20px;
  margin-top: 25px;
  font-family: 'SourceSansPro-Regular';
  line-height: 28px;
}
.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: 260px;
  height: 75px;
  background-color: var(--bgcolor);
  border: none;
  
  font-size: 24px;
  margin-top: 35px;
  font-family: 'ProximaNova-Bold';
  cursor: pointer;
  border-radius: 0;
  transition: 0.7s;
}
.list-contact #submit:hover{transform: scale(0.8);}
 
.footer {border-top: 3px solid var(--bgcolor);}
.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;margin-top: 65px;flex-wrap: nowrap;width: 100%;}
.footer .dls .dl{margin-right: 160px;}
.dl .dl-title {
  font-size: 18px;
  font-family: 'Poppins-Bold';
}
.dl>dd a{
  line-height: 38px;
  font-size: 16px;
  font-family: 'Poppins-Light';
}
.dl>dt a{color: #000;}
.dl>dd:nth-child(2) {
  margin-top: 20px;
}
.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 .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_r{font-size: 18px;color: #000;font-family: 'Poppins-Light';text-align: right;line-height: 27px;}
.footer .bottom p,.footer .bottom p a{color:#000;}
.footer .bottom .mc{margin-top: 15px;display: inline-block;}
.footer .bottom{margin-top: 90px;padding-bottom: 35px;}
.footer .bottom>.wrap{border-top: 1px solid #ececec;padding-top: 30px;}

.location{display:flex;align-items: center;height:60px;margin-top: 10px;}
.location a{text-transform:uppercase;font-size: 18px;font-family: 'ProximaNova-Regular';line-height: 18px;position: relative;}
.location i{margin:0 5px;font-size: 14px;line-height: 18px;margin-top: -4px;}
.location a:first-child::after{content: "";width: 100%;height: 5px;position: absolute;bottom: -22px;left: 0;background: var(--on-color);transition: 0.8s}

.sidebar{width:350px;box-shadow: 0 10px 22px rgba(139, 144, 147, .15);padding-bottom: 35px;border-bottom: 6px solid var(--bgcolor);}
.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:65px;align-items:center;font-size:21px;display:flex;position:relative;background: var(--bgcolor);padding: 0 20px;font-family: 'Poppins-Bold';color: #fff;justify-content: space-between;margin-top: 35px;}
.sidebar .bd .item:first-child h3 a{margin-top: 0;}
.sidebar .bd .item h3 a i{font-size:13px;color: var(--on-color);width: 27px;height: 27px;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.sidebar .bd .item .sub{padding:0 15px;}
.sidebar .bd .item .sub a{display:flex;align-items:center;font-family: 'Poppins-Medium';font-size: 15px;border-bottom: 1px solid #e2e2e2;height: 60px;}
.sidebar .bd .item .sub a i{font-size:24px;width:25px;margin: 0 13px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:var(--on-color);border-color: var(--bgcolor);}
.sidebar .bd .info_p{text-align: center;margin-top: 25px;}
.sidebar .bd .info_p h3{font-family: 'Poppins-Medium';font-size: 18px;}
.content{width:calc(100% - 400px)}

.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:99999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:var(--on-color);align-items: center;;}
.job-pop .hd .name{color:#FFFFFF;font-size:18px}
.job-pop .hd .del{cursor: pointer;}
.job-pop .hd .del i{color:#FFFFFF;font-size:24px;}
.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:var(--on-color)}
.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(--on-color);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;}

.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:var(--on-color);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:var(--on-color);border-bottom:1px solid var(--on-color)}
.list-news .list .item:hover span{margin-left:10px;}
.list-news .show .t h2{font-size:28px;line-height:24px;}
.list-news .show .t .time{padding:20px 0 17px;opacity:.7;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:30px 0;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;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color: var(--on-color)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background: var(--on-color);font-size:18px;justify-content: center;transition: 0.6s ease;color: #fff;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}

.list-products{background: #fcfcfc;}
.list-products .pro-list .item{width: calc((100% - 40px)/3);margin-right: 20px;border: 1px solid #f6f6f6;}
.list-products .pro-list .item .btns{background: var(--bgcolor);}
.list-products .pro-list .item:nth-child(3n){margin-right: 0;}
.list-products .pro-detail .item{width: calc((100% - 75px)/4);margin-right: 25px;border: 1px solid #f6f6f6;}
.list-products .pro-detail .item:nth-child(3n){margin-right: 25px;}
.list-products .pro-detail .item:nth-child(4n){margin-right: 0;}
.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.pro_detail .content{width: 100%;}
.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 .head{padding:0 20px 40px 0;border-radius:10px;margin-bottom:40px;width: 100%;position: relative;}
.list-products .head .img_list{z-index:2;width:750px}
.list-products .head .img_list .datu{width: calc(100% - 145px);border-radius: 8px !important;background: #fff;position: relative;box-shadow: 0 20px 30px rgba(0,0,0,0.03);}
.list-products .head .img_list .datu .icon_big img{width: 75px;}
.list-products .head .img_list .datu .icon_big{position: absolute;left: 30px;top: 30px;z-index: 9999 !important}
.list-products .head .img_list .xiaotu .icon_small img{width: 12px;}
.list-products .head .img_list .xiaotu .icon_small{position: absolute;left: 6px;top: 6px;}
.list-products .head .img_list .datu img{width:100%;border-radius: 8px}
.list-products .head .img_list .xiaotu{width:109px;display:flex;flex-wrap:wrap;align-content: space-between;position: relative;}
.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:block;width:100%;}
.list-products .head .img_list .xiaotu .pro_next{position: absolute;top: -30px;left: 50%;transform: translate(-50%);}
.list-products .head .img_list .xiaotu .pro_prev{position: absolute;bottom: -28px;left: 50%;transform: translate(-50%);}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:109px;height:109px;margin-bottom:15px;border:1px solid #e2e2e2;border-radius: 5px;overflow: hidden;background: #fff;position: relative;}
.list-products .head .img_list .xiaotu li:hover{border-color:#338BCF}
.list-products .head .img_list .xiaotu li img{width: 100%;height: 100%;}
.list-products .head .img_list .xiaotu .btn{width:100%}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;background:#0B2042;width:50%;height:30px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .pro_next i,.list-products .head .img_list .xiaotu .pro_prev i{font-size:30px;color:#000;}
.list-products .head.flex{align-items: unset !important;}
.list-products .head .img_list .xiaotu .btn a:hover{background:#338BCF}
.list-products .head .txt_list{width: calc(100% - 800px);display:flex;align-content: space-between;flex-wrap:wrap;margin-left: 50px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #CCCCCC;padding-bottom:12px;}
.list-products .t h2{color:#fefefe;font-size:38px;font-family: 'ProximaNova-Bold';margin-top: 40px;}
.list-products .t p{color:#fefefe;font-size: 26px;font-family: 'ProximaNova-Bold';margin-top: 15px;}

.list-products .head .txt_list .txt_t h1{font-family: 'Poppins-Bold';font-size: 29px;color: #333333;line-height: 1;}
.list-products .head .txt_list .txt_t h2{font-family: 'Poppins-Medium';font-size: 26px;width: 100%;line-height: 1;margin-top: 35px;color: #333;}
.list-products .head .txt_list .txt_t p{font-family: 'Poppins-Regular';font-size: 18px;width: 100%;line-height: 28px;margin-top: 35px;color: #2d2d2d;}
.list-products .head .txt_list .txt_t img{margin-top: 18px;}
.list-products .head .txt_list .c .touch{border: 1px solid #e4e4e4;padding: 25px 20px 25px 20px;margin-top: 25px;max-width: 510px;}
.list-products .head .txt_list .c .touch .titles{font-size: 24px;font-family: 'Poppins-Bold';color:#000;margin-bottom: 25px;}
.list-products .head .txt_list .c .touch .desc,.list-products .head .txt_list .c .touch .desc a{font-size: 17px;font-family: 'Poppins-Light';line-height: 24px;color:#767676 !important;}
.list-products .head .txt_list .c .touch .desc a:hover{color: var(--on-color) !important;}
.touch .message_btn{width: 100%;height: 40px;background-color: var(--bgcolor);border-radius: 5px;text-align: center;font-family: 'Poppins-Light';font-size: 17px;line-height: 40px;transition: 0.8s;margin-top: 45px;cursor: pointer;color: #fff;}
.touch .message_btn:hover{border-radius: 40px;}
.touch .info-f.flex{justify-content: flex-start;align-items: center;}
.list-products .head .txt_list .info-f {
  margin-top: 15px;
}
.list-products .head .txt_list .info-f .ico {
  align-items: center;
}
.list-products .head .txt_list .info-f .ico a {
  position: relative;
  color: #7c7c7c;
  font-size: 20px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: #fff;
  border: 1px solid #f3f3f3;
}
.list-products .head .txt_list .info-f .ico a i{font-size: 20px;transition: 0.5s;}
.list-products .head .txt_list .info-f .ico a:nth-child(2) i{font-size: 25px;}
.list-products .head .txt_list .info-f .ico a:hover i{
  color: #fff;
}
.list-products .head .txt_list .info-f .ico a:hover{background-color: var(--bgcolor);}
.list-products .head .txt_list .info-f .ico .btn{border-radius:6px;width:150px;height:50px;display:flex;align-items: center;background: var(--on-color);font-size:18px;justify-content: center;transition: 0.6s ease;color: #fff;}
.list-products .head .txt_list .info-f .ico .btn img{margin-right:5px;margin-top: 0 !important;}
.list-products .head .txt_list .info-f .ico .btn:hover{border-radius:30px}

.list-products .head .txt_list .info-f .email_btn{width: 170px;height: 45px;background: var(--bgcolor);display: flex;justify-content: center;align-items: center;cursor: pointer;}
.list-products .head .txt_list .info-f .email_btn i{font-size: 22px;color: #fff;margin-right: 15px;}
.list-products .head .txt_list .info-f .email_btn span{font-family: 'ProximaNova-Bold';font-size: 18px;color: #fff;}

.list-products .head .txt_list .c .touch .desc a{color: #fff;}

.list-products .title-pro{text-align: center; font-size: 38px;font-family: 'Poppins-Bold';color:var(--on-color);line-height: 1;margin-top: 60px;margin-bottom: 20px;}
.list-products .title-pro1{margin-top: 50px;}
.list-products .title-pro.flex{align-items: center;}

.list-products .head .txt_list .c .auth{padding:10px 0 25px;}
.list-products .head .txt_list .c .nav{display:flex;}
.list-products .head .txt_list .c .nav a{width:44px;height:44px;border-radius:6px;margin-left:10px;display:flex;align-items: center;justify-content: center;color:#fff;background:#0B2042;}
.list-products .head .txt_list .c .nav a:hover{border-color:#338BCF;background:#338BCF;color:#fff;}
.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;}
.list-products .tip{display: none;font-size: 18px;margin-bottom: 20px;}
/* .list-products .body{width: 100%;} */
  .list-products .body table {  
    width: 100%;  
    border-collapse: collapse;
    border: none;   
}  
.list-products .body table tbody tr{background:#f0f0f0;} 
.list-products .body table tbody td{width: auto;font-size:18px;color:#000;font-family: 'Poppins-Regular';vertical-align: middle;height: 70px;text-align: center;background: #fcfcfc;}
.list-products .body table tbody tr:first-child td{height: 45px;background: var(--bgcolor);font-family: 'Poppins-Bold';}
.list-products .body table tbody tr:nth-child(2n){height: 45px;}
.list-products .body table tbody tr:nth-child(2n) td{height: 45px;background:#f0f0f0;}
.pro_detail .list{margin-top: 0;}
.index-prod .pro-list{margin-top: 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-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;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}

.about_r .btns_box{display: flex;margin-top: 50px;}
.about_r .btns_box .btns_l{display: flex;}
.about_r .btns{transition-duration:.5s;width:40px;height:60px;cursor: pointer;background: #252b34;line-height: 60px;text-align: center;margin-right: 20px;}
.about_r .btns i{transition-duration:.5s;color:#fff;font-size:20px;}
.about_r .btns:hover i{color: var(--on-color);}

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

.develop .t{margin:50px 0;text-align:center;}
.develop .t h2{font-size:36px;padding-bottom:25px;position:relative;display:inline-block;color: #fff;}
.develop .t h2:before{content:"";width:60px;height:6px;background:var(--bgcolor);position:absolute;left:50%;margin-left:-30px;bottom:0;}
.develop .hd{position:relative;background:url(/skin/images/develop_bg.jpg) no-repeat;}
.develop .hd .btn span{left:50%;margin-left:-10px;position:absolute;color:#D2D2D2;font-size:20px;}
.develop .hd .btn .down{top:-30px}
.develop .hd .btn .up{top:30px}
.develop .hd .txt .item{padding:30px 0;display:flex;width:47%;text-align:center;}
.develop .hd .txt .item span{width:25%;color:#DCDCDC;font-size:30px;font-family: 'Roboto-Bold';}
.develop .bd{padding-left:16px}
.develop .bd ul{border-left:1px solid #D2D2D2;margin-top:50px;}
.develop .bd li{position:relative;padding-bottom:60px;display:flex;}
.develop .bd li:before{left:-16px;top:16px;width:32px;height:32px;z-index:1;background:var(--bgcolor);border-radius:32px;position:absolute;content:"";}
.develop .bd li:after{left:-6px;top:26px;width:12px;height:12px;z-index:2;background:#fff;border-radius:12px;position:absolute;content:"";}
.develop .bd li span{position:relative;margin:0 50px 0 35px;color:#fff;font-family: 'Roboto-Bold';display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--bgcolor);width:123px;height:63px;border-radius:10px}
.develop .bd li span:before{content:"";width:0;height:0;position:absolute;left:-20px;top:50%;transform: translateY(-50%);border: 10px solid transparent;border-right-color: var(--on-color);}
.develop .bd li p{display:flex;align-items:center;color:#fff;padding-left:26px;position:relative;font-size: 16px;}
.develop .bd li p:before{width:16px;height:16px;border-radius:16px;background:var(--bgcolor);position:absolute;left:0;top:50%;margin-top:-8px;content:"";}

@media (max-width: 1920px){
    .app-swiper::before{display: block;}
    
}
@media (max-width: 1850px){
.history .his-line{width: 88.8%;}
.history .his-line .years .item{margin-right: 18.23vw;}
.bg-swiper .swiper-pagination{padding-left: 24.34vw;bottom: 6.51vw;}
.company .com_box{padding: 3.65vw 4.17vw 2.6vw 2.6vw;max-width: 31.51vw;top: 10.16vw;left: 13.28vw;}
.company .com_box h1{font-size: 2.34vw;}
.company .com_box p{font-size: 1.04vw;line-height: 1.77vw;}
.company .com_box .btns{width: 8.85vw;height: 2.6vw;border-radius: 2.6vw;margin-top: 2.6vw;}
.company .com_box .btns span{font-size: .83vw;margin-left: .63vw;}
.company .com_box .btns img{width: 1.51vw;}
.company{height: 35.83vw;}
}

@media (max-width: 1500px){
  .index-prod .list .item .pics .icon{left: 1.56vw;top: 1.2vw;width: 2.34vw;}
  .about .about_box .about_r h2{margin-top: 0;}
  .about .about_box .about_r{margin-right: 0;width: 45%;padding-right: 10px;}
  .wrap-1470{width:98%}
  .box_skitter .title_b{font-size: 3.18vw;left: 13.54vw;bottom: 15.36vw;line-height: 3.65vw;}
  .box_skitter .title_s{left: 16.41vw;bottom: 15.01vw;}
  .box_skitter .info_slide_dots{bottom: 3.65vw;}
}
@media (max-width: 1400px){
  /* .list-about .profile .text_l .backs{height: 20.83vw;border-radius: .89vw 0 .89vw 0;}
.list-about .profile .text_l .img_box{top: -2.34vw;} */
.list-contact .contact_box .pic_l .code{width: 3.94rem;}
.list-about .profile .text_box.flex{align-items: center;}
  .list-about .honor .honor_box .item{width: calc((100% - 13.54vw) / 3);margin-right: 6.77vw;}
  .footer .dls .dl{margin-right: 8.33vw;}
  .bg-swiper .txts{width: 90%;top: 10%;}
.bg-swiper .txts p{width: calc(100% - 80px);}
.bg-swiper .txts img{width: 50px;}
  .index-prod .prod_top .title{font-size: 30px;line-height: 40px;}
  .list-contact .contact-l{position: relative;margin: 40px auto 0 auto;}
  .list-about .stren .item .txts{padding: 30px 15px 15px 15px;}
  .index-prod .list .item .txt .no{font-size: 16px;}
  .news .lists .new-item{width: calc((100% - 1.63rem)/3);margin-right: .81rem;}
  .news .new-item:nth-child(3n){margin-right: 0;}
    .wrap{width:98%}
    .header .header-right .item h3 a{font-size: 16px;}
    .index-pro .pro_box .pic .name{font-size: 30px;height: 60px;}
}
@media (max-width: 1280px){
  .header .header-left .item{margin-right: 35px;}
  .prod-box .pic_list .pic_item{margin-right: .94vw;}
  .index-contact{width: 100%;text-align: center;}
  .index-contact form{margin: 30px auto 0 auto;max-width: fit-content;}
  .index-partner{height: auto;}
  .index-partner .partner .icons{flex-wrap: wrap;justify-content: flex-start;padding-top: 20px;margin-left: 25px;}
  .index-partner .partner .icons a{margin-right: 30px;margin-bottom: 20px;}
  .header .header-right .item{margin-right: 25px;}
  .header .header-left .logo{margin-right:30px;}
  .header .header-right .langs{margin-left: 35px;}
  .header .header-right .langs .icon img{width: 27px;height: 27px;}
  .header .header-right .langs .txt{font-size: 14px;}
}
@media (max-width: 1200px){
  .list-products .body table tbody td{font-size: 18px;}
  .list-products .head.flex{justify-content: center;}
  .list-products .head .txt_list{width: 70%;margin-top: 30px;}
  .index-prod .pro-list .item .btns{font-size: 16px;}
 .index-prod .pro-list .item .txts p{font-size: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
  .footer .dls .dl{margin-right: 5vw;}
  .top .top_right .links a{font-size: 13px;margin-left: 10px;}
  .top .top_right .links a i{margin-left: 10px;}
  .index-about .ab-list .item h2{font-size: 18px;}
  .cats .item{margin-right: 65px;}
}

@media screen and (max-width:992px) {
  .list-products .body table{min-width: 850px !important;}
  .list-products .body table tbody td{width: unset;}
  .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 .faq .faq_box .an{height: unset;min-height: 60px;}
  .list-contact .faq{flex-wrap: wrap;margin-bottom: 40px;margin-top: 35px;}
  .list-contact .faq .faq_l{width: 100%;}
  .list-contact .faq .pic_r{width: 100%;margin-top: 30px;}
  .list-contact .contact_box{flex-wrap: wrap;justify-content: center;}
  .list-contact .contact_box .pic_l{width: 100%;}
  .list-contact .contact-l{width: 100%;margin-top: 0;}
  .footer .bottom_r{text-align: center;width: 100%;margin-top: 30px;}
  .footer .bottom{padding-bottom: 35px;margin-top: 30px;}
  .footer .flex{flex-wrap: wrap;justify-content: center;}
  .footer .dls{justify-content: center;}
  .title{font-size: .63rem;line-height: .75rem;}
  .index-app .txt span{font-size: 22px;}
  .index-prod .prod_box .item{width: 49%;}
  .index-prod .prod_box{justify-content: space-between;}
  .index-about .title{margin-top: 30px;font-size: .9rem;}
  .index-pro .title{font-size: 35px;margin-top: 30px;line-height: 1;}
  .index-about{margin-top: 0;}
  .develop{padding:10px}
	.develop .hd .txt .item span{font-size:14px}
	.develop .hd .btn .down{top:-20px}
	.develop .hd .btn .up{top:20px}
	.develop .bd li{padding-bottom:20px}
	.develop .bd li span{width:80px;margin:0 10px 0 30px;font-size:15px;height:45px}
	.develop .bd li p:before{top:18px;margin:0;width:10px;height:10px;}
	.develop .bd li p{width: calc(100% - 120px);}
	.develop .bd li:before{top:7px;}
	.develop .bd li:after{top:17px}

  .list-products .title-pro{font-size: 32px;margin-top: 30px;margin-bottom: 30px;}
  .list-products .tip{display: block;}

  .list-products .body table tbody td{font-size:16px;}
  .touch .info-f .email_btn{width: 150px;}
  .pro_detail{margin-top: 0;}
  .list-products .t h2{margin-top: 20px;font-size: 30px;}
  .list-products .t h2,.list-products .t p{text-align: left;}
  .list-products .head .txt_list{margin-left: 0;}
  .pro-main{margin-top: 0;}
  .pro-main .list .item:nth-child(4n){margin-right: 30px;}
  .pro-main .list .item:nth-child(4n){margin-right: 0;}
  .pro-left{display: none;}
  .banner{margin-top: 0;}
  .application .app_box{flex-wrap: wrap;}
  .application .pic{width: calc((100% - 40px)/3) ;margin-right: 20px;margin-bottom: 30px;}
  .application .pic:nth-child(6n){margin-right: 20px;}
  .application .pic:nth-child(3n){margin-right: 0;}
  .news .lists .new-item .txts{padding: 30px 20px 30px 20px;}
  .index-prod .list .item .txt .name{font-size: 18px;}
  .index-prod .list .item .txt .no{font-size: 16px;}
  .index-prod .list .item{width: 49%;margin-right: 0;}
  .index-prod .list{justify-content: space-between;}
  .about .title span{padding-bottom: 5px;}
  .about .title{font-size: 35px;margin-left: 0;text-align: center;padding: 0 15px;line-height: 38px;max-width: unset;}
  .border_box{margin-top: 0;}
  .box_skitter .title_s{left: 6vw;bottom: 10vw;font-size: 15px;line-height: 18px;max-width: 90vw;}
  .box_skitter .title_b{left: 10vw;bottom: 11vw;font-size: 4vw;line-height: 4.2vw;}
  /* .box_skitter .title_b{font-size: 3.18vw;left: 13.54vw;bottom: 15.36vw;line-height: 3.65vw;} */
  .box_skitter .info_slide_dots{bottom: 10px;}
  .box_skitter .info_slide_dots .image_number {background:#e2e2e2!important;;margin:0 10px 0 0;cursor:pointer;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;width:10px;height:10px;text-indent:-9999em;overflow:hidden;}
  .box_skitter .info_slide_dots .image_number_select {background:var(--bgcolor)!important;margin:0 10px 0 0;}

    .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .what .info .list,.list-contaact .what .info .txt,.list-contaact .bd .t,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-about .bd .pic,.list-about .bd .txt,.list-events .list .item .pic,.list-events .list .item .txt,.footer .menu .item,.content{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-products .list .item .txt .i,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.list-download .list .item .more,.sidebar,.top_header{display:none !important;}
    .footer .menu,.main{padding:20px 10px}
    .location{padding:0 10px;height:45px;}
    .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}
    
    .show-banner{display:block !important;overflow:hidden;background: #fff;}
    .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}
    
    .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:0 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: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){
 
  .index-prod .prod_box .item .txts h1{margin-top: 15px;}
  .index-prod .prod_box .item .pic{padding-bottom: 10px;}
  .index-prod .prod_box .item .txts img{margin: 5px 0;}
  .pro-main{padding: 0 0 30px 0;}
  .index-prod .prod_box .item .txts p{font-size: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
  .title_s{font-size: 30px;}
  .title_c{margin: 30px 0;font-size: 30px;line-height: 30px;}
  .tit_c{line-height: 36px;}
  .news .lists .new-item h2{font-size: 18px;}
  .news-paging{padding: 0;}
  .list-about .profile .text_l{width: 100%;}
  .list-about .profile .text_content{width: 100%;margin-top: 30px;}
  .title_a{font-size: 35px;margin-top: 30px;}
  .list-about .honor .honor_box {justify-content: space-between;}
  .list-about .honor .honor_box .item{width: 49%;margin-right: 0;}
  .history{padding: 40px 0 65px 0;}
  .history .event .e-item{font-size: 20px;line-height: 30px;}
  .history .tit{margin-bottom: 20px;font-size: 45px;}
  .history .his-line{width: 96%;margin-top: 30vw;}
  .history .his-line .years .item h3{font-size: 18px;}
  .list-about .workshop .work_box{justify-content: space-between;}
  .list-about .workshop .work_box .item{width: 49%;margin-right: 0;}
  .list-about .workshop .item .tit{font-size: 18px;margin-top: 15px;}
  .bg-swiper .txts p{font-size: 22px;line-height: 32px;}
  .index-pro .pro_box .item{width: 100%;}
  .company{height: 85vw;margin: 20px 0 30px 0;}
  .company .com_box{padding: 3.65vw 4.17vw 2.6vw 2.6vw;max-width: 80vw;top: 10.16vw;left: 10vw;}
.company .com_box h1{font-size: 6vw;}
.company .com_box p{font-size: 4vw;line-height: 5.5vw;}
.company .com_box .btns{width: 24vw;height: 7.5vw;border-radius: 4.6vw;margin-top: 2.6vw;}
.company .com_box .btns span{font-size:2.6vw;margin-left: 1.63vw;}
.company .com_box .btns img{width: 3vw;}

  .index-about .ab-list .item{width: 100%;margin-bottom: 30px;}
  .index-about .ab-list{flex-wrap: wrap;margin-top: 30px;}
  .list-contact .contact-l{width: 100%;top: unset;right: unset;padding: 30px 10px 40px 10px;}
  .list-about .strength .stren .item .txts{min-height: unset;height: auto;padding-bottom: 25px;}
  .list-about .strength .stren .stren_box .item{width: 100%;}
  .index-data{padding: 40px 0;}
  .bn-list li {justify-content: flex-start;width: 48%;}
  .bn-list li .des {font-size: 18px;}
  .bn-list li h2 > sup{font-size: .5rem;}
  .bn-list li h2 .number{font-size: .9rem;}
  .bn-list li .txt{font-size: .53rem;}
  .list-about .profile .title,.list-about .strength .title{margin-top: 30px;font-size: 35px;}
  .prod-box .list{margin-top: 30px;}
  .cats{display: none;}
  .list-contact .cats{display: flex;}
  .cats .item h3 a{height:30px;}
  .application .title{font-size: 26px;margin-top: 30px;line-height: 30px;}
  .news .lists .new-item{width: 100%;margin-right: 0;margin-bottom: 35px;}
  
  .news .title{font-size: 26px;line-height: 28px;}
  .wrap{width:96%}
  .index-prod .prod_t{padding-bottom: 35px;}
  .index-prod .prod_t .text_content,.index-prod .prod_t .btn{margin-top: 30px;}
  .index-prod .prod_t .title{margin-top: 30px;font-size: 26px;line-height: 32px;}
  .about .about_box .about_r h2{font-size: 30px;}
  .about .about_box .about_r .text_content{margin-top: 20px;}
  .about .about_box .about_r{width: 100%;padding: 0 10px;}
  .slick-slide img{width:100%;}
  .about .about_box{flex-wrap: wrap;justify-content: center;margin-top: 30px;}
  .about .about_box .about_l{width: 100%;}
}
@media screen and (max-width:600px){
  .list-products .title-pro.flex{justify-content: center;}
  .list-products .title-pro img{margin-top: 15px;}
  .app-swiper{overflow: hidden;}
  .list-products .pro-detail .item:nth-child(3n){margin-right: 0;}
  .touch .message_btn{margin-top: 20px;}
  .dl>dd a{line-height: 26px;}
  .dl>dd{height: 36px;}
  .list-contact .faq .faq_t p{font-size: 20px;}
  .list-contact .faq .faq_box .an{font-size: 18px;}
  .list-contact .faq{margin-top: 0;}
  .list-contact .contact-l .con{font-size: 20px;line-height: 26px;}
  .tit_c{line-height: 30px;font-size: 20px;}
  .list-about .profile .text_l .backs{height: 55vw;}
  .footer .contact-l{margin-top: 30px;}
  .footer .dls{flex-wrap: wrap;justify-content: unset;margin-top: 30px;}
  .footer .dls .dl{margin-bottom: 30px;margin-right: 30px;}
  .bg-swiper .bg_box{height: 450px;}
  .bg-swiper .txts p{font-size: 18px;line-height: 26px;}
  .bg-swiper .txts{width: 95%;}
  .bg-swiper .txts p{width: calc(100% - 60px);}
  .bg-swiper .txts img{width: 40px;}
  .news{margin-top: 0;}
  .news .title{margin-bottom: 30px;}
  .index-prod .prod_box .item{padding: 0 5px 15px 5px;margin-bottom: 30px;}
  .index-prod .prod_box .item .btns{font-size: 14px;}
  .ibr{display: none;}
  .index-prod .prod_top{height: 150px;}
  .index-prod .prod_top .title{font-size: 22px;line-height: 32px;}
  /* .list-products .body table tbody td{font-size: 14px;min-height: 45px;padding: 5px;}
  .list-products .body table tbody tr td:first-child{padding-left: 5px;width: 40%;}
  .list-products .body table tbody td span{text-wrap: wrap !important;}
  .list-products .body table tbody tr:nth-child(2n){min-height: 70px;}
.list-products .body table tbody tr:nth-child(2n) td{min-height: 70px;} */
  .list-contact #submit {
    width: 180px;
    height: 50px;
  }
  .list-contact .form-div{flex-wrap: wrap;}
  .list-contact .message .form-div label{width: 100%;}
  .list-contact .ipts,.list-contact .iptb{height: 45px;}
  .list-contact .iptl{height: 140px;}
  .list-news .show .t h2{font-size:24px;}
  .prod-box .pic_list .pic_item{width: 35px;height: 35px;}
  .prod-box .pic_list{padding-left: 0;}
  .work_box{flex-wrap: wrap;margin-top: 30px;}
  .list-about .strength .workshop{padding-bottom: 20px;}
  .list-about .strength .workshop .work_box .item{width: 100%;margin-right: 0;margin-bottom: 30px;}
  .index-contact .form-div{width: 100%;}
  /* .footer .dls{padding: 30px 15px 30px 15px;} */
  .footer .logos{margin-top: 30px;text-align: center;width: 100%;}
.footer .info_na{margin-top: 30px;}
.footer .info-f {margin-top: 30px;}
  .footer .infos{padding: 0 15px 25px 15px;}
  .application{padding-bottom: 20px;}
  .application .app_box{justify-content: space-between;margin-top: 30px;}
  .application .pic{width: 49%;margin-right: 0;}
  .index-prod .list .item .pics .icon{left: 1.56vw;top: 1.2vw;width: 6vw;}
  .index-prod .list .item{margin-bottom: 30px;}
  .index-prod .list{margin-top: 35px;}
  .index-pro .title{font-size: 26px;}
  .about .title{font-size: 26px;line-height: 34px;margin-top: 10px;}
  .index-pro .pro_box{flex-wrap: wrap;}
  .index-pro .pro_box .pic{width: 100%;margin-bottom: 30px;}
  .index-partner .partner .icons{margin-left: 0;flex: unset;padding: 0 10px;}
  .index-partner .partner .icons a{width: 50%;margin-right: 0;text-align: left;}
  /* .index-partner .partner .icons a img{width: 90%;} */
  .index-partner .partner{flex-wrap: wrap;}
  .index-partner .partner .partner_l{width: 100%;text-align: center;padding: 15px 0;}
  .history .event .e-item{min-height: 270px;}
  .list-about .profile .text_content p{font-size: 20px;line-height:28px;}
}