.content_common .box_common .left_common {
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    float: right;
    background-color: transparent;
    padding: 0;
}
@media only screen and (max-width:991px ) {
	.content_common .box_common .left_common {
	    width: -moz-calc(100% - 230px);
	    width: -webkit-calc(100% - 230px);
	    width: calc(100% - 230px);
	    float: right;
	}
}
@media only screen and (max-width:767px ) {
	.content_common .box_common .left_common {
	    width: 100%;
	}
}
.series_details{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.series_details h1{
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}
.series_deBox{
	width: 100%;
	background-color: #fff;
	padding: 10px 10px 10px 35px;
}
.seriesDet{
	width: 100%;
	max-height: 480px;
	overflow-x: hidden;
}
.seriesDet::-webkit-scrollbar{width: 8px;height: 8px;margin-top: -30px;}
.seriesDet::-webkit-scrollbar-thumb{background-color: #e7511e;border-radius: 4px;}
.seriesDet::-webkit-scrollbar-track-piece {border-radius: 4px;background-color: #ececec;}
.seriesDet_box{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	color: #666666;
	font-size: 14px;
}
.seriesDet_box strong{
	color: #e7511e;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
}
.seriesDet_box img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.series_list{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 15px;
}
.valve_list{
	width: 100%;
	overflow: hidden;
}
.valve_list li{
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 20px;
}
.valve_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 38px;
	position: relative;
}
.valve_list .list_img{
	width: 100%;
	height: 240px;
	line-height: 230px;
	overflow: hidden;
	border: 2px solid #dadada;
	border-bottom: none;
	text-align: center;
}
.list_img img{
	width: 93%;
	transition: all 0.5s;
}
.list_mask{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	background-color: #dadada;
	top: 240px;
	padding: 0 0 0;
	transition: all 0.5s;
}
.list_mask h2{
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	font-weight: lighter;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
}
.list_mask span{
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #e7511e;
	margin: 20px auto 0;
}
.valve_list li a:hover img{
	transform: scale(1.1);
}
.series_list>h4{
	color: #e7511e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width:991px ) {
	.valve_list li{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.valve_list .list_img{
		height: auto;
		padding: 20px 0;
		line-height: normal;
	}
	.list_img img{
		width: 100%;
	}
	.list_mask{
		height: 38px;
		top: auto;
		bottom: 0;
	}
	.series_deBox{
		padding: 10px 10px 10px 25px;
	}
	.list_mask h2{
		font-size: 14px;
	}
	.series_list>h4{
		padding-left: 10px;
	}
}
@media only screen and (max-width:767px ) {
	.valve_list li{
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.series_list>h4{
		padding-left: 5px;
	}
	.series_details{
		margin: 0;
		padding: 30px 0;
		background-color: #ececec;
	}
	.series_deBox{
		padding: 10px 15px 10px 20px;
	}
	.series_details h1{
	    font-size: 24px;
	    margin-top: 0;
	}
}
@media only screen and (min-width:992px ) {
	.valve_list li{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.series_list>h4{
		padding-left: 10px;
	}
	.series_deBox{
		padding: 10px 10px 10px 25px;
	}
	.valve_list li a:hover h2{
		color: #FFFFFF;
		font-size: 36px;
	}
	.valve_list li a:hover .list_mask{
		top: 0;
		background-color: rgba(231,81,30,0.87);
		padding: 90px 20px 0;
	}
}
@media only screen and (min-width:1300px ) {
	.valve_list li{
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.series_list>h4{
		padding-left: 20px;
	}
	.series_deBox{
		padding: 10px 10px 10px 35px;
	}
}
/*系列所包含的产品列表*/
.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: #e7511e;
	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;
	background-color: #e2e2e2;
}
.series_menu li>a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding:0 20px;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition: all 0.5s;
}
.series_two{
	width: 100%;
	padding:0 20px 10px;
	overflow: hidden;
	background-color: #fafafa;
	display: none;
}
.series_two a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	transition: all 0.5s;
}
.series_two_menuNow{
	padding-left: 5px;
	color: #e7511e !important;
}
.series_two a:hover{
	padding-left: 5px;
	color: #e7511e;
}

.series_menu a img{
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -5.5px;
	opacity: 0;
	transition: all 0.5s;
}
.series_menu .series_menuNow{
	background-color: #FFFFFF;
	font-weight: bold;
}
.series_menu .series_menuNow>a{
	color: #e7511e;
}
.series_menu .series_menuNow img{
	opacity: 1;
}
.series_menu .series_menuNow .series_two{
	display: block;
}
.series_menu li:hover{
	background-color: #FFFFFF;
	font-weight: bold;
}
.series_menu li:hover>a{
	color: #e7511e;
}
.series_menu li: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%;
	}
}
@media only screen and (min-width: 992px ) {
	.series_menuBox{
		display: block;
	}
}
/*产品详情*/
.valve_details{
	width: 100%;
	overflow: hidden;
}
.valve_details li:nth-of-type(1){
	width: 350px;
	overflow: hidden;
	float: left;
}
.valve_details li:nth-of-type(2){
	overflow: hidden;
	float: right;
}
.valve_img{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ececec;
	overflow: hidden;
}
.valve_img img{
	width: 100%;
	transition: all 0.5s;
}
.valve_img:hover img{
	transform: scale(1.1);
}
.download{
	display: inline-block;
	line-height: 25px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
}
.download img{
	margin: -3px 5px 0 0;
}
.download:hover{
	color: #e7511e;
}
.valve_details h3{
	padding: 6px 0;
	font-size: 30px;
	line-height: 33px;
	color: #333333;
	border-bottom: 1px solid #ececec;
}
.valve_details h4{
	width: 95px;
	height: 30px;
	color: #FFFFFF;
	background-color: #e7511e;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 10px;
}
.valve_text{
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	line-height: 20px;
	color: #666666;
}
.valve_text img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.det_details{
	width: 100%;
	overflow: hidden;
}
.det_details h4{
	width: 95px;
	height: 30px;
	color: #FFFFFF;
	background-color: #e7511e;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 10px;
}
.det_details img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width:991px ) {
	.valve_details li:nth-of-type(1){
		width: 100%;
	}
	.valve_details li:nth-of-type(2){
		width: 100%;
	}
	.valve_img{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.content_common .container{
		padding: 0;
	}
	.content_common{
		background-color: #FFFFFF;
	}
	.content_common h1{
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.valve_details li:nth-of-type(1){
		width: 100%;
	}
	.valve_details li:nth-of-type(2){
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
}
@media only screen and (min-width:992px ) {
	.valve_details li:nth-of-type(1){
		width: 250px;
	}
	.valve_details li:nth-of-type(2){
		width: 375px;
	}
	.valve_img{
		width: 100%;
	}
}
@media only screen and (min-width:1300px ) {
	.valve_details li:nth-of-type(1){
		width: 400px;
	}
	.valve_details li:nth-of-type(2){
		width: 530px;
	}
}