@charset "gb2312";

/*首页菜单*/
.hnav2{margin:0;position:relative; margin-top:-1px; z-index:999px; overflow:hidden}
.hnav2 li{
	float: left;
	width:25%;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.22rem;
	line-height: 0.55rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.hnav2 li a{display: block; color: #fff;}
.hnav2 li:nth-of-type(4n){
	border-right:0;
}
.hnav2 li:nth-of-type(n+5){
	border-bottom:0;
}

/*标题*/
.i_tit{
	background: #e8e8e8;
	padding: 0 3.125%;
	margin: 0.15rem 0 0;
	overflow:hidden;
	line-height:0.40rem;
	font-size:0.18rem
}
.i_tit h3{
	color: #fff;
	float: left;
	width: 27%;
	text-align: center;
	font-size:0.22rem;
	font-weight:100;
	line-height:0.40rem
	
}
.i_tit a{
	float: right;
	display: block;
	text-align: center;
	color: #a5a5a5;
}
/*标题end*/

/*产品2个*/
.index_pro_2{width:100%; height:auto; overflow:hidden; margin-top:10px;}
.index_pro_2 li{ float:left; width:49%; height:2.7rem; text-align:center; margin-right:2%; margin-bottom:5px;}
.index_pro_2 li span{ display:block; width:100%; height:2.2rem;}
.index_pro_2 li span img{display:block; width:100%; height:100%; max-width:100%;}
.index_pro_2 li p{ line-height:0.5rem; font-size:0.23rem; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pro_2 li:nth-of-type(2n+0){margin-right:0px;}

/*产品图片分类*/
.promenu { overflow:hidden; height:auto;}
.promenu li{ float:left; width:50%; height:0.55rem; background:#e0051d; overflow:hidden; border-bottom:1px solid #efefef; border-right:1px solid #efefef; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.promenu li a{display:block; height:0.55rem; text-align:center; line-height:0.57rem; font-size:0.22rem; color:#fff; background:#e0051d; }
.promenu li:nth-of-type(2n+0){
	border-right:none
}

/*详细介绍页page*/
.page_title{ height:auto; line-height:0.50rem; text-align:center; font-size:0.26rem; font-weight:bold; border-bottom:1px solid #E8E8E8; margin-bottom:20px}