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

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999}
.top{height:50px;background:#338BCF;}
.top .wrap{align-items: center;}
.top .txt{font-size:14px;color:#FFFFFF;font-family: 'Roboto-Regular';}
.top .info{height:50px}
.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:#71AEDD;position: absolute;right:-10px;top:50%;margin-top:-9px;}
.top .info .ico a:hover{color:#1E49A7}
.top .info .lang{position: relative;display:flex;align-items:center}
.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:50px;background:#338BCF;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 .info .lang .sub a img{margin-right:5px;height:15px;}
.top .info .lang:hover .sub{transform: scaleY(1);}
.header{transition-duration:.6s;height:100px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 60px;transition: 0.3s;}
.header.height .header-right .top-box{display: none;}
.header.height .menu{transform: translateY(40%);}
.header.height .lang1{display: flex !important;position: relative !important;}
.lang1{display: none !important;}

.header .header-left{align-items: center;}
.header .menu{transition: 0.6s;} 
.header .header-left .logo{margin-right:50px;transition: 0.6s;}
.header .header-left .logo a{display: flex;align-items: center;color: #292929;font-family: 'Roboto-Bold';font-size: 20px;}
.header .header-left .logo a .line{height: 43px;width: 1px;background: #cdd6db;display: inline-block;margin: 0 25px;}
.header .header-left .logo a span{line-height: 22px;}
.header .wrap.flex{height: 100%;}
.header .header-right{display: flex;flex-direction: column;align-items: flex-end;height: 100%;justify-content: space-between;}
.header.height .header-left .logo{transform: scale(0.85);}
.header .header-right .top-box{display: flex;align-items: center;margin-top: 8px;transition: 0.6s;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:18px;font-family: 'Roboto-Black';position: relative;}
.header .header-right .item h3 a i{color: var(--color);font-size: 20px;position: absolute;left: 50%;bottom: -15px;transform: translate(-50%);font-weight: bold;transition: 0.6s;}
.header .header-right .item{margin-right:35px;position: relative;height: 40px;padding-bottom: 25px;}
.header .header-right .item:last-child,.header .header-right .item:nth-last-child(2){margin-right:0;}
.header.height .header-right .item:nth-last-child(2){margin-right:35px;}
.header .header-right .ico{align-items: center;justify-content: flex-start;}
.header .header-right .ico a{margin-right:20px;font-size: 16px;font-family: 'Roboto-Regular';position: relative;}
.header .header-right .ico a i{font-size: 18px;}
.header .header-right .ico a::after{content: "";width: 1px;height: 16px;background: #d4d4d4;position: absolute;right: -10px;top: 50%;margin-top: -8px;}
.header .header-right .lang{position: relative;display:flex;align-items:center;width: 120px;height: 30px;border: 1px solid #b4b4b4;border-radius: 4px;justify-content: center;margin-left: 5px;}
.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: 5px 0;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:30px;width:100%;background: #fff;}
.header .header-right .lang .sub a{position: relative;;display:flex;align-items: center;padding:4px 0;color:var(--color);padding:8px;border-bottom:1px solid #E9E9E9;font-size:14px}
.header .header-right .lang .sub a:hover{background: var(--bgcolor);color:#fff}
.header .header-right .lang .sub a img{margin-right: 15px;height:15px;}
.header .header-right .lang:hover .sub{transform: scaleY(1);}
.header .item{display:flex;align-items: center;}

.header .item h3 a:hover,.header .item.on h3 a,.header .item h3 a:hover i,.header .item.on h3 a i{color:var(--on-color)}
.xz{transform: translate(-50%) rotate(-180deg) !important;color: var(--on-color) !important;}
.color{color: var(--on-color) !important;}
.header .header-right .menu .item .sub {
  z-index: 2;
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  background: #fff;
  background-color: #ffffff;
  color: #000 !important;
}

.header .header-right .menu .item .sub .wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px;
  width: 100%;
}
.header .header-right .menu .item .sub .p {
  width: 100%;
  height: 40px;
  display: flex;
  /* border-bottom: 1px solid #d4d5d6; */
  position: relative;
}
.header .header-right .menu .item .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{background-color: var(--on-color);} */
.header .header-right .menu .item .sub .p:hover > a {
  color: #fff;
  transform: translateX(5px);
}
.header .header-right .menu .item .sub .p:hover{background: var(--bgcolor);}

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

.h_banner .home_swi{overflow: hidden;}

.btn-l{position: relative;}
.btn-l {
  border: none;
  transition: all 0.4s ease;
  overflow: hidden;
}
.btn-l:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor);
  transition: all 0.5s ease;
}
.btn-l:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-l:hover:after {
  -webkit-transform: scale(1.3) rotate(180deg);
  transform: scale(1.3) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.h_banner .home_swi .home_pag { bottom: 35px;}
.home_swi .swiper-button-prev {
    left: 2.86vw !important;
    top: 20vw !important;
    margin-top: 0;
  }
  .home_swi .swiper-button-prev i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-prev i:hover{opacity: 1}
  
  .home_swi .swiper-button-next {
    right: 2.86vw !important;
    top: 20vw;
    color: #fff;
    margin-top: 0;
  }
  .home_swi .swiper-button-next i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-next i:hover{opacity: 1}

  .home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 16px;height: 16px;border-radius: 50%;margin-right: 15px !important;}
  .home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);width: 36px;height: 16px;border-radius: 16px;margin-right: 15px !important;}
 .swiper-button-next:after,.swiper-button-prev:after{content: ""}

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

.index-prod{padding: 60px 0 110px 0;}
.index-prod .title_s {font-size: 30px;color: var(--bgcolor);font-family: 'Roboto-Bold';margin-bottom: 45px;}
.index-prod .item{padding: 65px 10px 105px 40px;width:48.8%;display: inline-block;position: relative;background-size: cover !important;}
.index-prod .item::before{width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;left: 0;top: 0;z-index: 0;content: "";display: none;}
.index-prod .item .tit{font-size: 30px;color: #fff;font-family: 'Roboto-Black';text-transform: uppercase;line-height: 32px;z-index: 99;position: relative;}
.index-prod .item .des{font-size: 16px;color: #fefeff;font-family: 'Roboto-Regular';line-height: 20px;max-width: 260px;margin-top: 20px;min-height: 80px;z-index: 99;position: relative;}
.index-prod .item:nth-child(2) .des{max-width: 315px;}
.btns{height: 40px;width: 125px;border-radius: 4px;display: flex;align-items: center;justify-content: space-between;color: #fff;font-size: 14px;margin-top: 55px;padding: 0 10px 0 15px;font-family: 'Roboto-Medium';z-index: 99;position: relative;}
.list-products .btns{margin-top: 20px;margin-left:8px;z-index: 1;}
/* .btns img{margin-left: 5px;} */

/* .index-pro{padding:80px 0} */
.titles{text-align: center;}
.titles .title{font-size: 60px;color: var(--bgcolor);font-family: 'Roboto-Bold';line-height: 1;}
.honor .titles{position: absolute;left: 130px;top: 130px;}
.honor .titles .title{color: var(--on-color);}
.titles .tit_img{margin-top: 35px;position: relative;display: inline-block;}
.titles .tit_img::before{content: " ";width: 150px;height: 1px;background: #07314a;position: absolute;left: -175px;top: 50%;transform: translateY(-50%);}
.titles .tit_img::after{content: " ";width: 150px;height: 1px;background: #07314a;position: absolute;right: -175px;top: 50%;transform: translateY(-50%);}
.titles p{font-size: 18px;color: #292929;font-family: 'Roboto-Medium';text-align: center;margin: 0 auto;margin-top: 20px;}
.index-pro .lists{margin-top: 55px;}
.index-pro .item{width:48.8%;display: block;position: relative;margin-bottom: 35px;overflow: hidden;}
.index-pro .item img{width: 100%;transition: 0.4s ease;height: 100%;}
.index-pro .item:hover img{transform: scale(1.1);}
.index-pro .item .txts{position: absolute;bottom: 30px;left: 30px;}
.index-pro .item .tit{font-size: 30px;color: #fff;font-family: 'Roboto-Bold';text-transform: uppercase;line-height: 1;}
.index-pro .item .des{font-size: 16px;color: #fefeff;font-family: 'Roboto-Regular';line-height: 20px;max-width: 285px;margin-top: 10px;}
.index-pro .item:nth-child(2) .des{max-width: 320px;} 
.index-pro .item:nth-child(3) .des{max-width: 350px;} 
.index-pro .item:nth-child(4) .des{max-width: 300px;} 
.index-service{padding: 70px 0 90px 0;}
.index-service .ser_box{margin-top: 50px;}
.index-service .item{width: 31.9%;}
.index-service .item .pic{text-align: center;}
.index-service .item .title{color: #292929;font-size: 24px;font-family: 'Roboto-Bold';margin-top: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.5s;}
.index-service .item:hover .title{color: var(--on-color);}
.index-service .item .des{color: #292929;font-size: 18px;font-family: 'Roboto-Regular';margin-top: 35px;line-height: 30px;}
.index-service .item .btns{margin-top: 50px;}
.links{margin-bottom: 35px;}
.links .link{width: 48.8%;height: 155px;border: 5px solid #494948;display: inline-block;border-radius: 4px;display: flex;justify-content: space-between;align-items: center;padding: 0 40px;color: #494948;font-size: 36px;font-family: 'Roboto-Medium';transition: 0.3s;}
.links .link i{font-size: 40px;}
.links .link:hover{background: var(--bgcolor);color: #fff;border-color: var(--bgcolor);}
.index-spare{padding: 110px 0 90px;}
.index-spare .list{margin-top: 60px;}
.index-spare .list .item{width: calc((100% - 120px)/4);margin-right: 40px;box-shadow: 0 10px 35px rgba(51,51,51,0.11);border-radius: 7px;}
.index-spare .list .item:nth-child(4n){margin-right: 0;}
.index-spare .list .item .pic{text-align: center;padding: 45px 0;}
.index-spare .list .item .pic img{width: 75%;}
.index-spare .list .item p{font-size: 18px;color: #292929;font-family: 'Roboto-Medium';padding: 30px 20px;border-top: 1px solid #d4d4d4;}
.index-spare .list .item:hover{box-shadow:0 10px 10px rgba(0,150,217,0.1);transform: translateY(-10px);}

 .index-about{padding-top: 80px;background: #f8f8f8;position: relative;}
 .index-about .back{position: absolute;right: 0;top: 0;background: #fff;width: 29%;height: 100%;z-index: 0;}
 .index-about .wrap.flex{flex-wrap: nowrap;align-items: flex-end;}
 .list-about .wrap.flex{align-items: flex-start;}
 .about-t{position: relative;width: 41.5%;z-index: 10;}
 .titlex{display: flex;align-items: flex-end;}
 .about-t .titlex img{margin-bottom: 10px;margin-left: 10px;}
 .titlex .texts>span{font-size: 16px;color: var(--color);font-family: 'Roboto-Regular';margin-bottom: 20px;display: inline-block;}
 .titlex h1{font-size: 60px;font-family: 'Roboto-Bold';color: var(--color);line-height: 1;}
 .about-t .titlex h1 span{color: var(--on-color);}

 .list-about{background-color: #fff !important;padding-top: 85px;position: relative;}
 .list-about .about-t .about-l{width: 100%;}
 .list-about .about-t .about-l .content p{margin-bottom: 35px !important;}
 .about-t .about-l .content{width: 100%;margin-top: 50px;}
 .about-t .about-l .content p,.content1 p{font-size: 18px;font-family: 'Roboto-Medium';color: #010d14;line-height: 32px;width: 100%;margin-bottom: 40px;}
 .content1 p{margin-top: 0;}
 .list-about .about-t .about-l .content p{margin-bottom: 0;}
 .about-t .btns{margin-top: 60px;}
 .about-t button{width: 170px;height: 50px;background: var(--bgcolor);border-radius: 3px;border: none;font-family: 'Barlow-Medium';color: #fff;display: flex;justify-content: center;align-items: center;transition: 0.7s;font-size: 16px;}
 .about-t button img{margin-right: 10px;}
 .about-t button:hover{transform: scale(1.1);}
 .about-t .videolist{width: 50px;height: 50px;border-radius: 5px;border: 1px solid #102041;display: flex;justify-content: center;align-items: center;transition: 0.7s;margin-left: 20px;cursor: pointer;}
 .about-t .videolist i{font-size: 22px;color: var(--color);}
 .pic_e {display: block;}
 .pic_e button{display: block;margin-top: -80px;cursor: pointer;}
 .about-r{z-index: 10;margin-bottom: -5px;width: 52.5%;}
 .list-about .about-r{margin-bottom: 0;}
 .about-r .pics{position: relative;}
 .about-r .pics img{width: 100%;}
 .about-r .pics::after{content: "";height: 100%;width: 130px;background: var(--bgcolor);position: absolute;top: 0;right: -130px;}
  /*.about-r1{margin-left: 1.63rem;} */

 .about-b{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;padding-bottom: 35px;}

 .bn-list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 80px;
}
.list-about .bn-list{width: 100% !important;border-bottom: 1px solid #cccccc;margin-top: 110px;padding-bottom: 80px;}
.bn-list li{display: flex ;width: 50% !important;margin-bottom: 50px;}
.list-about .bn-list li{width: 28% !important;margin-bottom: 0;}
.list-about .bn-list li:last-child{width: 16% !important;}
 .bn-list li .li_box{
  transition: 1s ease;
  flex-direction: column;
  border-radius: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto !important;
  cursor: pointer;
  transition: 0.7s;
}
 .bn-list li h2 {
  position: relative;
}
.bn-list li h2 {margin-bottom: 5px;position: relative;}
.bn-list li h2 .number {
  font-size: 60px;
  color: #000;
  font-family: 'Roboto-Bold';
  line-height: 1;
  color: var(--color);
}
.bn-list li:nth-child(2) h2 .number{color: var(--on-color);}

.bn-list li .des {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  color: var(--color);
  font-family: 'Barlow-Medium';
}
.index-contact{padding: 100px 0 80px 0;}
.index-contact .lists .item{width: 23.2%;display: flex;align-items: center;}
.index-contact .lists .item .icon{width: 75px;height: 75px;background: var(--bgcolor);border-radius: 5px;display: flex;justify-content: center;align-items: center;color: #fff;}
.index-contact .lists .item .icon i{font-size: 28px;}
.index-contact .lists .item .ps{width: calc(100% - 75px);padding-left: 15px;font-size: 16px;line-height: 24px;font-family: 'Roboto-Regular';}
.index-contact .lists .item:nth-child(1) .ps{width: 270px;}
.br{display: none;}
.honor{position: relative;}
.honor .list{margin-top: -200px;}
.honor .list .item{width: calc((100% - 135px)/4);margin: 0 45px 40px 0;box-shadow: 0 2px 20px rgba(0,0,0,0.15);border-radius: 7px;padding: 20px 20px 30px 20px;background: #fff;cursor: pointer;transition: 0.6s;}
.honor .list .item:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.2);}
.honor .list .item:nth-child(4n){margin-right: 0;}
.honor .list .item .pic img{width: 100%;}
.honor .list .item p{font-size: 18px;color: #292929;font-family: 'Roboto-Medium';margin-top: 35px;}

.fac{padding-top: 55px;}
.title.title_a{text-align: left;}
.fac .list{margin-top: 60px;}
.fac .list .item{width: calc((100% - 135px)/4);margin: 0 45px 40px 0;box-shadow: 0 2px 20px rgba(0,0,0,0.15);border-radius: 7px;padding: 10px 10px 55px 10px;background: #fff;cursor: pointer;transition: 0.6s;}
.fac .list .item:hover .pic img{transform: scale(1.15);}
.fac .list .item:nth-child(4n){margin-right: 0;}
.fac .list .item .pic{overflow: hidden;}
.fac .list .item .pic img{width: 100%;}

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

.rd{padding: 50px 0 120px 0;}
.rd .textcontent{width: 100%;margin-top: 45px;}
.rd .textcontent p{font-size: 18px;color: #000;font-family: 'Roboto-Regular';line-height: 30px;}

.news_box .title{font-size: 18px;margin-top: 20px;font-family: 'Barlow-Bold';line-height: 1;color: #010d14;transition: 0.8s;}
.news_box .des{color: var(--color);font-size: 16px;overflow: hidden;line-height: 32px;font-family: 'Roboto-Regular';margin-top: 30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news_box:hover .title{color: var(--on-color);}
/* .news_box .news_pic img{transition: 0.7s;}
.news_box:hover .news_pic img{transform: scale(1.1);} */

.news_box .date_v,.list-news .t .date_v{color: var(--color);font-size: 18px;line-height: 1;margin: 0;font-family: 'Roboto-Medium';margin-top: 10px;}
.news_box .date_v span,.list-news .t .date_v span{font-size: 16px;color: var(--on-color);border: 1px solid var(--on-color);padding: 7px;margin-left: 17px;}
.list-news .lists{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;margin-top: 80px;}

.list-news .news_box{display: flex;justify-content: space-between;align-items: flex-start;width: 49.4%;margin-bottom: 70px;}
.list-news .news_box .news_pic{width: 42.7%;overflow: hidden;text-align: center;}
.list-news .news_box .item{width: 53%;}
.list-news .news_box:hover .news_pic img{transform: scale(1.1);}

.footer{color:#fff;margin-top: 30px;background: var(--bgcolor);}
.footer .info{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 65px;}
.footer .info>.flex{flex-wrap: nowrap;}

.footer .info .dls{display: flex;margin-top: 55px;flex-wrap: wrap;width: 100%;justify-content: space-between;}
/* .footer .info .dls .dl:nth-child(1){margin-right: 130px;} */
.dl .dl-title {
  font-size: 24px;
  padding-bottom: 20px;
  font-family: 'Roboto-Medium';
  color: #fff;
}
.footer .info .dls dt:hover a{margin-left: 5px;}
.dl>dd a{
  color: #fff !important;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Roboto-Regular';
}
.dl>dt a{color: #fff;}
.dl>dd:nth-child(2) {
  margin-top: 10px;
}

.footer .info .dls .dl dd span{position: relative;}
.footer .info .dls .dl dd span:hover::after{width: 100%;}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transition: all 0.5s ease;
  transform: translate(-50%);
}

.info_f .ico{align-items: center;margin-top: 150px;justify-content: flex-start;}
.info_f .ico a{position: relative;color:#fff;font-size:20px;margin-right:18px}
.info_f .ico a:after{content:"";width:1px;height:18px;background:#fff;position: absolute;right:-9px;top:50%;margin-top:-9px;}
.info_f .ico a:nth-last-child(1):after{display: none;}
.info_f .ico a:hover{color:var(--on-color)}
.info_f .message h1{color: #fff;font-size: 24px;font-family: 'Roboto-Medium';}
.info_f .message a{color: #fff;font-size: 36px;font-family: 'Roboto-Medium';border-bottom: 3px solid rgba(255,255,255,0.8);}

.footer .bottom{padding:25px 0 55px;border-top:1px solid rgba(255,255,255,0.3)}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;}

.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:20px;color:var(--color);line-height:1;margin-top: 20px;}
.list-news .show .t .time{padding:20px 0 17px;color:#0B2042;opacity:.5;font-size:16px;}
.list-news .show .c{margin:30px 0;padding:30px 0;color:var(--color);font-size:16px;line-height:24px;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;font-family: 'Roboto-Regular';}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;color:var(--color);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:105px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:14px;justify-content: center;font-family: 'Roboto-Medium';}
.list-news .show .m .btn img{margin-right:15px}
.list-news .show .m .btn:hover{border-radius:30px}

.list-products .content .btn-b{border-radius:6px;width:105px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:14px;justify-content: center;font-family: 'Roboto-Medium';margin-bottom: 35px;}
.list-products .content .btn-b img{margin-right:15px}
.list-products .content .btn-b:hover{border-radius:40px;}
.related_news{margin-top: 100px;}
.related_news .lists{margin-top: 70px;}

.list-products.index-spare{padding: 65px 0 30px 0;}
.list-products.index-spare .list{margin-top: 0;}
.list-products .list .item{transition-duration:.6s;width: calc((100% - 120px)/4);border-radius:3px;box-shadow:0 2px 10px rgba(0,55,80,0.1);margin:0 40px 55px 0;transition: 0.6s;}
.list-products .list .item:nth-child(4n){margin-right:0;}
.list-products .list .item .txt{display: flex;width: 100%;border-top: 1px solid #efefef;border-radius: 0 0 10px 10px ;transition: 0.6s;justify-content: space-between;padding:30px 20px 30px 20px;}
.list-products .list .item .txt h3{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-family: 'Roboto-Bold';line-height: 1;}
.index-prod .list .item .txts{width: 80%;}
.list-products .list .item .txt p{color:#000;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;margin-top:10px;font-family: 'Roboto-Regular';}
.list-products .list .item .txt i{color:var(--bgcolor);font-size:20px}
.list-products .list .item:hover{box-shadow:0 10px 20px rgba(0,150,217,0.1);}

.list-products .content .titles1{margin-top: 80px;}
.list-products .content .title2{margin-bottom:40px}
/* .list-products .body{font-size:16px;line-height:24px;color:#0B2042;padding-bottom:30px;}
.list-products .body ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.list-products .body ul li{width:calc(50% - 30px);height:50px;border-bottom:1px solid #CED2D9;display:flex;align-items: center;} */
.list-products .head{padding:30px 35px 35px 0;border-radius:10px;box-shadow: 0 0 20px rgba(0,0,0,0.09);margin-bottom:40px}
.list-products .head .img_list .datu {display:flex;justify-content:center;align-items: center;}
.list-products .head .img_list{z-index:2;width:840px}
.list-products .head .img_list .datu{width: calc(100% - 110px);background: #fff;}
.list-products .head .img_list .datu .cloud-zoom img{width:100%;}
.list-products .head .img_list .xiaotu{width:100px;display:flex;flex-wrap:wrap;align-content: space-between;height: 455px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:100px;height:100px;margin-bottom:20px;border:1px solid #d3d9dd;background: #fff;display:flex;justify-content:center;align-items: center;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor)}
.list-products .head .img_list .xiaotu li img{width:100%;max-height: 100%;}
.list-products .head .img_list .xiaotu .btn{width:100%}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;background:#000;width:50%;height:40px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .btn a i{font-size:14px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.list-products .head .txt_list{width: calc(100% - 885px);display:flex;align-content: space-between;flex-wrap:wrap;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #cfd2d9;padding-bottom:20px;}
.list-products .head .txt_list .t h2{padding-top:14px;color:#000;font-size:24px;font-family: 'Roboto-Bold';}
.list-products .head .txt_list .t p{padding-top:15px;color:#000;font-size: 16px;line-height: 1;font-family: 'Roboto-Regular';}
.list-products .head .txt_list .c .descr{font-size: 18px;color: #272c33;margin-top: 22px;line-height: 30px;max-width: 470px;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 20px;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;border-radius:6px;margin-left:8px;display:flex;align-items: center;justify-content: center;color:#fff;background:#000;font-size: 18px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;padding:0 20px;border-radius:6px;display:flex;align-items: center;}
.list-products .head .txt_list .c .nav .message_btn img{margin-right:10px;}
.list-products .head .txt_list .c .nav .message_btn span{color:#fff;font-size: 16px;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .b .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:40px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin-top: 20px;}
.list-products .head .txt_list .b .message_btn i{margin-right:10px;color: #fff;font-size: 20px;}
.list-products .head .txt_list .b .message_btn span{color:#fff;}
.list-products .head .txt_list .b .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;}
.list-products .head .txt_list .b{border:1px solid #a7a7a7;border-radius: 6px;margin-top: 130px;width: 100%;padding: 18px 18px 12px 12px;}
.list-products .head .txt_list .b h1{color:var(--bgcolor);font-size:24px;font-family: 'Barlow-Bold';}
.list-products .head .txt_list .b p{color:#191a1c;font-size:16px;margin-top: 15px;line-height: 24px;max-width: 300px;font-family: 'Barlow-Medium';}
.list-products .head .txt_list .b>span{margin-top: 10px;display: inline-block;}
.list-products .head .txt_list .b span{color:#000;font-size:16px;font-family: 'Roboto-Regular';line-height: 24px;}
.list-products .head .txt_list .b span a{color: var(--on-color);}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;border-top:1px solid #CCCCCC;}
.list-products .head .txt_list .txt_list_m span{font-size: 16px;}
.list-products .head .txt_list .txt_list_m .ico{display:flex;}
.list-products .head .txt_list .txt_list_m .ico a{border-left:1px solid #B5BCC6;margin-left:7px;padding-left:7px;display: flex;align-items: center;}
.list-products .head .txt_list .txt_list_m .ico a i{color: #000;font-size: 18px;}
.list-products .head .txt_list .txt_list_m .ico a i:hover{color:var(--bgcolor);}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}
.list-products .titles1{margin-top: 60px;}
.list-products .titles2{margin-bottom: 50px;}
.list-products .titles h1{line-height: 53px;}
.list-products .titles .texts>span{margin-bottom: 0;}
.list-products .body,.list-products .body table{width: 100%;border-collapse: collapse;margin-top: 40px;}
.list-products .body table tbody{width: 100% !important;margin-top: 30px;}
.list-products .body table tbody tr{width:100%;height:50px;background: #fff;}
.list-products .body table tbody tr:nth-child(2n){background: #e9e9e9;}
.list-products .body table tbody td{font-size:16px;color:var(--color);height:50px;vertical-align: middle;font-family: 'Roboto-Regular';}
.list-products .body table tbody tr td:first-child{width: 51%;padding-left: 20px;}
.detail-list{margin-top: 35px !important;}

.list-contaact{padding: 75px 0;}
.list-contaact .ab_txt{text-align: right;padding-top: 20px;} 
 .list-contaact .ab_txt h2{font-family: 'Barlow-Bold';font-size: 48px;color: var(--color);line-height: 62px;margin-top: 20px;}
 .titleo h1{font-size: 48px;font-family: 'Roboto-Bold';color: #010d14;line-height: 40px;margin-top: 20px;}
.list-contaact .titleo .des{line-height: 24px;margin-top: 20px;font-size: 16px;font-family: 'Roboto-Regular';}
.list-contaact .bd .t{width:100%;display: flex;justify-content: space-between;align-items: flex-start;}
.list-contaact .bd .txt{width:48.6%;}
.list-contaact .bd .txt .item{border-bottom:1px solid #cccccc;margin-top: 45px;padding-bottom: 38px;transition: 0.6s;}
.list-contaact .bd .txt{width:48.6%;}
.list-contaact .bd .txt .item1{display: flex;}
.list-contaact .bd .txt .item1 .cont_box{width: 50%;}
.list-contaact .bd .txt .item2 .p a:nth-child(2){margin-left: 55px;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 24px;color: var(--on-color);font-family: 'Roboto-Medium';line-height: 1;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 16px;font-family: 'Roboto-Regular';margin-top: 25px;color: #010d14;line-height: 30px;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .bd .txt .wx{padding:40px 0 0 10px;}

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


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

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

.index-message{background:#ECEFF2;}
.index-message h2{margin-bottom:25px;height:35px;display:inline-block;padding:0 25px;background:#0B2042;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-message .info .hd{width:450px;padding-right:30px;}
.index-message .info .hd h3{color:#338BCF;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-message .info .hd p{margin-top:10px;color:#0B2042;font-size:16px;line-height:24px;}
.index-message .info .form{width:calc(100% - 450px)}
.index-message .info .form .item{width:30%}
.index-message .info .form .item input{width:100%;height:45px;display:flex;color:#0B2042;background:#FFFFFF;padding:0 10px;border-radius:4px;margin-bottom:10px;}
.index-message .info .form .item input:last-child{margin:0;}
.index-message .info .form .item:nth-child(2){width:40%;padding:0 10px;}
.index-message .info .form .item textarea{width:100%;height:100px;border-radius:4px;padding:10px;}
.index-message .info .form .item .code_box{position: relative;}
.index-message .info .form .item .code_box img{height:45px;position: absolute;right:0;top:0;cursor: pointer;;}
.index-message .info .form .item .btn{height:45px;color:#fff;cursor: pointer;border-radius:4px;width:100%;background:#2D8BCF;display:flex;justify-content: center;align-items: center;;}
.index-message .info .form .item .btn i{margin-right:10px;}

@media (max-width: 1660px){
    .wrap{width:98%}
    .index-prod .item{background-position: right center !important;position: relative;}
   .index-prod .item::before{display: block;}
    .index-about .wrap.flex{align-items: center;}
    .titlex h1,.bn-list li h2 .number{font-size: .75rem;}
    .list-news .news_box{align-items: center;}
    .honor .list{margin-top: -2.5rem;}
    .honor .titles{position: absolute;left: 6.77vw;top: 6.77vw;}
}

@media (max-width: 1440px){
  .index-service .item .title{font-size: 22px;}
  .links .link{height: 8.07vw;font-size: 1.88vw;}
  .index-spare .list .item{width: calc((100% - 6.25vw)/4);margin-right: 2.08vw;}
  .index-spare .list .item p{padding: 20px 10px;}
}
@media (max-width: 1280px){
.header .header-right .item{margin-right: 20px;}
.header .header-right .item h3 a{font-size: 16px;}
.index-contact .lists .item{width: 50%;margin-bottom: 35px;}
.list-products .head .txt_list{width: 100%;margin-top: 30px;}
.list-products .head .img_list{width: 70%;}
.list-products .head .txt_list .b{margin-top: 80px;}
}
@media screen and (max-width:992px) {
    .list-products .content .titles1{margin-top: 35px;}
  .list-contaact .flex{flex-wrap: wrap;}
  .list-contaact .message{width: 100%;}
  .fac .list .item{width: 49%;margin-right: 0;}
  .fac{padding-top: 20px;}
  .fac .list{justify-content: space-between;margin-top: 35px;}
  .honor .list{margin-top: -50px;}
  .honor .list .item{width: 49%;margin-right: 0;}
  .honor .list{justify-content: space-between;}
  .list-news .news_box{width: 100%;}
  .index-about .wrap.flex{flex-wrap: wrap;}
  .about-t,.about-r{width: 100%;}
  .index-about .back{display: none;}
  .index-spare .list.flex{justify-content: space-between;}
  .index-spare .list .item{width: 48%;margin-right: 0;margin-bottom: 35px;}
  .index-service .item{width: 100%;margin-bottom: 35px;}
  .titles .title{font-size: 35px;}
  .index-prod,.index-spare{padding:35px 0 20px 0}
  .index-contact{padding: 35px 0;}
  .index-prod .item{width: 100%;margin-bottom: 40px;}
  .index-pro .item{width:100%;}
  .wrap{width: 97%;}
   .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,.footer .menu .item{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:20px auto 0;}
   
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;}
    .list-products .list .item{width:48%;margin:0 0 35px 0 !important;}
    /* .list-products .list .item .txt{padding-top:5px;}
    .list-products .list .item .txt h3{padding:0;font-size:16px;}
    .list-products .list .item .txt p{padding:0;font-size:12px;} */
    .list-products .head{padding:15px;padding-bottom: 25px;}
    .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:30px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:10px 0;}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-about .list{margin-top:0;}
    .index-about .list .item{width:100%;margin:0 0 20px 0;}
    .index-message .info .hd{width:100%;padding:0 0 15px 0;}
    .index-message .info .hd h3{font-size:28px}
    .index-message .info .form,.index-message .info .form .item{width:100%;margin-bottom:10px !important}
    .index-message .info .form .item:nth-child(2){width:100%;padding:0;}
}
@media screen and (max-width:786px) {
.home_swi .swiper-button-next,.home_swi .swiper-button-prev{display:none;}
.list-contaact{padding: 35px 0;}
.cats{display: none;}
.list-news .lists{margin-top: 35px;}
.index-contact .lists .item{width: 100%;}
.index-service{padding: 10px 0 20px 0;}
.links .link{width: 100%;margin-bottom: 30px;height: 60px;font-size: 20px;padding: 0 20px;border-width: 2px;}
.info_f .ico{margin-top: 60px;}
.list-about .bn-list li,.list-about .bn-list li:last-child{width: 48% !important;margin-bottom: 35px;}
.list-about .bn-list{margin-top: 40px;padding-bottom: 20px;}
.rd{padding: 35px 0 40px 0;}
.list-contaact .message .form-div{flex-wrap: wrap;}
.list-contaact .form-div .code_box{width: 100%;}
.list-contaact .message #submit{margin-top: 30px;}
.h_banner .home_swi .home_pag { bottom: 10px;}
.home_swi .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 50%;margin-right: 10px !important;}
  .home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);width: 25px;height: 10px;border-radius: 10px;margin-right: 10px !important;}
}
@media screen and (max-width:600px) {
  .list-products .body table tbody tr td:first-child{width: 45%;padding-left: 5px;}
  .list-products .body, .list-products .body table{margin-top: 10px;}
  .list-products.index-spare{padding-top: 30px;}
  .list-products .list{justify-content: center;}
   .list-products .list .item{width: 100%;}
  .list-contaact .bd .txt .item{margin-top: 30px;padding-bottom: 25px;}
  .list-contaact .bd .t{flex-wrap: wrap;justify-content: center;}
  .faq-c h1{padding: 20px 25px 25px 20px;}
  .faq-c p{padding: 20px 20px 25px 20px;}
  .fac .list .item{padding: 5px 5px 25px 5px;margin-bottom: 25px;}
  .honor .list{margin-top: -25px;}
  .honor .titles{left: 3vw;top: 3vw;}
  .honor .list .item{width: 100%;}
  .list-news .news_box{flex-wrap: wrap;margin-bottom: 40px;}
  .list-news .news_box .news_pic{margin-bottom: 40px;}
  .list-news .news_box .news_pic,.list-news .news_box .item{width: 100%;}
  .footer .bottom p,.footer .bottom p a{text-align: center;}
  .br{display: inline-block;}
  .footer .info{padding-bottom: 35px;}
  .footer .info .dls{margin-top: 35px;}
  .about-b{padding-bottom: 0;}
  .about-r .pics::after{display: none;}
  .bn-list li{width: 48% !important;}
  .bn-list li h2 .number{font-size: 35px;}
  .bn-list{align-items: flex-start;margin-top: 50px;}
  .index-spare .list .item{width: 100%;}
  .index-spare .list .item p{font-size: 16px;}
  .index-service .item .btns{margin-top: 35px;}
  .titles p{font-size: 16px;}
  .index-prod{padding-bottom: 0;}
   .index-prod .item{background-position: 62% center !important;padding: 30px 10px 105px 20px;}
   .index-prod .item::before{background: rgba(0,0,0,0.3)}
   .index-pro .item .tit{font-size: 20px;}
   .index-pro .item .txts{bottom: 10px;left: 10px;}
   .index-pro .item .des{margin-top: 5px;}
   .index-pro .lists{margin-top: 35px;}
   .titles .tit_img::before{width: 100px;left: -125px;}
   .titles .tit_img::after{width: 100px;right: -125px;}
   .titles .tit_img{margin-top: 15px;}
   .index-prod .title_s{margin-bottom: 25px;}
  }