@charset "utf-8";
/* CSS Document */
/******** 产品具体信息以及参数介绍页面的样式 *******/
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
}
.product_main {
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    width: 739px;
	overflow: auto;
}
.product_title img {
	float: left;
}
.product_maincon {
	width: 100%;
	float: left;
}
.product_maincon h1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.product_maincon img {
	margin-left: 140px;
}
.product_maincon h2 {
	color: #333;
	margin-left: 50px;
}
.product_maincon ul {
	margin-left: 60px;
}
.product_maincon ul li {
	list-style: decimal inside ;
	color: #333;
	line-height: 2em;
}
.product_param {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.product_param span {
	float: left;
	margin-left: 50px;
	color: #333;
}
.product_param img {
	clear: both;
	float: left;
	margin: 5px 0 20px 70px;
	padding-bottom: 20px\9;
}
