@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: 'Roboto-Black';
	src:url('../fonts/Roboto-Black.woff');
}
@font-face {
	font-family: 'Roboto-Bold';
	src:url('../fonts/Roboto-Bold.woff');
}
@font-face {
	font-family: '草檀斋毛泽东字体';
	src:url('../fonts/草檀斋毛泽东字体.TTF');
}
@font-face {
	font-family: 'Helvetica-Black-SemiBold';
	src:url('../fonts/Helvetica-Black-SemiBold.ttf');
}
*{box-sizing:border-box}
.wrap{width:1635px;margin:0 auto;}
.wrap-1280{width:1280px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999}

.header{transition:.6s;height:115px;width:100%;background: none;z-index: 99999;display:flex;align-items: center;backdrop-filter:blur(5px);border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 90px;background-color: #000;}
.header.height .menu .sub{top: 100px;}
/* .header.height .header-right .item h3 a{color: #000;} */
.header.height .header-right .ico i{color: #42c84c;}
.header.height .header-right .item h3 a::after{bottom: -36px;}
.header.height .header-right .item.on h3 a::after{bottom: -36px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:115px;} 
.header .header-left .logo{margin-right:50px;display: flex;align-items: center;}
.header .header-left h2 a{font-family: '微软雅黑';font-weight: bold;color:#fff;font-size: 24px;margin-left: 10px;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:18px;font-family: '微软雅黑';color: #fff;font-weight: bold;position: relative;transition: 0.6s ease-in-out;}
.header .header-right .item h3 a:hover:after{width: 100%;}
.header .header-right .item h3 a::after{
    content: "";
    width: 0;
    height: 5px;
    background: #ec6c00;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -48px;
    transition: 0.5s ease-in;
}
.header .header-right .item.on h3 a::after{
    content: "";
    width: 100%;
    height: 5px;
    background: #ec6c00;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -48px;
    transition: 0.6s;
}
.header .header-right .item h3 a:hover::before{width: 100%;}
.header .header-right .item h3 a::before{
    content: "";
    width: 0;
    height: 5px;
    background: #ec6c00;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: 0.5s ease-in;
    display: none;
}
.header .header-right .item.on h3 a::before{
    content: "";
    width: 100%;
    height: 5px;
    background: #ec6c00;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: 0.5s ease-in;
    display: none;
}
.header .header-right .ico.flex{align-items: center;}
.header .header-right .ico a{display: flex;align-items: center;}
.header .header-right .item{margin-right:80px;position: relative;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .ico{align-items: center;margin-left:20px}
.header .header-right .ico i{font-size: 18px;color: #fff;}
.header .item{display:flex;height:80px;align-items: center;}
.header .item h3 a{color:#0B2042;text-transform:uppercase;}
.header .item h3 a:hover{color:#ec6c00}
.header .sub{z-index:2;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease-in-out;transition-duration:.6s;position: fixed;top:130px;left:0;width:100%;border-top:1px solid #E6E8EC;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.1)}
.header .sub .wrap{display:flex;padding:15px 0 25px;flex-wrap:wrap;}
.header .sub .p{width: calc(100% / 5 - 40px);margin-right:50px;height:50px;display:flex;border-bottom:1px solid #DBDBDB;}
.header .sub .p:nth-child(5n){margin-right:0}
.header .sub .p a{display:flex;width:100%;align-items: center;height:100%;transition-duration:.6s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0B2042}
.header .sub .p:hover{border-color:#338BCF}
.header .sub .p:hover a{color:#338BCF}
.header .item:hover .sub{transform: scaleY(1);}

.header .menu .sub {
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s ease-in-out;
  transition-duration: 0.6s;
  position: absolute;
  top: 110px;
  left: 0;
  width: 130px;
  border-top: 1px solid #e6e8ec;
  background: #fff;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000 !important;
}
.header .menu .sub .wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 0 10px;
  width: 100%;
}
.header .menu .sub .p {
  width: 100%;
  height: 40px;
  display: flex;
  border-bottom: 1px solid #d4d5d6;
  position: relative;
}
.header .menu .sub .p:hover{border-bottom: 1px solid #ec6c00;}
.header .menu .sub .p:nth-child(5n) {
  margin-right: 0;
}
.header .menu .sub .p a {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  transition-duration: 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0b2042;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
/* .header .menu .sub .p:hover{border-color:#338BCF} */
.header .menu .sub .p:hover > a {
  color: #fff;
  background-color: #ec6c00;
}
.header .menu .item:hover .sub {
  transform: scaleY(1);
}
.header .menu .sub .p a::before {
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background-color: #ec6c00;
  left: 10px;
  top: 12px;
  position: absolute;
}
.header .menu .sub .p a:hover::before {
  background-color: #fff;
}
.header .menu .sub::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  left: 20px;
  top: -19px;
  position: absolute;
}

.header .header-right .langs{display: flex;align-items: center;margin-left: 80px;}
.header .header-right .langs .icon{margin-left: 20px;}
.header .header-right .langs .icon img{width: 37px;height: 37px;}
.header .header-right .langs .icon:first-child{margin-left: 0;}
.header .header-right .langs .txt{font-size: 16px;color: #fff;font-family: '微软雅黑';margin-left: 6px;}
.box_skitter{position: relative;}
.box_skitter .lis{position: relative;}
.box_skitter .title_b{font-size: 72px;color: #fff !important;position: absolute;right: 275px;bottom: 285px;z-index: 99;opacity: 0;transition: 1s ease;}
.box_skitter .title_s{font-size: 20px;color: #fff !important;position: absolute;right: 275px;bottom: 260px;z-index: 99;opacity: 0;transition: 1s ease;}
.banner{position: relative;}
.banner img{width:100%;}

.index-about{padding:80px 0;}
.index-about .title{font-size: 56px;color: var(--on-color);font-family: '微软雅黑';font-weight: bold;text-align: center;margin-bottom: 50px;}
.index-about .content_o p{font-size: 20px;color: #5a5a5a;font-family: '微软雅黑';text-align: center;line-height: 40px;padding: 0 40px;}
.index-about .content_o p span{font-weight: bold;}
.list-about{padding-bottom: 0;}
.list-about .content_o p{margin-bottom: 20px;text-align: left;}
.index-about .imgs{display: flex;justify-content: space-between;margin-top: 75px;}
.index-about .imgs a{width: 32%;}
.index-about .imgs .pics{width: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.index-about .imgs .pics h3{width: 100%;height: 55px;position: absolute;left: 0;bottom: 0;color: #fff;font-family: '微软雅黑';font-weight: bold;display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,.5);font-size: 18px;z-index: 8;}
.index-about .imgs .pics h3 span{z-index: 10;}
.index-about .imgs .pics h3::after{content: "";width: 100%;height: 0;background-color: rgba(236,108,0,0.5);left: 0;bottom: 0;position: absolute;transition: 0.4s;z-index: 0;}
.index-about .imgs .pics:hover h3::after{height: 100%;}
.index-about .imgs .pics img{width: 100%;}
.index-data{width: 100%;height: 650px;background: url('/skin/images/adv.webp') no-repeat;background-size: cover;overflow: hidden;}
.index-data .title{font-size: 49px;font-weight: bold;color: #fff;text-align: center;margin-top: 165px;}
.index-data .des{font-size: 16px;color: #fff;text-align: center;margin: 0 auto;margin-top: 20px;max-width: 855px;padding: 0 10px;}
.bn-list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  align-items: flex-start;
}

.bn-list li {
  transition: 1s ease;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25% !important;
  cursor: pointer;
}
 /*.bn-list li:hover .number{color: #88b14b;} */
.bn-list li h2 {
  position: relative;
  display: flex;
  align-items: center;
}

.bn-list li h2 .number {
  font-size: 66px;
  color: #fff;
  font-family: 'Roboto-Regular';
  font-weight: bold;
  line-height: 66px;
}
.bn-list li h2 .plus {
  font-size: 66px;
  color: #fff;
  font-family: 'Roboto-Regular';
  font-weight: bold;
  line-height: 66px;
  margin-left: 5px;
}

.bn-list li .des {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
  /* font-weight: bold; */
}
.about-data .bn-list{margin-top: 50px !important;}
.about-data .bn-list li{background: #f7f7f7; width: 24% !important;border-radius: 4px;padding: 40px 0;}
.about-data .bn-list li h2 .number{color: var(--on-color);}
.about-data .bn-list li .des{color: #484848;}
.about-data .bn-list li h2 .plus{color: var(--on-color);}
.about-data .bn-list li i{font-size: 60px;color: #cccccc;margin: 35px 0;}
.about-data .bn-list li:hover{background: var(--on-color);}
.about-data .bn-list li:hover h2 .number{color: #fff;}
.about-data .bn-list li:hover i{color: #fff;}
.about-data .bn-list li:hover .des{color: #fff;}
.about-data .bn-list li:hover h2 .plus{color: #fff;}

.work{margin-top: 55px;}
.work .wrap-1280.flex{justify-content: center;}
.work .works{display: flex;justify-content: flex-start;flex-wrap: wrap;width: 100%;}
.works .pics{width: calc(100%/3 - 20px);margin-right: 20px;margin-bottom: 20px;position: relative;border-radius: 10px;overflow: hidden;transition: 0.5s;}
.works .pics:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.1)}
.works .pics  img{width: 100%;}
.works .pics:nth-child(3n){margin-right: 0;}

.works .pics h3{width: 100%;height: 55px;position: absolute;left: 0;bottom: 0;color: #fff;font-family: '微软雅黑';font-weight: bold;display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,.5);font-size: 18px;z-index: 8;}
.works .pics h3 span{z-index: 10;}
.works .pics h3::after{content: "";width: 100%;height: 0;background-color: rgba(236,108,0,0.5);left: 0;bottom: 0;position: absolute;transition: 0.4s;z-index: 0;}
.works .pics:hover h3::after{height: 100%;}
.works .pics img{width: 100%;}

.index-pro .pro_l{width: 34.6%;}
.index-pro .pro_l a{width: 100%;}
.index-pro .pro_l a .pic_box{width: 100%;position: relative;overflow: hidden;border-radius: 16px;}
.index-pro .pro_l a .pic_box img{width: 100%;}
.index-pro a .pic_box .txts{position: absolute;top: 65px;right: 35px;z-index: 2;}
.index-pro a .pic_box .txts h1{font-size: 34px;color: #fff;}
.index-pro a .pic_box .txts h3{font-size: 18px;color: #fff;}
.index-pro a .pic_box .txts h3 span{margin-left: 8px;}
.index-pro a .pic_box .more{position: absolute;top: 155px;right: 55px;height: 45px;padding: 0 25px;border: 2px solid #fff;border-radius: 45px;display: flex;color: #fff;z-index: 2;align-items: center;font-size: 14px;overflow: hidden;}
.index-pro a .pic_box .more::after{content: '';width: 0;height: 100%;position: absolute;left: -5%;top: 0;background: var(--bgcolor);transform: skew(15deg);transition: 0.8s;z-index: -1;}
.index-pro a .pic_box .more:hover::after{width: 110%;}
.index-pro .pro_r{width: 62%;display: flex;flex-wrap: wrap;justify-content: space-between;align-content: space-between;}
.index-pro .pro_r a:nth-child(1){width: 100%;}
.index-pro .pro_r a:nth-child(2),.index-pro .pro_r a:nth-child(3){width: 47.5%;}
.index-pro .pro_r a .pic_box{width: 100%;position: relative;overflow: hidden;border-radius: 16px;}
.index-pro .pro_r a .pic_box img{width: 100%;}
.index-pro .pro_r a:nth-child(1) .pic_box .txts{right: auto;left: 45px;}
.index-pro .pro_r a:nth-child(1) .pic_box .more{right: auto;left: 45px;}
.index-pro .pro_r a:nth-child(2) .pic_box .txts,.index-pro .pro_r a:nth-child(3) .pic_box .txts{right: auto;left: 45px;top: 45px;}
.index-pro .pro_r a:nth-child(2) .pic_box .more,.index-pro .pro_r a:nth-child(3) .pic_box .more{right: auto;left: 45px;top: 135px;}
.index-pro .back{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(to left, rgba(0,0,0,0.4),rgba(0,0,0,0));z-index: 1;transition: 0.8s ease;}
.index-pro .pro_r a:nth-child(3) .pic_box .back{background: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0));z-index: 1;transition: 0.8s ease;}
.index-pro .pro_r a:nth-child(2) .pic_box .back{background: linear-gradient(to right, rgba(0,0,0,0.6),rgba(0,0,0,0));z-index: 1;transition: 0.8s ease;}
.index-pro .pro_r a:nth-child(1) .pic_box .back{background: linear-gradient(to right, rgba(0,0,0,0.7),rgba(0,0,0,0));z-index: 1;transition: 0.8s ease;}
.index-pro .pro_l a .pic_box:hover  .back{background: linear-gradient(to left, rgba(0,0,0,0.2),rgba(0,0,0,0))}
.index-pro .pro_r a:nth-child(3) .pic_box:hover .back,.index-pro .pro_r a:nth-child(2) .pic_box:hover .back,.index-pro .pro_r a:nth-child(1) .pic_box:hover .back{
  background: linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.index-pros{background-color: var(--on-color);overflow: hidden;}
.index-pros .titles{margin: 45px auto 0 auto;position: relative;overflow: hidden;}
.index-pros .titles h1{font-size: 135px;color: #ed761f;font-family: 'Roboto-Black';text-align: center;line-height: 100px;}
.index-pros .titles h2{font-size: 84px;color: #fff;text-align: center;font-weight: bold;position: absolute;top: 32px;left: 50%;transform: translateX(-50%);line-height: 1;}

.swiper {
  width: 100%;
  /* max-height: 1050px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 100px !important;
}
.prod-swiper .swiper-pagination{bottom: 60px !important;}
.prod-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 85px;height: 7px;border-radius: 7px;margin-right: 22px !important;}
  .prod-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #000; width: 85px;height: 7px;border-radius: 7px;margin-right: 22px !important;}
.prod-swiper .item{width:95%;background: #fff;border-radius: 10px;margin-bottom: 48px;position: relative;box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.03);}
.prod-swiper .swiper-slide{display: flex;justify-content: center; height: calc((100% - 30px) / 2) !important;align-items: center;}
.prod-swiper .item .pic{width: 100%;text-align: center;padding: 20px 0;}
.prod-swiper .item .pic img{width: 90%;transition: 0.8s ease;}
.prod-swiper .item .txt{display: flex;width: 100%;border-top: 1px solid #efefef;padding: 35px;border-radius: 0 0 10px 10px ;transition: 0.6s;justify-content: space-between;align-items: center;}
.prod-swiper .item .txt p{width: 100%;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
.prod-swiper .item .txts{font-size: 20px;font-family: '思源宋体';}
.prod-swiper .item .txt i{font-size: 28px;}
.prod-swiper .item:hover .txt{color: var(--on-color);}
.news{margin-top: 70px;}
.news .flex{align-items: center;}
.news .news_l{width: 43% !important;margin-top: 25px;}
.news .news_l .new-item{width: 100%;display: flex;flex-direction: column;align-items: center;margin-bottom: 35px;cursor: pointer;border-bottom: 1px solid #e0e0e0;position: relative;height: 166px;transition: 0.3s} 
/* .news .new-item:nth-child(3n){margin-right: 0;} */
.news .news_l{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.news .news_l .new-item .pics{width: 100%;overflow: hidden;}
.news .news_l .new-item .pics img{width: 100%;}
.news .news_l .new-item h2{font-size: 26px;font-family: '微软雅黑';color: #0c0e11;line-height: 32px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;transition: 0.3s}
.news .news_l .new-item p{font-size: 14px;font-family: '微软雅黑';color: #535353;line-height: 26px;margin-top: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;text-overflow: ellipsis;}
.news .news_l .new-item .txts{padding: 0 35px 30px 0;}
.news .news_l .new-item .times{margin-top: 10px;display: flex;align-items: center;font-family: 'Roboto-Regular';font-size: 16px;color: #434343;}
.news .news_l .new-item .linex{width: 100%;height: 2px;background: var(--on-color);opacity: 0;position: absolute;left: 0;bottom: 0;}
.news .news_l .new-item .times img{margin-right: 15px;}
.news .news_l .new-item:hover h2{color: var(--on-color);font-weight: bold;}
.news .news_l .new-item:hover{border-bottom: 2px solid var(--on-color);}
.news .news_l .new-item:hover .linex{opacity: 1;transition: 0.8s;}
.news .news_r{width: 49.2%;}
.newsimg{width: 0;opacity: 0;transition: 1s ease;}
.list-news .news_l{width: 100% !important;}
.list-news .news_l .new-item{align-items: unset;height: auto;padding-bottom: 30px;}
.list-news .news_l .new-item a{display: flex;}
.list-news .news_l .new-item .pics{max-width: 400px;}
.list-news{margin-top: 0;}
.list-news .news_l .new-item .txts{margin-left: 35px;margin-top: 45px;}
.list-news .news_l .new-item .times{margin-top: 60px;}
.list-news .news_l .new-item .times .line{margin: 0 15px;}
.list-news .news_l .new-item:hover{border-bottom: 1px solid transparent;}
.list-news .news_l .new-item p{font-size: 16px;line-height: 32px;}
.list-news .news_l .new-item:hover h2{font-weight: unset;}
.list-news .news_l .new-item:hover .times{color: var(--on-color);}

.list-culture{background: url('/skin/images/culture_02.jpg');padding: 70px 0 50px 0;margin-top: 60px;}
.list-culture .title{font-size: 38px;font-weight: bold;color: #fff;}
.list-culture .cul_list .item{margin-top: 30px;color: #fff;font-size: 16px;line-height: 32px;}
.list-culture .cul_b h2{font-size: 16px;color: #fff;text-align: right;margin-top: 30px;}
.list-culture .cul_b h3{font-size: 32px;color: #fff;text-align: right;margin-top: 10px;font-family: '草檀斋毛泽东字体';}

.footer{color:#fff;background:url('/skin/images/footer_02.jpg') no-repeat;margin-top: 80px;background-size: cover;}
.footer > .flex{justify-content: unset;}
.footer .logos img{width: 180px;margin-top: 75px;}
.footer .logos h2{font-size: 21px;color: #fc5e16;margin-top: 20px;}
.footer .menu{padding:55px 0 80px;margin-left: 160px;}
.footer .menu .item{margin-right:100px;}
.footer .menu .item:nth-child(3){max-width: 265px;}
.footer .menu .item h3{padding-bottom:20px;font-size:20px;font-weight: bold;}
.footer .menu .item .sub a{display:block;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;color:#fff;max-width: fit-content !important;transition: 0.6s;}
.footer .menu .item .sub .tel{font-size: 33px;font-family: 'Roboto-Bold';margin-top: 10px;line-height: 29px;}
.footer .menu .item .sub .tel:nth-child(1){margin-top: 20px;}
.footer .menu .item1 .sub a{position: relative;}
.footer .menu .item .sub a:hover{color: var(--on-color);}
.footer .menu .item1 .sub a:hover::after{width: 100%;}
.footer .menu .item1 .sub a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: var(--bgcolor);
  left: 0;
  bottom: -1px;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}

.footer .menu .item .sub .subs{margin-top: 25px;}
.footer .menu .item .sub .subs p{font-size: 16px;color: #838383;display: flex;align-items: center;margin-bottom: 15px;}
.footer .menu .item .sub .subs p a{display: inline-block;margin-top: 0;color: #838383;font-size: 16px;line-height: 16px;margin-left: 5px;}
.footer .codes{margin-left: 0;margin-top: 105px;}
.footer .codes img:nth-child(2){margin-left: 30px;}

/* .footer .menu .item:last-child{margin-right:0}
.footer .menu .item:last-child a{display:flex;}
.footer .menu .item:last-child a .i{width:30px;}
.footer .menu .item:last-child a span{width: calc(100% - 30px);} */
.footer .bottom{padding:20px 0 20px;background-color: var(--bgcolor);}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;}
.footer .bottom p a{margin-left: 15px;border-bottom: 1px solid #fff;}
.brs{display: none;}
/* .search{position: absolute;top: 50%;left: 50%;transform: translate(-50%);} */
.search-div {
  width: 650px;
  height: 80px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  /* padding: 10px; */
  background: rgba(255, 255, 255, 0.5);
  position: absolute;top: 50%;left: 50%;transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-div form{display: flex;align-items: center;}
.search-div input {
  height: 60px;
  width: 520px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "微软雅黑";
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
}
.search-div input::placeholder{color: #cacaca;}
.search-div button i{font-size: 22px !important;color: #fff;}
.search-div button {
  border: none;
  background-color: #fff;
  width: 110px;
  height: 60px;
  border-radius: 0 6px 6px 0;
  background: var(--bgcolor);
}

.sidebar{width:280px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t{margin-bottom:10px;height:109px;background:url(../images/news_bg.png);border-radius:10px 10px 0 0;padding:23px 0 0 30px}
.sidebar .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;color:#fff;}
.sidebar .t .line{width:46px;height:3px;background:#fff;}
.sidebar .bd .item h3 a{height: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:calc(100% - 330px)}
.list-products .content{width:100%}
.list-news .content{width:100%}


.list-news .show .t h2{font-size:24px;color:var(--on-color);line-height:24px;}
.list-news .show .t .time{padding:20px 0 17px;color:#0B2042;opacity:.5;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:30px 0;color:#0B2042;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;color:#0B2042;line-height:24px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--on-color)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:var(--on-color);color:#fff;font-size:18px;justify-content: center;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}

.typelist{position: relative;width: 100%;}
.typelist .type_box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.typelist .type_box .types{font-size: 40px;font-weight:lighter;margin-right: 100px;position: relative;}
.typelist .type_box .types::before{content: "";width: 20px;height: 20px;background: #262626;position: absolute;top: 50%;left: -40px;transform: translateY(-50%);border-radius: 50%;}
.typelist .type_box .types.active{color: var(--on-color);}
.typelist .type_box .types:hover::before,.typelist .type_box .types.active::before  {background: var(--bgcolor);}
.typelist h1{font-size:261px;color:#fafbfc;line-height: 185px;font-weight: bold;text-align: center;}
.list-news .type_box,.list-contact .type_box{left: 350px;transform: translate(0,-50%);}

.contact-method {display: flex;width: 100%;justify-content: space-between;margin-top: 50px;}
 .method-div {
  display: flex;
  align-items: center;
  /* width: 655px; */
  margin-top: 20px;
}
.place{max-width: 315px;}
.method-div .cir {
  background-color: #fb5500;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #323232;
  margin-right: 15px;
}
.method-div .cir i{font-size: 35px;color: #fff;}
.method-div  .txts{width: calc(100% - 95px);}
.method-div  .txts span{font-size: 20px;color: #131313;}
.method-div  .txts p{font-size: 20px;color: #131313;font-family: 'Roboto-Regular';margin-top: 5px;}
.list-contact .map{width: 100%;margin: 0 auto;margin-top: 60px;}
 .list-contact .map img{width: 100%;}

 .list-message .message{width: 100%;margin-top: 65px;}
.list-message .dls .dl dd span:hover{color: var(--on-color);}
.list-message .message .mes-title{margin-bottom: 30px;  font-size: 32px;color: #202020;font-weight: bold;}
.list-message .message .mes-title i{font-size: 28px;margin-right: 16px;color: var(--on-color);}
.list-message .message .mes-des{font-size: 16px;color: #707070;line-height: 18px;}
.list-message .message form{margin-top: 40px;}
.list-message .message .form-div{display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 25px;}

.list-message .message .form-div .name,.list-message .message .form-div .mw
{font-size: 17px; width: 290px;height: 45px;box-sizing: border-box;border-bottom: 2px solid #999999;background: #fff;color: #999999;}
.list-message .message .form-div .name:hover,.list-message .message .form-div .mw:hover,.list-message .message .content:hover{border-bottom: 2px solid var(--on-color);}
.list-message .message input::placeholder,.list-message .message .content::placeholder{color: #999 !important;}
.list-message .message .form-div .btn{display: flex;justify-content: center;align-items: center; background-color: #ea1b25; width: 45px !important;height: 45px !important;}
.list-message .message .content{padding-top: 14px; width:100%;height: 80px;margin-bottom: 20px;font-size: 17px;border-bottom: 2px solid #999999;background: #fff;color: #999999;font-family: '微软雅黑';}
.list-message .message #submit{transition: 1s ease;width: 200px;height:60px;background-color: #fb5500;font-size: 21px;color: #fff;border: none;display: flex;align-items: center;justify-content: center;margin-top: 40px;cursor: pointer}
.list-message .message #submit:hover{border-radius: 60px;background-color: var(--on-color);}
.list-message .message .ipt-title{font-size: 18px;font-family: 'Aileron-Regular';color: #fff;margin-bottom: 20px;}
.list-message .message .label-content{margin-top: 25px !important;}
.contact-titles h2{font-size: 36px;font-family: 'Roboto-Bold';color: #000;text-align: center;line-height: 1;margin-top: 40px;}
.list-contact .bodys{margin-top: 60px;}
.list-contact .bodys p{font-family: '微软雅黑';font-size: 16px;line-height: 32px;}


.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
/* .list-products .list .item{transition-duration:.6s;width: calc(100% / 3 - 30px);padding:15px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);margin:0 45px 45px 0;}
.list-products .list .item:hover{box-shadow:0 10px 20px rgba(51,139,207,.3);} */
.list-products .list .item{width: calc(100% / 4 - 30px);background: #fff;border-radius: 10px;margin-bottom: 40px;position: relative;box-shadow: 0 2px 15px rgba(0,0,0,0.1);margin-right: 30px;transition: 0.7s;}
.list-products .list .item:hover{box-shadow:0 -5px 10px rgba(252,94,22,.08),0 10px 20px rgba(252,94,22,.08);}
.list-products .list .item:nth-child(4n){margin-right: 0;}
.list-products .list .item .pic{width: 100%;text-align: center;padding: 20px 0;}
.list-products .list .item .pic img{width: 90%;transition: 0.8s ease;}
.list-products .list .item .txt{display: flex;width: 100%;border-top: 1px solid #efefef;padding: 35px;border-radius: 0 0 10px 10px ;transition: 0.6s;justify-content: space-between;align-items: center;}
.list-products .list .item .txts{font-size: 20px;font-family: '思源宋体';}
.list-products .list .item .txt p{width: 100%;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
.list-products .list .item .txt i{font-size: 28px;}
.detail .list .item .txt i{font-size: 20px;}
.list-products .list .item:hover .txt{color: var(--on-color);}
.detail .list .item .txts{font-size: 15px;}

.list-products .content .title{margin-bottom:25px;font-size:28px;font-weight: bold;color: var(--on-color);}
.list-products .content .title1{border-bottom: 1px solid #e4e4e4;padding-bottom:15px;}
.list-products .content .title2{margin-bottom:30px;margin-top: 60px;}
.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:10 20px 40px 0;border-radius:10px;margin-bottom:40px}
.list-products .head .img_list{z-index:2;width:700px}
.list-products .head .img_list .datu{width: calc(100% - 150px);box-shadow: 0 5px 10px 20px rgba(0,0,0,0.02);border-radius: 7px;}
.list-products .head .img_list .datu img{width:100%;border-radius: 7px;}
.list-products .head .img_list .xiaotu{width:120px;display:flex;flex-wrap:wrap;align-content: space-between;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:98px;height:98px;margin-bottom:20px;border-radius: 6px;border: 1px solid transparent;box-shadow:  0 -5px 10px 5px rgba(0,0,0,0.01), 0 5px 10px 5px rgba(0,0,0,0.01);margin-left: 10px;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--on-color)}
.list-products .head .img_list .xiaotu li img{width:100%;border-radius: 6px;}
.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 .btn a i{font-size:14px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:#338BCF}
.list-products .head .txt_list{width: calc(100% - 700px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 75px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2{color:#333333;font-size:32px;font-family: '思源宋体';}
.list-products .head .txt_list .t h3{color:var(--bgcolor);font-size:28px;margin-top: 15px;}
.list-products .head .txt_list .t p{color:#333333;font-size:32px;font-family: '思源宋体';line-height: 1;}
.list-products .head .txt_list .c .des_list{width: 100%;display: flex;margin-top: 25px;}
.list-products .head .txt_list .c .des_list .item{min-width: 50px;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 2px 2px;margin-right: 15px;}
.list-products .head .txt_list .c .tit{width: 100%;border-bottom: 4px solid var(--on-color);}
.list-products .head .txt_list .c .tit span{display: flex;width: 145px;height: 40px;background: var(--bgcolor);color: #fff;font-size: 20px;justify-content: center;align-items: center;margin-top: 30px;}
.list-products .head .txt_list .c .chara{margin-top: 25px;}
.list-products .head .txt_list .c .chara p{color: #333;font-size: 22px;line-height: 35px;}
.list-products .head .txt_list .c .des_list .item h2{font-size: 11px;}
.list-products .head .txt_list .c .nav{display:flex;}
.list-products .head .txt_list .c .nav a{width:44px;height:44px;margin-right:10px;display:flex;align-items: center;justify-content: center;color:#fff;border: 1px solid #7c7c7c;transition: 0.6s;}
.list-products .head .txt_list .c .nav a:hover{background:var(--bgcolor);color:#fff;border: none;border-radius: 50%;}
.list-products .head .txt_list .c .nav a i{color: #7f7f7f;font-size: 20px;}
.list-products .head .txt_list .c .nav a:hover i{color:#fff;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;width: 170px;display:flex;align-items: center;margin-left: 10px;justify-content: center;font-size: 18px;color: #fff;}
.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 .apply{width:100%;display: flex;}
.list-products .apply .item {max-width: 215px;margin-right: 36px;}
.list-products .apply .item img{width:100%;}
.list-products .apply .item h2{width:100%;height: 36px;background: var(--bgcolor);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 22px;}

.list-products .body table{width:100%;display:block;}
.list-products .body table tbody{display:flex;flex-wrap:wrap;justify-content:space-between;}
.list-products .body table tbody tr{display:flex;align-items:center;width:100%;min-height:45px;background:#f0f0f0;}
.list-products .body table tbody td{font-size:20px;color:#000;font-weight: bold;}
.list-products .body table tbody tr td:first-child{width:70%;padding-left:115px;}
.list-products .body table tbody tr td:last-child{width:30%;text-align:left;}
.list-products .body table tbody tr:nth-child(2n){background:#fff;min-height: 60px;}

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


.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;}
.banner .title_ban{font-size: 58px;font-weight: bold;color: #fff;position: absolute;left: 50%;top: 45%;transform: translate(-50%);}
.banner .title_ban1{font-family: 'Poppins-Regular';font-size: 104px;}

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

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

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

.index-about .data{padding:0;border:0;margin-top:80px;}
.index-about .data .item{padding:0;}
.index-about .bd .txt{width: calc(100% - 720px);}
.index-about .list{margin-top:160px}
.index-about .list .item{width:calc(100% / 3 - 26px);margin-right:39px;}
.index-about .list .item:nth-child(3n){margin-right:0;}
.index-about .list .item a{display:block;position: relative;}
.index-about .list .item .txt{transition-duration:.5s;color:#fff;text-align:center;position: absolute;border-top:1px solid rgba(255,255,255,.3);left:0;bottom:0;height:150px;background:rgba(255,255,255,.1);width:100%;}
.index-about .list .item .txt p{font-size:18px;padding:34px 0 5px;}
.index-about .list .item .txt h3{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-about .list .item:hover .txt{background:rgba(51,139,207,.5)}

.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: 1850px){
  .typelist .type_box .types{font-size: .5rem;margin-right: 1.25rem;}
}
@media (max-width: 1635px){
  .footer .codes{margin-left: 0;}
  .footer .menu{margin-left: 7vw;}
  .footer .menu .item{margin-right:4vw;}
    .wrap{width:98%}
    .index-pro .btn{display:none;}
}
@media (max-width: 1460px){
  /* .footer .codes{margin-left: 3vw;} */
  .footer .menu{margin-left: 4vw;}
  .footer .menu .item{margin-right:3vw;}
  .box_skitter .title_b{font-size: 3.75vw;bottom: 285px;right: 14.32vw;}
.box_skitter .title_s{font-size: 20px;right: 14.32vw;bottom: 260px;}
  .header .header-right .item{margin-right: 40px;}
}
@media (max-width: 1350px){
  /* .footer .codes{margin-left: 2vw;} */
  .footer .menu{margin-left: 2vw;}
  .footer .menu .item{margin-right:2vw;}
}
@media (max-width: 1280px){
  .footer > .flex{flex-wrap: wrap;}
  .banner .title_ban,.banner .title_ban1{font-size: 4.5vw;}
  .banner .title_ban1{font-size: 5.5vw;}
  .list-products .list .item .txts{font-size: 16px;}
  .list-products .list .item .txt i{font-size: 20px;}
  .list-products .list .item .txt{padding: 1.82vw;}
  .list-message .message .form-div{flex-wrap: wrap;margin-bottom: 0;}
  .list-message .message .label-name,.list-message .message .label-mw{width: 48%;}
  .list-message .message .form-div .name,.list-message .message .form-div .mw{width: 100%;margin-bottom: 25px;}
  .footer .menu{padding:55px 0 50px;}
  .footer > .flex{justify-content: center;}
  .footer .codes{margin-left: 2vw;margin-top: 0;margin-bottom: 30px;}
  .footer .menu{margin-left: 60px;}
  .footer .menu .item{margin-right:60px;}
  .prod-swiper .item .txt{padding: 1.82vw;}
  .prod-swiper .item .txts{font-size: 16px;}
.prod-swiper .item .txt i{font-size: 20px;}
  .index-data{height: auto;padding-bottom: 4.17vw;}
  .index-data .title{font-size: .61rem;margin-top: 8.59vw;}
  .bn-list{margin-top: 5.21vw;}
  .bn-list li h2 .number,.bn-list li h2 .plus{ font-size: .82rem;line-height: .82rem;}
  .index-about .imgs{margin-top: 30px;}
  .index-about .title{font-size: .7rem;}
  .header .header-right .langs{margin-left: 40px;}
  .header .header-left .logo{margin-right: 35px;}
  .header .header-left h2 a{font-size: 18px;}
  .header .header-right .item{margin-right: 20px;}
  .header .header-right .item h3 a{font-size: 15px;}
  .header .header-right .langs .icon img{width: 25px;height: 25px;}
  .wrap-1280{width: 98%;}
}
@media (max-width: 1120px){
  .list-products .head .txt_list{width: 70%;margin-top: 30px;padding-left: 0;}
  .list-products .head.flex{flex-wrap: wrap;justify-content: center;}
  .contact-method{flex-wrap: wrap;margin-top: 20px;justify-content: space-evenly;}
  .method-div{width: 45%;}
}
@media (max-width: 1080px){
  .index-pro a .pic_box .more{top: 13vw;height: 30px;padding: 0 15px;}
  .index-pro a .pic_box .txts{top: 3.39vw;}
  .index-pro .pro_r a:nth-child(2) .pic_box .txts,.index-pro .pro_r a:nth-child(3) .pic_box .txts{top: 2.34vw;}
  .index-pro a .pic_box .txts h1{font-size: .8rem;}
  .index-pro .pro_r a:nth-child(1) .pic_box .txts{left: 2.34vw;}
.index-pro .pro_r a:nth-child(1) .pic_box .more{left: 2.34vw;}
.index-pro .pro_r a:nth-child(2) .pic_box .txts,.index-pro .pro_r a:nth-child(3) .pic_box .txts{left: 2.34vw;top: 2.34vw;}
.index-pro .pro_r a:nth-child(2) .pic_box .more,.index-pro .pro_r a:nth-child(3) .pic_box .more{left: 2.34vw;top: 11vw;}
}
@media screen and (max-width:992px) {
  .list-products .apply{flex-wrap: wrap;}
  .list-products .apply .item{margin-top: 20px;}
  .list-products{margin-top: 30px;}
  .search-div {
    width: 8.13rem;
    height: 1rem;
  }
  .search-div input {
    height: .75rem;
    width: 6.5rem;
    font-size: 12px;
    padding-left: .25rem;
  }
  .search-div button i{font-size: .28rem !important;}
  .search-div button {
    width: 1.38rem;
    height: .75rem;
  }

  .list-news .news_l .new-item a{flex-wrap: wrap;justify-content: center;}
  .list-news .news_l .new-item{align-items: center !important;padding-bottom: 0;}
  .list-news .news_l .new-item .pics{width: 100%;}
  .typelist{display: none;}
  .footer .bottom p{text-align: center;line-height: 24px;}
  .box_skitter .title_b{bottom: 20vw;font-size: 5vw;right: 8vw;}
  .box_skitter .title_s{bottom: 13.54vw;font-size: 17px;right: 8vw;}
    .header .header-right .item{margin-right: 40px;}
  .box_skitter .info_slide_dots{bottom: 20px;}
  .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:#ec6c00!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,.content{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-products .list .item .txt .i,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.list-download .list .item .more,.sidebar,.top_header{display:none !important;}
    .main{padding:20px 10px}

    .list-news .list .item{margin-bottom:40px}
    .list-news .list .item p{margin:10px 0;}
    /* .footer .menu .item{margin:0 0 25px 0;}
    .footer .menu .item h3{font-size:20px;padding-bottom:10px} */
    /* .footer .menu .item .sub{display:flex;flex-wrap:wrap;justify-content: space-between} */
    /* .footer .menu .item .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;margin-top:10px} */
    .footer .bottom{padding:20px 10px 60px}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-download .list .item{margin-bottom:15px}
    .list-download .list .item a{padding:20px;}
    .list-events .list .item{margin-bottom:20px}
    .list-events .list .item .txt h3{padding:10px 0;}
    .list-events .list .item .txt p{height:35px}
    .list-job .t{font-size:24px;margin-bottom:20px}
    .list-job .list .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #DBDEE3;position: relative;}
    .list-job .list .item .info h3{font-size:16px;padding:10px 0;}
    .list-job .list .item .info .desc{margin-bottom:10px;flex-wrap:wrap;}
    .list-job .list .item .info .desc p{margin-right:0;width:100%;margin-top:5px;}
    .list-job .list .item .info .desc p i{width:30px;text-align:center;}
    .list-job .list .item .info .desc p img{margin-right:0;height:16px;}
    .list-job .list .item .info .desc p span{margin-right:10px;font-size:12px}
    .list-job .list .item .btn{position: absolute;right:0;top:10px;width:90px;height:35px;font-size:12px;}
    .list-job .list .item .more{display:none;}
    .list-job .content{margin:0;}
    .list-job .content h3{padding:0;margin:0;}
    .job-pop{width:100%;}
    .job-pop .hd{width:90%;height:60px;padding:10px;position: relative;}
    .job-pop .hd .name{width:calc(100% - 40px);font-size:14px;line-height:24px}
    .job-pop .hd .del{position: absolute;right:10px;top:10px;}
    .job-pop .bd{width:90%;padding:10px;}
    .job-pop .bd input{height:40px;padding:0 10px;margin-bottom:10px;}
    .job-pop .bd textarea{min-height:100px;padding:10px;margin-bottom:10px;}
    .job-pop .bd .btn{height:40px;width:140px}
    .list-news .show .m .btn{margin:20px auto 0;}
    .list-about .bd .pic .video_btn img{width:70px;height:70px}
    .list-about .bd .txt{padding-top:20px;}
    .list-about .bd .txt h3{margin:15px 0 10px;font-size:28px;line-height:32px}
    .list-about .bd .txt p{margin-bottom:15px;}
    .list-about .data{padding-top:20px;margin-top:25px;flex-wrap:wrap}
    .list-about .data .item{padding:0;width:50%;margin-bottom:20px;}
    .list-about-advantage{padding:40px 10px}
    .list-about-advantage .t{margin-bottom:30px}
    .list-about-advantage .t h2{font-size:28px}
    .list-about-advantage .t p{font-size:15px;line-height:24px}
    .list-about-advantage .bd .item{width:100%;padding:0;margin-bottom:20px;}
    .list-about-advantage .bd .item h3{margin:15px 0;font-size:18px}
    .list-about-advantage .bd .item p{font-size:14px;line-height:22px;}
    .list-about-content .t{font-size:28px;margin-bottom:10px;}
    .list-about-content .work .bd,.list-about-content .culture{margin-bottom:40px}
    .list-about-content .work .slick-dots{bottom:-15px}
    .list-about-content .culture .item{padding:15px 0;}
    .list-about-content .culture .item .txt h3{line-height:30px;font-size:28px;margin:10px 0;}
    .list-about-content .culture .item .txt p{font-size:14px;line-height:22px;margin:0;}
    .list-about-content .honor{justify-content: space-between;}
    .list-about-content .honor .item{width:48%;margin:0 0 10px 0;}
    .list-contaact .bd .t h3{padding-top:15px;}
    .list-contaact .bd .t .pic{margin-top:25px;}
    .list-contaact .bd .txt .item{height:45px;font-size:14px;}
    .list-contaact .bd .txt .wx{padding:20px 0 0 0;text-align: center;}
    .list-contaact .what h2{font-size:28px}
    .list-contaact .what h3{padding:20px 0;}
    .list-contaact .what .info .list .item{margin-bottom:20px;}
    .list-contaact .what .info .list .item .c h4{font-size:20px}
    .list-contaact .what .info .list .item .c p{font-size:14px;margin-top:5px;}
    .list-contaact .what .info .list .more{padding:10px 0 20px;}
    .list-contaact .what .info .list .more span{font-size:12px}
    .list-contaact .what .info .list .more img{height:15px}
    .list-contaact .what .info .txt .more{margin:0 auto 20px;height:45px;border-radius:30px}
    .list-contaact .what .info .txt .more span{font-size:15px;}
    .list-contact-msg{padding:40px 10px;}
    .list-contact-msg .hd{background:none;}
    .list-contact-msg .hd h3{font-size:28px;padding:10px 0}
    .list-contact-msg .form{padding:20px;margin-top:20px}
    .list-contact-msg .form .item{margin-bottom:10px}
    .list-contact-msg .form .item input, .list-contact-msg .form .item textarea{height:40px}
    .list-contact-msg .form .item img{height:38px}
    .list-contact-msg .form .btn{margin:0 auto}
    .show-banner{display:block !important;overflow:hidden}
    .list-products .list{justify-content: space-between;}
    .list-products .list .item{width:48%;margin:0 0 15px 0 !important;}
    .list-products .list .item .txt{padding:10px;padding-bottom: 15px;}
    .list-products .list .item .txt h3{padding:0;font-size:16px;}
    .list-products .list .item .txt p{padding:0;font-size:12px;}
    .list-products .list .item .txt .auth{margin-top:10px}
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:30px 10px 10px}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-about .list{margin-top:0;}
    .index-about .list .item{width:100%;margin:0 0 20px 0;}
    .index-message .info .hd{width:100%;padding:0 0 15px 0;}
    .index-message .info .hd h3{font-size:28px}
    .index-message .info .form,.index-message .info .form .item{width:100%;margin-bottom:10px !important}
    .index-message .info .form .item:nth-child(2){width:100%;padding:0;}
}
@media screen and (max-width:786px){
  .list-products .apply{justify-content: space-evenly;}
  .list-products .apply .item{margin-right: 0;}
  .method-div{width: 95%;}
  .paging{margin: 10px 0;}
  .works .pics{width: 48%;margin-right: 0;}
  .work .works{justify-content: space-between;}
  .brs{display: inline-block;}
  .footer .menu .item2{width:100%;margin-right: 0;margin-top: 50px;}
  .footer .menu.flex{justify-content: flex-start;}
  .news .news_l .new-item h2{font-size: 22px;}
  .news{margin-top: 40px;}
  .news .flex{flex-wrap: wrap;justify-content: center;}
  .news .news_l,.news .news_r{width:98% !important;}
  .list-news .news_l{width: 100% !important;}
  .list-news .news_l .new-item .txts{margin-left: 20px;margin-top: 20px;padding: 0 20px 20px 0;}
  .list-news .news_l .new-item .times{margin-top: 30px;}
  .prod-swiper .swiper-slide{height: calc((100% - 60px) / 3) !important;}
  .prod-swiper .swiper-pagination{bottom: 40px !important;}
  .prod-swiper .swiper-pagination .swiper-pagination-bullet,.prod-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 35px;margin-right: 15px !important;}
  .swiper{margin-top: 20px; padding-bottom: 60px !important;}
  .index-pros .titles{margin-top: 20px;}
  .index-pros .titles h1{font-size: 1.69rem;}
  .index-pros .titles h2{font-size: 1.05rem;}
  .index-pro a .pic_box .more{right: 35px;}
  .index-pro .pro_r a{margin-bottom: 20px;}
  .index-pro .pro_r a:nth-child(2) .pic_box .more,.index-pro .pro_r a:nth-child(3) .pic_box .more{top: 4vw;}
  .index-pro a .pic_box .txts h1{font-size: .65rem;}
  .index-pro .pro_r a:nth-child(1) .pic_box .more{top: 8vw;}
  .index-pro a .pic_box .more{margin-top: 16vw;}
  .index-pro .pro_l{width:100%;}
  .index-pro .pro_r{width:100%;margin-top: 20px;}
  .index-pro>.flex{flex-wrap: wrap;}
  .index-data .des1{width: 94%;}
  .index-about .title{margin-bottom: 30px;}
  .index-about .content_o p,.list-about .content_o p{padding: 0 !important;font-size: 17px !important;line-height: 32px !important;text-align: left;}
  
  .bn-list{flex-wrap: wrap;}
  .bn-list li{width: 50% !important;margin-bottom: 30px;}
  .about-data .bn-list li{width: 48% !important;margin-bottom: 30px;}
  .about-data .bn-list li i{margin: 20px 0;}
  .about-data .bn-list{margin-top: 10px !important;}
}
@media screen and (max-width:586px){
  .list-products .apply .item{width: 70%;max-width: unset;}
  .list-products .body table tbody tr td:first-child{width:50%;padding-left:10px;}
  .list-products .body table tbody tr td:last-child{width:50%;}
  .list-message .message .label-name,.list-message .message .label-mw{width: 100%;}
  .list-message{padding: 0 10px;;}
  .footer{margin-top: 40px;}
  .works .pics h3{height: 35px;}
  .list-culture .cul_list .item,.list-culture .title,.cul_b{padding: 0 10px;}
  .list-culture{margin-top: 20px;}
  .footer .logos img{margin-top: 30px;}
  .footer .menu .item1{width: 45%;margin-right: 0;}
  .footer .codes{flex-wrap: nowrap;justify-content: space-evenly;display: flex;}
  .footer .codes img{width: 40%;}
.footer .codes img:nth-child(2){margin-left: 0;}
  .footer .menu{margin-left: 30px;}
  .prod-swiper .item .txts{font-size: 14px;}
  .index-pro .pro_r a:nth-child(2),.index-pro .pro_r a:nth-child(3){width: 49%;}
  .index-pro a .pic_box .more{height: 25px;padding: 0 10px;}
  .index-pro a .pic_box .txts h3{font-size: 14px;}
  .index-pro a .pic_box .txts h1{font-size: 22px;}
  .index-pro .pro_r a:nth-child(2) .pic_box .more,.index-pro .pro_r a:nth-child(3) .pic_box .more{top: 1vw;}
  .index-about .imgs{flex-wrap: wrap;justify-content: center;}
  .index-about .imgs a{width: 95%;margin-bottom: 20px;}
}