@charset "UTF-8";
<style type="text/css">
.index_center_box{
	max-width: 100%;
	min-height:180px;
	margin: 10px auto;	
	border-radius: 10px;
	border: 0;	
}
.news_box{
	max-width: 350px;
	float: left;
	margin-left: 20px;	
	height: auto;
	border: 0;
}
.product_box{
	margin: 0 auto;
	max-width: 1000px;
	clear: both;	
	height: auto;
	border: 0;
	
}
.product_box_nav{
	max-width:100%;	
	margin:0 auto;	
	height: 30px;	
	text-align: center;	
	margin-top:10px;
	border: 0;
	
}
.priduct_list{
	margin: 0 auto;	
	max-width: 1000px;
	height: auto;
	border: 0;	
}
.index_One_product_box{
	margin:5px;
	float: left;
	width:320px;
	height: 350px;
	border: 0;
}
.index_One_product_box:hover{
	border: 1px solid #DFDFDF;
}
.index_product_describe{
	padding:50px 5px 5px 5px;
	float: right;
	width: 160px;
	height: 230px;	
	background-color: #F2F2F2;
	border: 0;
}
.index_product_img{
	width:320px;
	float: left;
	text-align: center;
	height: auto;
	border: 0;
}
.index_product_img img{		
	min-width: 320px;
	max-height:100%;
	height: 240px;
	min-height:200px;
	text-align:center;
	border: 0;
	max-width: 100%;
}
.index_product_name{
	margin-top:10px;
	color: #337AB7;
	min-height:50px;
	color:#6C6C6C;
	font-size:13px;
	text-align:left;
	height: auto;
	border: 0;
}
.index_product_price{
	margin-top:5px;
	font-size: 25px;
	height: auto;
	border: 0;
	text-align: left;
	margin-bottom: 10px;
	font-family:黑体;
}
.index_product_cart{
	margin-top:40px;	
	height: auto;
	border: 0;
	font-size: 12px;
	font-family:宋体;
}
.index_product_cart input{
	letter-spacing:2px;
	width: 80px;
	height:25px;
	background-color: #E93B78;
	color: #ffffff;
	border: 0;
}
.service_box{
	margin: 10px auto;
	text-align: center;
	max-width: 100%;	
	height: auto;
	border: 0;
	
}
.service{
	max-width: 1000px;
	margin: 0 auto;
	height: auto;
	border: 0;
}
.service img{
	max-width:100%;
}
.service span {
	margin: 20px auto;	
	margin-right:10px;
	display:block;
	text-align:center;
	float: left;
	height: auto;
	border: 0;
}
.line{
	margin:5px auto;
	height: 2px;
	background-color: #F62648;
	max-width: 1000px;
	border: 0;
}
