@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden;  padding-bottom:1.1rem; padding-top: 1rem; font-size: .24rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}


/*头部*/
.index_header{width:100%; height: auto; z-index:999;  position:fixed; top:0; left:0; background: #fff}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:AUTO; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{width:2.8rem; max-height: 100%}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .55rem; align-items: center; margin: 0px auto;}
.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: 80px; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: 50px; font-size: 16px; color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width: 20%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9;}
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative;}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:40px; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.6rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}


/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.banner .swiper-slide a img{width:100%; display: block; height:auto;  }
.banner .swiper-pagination{bottom:5%; z-index: 9; width:100%; left: 22%; transform: translate(-50%, 0);}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff; opacity: 0.3; margin: 0 14px!important; position: relative}
.banner .swiper-pagination-bullet:after{content: ""; width:12px; height:12px; border: 1px solid #fff; border-radius: 50%; position: absolute; top:-2px; left:-2px; transform: scale(1.8); opacity: 0 }
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-pagination-bullet-active:after{opacity: 0.5;}
.ban_info{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%)}
.ban_info h4{color:#fff; font-size: .4rem; font-weight: bold; line-height: .6rem; text-align: center}
.ban_info p{color:#fff; font-size: .25rem; font-weight:100;  text-align: center; letter-spacing:15px; margin-top:.4rem}
.banner_bottom{width:98%; height:1.3rem; background: #e50112; position: absolute; bottom:0; right:0; z-index:1; clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%); text-align: right; display: flex; justify-content: flex-end; padding-top:.3rem; padding-right:.2rem}
.banner_bottom p{color:#fff; font-size: .26rem; background: url(../images/icon.png) no-repeat left 5%; padding-left: .4rem; }
.banner_bottom p b{font-size: .3rem; font-weight: bold;}


/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; margin-top:.8rem;}
.index_about h4{color:#e50112; font-size: .45rem; margin-bottom: .3rem;}
.index_about h5{color:#000000; font-size: .45rem; font-weight: bold; line-height:.6rem;}
.ab_num{width:100%; height: auto;  margin-top:.4rem;}
.ab_num dl{width:50%; height: auto; overflow: hidden; margin-bottom:.5rem; float: left; text-align: center}
.ab_num dl dt{color:#333333; font-size:.26rem;}
.ab_num dl dt span{color:#e50112; font-size:.5rem; font-weight: bold;}
.ab_num dl dd{color:#333333; font-size:.27rem; line-height:.4rem;}
.index_about_xx{width:100%; height: auto; overflow: hidden; display: block; color: #777777; font-size: .26rem; line-height: .42rem;}
.index_ab_more{width:37%; height: .8rem; border: 1px solid #d6d6d6; position: relative; text-align: center; line-height: .8rem; display: block; margin: .4rem auto 0;  
	font-size: .26rem; z-index: 1}
.index_ab_more:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index: -1; 
	transition: all 0.4s ease-in-out; }
.index_about_right{width:100%; height: auto; overflow: hidden; border-top:1px solid #cccccc; padding-top:.4rem; margin-top: .5rem}
.index_about_right img{width:100%; display: block}
.index_ab_more:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.index_ab_more:hover{color:#fff}
.index_ab_more span{position: relative}


/*设备实力*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/case_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; margin-top:1rem; padding-bottom: .6rem}
.index_case_left{width:100%; height: auto; overflow: hidden; background: rgba(229,1,18,0.8); padding: .5rem .25rem}
.index_case_left h3{color:#fff; font-size: .45rem;}
.case_left_li{width:100%; height:auto; overflow: hidden; margin-top:.4rem; border: 1px solid rgba(255,255,255,0.5); padding:.3rem .25rem}
.case_left_li h4{color:#fff; font-size: .3rem; font-weight:bold; margin-bottom: .15rem;}
.case_left_li p{color:#fff; font-size: .26rem; line-height: .4rem; opacity: 0.6}
.index_case_right{width:100%; height: auto; overflow: hidden}

.case_right_more{width:100%; height: auto;}
.case_right_more a{width:37%; height: .8rem; background: #fff; position: relative; z-index: 1; text-align: center; line-height: .8rem; display: block; color:#333; 
	font-size: .26rem; margin: 0px auto;}
.case_right_more a:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index: -1; transition: all 0.4s ease-in-out; }
.case_right_more a:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.case_right_more a:hover{color:#fff}
.case_right_li{width:100%; height: auto; overflow: hidden; margin-top: .4rem; padding: 0 .25rem; margin-bottom: .6rem}
.case_right_li .swiper{padding-bottom:.6rem; height:7.6rem}
.case_right_li .swiper-slide{  display: flex;  justify-content: center;  align-items: center; height:3.2rem;}
.case_right_li .swiper-slide a{width:100%; display: block}
.index_case_pic{width:100%; overflow: hidden}
.index_case_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.case_right_li .swiper-slide a h4{width:100%; height: .7rem; background: #fff; text-align: center; line-height: .7rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:.27rem; color: #000000}
.case_right_li .swiper-button-next,.case_right_li .swiper-button-prev{width:26px; height: 27px;top:auto; margin-top: 0; bottom:0}
.case_right_li .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:40%}
.case_right_li .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:40%}
.case_right_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}


/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin:1rem 0 1rem 0;}
.index_product_ul{width:100%; height: auto; overflow: hidden}
.index_product_ul ul{width:100%; overflow: hidden; margin-top:.5rem;}
.index_product_ul ul li{width:48%; display: block; border: 1px solid #dddddd; padding: 15px; float: left; margin-bottom: .2rem;}
.index_product_ul ul li:nth-child(2n){float: right}
.index_product_ul ul li a{width:100%; display: block; overflow: hidden}
.index_pro_tt{width:100%}
.index_pro_tt h4{width:100%; height: .5rem; line-height:.5rem; color: #000000; font-size:.32rem; font-weight: bold;}
.index_pro_tt img{display: block; margin:.25rem 0 .2rem; width: .3rem}
.index_pro_pic{width:100%; overflow: hidden}
.index_pro_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_products .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_products .swiper-slide a:hover h4{color:#e50112}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat; background-size:cover; padding: .9rem 0 1.1rem }
.index_news_title{width:100%; height: auto; overflow: hidden}
.news_title_b{width:100%; overflow: hidden}
.news_title_b h4{color:#e50112; font-size: .45rem; margin-bottom: .12rem;}
.news_title_b p{color:#000000; font-size:.27rem; line-height: .42rem }
.in_news_more{width:40%; height: .9rem; border: 1px solid #d6d6d6; position: relative; text-align: center; line-height: .9rem; font-size:.28rem; 
	margin: .9rem auto 0; z-index: 1; display: block}
.in_news_more:after{content: ""; width:3px; height: 26px; background: #e50112; position: absolute; top:50%; left:0; transform: translate(0,-50%); z-index:-1; transition: all 0.4s ease-in-out; }
.in_news_more:hover:after{width:100%; height: 100%; top: 0;  transform: translate(0); }
.in_news_more:hover{color:#fff}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_news_top .swiper-slide a{width:100%; display: block; background: #f8f8f8;overflow: hidden}
.index_news_pic{width:100%; height: auto;  overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; border-top:.15rem solid #da2f20; padding:.7rem 4% .5rem 3%; overflow: hidden}
.index_news_xx h4{width:100%; height: .6rem; line-height:.6rem; color: #000000; font-size: .32rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap}
.index_news_xx p{width:100%; height:1.2rem; overflow: hidden; color: #777777; font-size: .26rem; line-height: .4rem; margin-top:.4rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx span{color:#777777; font-size: .26rem; margin-top: .6rem; display: block}
.index_news_top .swiper-pagination{width:auto; right: 5%; left:auto; bottom:.4rem;}
.index_news_top  .swiper-pagination-bullet{width:10px; height: 10px; background: #da2f20; opacity: 0.4}
.index_news_top .swiper-pagination-bullet-active{opacity: 1}
.index_news_top .swiper-slide a:hover h4{color:#e50112}
.index_news_top .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}


/*联系我们*/
.index_contact{width:100%; height:auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; background-size: cover; padding:.9rem 0; background-attachment: fixed;}
.index_contact_left{width:100%; height: auto; text-align: center}
.index_contact_left h4{color:#fff; font-size: .4rem; font-weight: bold; margin-bottom:.2rem;}
.index_contact_left p{color:#fff; font-size:.26rem; opacity: 0.5; font-weight: 100}
.f_lianxi{width:38%; height: .8rem; line-height: .8rem;  border: 1px solid rgba(255,255,255,0.3); border-radius:5px; font-size: .26rem; color: #fff; background: url(../images/c_jts.png) no-repeat 90% center; background-size: .3rem; padding-left:.25rem; margin:.4rem auto 0; display: block}
.f_lianxi:hover{background:url(../images/c_jts.png) no-repeat 70% center;}



.ny_banner,.ny_ban{width:100%; position: relative; height:2.6rem; }
.ny_banner img,.ny_ban img{width:100%; height:100%;object-fit: cover; object-position: center center;}
.ny_bans_title{width:100%; height: auto; overflow: hidden; text-align: center; position: absolute; top:50%; left:0; transform: translate(0,-50%);}
.ny_bans_title h4{font-size: .52rem; font-weight: bold; color:#fff}
.ny_bans_title hr{width:.9rem; height: .08rem; background: #e50112; display: block; margin:.2rem auto; border: 0}


/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:0px 2%; font-size:.23rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; background:#fff }
.pos a{color:#313131; font-size:.23rem}
.pos span{color: #e50112; font-size:.23rem}
.pos span.wei{color: #313131;}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.24rem}
.ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
.ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
.ny p,.ny span{color:#333333; font-size:.24rem!important; line-height:.45rem;}
 


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:.15rem; clear:both;padding:0px .2rem; margin-top: .2rem;}
.news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.27rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.22rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.24rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}



/*内页荣誉资质*/
.honor_list{width:100%; padding:.2rem; clear:both;}
.honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.25rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem;}
.honor_list li:nth-child(2n){float:right}

.pic_list{width:100%; padding:.3rem .2rem; clear:both; overflow:hidden}
.pic_list a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.pic_list a img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.pic_list a p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.25rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.pic_list a:nth-child(2n){float:right}

  


/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:33.33%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#e50112; color:#fff }
.pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
.about_ban{ background: url(../images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
.about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
.about_ban p{font-size: .16rem; color:#fff}
.index_plei{width:100%; height:auto; line-height:.7rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; float:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.index_plei a.active{ background:#e50112;color:#fff }
.ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
.ny_time{width: 100%;  line-height: .6rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.24rem;}
.keyword_light,.keyword_light p{font-size:.2rem; color:#333; line-height:.4rem}



/*联系我们*/
.ditu{width:100%;height:5rem;padding: 0px 15px}
.ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}

.ny_product_all{width:100%; padding:20px 10px; clear:both;}
.ny_product_all ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.ny_product_all li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.ny_product_all li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.ny_product_all li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.ny_product_all li:nth-child(2n){float:right}
.ny_product_pic{width:100%; height:auto; overflow:hidden; margin-top:1rem}
.ny_product_pic a{width:100%; display:block; margin-bottom:2px;}
.ny_product_pic img{width:100%; display:block; object-fit: cover; object-position: center center; height:100%}
.ny_pro_pic{width:100%; height:auto; overflow:hidden}





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%; background: #000000 }
footer ul{width:100%; height:100%;}
footer li{width:20%;height: 100%;float: left; border-left: 1px solid #fff;}
footer li a{display: block;width: 100%;height: 100%;text-align: center; box-sizing: border-box;color: #3c3c3c;  padding-top:.2rem }
footer span{line-height:.3rem; font-size: .2rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer i{height:.4rem; display: block; margin:0 auto 0;  }
footer i img{height: 100%}
footer li a.active{border-bottom: 2px solid #e50112}
.copy {width: 100%;   line-height: .3rem; clear: both; font-size: .26rem; text-align: center; background: #333333; padding: .4rem 0}
.copy p{color:#ffffff;line-height:.4rem; font-size:.26rem; opacity: 0.7}
.copy a{color:#ffffff;line-height:.4rem; font-size:.26rem; }
.copy_zi{opacity: 0.7}
.f_top{width:.8rem; position:fixed; bottom:15%; right:0; z-index: 9}
.f_top img{width:100%; display: block}

.index_footer{width:100%; height: auto; overflow: hidden; background:#f5f5f5; padding: .5rem 0}
.index_footer h3{color:#ffffff; font-size:.4rem; text-align: center}
.index_footer h4{color:#ffffff; font-size:.4rem; text-align: center; margin-top: .1rem;}
.f_hezuo{background:#e50112 url(../images/f_jts.png) no-repeat 90% center; width:70%; margin:0px auto; display: block; height: .8rem; line-height: .8rem; 
	font-size: .36rem; color:#fff; padding-left:5%; margin-top:.4rem}




@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
