.product-content {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 30px;
}
.product-content .product-left {
	width: 260px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
}
.product-left .product-search {
	width: 100%;
	height: 44px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding-left: 42px;
	background:#FFFFFF url(../images/search-p.png) no-repeat 13px 50%;
}
.product-search input {
	border: none;
	width: calc(100% - 42px);
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
	height: 42px;
	font-size: 14px;
	overflow: hidden;
}
.product-left h4 {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #1daee1;
	margin: 0 6px 15px;
}
.product-left ul {
	width: 100%;
	overflow: hidden;
}
.product-left ul li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}
.product-left ul li h5 {
	width: 100%;
	font-size: 16px;
	line-height: 46px;
	padding: 0 6px;
	overflow: hidden;
	position: relative;
}
.product-left ul li h5 a {
	color: #000000;
}
.product-left ul li h5:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/lh.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 17px;
	right: 8px;
}
.product-left ul li:hover h5 a {
	color: #1daee1;
	font-weight: bold;
}
.product-left ul li.active h5 a {
	color: #1daee1;
	font-weight: bold;
}
.product-left ul li.active h5:after {
	background-image: url(../images/lb.png);
}
.product-left ul li .product-two {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	padding: 10px 0 14px 7px;
	border-top: 1px solid #e7e7e7;
	display: none;
}
.product-two p {
	width: 100%;
	height: 26px;
	overflow: hidden;
	transition: all 0.5s;
	line-height:26px;
	font-size:14px;
}
.product-two p a {
	color: #000000;
}
.product-two p:hover {
	padding-left: 10px;
}
.product-two p:hover a {
	color: #1daee1;
}
@media only screen and (max-width: 991px) {
	.product-content .product-left {
		margin-left: 0px;
		width: 100%;
		float: none;
	}
	.product-left .product-search {
		height: 60px;
		border-radius: 10px;
		padding-left: 58px;
		background:#FFFFFF url(../images/search-p.png) no-repeat 19px 50%;
		background-size: 20px;
		border-width: 2px;
	}
	.product-search input {
		width: calc(100% - 58px);
		width: -moz-calc(100% - 58px);
		width: -webkit-calc(100% - 58px);
		height: 58px;
		font-size: 18px;
	}
	.product-left h4 {
		line-height: 35px;
		font-size: 24px;
		margin: 38px 0 3px;
		position: relative;
	}
	.product-left h4:after {
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		background-image: url(../images/lb.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 10px auto;
		position: absolute;
		top: 5px;
		right: 8px;
		transition: all 0.5s;
	}
	.product-left h4.active:after {
		transform: rotate(90deg);
	}
	.product-left ul {
		display: none;
	}
	.dq_section {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 700px) {
	.product-content {
	    padding: 0px 0 30px;
	}
	.product-left .product-search {
		height: 40px;
		border-radius: 5px;
		padding-left: 38px;
		background:#FFFFFF url(../images/search-p.png) no-repeat 12px 50%;
		background-size: 14px;
		border-width: 1px;
	}
	.product-search input {
		width: 100%;
		height: 38px;
		font-size: 14px;
	}
	.product-left h4 {
		line-height: 25px;
		font-size: 18px;
		margin: 20px 0 0;
	}
	.product-left h4:after {
		width: 15px;
		height: 15px;
		background-size: 7px auto;
		top: 5px;
		right: 0px;
	}
}
@media only screen and (min-width: 992px) {
	.product-content .product-left {
		margin-left: 0px;
		width: 22%;
	}
}
@media only screen and (min-width: 1200px) {
	.product-content .product-left {
		width: 22%;
		margin-left: 0;
	}
}
@media only screen and (min-width: 1650px) {
	.product-content .product-left {
		margin-left: 0;
		width: 17%;
	}
}
/*产品右侧内容*/
.product-right {
	width: 80%;
	min-height: 650px;
	float: right;
}
.product-right .product-list {
	width: 100%;
	height: auto;
}
.product-list a {
	display: block;
	width: 31%;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	float: left;
	transition: all 0.5s;
}
.product-list a .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.product-list a .list-txt {
	width: calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: -webkit-calc(100% - 32px);
	overflow: hidden;
	margin: 0 auto 25px;
	border-top: 1px solid #dddddd;
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 18px;
}
.list-txt h4 {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
	height: 25px;
	overflow: hidden;
}
.list-txt span {
	display: block;
	width: 95px;
	height: 25px;
	border-radius: 13px;
	overflow: hidden;
	color: #8c8c8c;
	line-height: 23px;
	border: 1px solid #8c8c8c;
	margin: 18px auto 0;
	transition: all 0.5s;
}
.product-list a:hover {
	box-shadow: 0px 0px 13px rgba(0,0,0,0.15);
}
.product-list a:hover .list-img img {
	transform: scale(1.1);
}
.product-list a:hover .list-txt span {
	color: #FFFFFF;
	border-color: #1daee1;
	background-color: #1daee1;
}
@media only screen and (max-width: 991px) {
	.product-right {
		width: 100%;
		float: none;
		margin: 40px 0 0;
	}
	.product-list a:nth-of-type(2n+1){
		margin: 0 60px 40px 0;
	}
	.product-list a:nth-of-type(2n){
		margin: 0 0 40px;
	}
}
@media only screen and (max-width: 700px) {
	.product-right {
		margin: 25px 0 0;
		width: 100% !important;
	}
	.product-list a {
	    width: 100%;
	}
	.product-list a:nth-of-type(2n+1),.product-list a:nth-of-type(2n){
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 992px) {
	.product-right {
		width: 720px;
	}
	.product-list a {
	    width: 223px;
	}
	.product-list a{
		margin:0px 13px 26px 13px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-right {
		width: 78%;
	}
	.product-list a {
	    width: 30%;
	    float: left;
	}
	.product-list a{
		margin:0px 13px 26px 13px;
	}
}
@media only screen and (max-width: 1050px) 
{
    .product-left ul {
        display: none;
    }
    .product-right {
		width: 100% !important;
	}
	.product-list a {
	    width: 46% !important;
	}
}
@media only screen and (max-width: 1355px) {
	.product-right {
		width: 78%;
	}
	.product-list a {
	    width: 30.6%;
	}
	.product-list a{
		margin:0px 0px 24px 24px;
	}
}
@media only screen and (min-width: 1450px) {
	.product-right {
		width: 78%;
	}
	.product-list a {
	    width: 31%;
	}
	.product-list a{
		margin:0px 12px 24px 12px;
	}
}
@media only screen and (min-width: 1650px) {
	.product-right {
		width: 78%;
	}
	.product-list a{
		margin:0px 13px 26px 13px;
	}
}
/*产品详情页面*/
.valve-details {
	width: 100%;
	overflow: hidden;
	margin: 0 0 60px;
}
.valve-details .valve-left {
	width: 395px;
	overflow: hidden;
	border: 1px solid #dddddd;
	cursor: pointer;
	float: left;
}
.valve-left img {
	width: 100%;
	transition: all 0.5s;
}
.valve-details .valve-left:hover img {
	transform: scale(1.1);
}
.valve-details .valve-right {
	width: calc(100% - 490px);
	width: -moz-calc(100% - 490px);
	width: -webkit-calc(100% - 490px);
	min-height: 405px;
	float: left;
	margin: 0 40px 0 55px;
}
.valve-right h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 55px;
	border-bottom: 1px solid #dddddd;
}
.valve-right .valve-txt {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.valve-txt table {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
}
.valve-txt table tr td {
	border: 2px solid #FFFFFF;
	padding: 5px 0;
}
.valve-txt table tr td:first-of-type {
	width: 90px;
	background-color: #253682;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
}
.valve-txt table tr td:last-of-type {
	background-color: #f6f6f6;
	padding: 5px 15px;
	color: #696969;
	border-left: 10px solid #FFFFFF;
}
.valve-txt table tr:first-of-type td:last-of-type {
	padding: 10px 15px;
}
.valve-right .valve-PDF {
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #a8a8a8;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	margin: 90px 0 0;
	transition: all 0.5s;
}
.valve-right .valve-PDF:hover {
	color: #FFFFFF;
	background-color: #00a2e9;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.2);
}
.product-list h3 {
	color: #333333;
	font-size: 24px;
	line-height: 55px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 35px;
}
@media only screen and (max-width: 991px) {
	.valve-details .valve-left {
		float: none;
	}
	.valve-details .valve-right {
	    width: 100%;
	    min-height: auto;
	    float: none;
	    margin: 30px 0 0;
	}
	.valve-right .valve-PDF {
	    margin: 40px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.valve-details {
	    margin: 0 0 30px;
	}
	.valve-details .valve-left {
		width: 100%;
	}
	.valve-details .valve-right {
	    margin: 20px 0 0;
	}
	.valve-right h3 {
	    font-size: 20px;
	    line-height: 45px;
	}
	.valve-right .valve-txt {
	    margin: 20px 0 0;
	}
	.valve-right .valve-PDF {
	    margin: 30px 0 0;
	}
	.product-list h3 {
	    font-size: 20px;
	    line-height: 45px;
	    margin: 0 0 20px;
	}
	.product-list a {
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
	.valve-details .valve-left {
		float: none;
	}
	.valve-details .valve-right {
	    width: 100%;
	    float: none;
	    margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.valve-details .valve-left {
		float: left;
	}
	.valve-details .valve-right {
	    width: calc(100% - 490px);
	    width: -moz-calc(100% - 490px);
	    width: -webkit-calc(100% - 490px);
	    float: left;
	    margin: 0 40px 0 55px;
	}
}


/*当前位置*/
.dq_section{width: 100%;padding-top: 10px;}
.dq_section .content{width: 100%;overflow: hidden;}
.dq_section .content .left{float: left;font-size: 0;}
.dq_section .content .left a{font-size: 14px;color: #737373;line-height: 22px;display: inline-block;vertical-align: middle;}
.dq_section .content .left a:hover{color: #1daee1;}
.dq_section .content .left a:last-child{color: #1daee1;}
.dq_section .content .left span{font-size: 14px;color: #737373;line-height: 22px;display: inline-block;vertical-align: middle;margin: 0 4px;}
.dq_section .content .right{float: right;width: 21px;}
.dq_section .content .right a{display: block;width: 100%;}
.dq_section .content .right a img{width: 100%;display: block; padding-bottom:5px;}
@media  screen and (max-width: 1024px){
.dq_sections{margin-top: 51px;}
}


/*产品详情页*/
.info1{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-bottom: 25px; text-align: justify;}
.info2{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-top: 25px; text-align: justify;}
.info3{font-size: 16px;color: #323232;line-height: 2;padding-bottom: 14px; margin-bottom: 25px; text-align: justify;}
.details2_txt{ width:100%; float:left;}


.w_1920{ width:100%;}