﻿.img{
	width: 100%;
}


.img img{
	width: 100%;
}


.product_boxs{
	margin: 0px auto;
	width: 900px;
	/*float: left;*/
}

.product_boxs .product_boxs_ul{
	width: 100%;
	height: 80px;
	/*background-color: white;*/

}



.product_boxs .product_boxs_ul li{
	float: left;
	text-align: center;
	color: #000;
	/*font-size: 20px;*/
	width: 160px;
	height: 50px;
	background-color: #aaa;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 50px;
	font-size: 15px;cursor: pointer;

}

.product_boxs .product_boxs_ul .on{
	background-color: #154A9A;color: #fff;
	
}

.product_boxs .product_samecon{
	width: 100%;
}

.product_boxs .product_samecon img{
	width: 100%;
	margin-bottom: 10px;
}

.product_boxs_con .product_samecon .content
{
	width: 100%;
	background-color: white;

}

.product_boxs_con .product_samecon .content p
{
	width: 100%;
	background-color: white;
	float: left;
	font:17px "微软雅黑";
	color: #000;
	margin: 0px 0px 5px;
	padding: 0px;
}