/*产品菜单*/
.product_menuBox{
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
}
.product_nav{
	line-height: 55px;
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
}
.product_nav a{
	color: #666666;
}
.product_nav a:hover{
	color: #ea5504;
}
.product_menu{
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
}
.product_menu li{
	width: 100%;
	overflow: hidden;
	padding: 17px 15px;
}
.product_menu li:nth-of-type(1){
	border-bottom: 1px dashed #e6e6e6;
}
.product_menu li h4{
	width: 70px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-right: 15px;
	line-height: 26px;
}
.seriesBox{
	width: calc(100% - 100px);
	float: left;
	overflow: hidden;
}
.seriesBox a{
	display: block;
	padding:0 15px;
	height: 26px;
	line-height: 26px;
	float: left;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.seriesBox a:hover{
	color: #ea5504;
	text-decoration: underline !important;
}
.seriesBox a.seriesNow{
	background-color: #ea5504;
	font-weight: bold;
	color: #FFFFFF !important;
}
@media only screen and (max-width:992px ) {
	.product_menu li:nth-of-type(1){
		padding: 17px 15px 2px;
	}
	.product_menu li:nth-of-type(1) .seriesBox a{
		margin-bottom: 15px;
	}
	.product_menu li h4{
		margin-right: 10px;
	}
	.seriesBox{
		width: calc(100% - 80px);
		float: left;
		overflow: hidden;
	}
}
@media only screen and (max-width:767px) {
	.product_menu{
		padding: 0 5px;
	}
	.product_menu li{
		padding: 10px 10px;
	}
	.product_menu li:nth-of-type(1){
		padding: 10px 10px 2px;
	}
	.product_menu li h4{
		width: 100%;
		margin:0 0px 10px;
	}
	.seriesBox{
		width: 100%;
	}
	.seriesBox a{
		width: 33.33%;
		padding: 0;
		font-size: 12px;
	}
	.product_menu li:nth-of-type(1) .seriesBox a{
		margin-bottom: 5px;
	}
}
/*产品列表*/
.valve_list{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 20px;
}
.valve_list li{
	height: auto;
	margin-bottom: 30px;
}
.valve_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	border: 2px solid #f6f6f6;
	padding: 0 15px 10px;
	position: relative;
	transition: all 0.5s;
}
.valve_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.valve_img img{
	width: 100%;
	transition: all 0.5s;
}
.valve_list li a h4{
	color: #626262;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.valve_text{
	width: 100%;
	height: 100px;
	line-height: 20px;
	border-top: 1px dashed #d4d4d4;
	color: #9f9f9f;
	padding: 10px 0;
	margin-top: 10px;
}
.valve_list li a:hover{
	box-shadow: 0 0 16px rgba(31,31,31,0.1);
	border-color: #ea5504;
}
.valve_list li a:hover h4{
	color: #ea5504;
}
.valve_list li a:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:767px ) {
	.valve_list li{
		margin-bottom: 15px;
	}
	.valve_list li:nth-of-type(2n+1){
		padding: 0 8px 0 0;
	}
	.valve_list li:nth-of-type(2n){
		padding: 0 0 0 8px;
	}
	.valve_text{
		display: none;
	}
	.valve_list li a h4{
		font-size: 14px;
	}
}
@media only screen and (min-width:768px ) {
	.valve_list li:nth-of-type(2n+1){
		padding: 0 16px 0 0;
	}
	.valve_list li:nth-of-type(2n){
		padding: 0 0 0 16px;
	}
}
@media only screen and (min-width:992px ) {
	.valve_list li:nth-of-type(3n+1){
		padding: 0 20px 0 0;
	}
	.valve_list li:nth-of-type(3n+2){
		padding: 0 10px;
	}
	.valve_list li:nth-of-type(3n){
		padding: 0 0 0 20px;
	}
}
@media only screen and (min-width:1300px ) {
	.valve_list li:nth-of-type(4n+1){
		padding: 0 24px 0 0;
	}
	.valve_list li:nth-of-type(4n+2){
		padding: 0 16px 0 8px;
	}
	.valve_list li:nth-of-type(4n+3){
		padding: 0 8px 0 16px;
	}
	.valve_list li:nth-of-type(4n){
		padding: 0 0 0 24px;
	}
}
/*产品详情*/
.valve_content{
	width: 100%;
	overflow: hidden;
	padding: 45px 0 55px;
}
.valve_box{
	width: 100%;
	padding: 40px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 7px rgba(20,20,20,0.1);
}
.valve_details{
	width: 100%;
	overflow: hidden;
	color: #626262;
}
.details-text{
	font-size: 14px;
	line-height: 25px;
}
.details-text h1{
	color: #3c3c3c;
	font-size: 26px;
	font-weight: bold;
}
.details-text strong{
	font-size: 18px;
	display: block;
	font-weight: normal;
	color: #ea5504;
	margin-top: 30px;
}
.details-text p{
	margin-bottom: 10px;
}
.valve_details .details-img{
	text-align: center;
}
.details-img img{
	max-width: 100%;
	margin-bottom: 30px;
}
.valve_download{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid #e7e7e9;
}
.valve_download h4{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: bold;
	margin: 35px 0 45px;
}
.download{
	display: inline-block;
	text-align: center;
	color: #626262;
}
.download img{
	margin-bottom: 10px;
}
.download:hover{
	color: #ea5504;
}
@media only screen and (max-width:767px ) {
	.valve_content{
		padding: 35px 0 40px;
	}
	.valve_box{
		padding: 0;
		box-shadow:none;
	}
	.valve_download h4{
		color: #3c3c3c;
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 25px;
	}
	.details-text{
		font-size: 12px;
		line-height: 20px;
	}
	.details-text h1{
		font-size: 24px;
	}
	.details-text strong{
		font-size: 16px;
		margin-top: 20px;
	}
	.details-text p{
		margin-bottom: 5px;
	}
}
@media only screen and (min-width:1300px ) {
	.container{
		width: 1200px;
	}
}
