/*产品系列列表*/
.product_content{
	width: 100%;
	overflow: hidden;
}
.product_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.product_title a{
	color: #868686;
	cursor: pointer;
}
.product_title a:hover{
	color: #E60012;
}
.product_Box{
	width: 100%;
	overflow: hidden;
}
.product_list{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 40px;
	background-color: #FFFFFF;
}
.product_list:nth-of-type(2){
	background-color: #f6f6f6;
}
.product_list ul{
	height: auto;
	overflow: hidden;
}
.product_list ul li{
	height: 100%;
	overflow: hidden;
}
.product_list .series{
	width: 100%;
	overflow: hidden;
}
.series .seriesBox{
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.seriesBox .series_img{
	width: 100%;
	height: 120px;
	overflow: hidden;
	line-height: 120px;
}
.seriesBox h4{
	color: #4e4e4e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.seriesBox:hover h4{
	color: #e60012;
}
.series_valve{
	width: 100%;
	overflow: hidden;
}
.series_valve a{
	display: block;
	line-height: 20px;
	height: 20px;
	color: #8f8e8e;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: all 0.5s;
}
.series_valve a:hover{
	color: #e60012;
	padding-left: 5px;
}
@media only screen and (max-width:991px ) {
	.product_list{
		padding: 35px 0 0px;
	}
	.product_list ul li:nth-of-type(2n+1){
		padding: 0 15px 0 0;
		margin-bottom: 40px;
	}
	.product_list ul li:nth-of-type(2n){
		padding: 0 0 0 15px;
		margin-bottom: 40px;
	}
	.product_list:nth-of-type(1) ul li:nth-of-type(2){
		min-height: 340px;
	}
    .product_list:nth-of-type(2) ul li:nth-of-type(2){
		min-height: 480px;
	}
     .product_list:nth-of-type(3) ul li:nth-of-type(2){
		min-height: 340px;
	}
}
@media only screen and (max-width:767px ) {
	.product_list{
		padding: 35px 0 10px;
	}
	.product_list ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
		margin-bottom: 20px;
	}
	.product_list ul li:nth-of-type(2n){
		padding: 0 0 0 5px;
		margin-bottom: 20px;
	}
	.product_list:nth-of-type(3) ul li:nth-of-type(3){
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.product_list ul li:nth-of-type(1){
		padding: 0 15px 0 0;
	}
	.product_list ul li:nth-of-type(2){
		padding: 0 10px 0 5px;
	}
	.product_list ul li:nth-of-type(3){
		padding: 0 5px 0 10px;
	}
	.product_list ul li:nth-of-type(4){
		padding: 0 0 0 15px;
	}
	.series_img img{
		width: 100%;
	}
}
@media only screen and (min-width:1200px ) {
	.product_list ul li:nth-of-type(1){
		padding: 0 30px 0 0;
	}
	.product_list ul li:nth-of-type(2){
		padding: 0 20px 0 10px;
	}
	.product_list ul li:nth-of-type(3){
		padding: 0 10px 0 20px;
	}
	.product_list ul li:nth-of-type(4){
		padding: 0 0 0 30px;
	}
}
/*系列所包含的产品列表*/
.series_Box{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 40px;
}
.series_menu{
	width: 270px;
	overflow: hidden;
	float: left;
}
.series_menu h3{
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	background-color: #E60012;
	color: #FFFFFF;
	font-size: 24px;
	padding:0 20px;
	position: relative;
}
.series_menu h3 img{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -3px;
}
.series_menuBox{
	width: 100%;
	overflow: hidden;
}
.series_menu a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding:0 20px;
	color: #666666;
	font-size: 16px;
	background-color: #e2e2e2;
	position: relative;
	transition: all 0.5s;
}
.series_menu a img{
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -5.5px;
	opacity: 0;
	transition: all 0.5s;
}
.series_menu a.series_menuNow{
	background-color: #FFFFFF;
	color: #E60012;
	font-weight: bold;
}
.series_menu a.series_menuNow img{
	opacity: 1;
}
.series_menu a:hover{
	background-color: #FFFFFF;
	color: #E60012;
	font-weight: bold;
}
.series_menu a:hover img{
	opacity: 1;
}
@media only screen and (max-width: 991px) {
	.series_menu{
		width: 200px;
	}
	.series_menu h3{
		height: 50px;
		line-height: 50px;
	}
	.series_menu a{
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.series_Box{
		width: 100%;
		overflow: hidden;
		padding: 35px 0 30px;
	}
	.series_menuBox{
		display: none;
	}
	.series_menu{
		width: 100%;
		margin-bottom: 25px;
	}
}
@media only screen and (min-width: 992px ) {
	.series_menuBox{
		display: block;
	}
}
/*系列列表*/
.valve_box{
	width: 870px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: right;
}
.valve_box h2{
	color: #333333;
	font-size: 20px;
	line-height: 70px;
	background-color: #e2e2e2;
	padding: 0 20px;
}
.valve_list{
	width: 100%;
	overflow: hidden;
	padding: 5px 30px 35px;
}
.valve_list li{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.valve_list li:nth-of-type(3n+1){
	padding: 0 8px 0 0;
}
.valve_list li:nth-of-type(3n+2){
	padding: 0 4px;
}
.valve_list li:nth-of-type(3n){
	padding: 0 0 0 8px;
}
.valve_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.list_img{
	width: 100%;
	overflow: hidden;
	border: 2px solid #a2a2a2;
	text-align: center;
	line-height: 280px;
	transition: all 0.5s;
}
.list_img img{
	width: 90%;
	transition: all 0.5s;
}
.valve_list li a h4{
	width: 100%;
	height: 33px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	line-height: 30px;
	background-color: #a2a2a2;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 10px;
	position: relative;
	transition: all 0.5s;
}
.valve_list li a h4 img{
	position: absolute;
	right: 20px;
	top:50%;
	margin-top: -5.5px;
}
.valve_list li a:hover h4{
	background-color: #E60012;
}
.valve_list li a:hover .list_img{
	border-color: #E60012;
}
.valve_list li a:hover .list_img img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.valve_box{
		width: 450px;
	}
	.valve_box h2{
		line-height: 50px;
	}
	.valve_list{
		padding: 5px 20px 25px;
	}
	.valve_list li{
		margin-top: 20px;
	}
	.valve_list li:nth-of-type(2n+1){
		padding: 0 6px 0 0;
	}
	.valve_list li:nth-of-type(2n){
		padding: 0 0 0 6px;
	}
	.list_img{
		line-height: 220px;
	}
	.valve_list li a h4 img{
		right: 10px;
	}
}
@media only screen and (max-width:767px ) {
	.valve_box{
		width: 100%;
	}
	.valve_box h2{
		line-height: 40px;
		font-size: 18px;
		padding: 0 10px;
		text-align: center;
	}
	.valve_list{
		padding: 5px 10px 20px;
	}
	.valve_list li{
		margin-top: 12px;
	}
	.list_img{
		line-height: normal;
		padding: 15px 0;
	}
	.valve_list li a h4{
		font-size: 12px;
	}
}
@media only screen and (min-width:992px ) {
	.valve_box{
		width: 680px;
	}
	.list_img{
		line-height: 210px;
	}
	.valve_list li a h4 img{
		right: 10px;
	}
}
@media only screen and (min-width:1200px ) {
	.valve_box{
		width: 870px;
	}
	.list_img{
		line-height: 280px;
	}
	.valve_list li a h4 img{
		right: 20px;
	}
}
/*产品详情*/
.valve_details{
	width: 100%;
	min-height: 660px;
	padding: 35px 30px;
	overflow: hidden;
}
.valve_img{
	width: 350px;
	height: 450px;
	overflow: hidden;
	line-height: 446px;
	border: 2px solid #a2a2a2;
	transition: all 0.5s;
	text-align: center;
	float: left;
}
.valve_img img{
	width: 100%;
	transition: all 0.5s;
}
.valve_img:hover{
	border-color: #E60012;
}
.valve_img:hover img{
	transform: scale(1.1);
}
.valve_text{
	width: 440px;
	overflow: hidden;
	float: right;
	line-height: 23px;
	color: #8e8e8e;
	font-size: 14px;
}
.valve_text h3{
	font-size: 24px;
	margin-bottom: 20px;
	color: #232323;
}
.details_text{
	width: 100%;
	overflow: hidden;
}
.valve_down{
	width: 100%;
	overflow: hidden;
	margin-top: 160px;
}
.valve_down h4{
	font-size: 16px;
	color: #171717;
	line-height: 40px;
	border-bottom: 1px dashed #999999;
}
.down_box{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 8px 0;
}
.down_box img{
	float: left;
	margin-right: 20px;
}
.down_text{
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	float: left;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.down_text h5{
	font-size: 18px;
	color: #000000;
	line-height: 18px;
}
.down_box a{
	width: 85px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	display: block;
	float: right;
	padding: #e32d35;
	background: url(../img/download.png) no-repeat center center;
	background-size: 100%;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 1px;
}
.down_box a span{
	display: inline-block;
	transform: scale(0.8);
}
@media only screen and (max-width:1199px ) {
	.valve_img{
		margin: 0 auto 30px;
		float: none;
	}
	.valve_text{
		width: 100%;
		float: none;
	}
	.valve_down {
	    margin-top: 60px;
	}
}
@media only screen and (max-width:767px ) {
	.valve_details{
		padding: 25px 10px;
	}
	.valve_img{
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 20px 0;
	}
	.valve_text{
		line-height: 20px;
		font-size: 12px;
	}
	.valve_text h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.valve_down {
	    margin-top: 30px;
	}
}