.valve-content {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 53px;
	background-color: #f8f8f8;
}
.valve-content .valve-title {
	font-size: 14px;
	line-height: 20px;
	color: #9d9d9d;
	background: url(../img/vticon.png) no-repeat left center;
	padding-left: 18px;
}
.valve-title a {
	color: #9d9d9d;
}
.valve-title a:hover {
	color: #e62129;
}
@media only screen and (max-width: 700px) {
	.valve-content {
		padding: 20px 0 30px;
	}
}
/*左侧导航*/
.valve-content .valve-left {
	width: 240px;
	overflow: hidden;
	margin: 50px 0 0;
	float: left;
}
.valve-left li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 7px;
}
.valve-left li h4 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 25px;
	background-color: #eeeeee;
	border-radius: 23px;
	position: relative;
}
.valve-left li h4 a {
	color: #333333;
}
.valve-left li h4:hover a {
	color: #e62129;
}
.valve-left li h4 span {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: relative;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	float: right;
	transition: all 0.5s;
}
.valve-left li h4 span:before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background-color: #666666;
	margin: 0 auto;
}
.valve-left li h4 span:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background-color: #666666;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.valve-left li.active h4 {
	font-weight: bold;
	background-color: #263c92;
}
.valve-left li.active h4 a {
	color: #FFFFFF;
}
.valve-left li.active h4 span {
	transform: rotate(45deg);
}
.valve-left li.active h4 span:before,.valve-left li.active h4 span:after {
	background-color: #FFFFFF;
}
.valve-left li .valve-two {
	width: 100%;
	overflow: hidden;
	padding: 14px 0 7px 24px;
	display: none;
}
.valve-two p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	margin: 0 0 4px;
	transition: padding-left 0.5s;
}
.valve-two p a {
	color: #999999;
	transition: all 0.5s;
}
.valve-two p:hover {
	font-weight: bold;
	padding-left: 9px;
}
.valve-two p:hover a {
	color: #e83c42;
}
.valve-two p.active {
	font-weight: bold;
	padding-left: 9px;
}
.valve-two p.active a {
	color: #e83c42;
}
@media only screen and (max-width: 991px) {
	.valve-content .valve-left {
		width: 100%;
		margin: 30px 0 0;
		float: none;
	}
}
@media only screen and (max-width: 700px) {
	.valve-content .valve-left {
		margin: 20px 0 0;
	}
}
/*右侧产品列表*/
.valve-right {
	width: 1106px;
	overflow: hidden;
	float: right;
	margin: 95px 0 0;
}
.valve-right .valve-list {
	width: 100%;
	overflow: hidden;
}
.valve-list a {
	display: block;
	width: 350px;
	overflow: hidden;
	float: left;
}
.valve-list a .list-img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.valve-list a img {
	width: 100%;
	transition: all 0.5s;
}
.valve-list a:hover img {
	transform: scale(1.1);
}
.valve-list a h4 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	margin: 10px 0 0;
}
.valve-list a:hover h4 {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	.valve-right {
		width: 100%;
		margin: 40px 0 0;
	}
	.valve-list a {
		width: 305px;
	}
	.valve-list a:nth-of-type(2n+1) {
		margin: 0 20px 25px 0 ;
	}
	.valve-list a:nth-of-type(2n) {
		margin: 0 0 25px;
	}
}
@media only screen and (max-width: 700px) {
	.valve-right {
		margin: 20px 0 0;
	}
	.valve-list a {
		width: 160px;
	}
	.valve-list a:nth-of-type(2n+1) {
		margin: 0 10px 15px 0 ;
	}
	.valve-list a:nth-of-type(2n) {
		margin: 0 0 15px;
	}
	.valve-list a h4 {
		font-size: 12px;
		margin: 5px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.valve-right {
		width: 695px;
	}
	.valve-list a {
		width: 215px;
	}
	.valve-list a:nth-of-type(3n+1),.valve-list a:nth-of-type(3n+2) {
		margin: 0 25px 30px 0 ;
	}
	.valve-list a:nth-of-type(3n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1300px) {
	.valve-right {
		width: 925px;
	}
	.valve-list a {
		width: 295px;
	}
	.valve-list a:nth-of-type(3n+1),.valve-list a:nth-of-type(3n+2) {
		margin: 0 20px 30px 0 ;
	}
	.valve-list a:nth-of-type(3n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1500px) {
	.valve-right {
		width: 1106px;
	}
	.valve-list a {
		width: 350px;
	}
	.valve-list a:nth-of-type(3n+1),.valve-list a:nth-of-type(3n+2) {
		margin: 0 28px 34px 0 ;
	}
	.valve-list a:nth-of-type(3n) {
		margin: 0 0 34px;
	}
}
/*右侧产品详情*/
.valve-right .valve-details {
	width: 100%;
	overflow: hidden;
}
.valve-details .details-top {
	width: 100%;
	overflow: hidden;
}
.details-top .details-img {
	width: 430px;
	overflow: hidden;
	float: left;
}
.details-img em {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.details-img em img {
	width: 100%;
	transition: all 0.5s;
}
.details-img a {
	display: block;
	width: 120px;
	height: 27px;
	overflow: hidden;
	float: right;
	margin: 20px 0 0;
}
.details-img a .details-pdf {
	display: block;
	width: 24px;
	height: 27px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
	float: left;
}
.details-pdf img {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.details-pdf img:nth-of-type(2) {
	opacity: 0;
}
.details-img a span {
	display: block;
	width: calc(100% - 35px);
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #9ca1b3;
	overflow: hidden;
	float: left;
	transition: color 0.5s;
}
.details-img a:hover .details-pdf img:nth-of-type(1) {
	opacity: 0;
}
.details-img a:hover .details-pdf img:nth-of-type(2) {
	opacity: 1;
}
.details-img a:hover span {
	color: #e62129;
	font-weight: bold;
}
.details-top .details-txt {
	width: calc(100% - 480px);
	width: -moz-calc(100% - 480px);
	width: -webkit-calc(100% - 480px);
	overflow: hidden;
	float: right;
}
.details-txt h3 {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 20px;
	line-height: 32px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dbdbdb;
	color: #676767;
	font-size: 16px;
	font-family: arial;
}
.details-txt h3 strong {
	color: #333333;
	font-size: 24px;
	margin-right: 10px;
}
.details-txt .txt-txt {
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
.details-txt .txt-txt strong {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	padding: 0 0 4px;
	position: relative;
	margin: 0 0 10px;
}
.details-txt .txt-txt strong:after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background-color: #e83c42;
}
.valve-details .details-bottom {
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 50px 0 0;
}
.valve-details .details-bottom strong {
	color: #333333;
}
.details-bottom img {
	display: block;
	width: 800px;
	max-width: 100%;
	margin: 0 0 25px;
}
.details-bottom img:nth-of-type(2) {
	float: right;
}
@media only screen and (max-width: 1299px) {
	.details-top .details-img {
	    float: none;
	}
	.details-top .details-txt {
	    width: 100%;
	    float: none;
	}
	.details-bottom img {
	    float: none !important;
	}
}
@media only screen and (max-width: 700px) {
	.details-top .details-img {
	    width: 100%;
	}
	.details-img a {
	    margin: 10px 0 0;
	}
	.details-txt h3 {
	    margin: 10px 0 20px;
	    line-height: 25px;
	    padding: 0 0 10px;
	    font-size: 12px;
	}
	.details-txt h3 strong {
		font-size: 18px;
	}
	.valve-details .details-bottom {
	    margin: 25px 0 0;
	}
}