.footer1 {
	background-color: #f1f5f9;
}
.footer1-input input {
	background-color: #FFFFFF;
}
.valve-content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 30px;
}
.valve-left {
	width: 1040px;
	overflow: hidden;
	float: right;
}
.left-img {
	width: 210px;
	height: 250px;
	overflow: hidden;
	background-color: #f1f5f9;
	float: left;
}
.left-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s;
}
.left-txt {
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	padding: 35px 25px;
	overflow: hidden;
	float: right;
}
.left-txt h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin: 0 0 25px;
}
.left-txt .txt-txt {
	width: 100%;
	overflow: hidden;
}
.left-txt p {
	width: 100%;
	line-height: 18px;
	color: #666666;
	overflow: hidden;
	border-top: 1px solid #666666;
}
@media only screen and (max-width: 991px) {
	.valve-content {
		padding: 30px 0;
	}
	.valve-left {
		width: 100%;
		float: none;
		margin: 50px 0 0;
	}
	.left-img {
		width: 300px;
		height: 350px;
	}
	.left-txt {
		height: 350px;
		padding: 30px 40px;
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
	.left-txt h4 {
		font-size: 28px;
		margin: 0 0 15px;
		line-height: 32px;
	}
	.left-txt p {
		padding: 15px 0;
		font-size: 18px;
		line-height: 25px;
	}
	.product_queryborder {
		width: 50% !important;
	}
}
@media only screen and (max-width: 750px) {
	.valve-content {
		padding: 20px 0;
	}
	.valve-left {
		margin: 25px 0 0;
	}
	.left-img {
		width: 150px;
		height: 180px;
	}
	.left-txt {
		height: 180px;
		padding: 15px 20px;
		width: -moz-calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
	}
	.left-txt h4 {
		font-size: 16px;
		margin: 0 0 5px;
		line-height: 20px;
	}
	.left-txt p {
		padding: 7px 0;
		font-size: 12px;
		line-height: 15px;
	}
	.product_queryborder {
        width: 100% !important;
    }
    .valve-bottom .bottom-txt table td:first-child {
        width: 113px !important;
    }
    .valve-bottom .bottom-txt table {
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
	.valve-content {
		padding: 40px 0 20px;
	}
	.valve-class {
		display: none;
	}
	.valve-left {
		width: 735px;
	}
	.left-img {
		width: 160px;
		height: 185px;
	}
	.left-txt {
		height: 185px;
		padding: 15px 20px;
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
	}
	.left-txt h4 {
		font-size: 16px;
		margin: 0 0 10px;
		line-height: 20px;
	}
	.left-txt p {
		padding: 5px 0;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve-content {
		padding: 50px 0 25px;
	}
	.valve-left {
		width: 79%;
	}
	.left-img {
		width: 180px;
		height: 210px;
	}
	.left-txt {
		height: 210px;
		padding: 20px;
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	.left-txt h4 {
		font-size: 19px;
		margin: 0 0 15px;
		line-height: 22px;
	}
	.left-txt p {
		padding: 8px 0;
		font-size: 13px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve-content {
		padding: 60px 0 30px;
	}
	.valve-left {
		width: 80%;
		margin-left: 30px;
	}
	.left-img {
		width: 210px;
		height: 250px;
	}
	.left-txt {
		padding: 25px;
		height: 250px;
		width: -moz-calc(100% - 210px);
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
	}
	.left-txt h4 {
		font-size: 22px;
		margin: 0 0 20px;
		line-height: 25px;
	}
	.left-txt p {
		padding: 10px 0;
		font-size: 14px;
	}
}
/*产品列表*/
.valve-right {
	float: left;
	width: 250px;
	overflow: hidden;
	margin: 0px 0 0;
}
.valve-right li {
	width: 100%;
	overflow: hidden;
}
.valve-right li h4 {
	width: 100%;
	height: 50px;
	font-size: 20px;
	padding: 0 25px;
	overflow: hidden;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #f1f5f9;
}
.valve-right li h4:before {
	top: 19px;
	right: 30px;
	content: '';
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background-image: url(../images/prl.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.valve-right li h4 a {
	color: #000000;
	font-weight: bold;
}
.valve-right li .valve-menu {
	width: 100%;
	display: none;
	overflow: hidden;
	padding: 10px 25px 15px;
	background-color: #f1f5f9;
}
.valve-menu p {
	font-size: 14px;
	line-height: 26px;
	position: relative;
	padding: 0 0 0 22px;
}
.valve-menu p:first-of-type {
	margin: 5px 0 0;
}
.valve-menu p a {
	color: #8f8f8f;
	font-family: 'Lato';
}
.valve-menu p a:hover {
	color: #046cb7;
	font-family: 'Lato';
}
.valve-menu p:before {
	left: 0px;
	top: -13px;
	content: '';
	width: 15px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.valve-menu p:first-of-type:before {
	top: -4px;
	height: 18px;
}
.valve-right li.active h4 {
	font-weight: bold;
	background-color: #046cb7;
}
.valve-right li.active h4:before {
	background-image: url(../images/prw.png);
}
.valve-right li.active h4 a {
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.valve-class {
		width: 86%;
		color: #FFFFFF;
		font-size: 42px;
		padding: 0 50px;
		overflow: hidden;
		line-height: 100px;
		position: relative;
		background-color: #046cb7;
	}
	.valve-class:after {
		top: 38px;
		right: 50px;
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		overflow: hidden;
		position: absolute;
		transition: all 0.5s;
		background: url(../images/hright.png) no-repeat center;
	}
	.valve-class.valve-classClick:after {
		transform: rotate(90deg);
	}
	.valve-right {
		margin: 0;
		width: 100%;
		float: none;
		display: none;
	}
	.valve-right li h4 {
		height: 65px;
		font-size: 24px;
		padding: 0 50px;
		line-height: 65px;
	}
	.valve-right li h4:before {
		top: 22px;
		right: 55px;
		width: 18px;
		height: 18px;
		background-size: 8px !important;
	}
	.valve-right li .valve-menu {
		padding: 20px 50px 30px;
	}
	.valve-menu p {
		font-size: 20px;
		line-height: 35px;
		padding: 0 0 0 30px;
	}
	.valve-menu p:first-of-type {
		margin: 10px 0 0;
	}
	.valve-menu p:before {
		top: -16px;
		width: 20px;
		height: 35px;
	}
	.valve-menu p:first-of-type:before {
		top: -4px;
		height: 24px;
	}
	.valve-bottom .bottom-txt p {
		line-height: 40px !important;
		font-size: 18px !important;
	}
	.valve-bottom .bottom-txt table {
		width: 100% !important;
	}
	.valve-right li h4 a {
		font-size: 22px !important;
	}
}
@media only screen and (max-width: 750px) {
	.valve-class {
		font-size: 22px !important;
		padding: 0 25px;
		line-height: 55px;
	}
	.valve-class:after {
		top: 21px;
		right: 25px;
		width: 13px;
		height: 13px;
		background-size: 7px;
	}
	.valve-right li h4 {
		height: 50px;
		font-size: 16px;
		padding: 0 25px;
		line-height: 50px;
	}
	.valve-right li h4:before {
		top: 15px;
		right: 25px;
		width: 10px;
		height: 10px;
		background-size: 5px !important;
	}
	.valve-right li .valve-menu {
		padding: 10px 25px 15px;
	}
	.valve-menu p {
		font-size: 14px;
		line-height: 22px;
		padding: 0 0 0 22px;
	}
	.valve-menu p:first-of-type {
		margin: 5px 0 0;
	}
	.valve-menu p:before {
		top: -10px;
		width: 14px;
		height: 22px;
	}
	.valve-menu p:first-of-type:before {
		height: 16px;
		top: -3px;
	}
	.valve-bottom .bottom-txt p {
		line-height: 26px !important;
		font-size: 16px !important;
	}
	.valve-right li h4 a {
		font-size: 14px !important;
	}
}
@media only screen and (min-width: 992px) {
	.valve-right {
		width: 200px;
	}
	.valve-right li h4 {
		height: 40px;
		font-size: 16px;
		padding: 0 10px;
		line-height: 40px;
	}
	.valve-right li h4:before {
		top: 14px;
		right: 15px;
		background-size: 4px !important;
	}
	.valve-right li .valve-menu {
		padding: 10px;
	}
	.valve-menu p {
		font-size: 12px;
		line-height: 22px;
		padding: 0 0 0 18px;
	}
	.valve-menu p:first-of-type {
		margin: 5px 0 0;
	}
	.valve-menu p:before {
		top: -10px;
		width: 10px;
		height: 22px;
	}
	.valve-menu p:first-of-type:before {
		height: 14px;
		top: -2px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve-right {
		width: 225px;
	}
	.valve-right li h4 {
		height: 45px;
		font-size: 17px;
		padding: 0 15px;
		line-height: 45px;
	}
	.valve-right li h4:before {
		top: 17px;
		right: 15px;
		background-size: 5px !important;
	}
	.valve-right li .valve-menu {
		padding: 10px 15px 15px;
	}
	.valve-menu p {
		font-size: 13px;
		line-height: 24px;
		padding: 0 0 0 20px;
	}
	.valve-menu p:first-of-type {
		margin: 5px 0 0;
	}
	.valve-menu p:before {
		top: -11px;
		width: 13px;
		height: 24px;
	}
	.valve-menu p:first-of-type:before {
		top: -3px;
		height: 16px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve-right {
		width: 250px;
	}
	.valve-right li h4 {
		height: 50px;
		font-size: 16px;
		padding: 0 20px;
		line-height: 50px;
	}
	.valve-right li h4:before {
		top: 19px;
		right: 20px;
		background-size: 6px !important;
	}
	.valve-right li .valve-menu {
		padding: 10px 20px 15px;
	}
	.valve-menu p {
		font-size: 14px;
		line-height: 26px;
		padding: 0 0 0 22px;
	}
	.valve-menu p:first-of-type {
		margin: 5px 0 0;
	}
	.valve-menu p:before {
		top: -13px;
		width: 15px;
		height: 26px;
	}
	.valve-menu p:first-of-type:before {
		top: -4px;
		height: 18px;
	}
}
/*产品详情*/
.valve-top {
	width: 90%;
	overflow: hidden;
	border-bottom: #cccccc solid 1px;
    margin: 0 auto;
}
.valve-img {
	width: 415px;
	overflow: hidden;
	background-color: #f1f5f9;
	margin: 0 auto;
}
.valve-img img {
	width: 100%;
	transition: all 0.5s;
}
.valve-img:hover img {
	transform: scale(1.1);
}
.valve-txt 
{
    width:100%;
	float: left;
	text-align:center;
}
.valve-txt h3 {
	width: 100%;
	font-size: 32px;
	line-height: 36px;
	padding: 20px 5px;
	color: #046cb7;
	overflow: hidden;
	font-family: "wigrumweb-bold";
}
.valve-txt .txt-txt {
	width: 100%;
	line-height: 24px;
	padding: 25px 10px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}
.valve-txt .txt-txt p {
	padding: 0 0 0 20px;
}
.valve-txt .txt-txt p strong {
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
	color: #333333;
	position: relative;
}
.valve-txt .txt-txt p strong:before {
	content: '∷';
	display: block;
	width: 24px;
	height: 24px;
	color: #046cb7;
	overflow: hidden;
	position: absolute;
	left: -20px;
	top: 0px;
}
.valve-bottom {
	width: 100%;
	margin: 55px 0 0;
	overflow: hidden;
}
.valve-bottom li {
	width: 90%;
	overflow: hidden;
	margin:0 auto;
}
.valve-bottom li h4 {
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	padding: 0 0 0 48px;
	color: #333333;
	position: relative;
	background-image: url(../images/vt1.png);
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.valve-bottom li:nth-of-type(2) h4 {
	background-image: url(../images/vt2.png);
}
.valve-bottom li:nth-of-type(3) h4 {
	background-image: url(../images/vt3.png);
}
.valve-bottom .bottom-txt {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
}
.bottom-txt a {
	border: none;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.valve-img {
	    width: 100%;
	    float: none;
	}
}
@media only screen and (max-width: 750px) {
	.valve-txt h3 {
	    font-size: 24px;
	    line-height: 30px;
	    padding:10px 0 27px;
	}
	.valve-txt .txt-txt {
		padding: 15px 0;
	}
	.valve-bottom {
	    margin: 30px 0 0;
	}
	.valve-bottom li h4 {
		line-height: 30px;
		font-size: 16px;
		padding: 0 0 0 30px;
		background-size: 20px;
	}
	.valve-bottom li:nth-of-type(2) h4 {
		background-size: 23px;
	}
	.valve-bottom li:nth-of-type(3) h4 {
		background-size: 23px;
	}
	.valve-bottom .bottom-txt table td:first-child {
        width: 50% !important;
    }
    .valve-top {
        width: 100% !important;
    }
    .valve-bottom li {
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
	.valve-img {
		width: 360px;
	}
	.valve-txt h3 {
		font-size: 24px;
		line-height: 28px;
		padding: 10px 5px;
	}
	.valve-txt .txt-txt {
		line-height: 24px;
		padding: 15px 5px;
	}
	.valve-txt .txt-txt p {
		padding: 0 0 0 10px;
	}
	.valve-txt .txt-txt p strong {
		font-size: 14px;
	}
	.valve-txt .txt-txt p strong:before {
	    left: -15px;
	}
	.valve-bottom {
		margin: 40px 0 0;
	}
	.valve-bottom li h4 {
		line-height: 30px;
		font-size: 16px;
		padding: 0 0 0 38px;
		background-size: 20px;
	}
	.valve-bottom li:nth-of-type(2) h4 {
		background-size: 23px;
	}
	.valve-bottom li:nth-of-type(3) h4 {
		background-size: 23px;
	}
	.valve-bottom .bottom-txt {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve-img {
		width: 400px;
	}
	.valve-txt h3 {
		font-size: 28px;
		line-height: 32px;
		padding: 36px 5px;
	}
	.valve-txt .txt-txt {
		line-height: 24px;
		padding: 20px 8px;
	}
	.valve-txt .txt-txt p {
		padding: 0 0 0 15px;
	}
	.valve-txt .txt-txt p strong {
		font-size: 15px;
	}
	.valve-txt .txt-txt p strong:before {
	    left: -20px;
	}
	.valve-bottom {
		margin: 50px 0 0;
	}
	.valve-bottom li h4 {
		line-height: 35px;
		font-size: 17px;
		padding: 0 0 0 43px;
		background-size: 23px;
	}
	.valve-bottom li:nth-of-type(2) h4 {
		background-size: 27px;
	}
	.valve-bottom li:nth-of-type(3) h4 {
		background-size: 27px;
	}
	.valve-bottom .bottom-txt {
		font-size: 13px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve-img {
		width: 780px;
		margin: 0 auto 50px;
		border: #cccccc solid 1px;
		border-radius: 20px;
	}
	.valve-txt h3 {
		font-size: 32px;
		line-height: 36px;
		padding: 0px 5px 57px;
	}
	.valve-txt .txt-txt {
		line-height: 24px;
		padding: 25px 10px;
	}
	.valve-txt .txt-txt p {
		padding: 0 0 0 20px;
	}
	.valve-txt .txt-txt p strong {
		font-size: 16px;
	}
	.valve-bottom {
		margin: 55px 0 0;
	}
	.valve-bottom li h4 {
		line-height: 40px;
		font-size: 18px;
		padding: 0 0 0 48px;
		background-size: 28px;
	}
	.valve-bottom li:nth-of-type(2) h4 {
		background-size: 33px;
	}
	.valve-bottom li:nth-of-type(3) h4 {
		background-size: 33px;
	}
	.valve-bottom .bottom-txt {
		font-size: 14px;
		line-height: 24px;
	}
}


.valve-bottom .bottom-txt {
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 70px;
    font-family: Arial;
}


.valve-bottom .bottom-txt p{
    line-height: 24px;
    font-size: 14px;
}


.valve-bottom .bottom-txt strong
{
    display: inline-block;
}

.valve-bottom .bottom-txt img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.valve-bottom .bottom-txt table {
    width: 90%;
    border-collapse: collapse;
    border: 0px none;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto !important;
}

.valve-bottom .bottom-txt table tr {
    height: auto !important;
}

.valve-bottom .bottom-txt table td:first-child {
    width: 265px;
}

.valve-bottom .bottom-txt table td {
    height: auto !important;
    border: 0px none !important;
    line-height: 2;
    padding: 5px !important;
    text-align: center;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    word-wrap: break-word;
    word-break: break-all;
    width: auto!important;
}

.valve-bottom .bottom-txt table td p {
    display: block;
    margin: 0;
}

.valve-bottom .bottom-txt table td span {
    display: inline-block;
    margin: 0;
    font-size: 14px !important;
    text-align: center;
}

.valve-bottom .bottom-txt table tr {
    transition: all .2s;
}

.valve-bottom .bottom-txt table tr:hover {
    background: #e7f1fc;
}

.product_queryborder {
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: left;
    border: 0px #eeeeee solid;
    width: 33.33%;
}

.product_queryborder:hover{

}


.product_queryborder div.fang{
margin:0px 15px 0px 15px;
text-align:center;
border:1px #dcdcdc solid;
}

.product_queryborder div.picFit{
overflow: hidden;
}
.product_queryborder div.picFit img{
 transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; width: 100%;
}

.product_queryborder div.picFit img:hover{
    transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);
}


.product_queryborder div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

.product_queryborder a:link,.product_queryborder a:visited,.product_queryborder a:active{
color:#000;
font-size:16px;
line-height:50px;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-family: 'Lato';
}

.showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

.pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}

.pages {
float:right;
padding-right:8px;
white-space: nowrap;
}

.pages ul{
margin:0;
padding:0;
}

.pages a:link,.pages a:visited,.pages a:active{
color:#303030;
text-decoration: none;
}

.pages a:hover{
color:#ff0000;
text-decoration: none;
}

.pages li{
margin:3px;
padding:2px 5px;
list-style-type: none;
float:left;
background:#dcd9d4;
color:#303030;
border:1px #dcd9d4 solid;
white-space: nowrap;
}

.pages li.pagesnow{
color:#303030;
background-color:#eee;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

.pages li.pbutton{
color:#303030;
background-color:#dcd9d4;
padding:3px 5px 1px 5px;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

.pages li.opt{
color:#303030;
padding:0px 2px;
white-space: nowrap;
border:0px;
}