@charset "utf-8";
/* CSS Document */
.product{
	width:100%;
	background:#fff;
	float:left;
	margin-top:3.3rem;
	padding:1rem 0;
}
.product_list{
	width:94%;
	margin-left:3%;
	float:left;
	padding:1rem 0;
}
.one_product{
	width:100%;
	padding:0.5rem 0;
	border-bottom:1px solid #cccccc;
	text-align: center;
	margin-top: 2rem;
	float: left;
}
.product_list .one_product:last-child{
	border-bottom:0;
}
.one_product img{
	width:50%;
	display: block;
	margin:auto;
}
.one_product span{
	display:inline-block;
	padding: 0.3rem 9%;
	background:#f5f5f5;
	font-size:0.9rem;
	color: #222222;
	border-radius: 119px;
	margin-top: 1rem;
}
.one_product p{
	text-align:left;
	font-size:0.9rem;
	color:#222222;
	line-height: 1.7rem;
	padding: 1rem 0;
	padding-bottom: 0.5rem;
}
.cooperation{
	width:100%;
	background:#f9f9f9;
	padding:1rem 0;
	text-align:left;
	float: left;
	margin-bottom: 1rem;
}
.cooperation h2{
	font-size:1rem;
	color:#222222;
	font-family:'wxl';
	width:100%;
	text-indent: 4.4%;
}
.cooperation ul{
	width:90%;
	margin-left:5%;
	float: left;
	margin-top: 0.7rem;
}
.cooperation li{
	/*width: 31%;*/
	float:left;
	line-height:1.5rem;
	font-size:0.9rem;
	color: #222222;
	margin-right: 3.5%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cooperation .sanli{
	margin-right:0;
	text-align: right;
}
.cooperation .erli{
	text-align:center;
}