body,input{font-family: "microsoft yahei";}
.allpage{
	background-color: #f3f3f3!important;
}
/*font*/
@font-face{font-family:"iconfont";src:url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype');}
@font-face{font-family:"iconfont1";src:url('../font/iconfont1.woff') format('woff'),url('../font/iconfont1.ttf') format('truetype');}
.iconfont{font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}

.iconfont1 {
	font-family:"iconfont1" !important;
	
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	borde/r-radius: 50%;
	display: inline-block;
	
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}

	



input{
	outline: none;
}
.search-lh-input{
	width: 75%;
	border:1px solid #113f9f;
	border-radius: 15px 0 0 15px;
	float: left;
	border-right: none;
	height: 0.461rem;
	font-size: 0.18rem;
	font-family: "microsoft yahei";
	text-indent: 5%;
	margin-top: 2%;
}
.search-lh-btn{
	width: 15%;
	float: left;
	background-color: #fff;
	border-radius:0 15px 15px 0;
	border:1px solid #113f9f;
	border-left: none;
	height: 0.491rem;
	font-size: 0.25rem;
	margin-top: 2%;
}
.search_hl{
	width:14.0625%;
	left:0.1%;
	top:-1px;
	position:absolute;
	height:100%;
	font-size:0.38rem;
	line-height:0.8rem;
	color:#c83000;
	text-align:center;
	overflow:hidden;
}
.search a{
	display: inline-block;
	width: 9%;
	float: left;
	color:#fff;
	text-align: center;
	height: 0.7rem;
}

.index_text{
	font-size: 14px;
	width: 100%;
	height: 0.5rem;
	background: #fff url(../../images/search_bg_05.png) no-repeat 95% center;
	-webkit-background-size: 7%;
	background-size: 7%;
	border:none;
	font-family:"microsoft yahei";
	text-indent: 3%;
}
.search_new{ width:92%; z-index:9; background:#383838; position:relative;
	padding:3% 2% 3% 6%;
	text-align: left;
	
}
.srch-sub{
	position:absolute;
	top:20%;
	right:3%;
	width:0.42rem; height:0.42rem;
	
	text-align:center;
	border:none;
	
	font:0.3rem/1 "Microsoft YaHei"; font-weight:normal;
	cursor:pointer; background:none;
	color:#FFF;
	-webkit-appearance:none;
	
}
.search_new .input1{ font-size:0.2rem; color:#383838 !important;
	width:88%;
	border:0; border-radius:0.3rem;
	
	-webkit-background-size: 7%;
	background-size: 7%;
	text-indent: 3%;
	padding:2% 0;
}/* for white */
.white-bg{background:#fff;}

/* mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm */
.casei{width:100%;height:auto;overflow:hidden;margin:1.5% auto; background:#ffffff; }

.blue{
	background-color:#383838;
}

.s_b{
	background-color:#383838;
}
.nav_new{
	width: 100%;
	
}
.nav_new ul li{
	width: 24.5%;
	
	float: left;
	text-align: center; border-right:1px solid #7a7a7a; 
 	
}

.tpp ul li:nth-child(1){ }
.tpp ul li:nth-child(3){ }
.boo ul li:nth-child(1){}
.boo ul li:nth-child(3){}
.nav_new ul li:last-child{
	border-right: 0;
} 
.tpp{ background:#383838; border-bottom:1px solid #7a7a7a;}
.boo{ background:#383838}
.nav_new ul li a{
	display: inline-block;
	/* padding:80%; */
	color:#fff;
	
	font-size: 0.22rem;
	font-family: "microsoft yahei"; padding:2% 0;
	height: 0.4rem;
	line-height: 0.4rem;
}
.nav_new ul li a:nth-child(4){
	border:none!important;
}
.nav_new ul li a:last-child{
	border:none;
}
/* banner */


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
  
.banner{
	width: 100%;
	position: relative;
}
.swiper-pagination{ 
	width: 98%!important;
	text-align: left!important;
	bottom: 0.05rem!important;
}
.swiper-pagination-bullet{
	width: 0.1rem!important;
	height: 0.1rem!important; background:#ff3300; border:1px solid #ff3300;
	opacity: 1!important; border-radius:50%!important; 
}
.swiper-pagination-bullet-active{
	background:none!important;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin:0 3px!important;
}
.common_title{
	text-align: center;
	position: relative;
	margin-top: 5%;
	margin-bottom: 3%;
}
.common_title span{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #b9bbcb;
}
.common_title h2{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 38%;
	background-color: #2332c6;
	color:#fff;
	font-size: 0.26rem;
	padding:1.5% 0;
	border-radius: 20px;
}
.more_i{ width:90.625%; background: url(../images/line.gif) left bottom repeat-x; background-size:1%; float:left; text-align:center;  margin-left:4.5%;padding:0 0}
.more_i span{ float:left;  font-size: 0.22rem; color:#ff3300; padding:2% 0 1% 1%; border-bottom:0.02rem solid #ff3300 }
.more_i a{float:right;  color:#ff3300;   font-size:0.2rem; padding:2% 0 0 0; }

.about_i{  margin:1.5% auto; background:#ffffff; border-bottom:1px solid #e1e1e1 ; border-top:1px solid #e1e1e1 }
.about_i_c{
	line-height: 1.6;
	padding:2% 5% 3% 5%;
	font-size: 0.2rem;
	color:#201e2b;
}
.common_title_new h2{
	background-color: #e00409!important;
}
.honor_i{ background:#ffffff; margin:1.5% auto;   border-bottom:1px solid #e1e1e1 ; border-top:1px solid #e1e1e1 }
.hh1{ margin-top:0; border-top:0;}
.hh2{ margin-bottom:0; border-bottom:0;}
.honor_i_c{ margin:0 auto;
	margin-top: 2%; width:100%; padding:0 0 1% 0;
}
.honor_i_c ul li{ 
	width: 42.96875%;
	float: left;
	text-align: center;
	margin: 1%  0 2% 4.5%;
}
.honor_i_c ul li span{ color:#ffffff; background:#383838;
	width:100%; padding:2% 0 2% 0;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	margin:0 0 0 0;
	font-size: 0.2rem;
}
.honor_i_h{ margin:0 auto;
	margin-top: 2%; width:93.75%; padding:0 0 1% 0;
}
.honor_i_h ul li{ 
	width: 46.6666%;
	float: left;
	text-align: center;
	margin: 1%  1% 2% 1.5%;
}


.casei{width:100%;height:auto;overflow:hidden;margin:1.5% auto; padding-bottom:3%;background:#ffffff; border-bottom:1px solid #e1e1e1 ; border-top:1px solid #e1e1e1}
.casei li{width:100%;height:auto;padding:2% 0;border-bottom:1px solid #ccc;overflow:hidden}
.case_i{ margin:1.5% auto; background:#ffffff;  border-bottom:1px solid #e1e1e1 ; padding-bottom:2%; border-top:1px solid #e1e1e1 }
.case_i_c{ padding:2% 0 0 0;}
.case_i_c ul li{ padding:1% 0 1% 0;  width:100%; display:block; float:left; margin-top:0; }
.case_i_c ul li:nth-child(odd){ background:#efefef}
.case_i_c ul li a{ float:left; width:100%; line-height:1.5; }
.case_i_c ul li h2{ float:left; margin-left:4.5%; line-height:1.5; color:#2f2f2f;
	
	font-size: 0.20rem;
	font-weight: normal;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.beian{
	background-color: #ffffff;
	color:#000000;
	text-align: center;
	height: 0.65rem;
	line-height: 0.65rem;
	font-size: 0.21rem;
}
.beian a{
	color:#000000;
	font-size: 0.21rem;
}
.common_bg{
	background-color: #ff4863;
}


.more_im{ width:100%; margin:2% auto 0 auto; background:#eaeaea;
	text-align: center;
	padding:1.5% 0;
}
.more_im a{
	color:#6b6a6a;
	font-size: 0.20rem;
}

.baoming { background: #ff3300;
    width:100%;
    
   
    font-family: "microsoft yahei";
    color: #e97f18;
    text-align: center; margin:0 auto; padding:1% 0;
}

.baoming span { color:#ffffff;
    font-size: 0.2rem;
    display: block;
    margin-bottom: 1%; text-align: center; 
}
.baoming div { 
    font-size: 0.3rem;  color: #ffffff; 
}
.icon_nav{ margin:0  auto; background:#ffffff; }
.icon_nav ul li{ 
	width: 20%;
	text-align: center;
	float: left;
	margin:3% 1.5% 0 3% ; background:#383838; border-radius:50%; height:1.07rem;

	
}

.icon_nav ul li a span{ 
	display: inline-block;
	color:#ffffff;
	font-size: 0.2rem; padding:3% 0;
	width: 1.07rem;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.iconfont1_ys{  color:#ffffff;font-size:0.4rem;width: 1.07rem; font-weight:normal; padding:0.2rem 0 0 0; }
.la1{ font-size:0.3rem; padding-top:0.3rem;}


.caseindex{ margin:0 auto;
	margin-top: 2%; width:93.75%; 
}
.caseindex ul li{ border-radius:0.07rem; border:0.02rem solid #ff3300;
	width: 27.6666%;
	float: left;
	text-align: center;
	margin:1.5% 0 1.5% 3.5%;
}
.caseindex ul li img{ border-radius:0.07rem; }
.searchfra{ background:#ffffff; padding:3% 0 0 0;}

.baomingfra{ background:#ffffff; padding:2% 0 0 0;}
@media all and (min-width:640px){
    .content{width:640px;margin:0 auto;position:relative;}
}

/*内页产品分类*/
.pro_bn{width:100%; margin:0 auto;}
.pro_bn ul{float:left;width: 100%;}
.pro_bn li{float:left; width:32.40%;height: 0.6rem;margin-bottom: 0.1rem;margin-left: 0.04rem;}
.pro_bn li a{display:block; width:100%;background: #3f3f3f;height: 0.6rem;line-height: 0.6rem;color: #fff;text-align: center;}
.pro_bn a:hover{background: #ffcc3b;color: #3f3f3f}

.wp-pagenavi {CLEAR: both}
.wp-pagenavi A {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}