#content{
	width: 1200px;height: auto;
	margin: 0 auto 0;
}
.content_content{
	position: relative;float: left;margin-left: 10px;margin-bottom: 5px;
	box-shadow: 0 0 3px 1px rgba(200,200,200,.3);width: 960px;height: auto;
}
.content_nav{
	width: 960px;height: 60px;
	color: #FFFFFF;line-height: 60px;
	background: rgba(10,10,10,.5);box-shadow: 0 -2px 5px 1px #D8D8D8;
}
.content_nav img{
	vertical-align: -7%;
}
.content_nav_l{
	float: left;margin-left: 20px;
}
.content_nav_r{
	float: right;margin-right: 20px;color: #D3D3D3;
}
.content_nav_r a{
	text-decoration: none;color: #fff;
}
.product{
	margin: 20px 20px 10px 30px;
}
.product_type,.product_xx{
	height: 30px;line-height: 30px;border-bottom: solid 1px #00C310;
	color: #00C310;font-weight: bold;margin-bottom: 5px;
}
.product_type a{
	text-decoration: none;color: #00C310;
}
.product_gs{
	height: 340px;margin-top: 10px;
}
.product_pic{
	float: left;
}
.product_box{
	position: relative;
	margin:10px 20px 20px 0;
	width: 400px;height: 300px;
	background: #E6F3FA;border: solid 2px #757575;
}
.move{
	position:absolute;
	left: 0;top: 0;
	background: rgba(0,50,150,.1);
	width: 160px;height:120px;
	cursor: move;
	display: none;
}
.imgbig{
	position: absolute;
	left: 405px;top: -2px;overflow: hidden;
	width:500px;height: 375px;
	background: #E6F3FA;box-shadow: 3px 3px 10px 1px rgba(220,220,220,0.50);
	display: none;
}
.imgbig img{
	position: absolute;
	left: 0;top: 0;
}
.product_title{
	float: left;margin: 30px auto auto 0;
	width: 450px;height: 30px;line-height: 30px;
	color: #FB7500;
	border-bottom: dashed 1px;
}
.product_title li{
	width: 450px;height: 50px;line-height: 70px;
	color: #FB7500;
	border-bottom: dashed 1px #FB7500;
}
.wxcc,.jscs{
	height: auto;line-height: 30px;
	color: #FFFFFF;margin-left: 30px;
}
.wxcc a{
	color: #fff;text-decoration: underline;
}
.content_content p{
	text-indent:2em;
}
.page{
	float: right;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
}
.page a{
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #C3D2E8;
	border-radius: 2px;
	color:#C3D2E8;
	text-decoration:none;
	margin-right: 2px;
}
.page a:hover,.page .on{
	background: #C50404;
	color: #fff;
	border: 1px solid #FFF;
}
.page a:focus,.page .on{
	background: #A80000;
	color: #fff;
	border: 1px solid #FFF;
}