
.banner{
	margin-top: 0.88rem;
	width: 100%;
}
.banner img{
	width: 100%;
}
.contact_nav{
	width: 100%;
	height: 0.9rem;
	background: #f7f7f7;
}
.contact_nav ul{
	width: 6rem;
	height: 0.9rem;
	margin: 0 auto;
}
.contact_nav ul li{
	width: 1.1rem;
	height: 0.9rem;
	float: left;
}
.contact_nav ul li:nth-last-of-type(1){
	width: 1.6rem;
}
.contact_nav ul li a{
	display: block;
	text-align: center;
	width: 100%;
	height: 0.87rem;
	border-bottom: 0.03rem solid #f7f7f7;
	font-size: 0.3rem;
	color: #323232;
	line-height: 0.87rem;
}
.contact_nav ul li a.active{
	color: #e8412e;
	border-bottom: 0.03rem solid #e8412e;
}

/*分类*/


.men_div{
	width: 6rem;
	margin: 0 auto;
}
.men_div ul{
	width: 6rem;
	/*margin: 0 auto;*/
}
.men_div ul li{
	width: 5.55rem;
	height: 0.7rem;
	padding: 0 0.2rem 0 0.25rem;
	margin-bottom: 1px;
	background: #f1f1f1;
}
.men_div li a{
	display: block;
	width: 5.55rem;
	height: 0.7rem;
	
}
.men_div li a span{
	font-size: 0.24rem;
	color: #505050;
	line-height: 0.7rem;
	vertical-align: middle;
}
.men_div li a.men_active span{
	color: #e8412f;
}
.men_div li a:hover span{
	color: #e8412f;
}
.men_div li a img{
	width: 0.08rem;
	height: 0.14rem;
	vertical-align: middle;
	float: right;
	margin: 0.28rem 0 0 0;
}


.pro_list{
	width: 6rem;
	margin: 0.4rem auto 0;
}
.pro_list li{
	width: 2.86rem;
	height: 3.74rem;
	border: 1px solid #e6e6e6;
	margin-bottom: 0.24rem;
}
.pro_list li:nth-of-type(odd){
	float: left;
}
.pro_list li:nth-of-type(even){
	float: right;
}
.pro_list li:nth-last-of-type(1){
	margin-bottom: 1.4rem;
}
.pro_list li a{
	display: block;
	width: 2.86rem;
	height: 3.74rem;
}
.pro_list li a div{
	width: 2.86rem;
	height: 3rem;
	position: relative;
}
.pro_list li a div img{
	max-width: 2.5rem;
	max-height: 2.8rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pro_list li a p{
	font-size: 0.24rem;
	color: #505050;
	line-height: 0.24rem;
	margin-top: 0.2rem;
	text-align: center;
}
