.product{
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 10px 0;
}
.product .box {
	width: 1160px;
	margin: 0 auto;
}
.product .box .sub-nav{
	float: left;
	margin-left: -4px;

	
}
.product .box .sub-nav li{
	float: left;
	margin-left: 4px;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.product .box .sub-nav li i{
	display: none;
}
.product .box .sub-nav li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #656565;
	display: block;
}
.product .box .sub-nav li.active{
	background: #A1D2EE;	
	position: relative;
}
.product .box .sub-nav li.active a{
	color: #fff;
}
.product .box .sub-nav li.active i{
	display: block;
    background: url(../small_arrow.png) no-repeat;
    width: 13px;
    height: 7px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: -7px;
    z-index: 99999;
    position: relative;
}

.product .box ul{
	float: left;
	margin-left: -40px;
	margin-top: 10px;

}
.product ul li{
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	width: 360px;
	height: 360px;
	background: #fff;
}

.product .list li .product-img{
	float: left;
	width: 100%;
	height: 240px;
	background-position: center center !important;
}
.product .list li .product_info{
	float: left;
	width: 100%;
	height: 120px;
	background: #A1D2EE;
}
.product .list li .product_info h2,.product .list li .product_info p{
	width: 320px;
	margin: 0 auto;
}
.product .list li .product_info h2{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.product .list li .product_info p{
	font-size: 14px;
	color: #656565;
	line-height: 25px;
	margin-top: 5px;
}



