/*product公共部分*/
.product_common{
	width: 100%;
	overflow: hidden;
	background:#fff url(http://en.rcon-valve.com/Dist/img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 40px;
	position: relative;
	z-index: 11;
}
.product_menu{
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.04);
	text-align: center;
	background-color: #fff;
}
.product_menu li a{
	display: block;
	color: #000;
	height: 48px;
	font-size: 14px;
	line-height: 50px;
	width: 100px;
	margin: 0 auto;
}
.product_menu li.product_now a{
	font-weight: 600;
	border-bottom: 2px solid #181878;
}
.product_content{
	width: 100%;
	height: auto;
}
.product_left{
	padding-right: 50px;
}
.product_left .product_twoMenu{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding-bottom: 20px;
}
.product_twoMenu li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product_twoMenu li:first-of-type{
	height: 55px;
	background-color: #181878;
	color: #fff;
}
.product_twoMenu li h3{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	background-color: #8695a0;
	padding-left: 20px;
}
.product_twoMenu li a{
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
}
.product_twoMenu li a span{
	display: block;
	height: 40px;
	line-height: 33px;
	position: absolute;
	left: 20px;
	color: #ccc;
	margin-right: 10px;
	font-size: 28px;
	font-weight: normal;
}
.product_twoMenu li a:hover{
	color: #181878;
	font-weight: bold;
	padding-left: 50px;
}
.product_twoMenu li a:hover span{
	color: #181878;
}
.product_right{
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
}
/*product独立部分*/
.product_detailed{
	width: 100%;
	overflow: hidden;
	padding: 40px 40px;
}
.product_detailed h2{
	font-weight: bold;
	font-size: 26px;
}
.product_detailed>ul{
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
.product_detailed .product_detailed_img{
	float: right;
	padding-top: 20px;
	text-align: center;
}
.product_detailed>ul img{
	max-width: 100%;
}
.product_detailed>ul h4{
	margin: 30px 0 10px;
	color: #181878;
}
.product_detailed>ul p{
	line-height: 25px;
	font-size: 14px;
}
.download{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	padding-top: 20px;
}
.download h3{
	font-weight: bold;
	font-size: 18px;
}
.download_content{
	display: block;
	float: left;
	text-align: center;
	padding:30px 20px 0;
	cursor: pointer;
}
.download_content img{
	width: 60px;
	margin-bottom: 10px;
}
.download_content:hover{
	color: #181878;
}
@media only screen and (max-width:767px ) {
	.product_left{
		padding-right: 0px;
	}
	.product_common{
		padding: 30px 0 20px;
	}
	.product_menu{
		display: none;
	}
	.product_detailed{
		width: 100%;
		overflow: hidden;
		padding:20px 10px;
	}
	.product_detailed>ul p{
		line-height: 20px;
		font-size: 12px;
	}
	.product_detailed .product_detailed_img{
		float: none;
		padding-top: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.product_detailed{
		width: 100%;
		overflow: hidden;
		padding: 40px 40px;
	}
	.product_left{
		padding-right: 20px;
	}
	.product_common{
		padding: 40px 0 25px;
	}
	.product_menu{
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.product_detailed{
		width: 100%;
		overflow: hidden;
		padding: 40px 40px;
	}
	.product_left{
		padding-right: 50px;
	}
	.product_common{
		padding: 60px 0 40px;
	}
	.product_menu{
		display: block;
	}
}
@media only screen and (min-width:1200px ) {
	
}