@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;  font-size:12px; padding-bottom:1.1rem}
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .28rem;}
.clr,.clearfix{clear:both;}
.header{width:100%; clear:both; height:1.1rem; background:#fff; position: relative; padding: 0 3%; box-shadow: 0 0 8px rgba(0,0,0,0.2)}
.logo{width:2.6rem; height:1.1rem; z-index: 9; float: left}
.logo a{width:100%; height:100%; display: flex; align-items: center; }
.logo a img{align-items: center; width: 2.24rem; float: left}
.menu{float:right; height:100%; width:.37rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center;}
.menu img{height:auto; width:100%; align-items: center; margin: 0px auto;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float: left}
.r{float: right}






/*导航*/
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:9999; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #0b5dce; left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:99999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:.42rem;padding: .08rem 0; text-indent:1em; color:#fff;  font-size:.22rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.22rem;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none;}
.menu_body a{width:100%; display:block; height:.4rem; line-height:.4rem; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size: .2rem}
.banner{width:100%;height:auto; position: relative; }
.banner img{width:100%; height: auto; display: block}
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #000; opacity: 1}
.swiper-pagination-bullet-active{background: #fff}
.banner .swiper-slide a{width:100%; height:auto; position: relative}
.banner .swiper-pagination{ bottom:30px;}

.h_yy{color:#000; float: right; line-height: 1.1rem; font-size: .24rem; margin-right: 4%}
.form_box{
    position: fixed;
    top:1.1rem;
    left:0;
    right:0;
    z-index: 999;
    height:2.2rem;
    background: #eeeeee;
    display:none;
    margin: 0 auto; width: 100%; padding: 0 .2rem
}
.form_box a{width:100%; height:auto; font-size:.24rem; text-align:center; display:block; padding:.1rem 0}
.form_box a:hover{background:#1967ff; color:#fff}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; padding: .6rem 0 1.2rem}
.index_about_right{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.index_about_right h5{color:#000000; font-size: .22rem; margin-bottom: .2rem;}
.index_sb_info{width:100%; height:auto; overflow: hidden; color:#4d4d4d; font-size: .2rem; line-height: .34rem; }
.index_about_right ul{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.index_about_right ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem }
.index_about_right ul li p{color:#4d4d4d; font-size: .2rem; margin-top: 5px;}
.index_about_right ul li h4{color:#4d4d4d; font-size: .2rem; position: relative; }
.index_about_right ul li h4 span{font-size: .56rem; width: auto; color:#1967ff; font-size: .56rem; font-weight: bold;}


/*分类*/
.index_fenlei{width:100%; height: 8rem; overflow: hidden;}
.index_fenlei .swiper-container{width:100%; height: auto; overflow: hidden}
.index_fenlei .swiper-slide .in_fenlei_all{width:100%; height:8rem; display: block}
.index_fenlei .swiper-slide{overflow:hidden}
.section3_title{ height: auto; position: absolute; top:25%; left:0; z-index: 999; padding-left:5%}
.section3_title h4{color:#000000; font-size: .34rem;}
.section3_title h5{color:#000000; font-size: .26rem; text-transform: uppercase}
.section3_title hr{width:40px; height: 1px; background: #000000; display: block; border: 0; margin:.3rem 0 .4rem }
.section3_title span{color:#fff; font-size:.2rem; background: #1967ff;  width:auto; padding:0 15px; height: .55rem; text-align: center; line-height: .55rem; 
	margin-bottom: 8px; display: block }
.section3_title a{display:block;}

.fl_img{height: auto; position: absolute; bottom:10%; right:-22%; overflow: hidden; z-index: 9; width:70%}
.fl_img img{width:100%; height: auto; display: block}
.fe4{width:38%; right:0}





/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size:cover; padding: .5rem 0 .5rem}
.index_product ul{width:100%; height: auto; overflow: hidden}
.index_product ul li{width:49%; height: auto; float: left; margin-bottom: .2rem}
.index_product ul li:nth-child(2n){float: right}
.index_product ul li .index_pro_all{ background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.08)}
.index_pro_pic{width:100%; height: auto; overflow: hidden}
.index_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_pro_xx{width:100%; height: auto; overflow: hidden; padding:.1rem .6rem .2rem}
.index_pro_xx h4{width:100%; height:.5rem; line-height: .5rem; border-bottom: 1px solid #e4e4e4; color: #4d4d4d; font-size: .22rem; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.index_pro_xx h5{width:100%; height:.4rem; line-height:.4rem; color: #4d4d4d; font-size: .2rem; text-align: center; opacity: 0.7; margin:8px 0 0}
.index_pro_xx img{display: block; margin:.14rem auto .2rem;}
.index_product ul li:hover .index_pro_xx{background:#1967ff}
.index_product ul li:hover h4{color:#fff; border-bottom: 1px solid #fff}
.index_product ul li:hover h5{color:#fff}
.index_product ul li:hover span{color:#1967ff; background: #fff}
.index_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*设备*/
.index_shebei{width:100%; height: auto; overflow: hidden; background: url(../images/shebie_bjs.jpg) no-repeat center; background-size: cover; padding: .4rem 0 .6rem}
.section5_title{width:100%; height: auto; overflow: hidden}
.section5_title h4{color:#fff; font-size:.8rem; font-family: 'TT';font-weight:  bolder}
.section5_title h5{color:#fff; font-size:.2rem; position: relative; display: table; line-height: .4rem;}
.section5_title h5:after{content: ""; width:2rem; height: 1px; background: #fff; position: absolute; top:.2rem; right:-2rem; }
.index_shebei ul{width:100%; height: auto; overflow: hidden; margin-top: .5rem; margin-bottom:.6rem}
.index_shebei ul li{width:100%; height: auto; overflow: hidden; margin-bottom: .2rem}
.index_shebei ul li img{width:1rem; height: auto; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; float: left; margin-top: .2rem}
.index_shebei ul li h4{color:#fff; font-size: .22rem; line-height: .35rem; }
.index_shebei ul li h5{color:#fff; font-size: .2rem; line-height: .26rem;}
.index_shebei ul li p{color:#fff; font-size: .18rem; line-height: .3rem; margin-top: .12rem;}
.index_shebei ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.in_sb_pic{margin-left: 1.2rem}



/*新闻资讯*/
.index_news{width:100%; height: auto; overflow:hidden; background: url(../images/news_bjs.jpg) no-repeat top center; background-size: cover; padding: .64rem 0}
.section6_title{width:100%; height: auto; overflow: hidden}
.section6_title h5{color:#1967ff; font-size:.8rem; font-family: 'TT';font-weight:  bolder}
.section6_title h4{color:#000000; font-size:.2rem; position: relative; display: table; line-height: .45rem;}
.section6_title h4:after{content: ""; width:2rem; height: 1px; background: #000000; position: absolute; top:.2rem; right:-2rem; }
.index_news ul{width:100%; height: auto; overflow: hidden; margin-top: .52rem}
.index_news ul li{width:100%;height: auto; float: left; overflow: hidden; background: #fff; margin-bottom: .3rem}
.index_news_pic{width:2.9rem; height: auto; overflow: hidden; float: left}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{ height: auto; overflow: hidden; margin-left: 2.9rem; padding: .15rem}
.index_news_xx h3{width:100%; height: .35rem; line-height: .5rem; color: #000000; font-size: .22rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx span{color:#777777; font-size:.18rem; display: block; margin:.15rem 0 .1rem}
.index_news_xx p{width:100%; height:.6rem; line-height:.3rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; font-size: .2rem;
  -webkit-box-orient:vertical; overflow:hidden; }




/*联系我们*/
.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; padding: .6rem 0}
.section7_top{width:100%; height: auto; overflow: hidden; margin-bottom:.3rem}
.section7_top h5{color:#fff; font-size:.8rem; font-family: 'TT';font-weight:  bolder}
.section7_top h4{color:#fff; font-size:.2rem; position: relative; display: table; line-height: 40px;}
.section7_top h4:after{content: ""; width:2rem; height: 1px; background: rgba(255,255,255,0.5); position: absolute; top:.2rem; right:-2rem; }
.section7_right{width:100%; height: auto;  background: #fff; padding:.3rem .5rem}
.section7_right h4{color:#000000; font-size: .26rem; margin-bottom:.1rem;}
.section7_right h5{color:#000000; font-size: .2rem; text-transform: uppercase}
.section7_right dl{width:100%; height:auto; overflow: hidden; margin-top:20px;}
.section7_right dl dt{width:100%; height:.55rem; line-height: .55rem; border-bottom: 1px solid #ebebeb; position: relative; margin-bottom: 10px;}
.section7_right dl dd{width:100%; height:.55rem; line-height: .55rem; border-bottom: 1px solid #ebebeb; position: relative; margin-bottom: 10px;}
.section7_right dl input[type="text"]{width:100%; height: 100%; border: 0; background: none; padding: 0 10px; color:#4d4d4d; font-size: .2rem;}
.section7_right textarea{width:100%; height:.55rem; background: none; padding: .1rem; resize: none; border: 0;  color:#4d4d4d; font-size: .2rem; 
	border-bottom: 1px solid #ebebeb;}
.in_tijiao{width:40%; height:.5rem; display: block; border: 0; background: #1967ff; margin:.2rem auto 0; color:#fff; font-size: .2rem; cursor: pointer;
	border-radius:10px 0 10px 0}





/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1rem;width: 100%;  background: #252525; }
footer ul{width:100%; height: 100%; display: block}
footer li{width: 20%;height: 100%;float: left; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; padding-top:.2rem }
footer span{line-height:.3rem; font-size: .2rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:100% 100%!important; width:.32rem;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:100% 100%!important; width:.27rem;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:100% 100%!important; width:.26rem;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:100% 100%!important; width:.3rem;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:100% 100%!important; width:.3rem;}
footer a.active{background: #0e55e0}
footer i{height:.3rem; display: block; margin:0 auto 0;  }
.copy {width: 100%;  text-align: center; line-height: .3rem; clear: both; font-size: .2rem;  text-align: center; margin: .4rem 0;}
.copy_dz{width:100%;  height: auto;  overflow: hidden }
.copy_dz p b{font-size:.22rem; color: #333333;}
.copy_dz p{color:#4d4d4d;line-height:.36rem; font-size:.2rem}
.copy_dz a{color:#4d4d4d;line-height:.36rem; font-size:.2rem}



/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:5px 2%; font-size:.2rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.2rem}
.pos a{color:#313131; font-size:.2rem}
.pos span{color: #1967ff; font-size:.2rem}
.pos span.wei{background: url(../images/sy.png) no-repeat left center; padding-left:.2rem; color: #313131; background-size:.2rem}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.2rem}
.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_ban{width:100%; height:auto; overflow:hidden; }
.ny_ban img{width:100%; height:auto; display:block;}
.ny p,.ny span{color:#333333; font-size:.2rem!important; line-height:.4rem;}
 


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; 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:.24rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.2rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.6rem; line-height:.3rem; overflow:hidden; margin-top: .1rem; font-size:.2rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
  
/*内页荣誉资质*/
.fui-picturew{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.fui-picturew a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.fui-picturew a img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.fui-picturew a p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.22rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.fui-picturew a:nth-child(2n){float:right}


/*内页荣誉资质*/
.honor_list{width:100%; padding:20px 10px; 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:.22rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.honor_list li:nth-child(2n){float:right}



/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.22rem; 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:#1967ff; 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:.6rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.22rem; text-align:center; width:50%; height:.6rem; display:block; overflow:hidden; 
float:left; }
.index_plei a.active{ background:#1967ff;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: .5rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.22rem;}
.keyword_light,.keyword_light p{font-size:.2rem; color:#333; line-height:.4rem}
.ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}

.index_pnav{margin-top:.1rem}


/*联系我们*/
.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}

  
  












@media screen and (max-width:425px){

	
}
