@CHARSET "UTF-8";
.product-box{
	width: 1200px;
	display: block;
	font-family: "Microsoft YaHei",sans-serif,Arial;
}

.product-hr{
	background: url(../style/hr.gif) no-repeat;
	width: 1200px;
	height: 2px;
}

.product-centent{
	margin: 50px  0 50px 100px;
	height: 300px;
}

.product-img{
	float: left;
	width: 50%;
	margin-top: 50px;
}

.product-text{
	margin-top: 90px;
	float: left;
	width: 50%;
}

.product-text-title{
	font-size: 17px;
	font-weight: bold;
}

.product-text-centent{
	line-height: 2.2;
}


.product-text-centent li{
background-image:url(../style/tick.png);
background-position:left;
background-repeat:no-repeat;
list-style:none;
padding-left:20px;
}