@charset "utf-8";
* {
	outline: none;
}
.product_content {
	overflow: hidden;
	margin-top: 30px;
	height: 355px;
}
.product_content img {
	float: left;
	width: 470px;
	height: 355px;
}
.product_content .right {
	width: 500px;
	float: right;
}
.product_content .right .title {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	margin-bottom: 20px;
}
/*技术参数*/
.parameter {
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 20px 0;
}
.parameter .title_parameter {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	float: left;
	width: 150px;
    text-align: left;
}
.parameter ul {
	float: right;
	width: 810px;
}
.parameter ul li {
	float: left;
	width: 50%;
	text-align: left;
	line-height: 28px;
	color: #616161;
}
.parameter ul li span{    margin-left: 32px;}