.product_content{
	width: 100%;
	overflow: hidden;
}
.product_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.product_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.product_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.product_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:991px ) {
	.product_title{
		padding: 20px 0 10px;
	}
	.product_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.product_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
/*产品列表*/
.list_content{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 20px;
}
.list_content a{
	display: block;
	width: calc(50% - 35px);
	width: -moz-calc(50% - 35px);
	width: -webkit-calc(50% - 35px);
	overflow: hidden;
	margin: 0 25px 35px 10px;
	background-color: #f3f3f3;
	color: #333333;
	float: left;
	transition: all 0.5s;
}
.list_content a .list_img{
	width: 250px;
	overflow: hidden;
	float: left;
}
.list_content a .list_img img{
	width: 100%;
	transition: all 0.5s;
}
.list_content a .list_txt{
	width: calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	padding: 0 20px;
	float: right;
	line-height: 20px;
	height: 215px;
	overflow: hidden;
	margin-top: 35px;
}
.list_content a .list_txt h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.list_content a:hover{
	background-color: #ba162c;
	color: #FFFFFF;
}
.list_content a:hover h4{
	color: #FFFFFF;
}
.list_content a:hover .list_img img{
	transform: scale(1.1);
}
@media only screen and (max-width: 991px ) {
	.list_content a{
		width: 100%;
	}
	.nav_common .container{
		width: 100%;
	}
	.nav_common a{
		padding: 0;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
		line-height: 49px;
		height: 49px;
		overflow: hidden;
	}
	.nav_common a:nth-of-type(2n+1){
		border-right: 1px solid #FFFFFF;
	}
}
@media only screen and (max-width:767px ) {
	.list_content{
		padding: 20px 0;
	}
	.list_content a{
		margin: 0 0 20px;
	}
	.list_content a .list_img{
		width: 150px;
	}
	.list_content a .list_txt{
		width: calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		padding: 0 10px;
		line-height: 15px;
		height: 145px;
		margin-top: 10px;
	}
	.list_content a .list_txt h4{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 2px;
	}
}
/*产品详情*/
.valve_details{
	width: 100%;
	overflow: hidden;
	padding: 0px 0 50px 10px;
}
.valve_details h3{
	font-size: 30px;
	color: #c0182f;
	margin: 20px 0;
}
.valve_box{
	width: 340px;
	overflow: hidden;
	float: left;
}
.valve_img{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 2px solid #e8e8e8;
}
.valve_img img{
	width: 100%;
	transition: all 0.5s;
}
.valve_img:hover img{
	transform: scale(1.1);
}
.valve_txt{
	width: calc(100% - 390px);
	width: -moz-calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.valve_txt strong{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.valve_txt a{
	display: block;
	width: 150px;
	height: 45px;
	background-color: #c0182f;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF;
	margin-top: 30px;
}
.valve_txt a span{
	font-size: 16px;
	margin-left: 10px;
}
.valve_txt a:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width:1249px ) {
	.valve_txt{
		width: calc(100% - 370px);
		width: -moz-calc(100% - 370px);
   	 	width: -webkit-calc(100% - 370px);
	}
}
@media only screen and (max-width:991px ) {
	
}
@media only screen and (max-width:767px ) {
	.valve_details{
		padding: 0 0 40px;
	}
	.valve_details h3{
		font-size: 20px;
		margin: 20px 0px;
	}
	.valve_box {
	    width: 100%;
	}
	.valve_txt{
		width: 100%;
		padding: 20px 0 0;
	}
	.valve_box a {
	    width: 120px;
	    height: 35px;
	    line-height: 35px;
	    margin-top: 20px;
	}
	.valve_txt h3 {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
}
