.product-content {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 100px;
}
.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: 14px;
}
.product-left .product-search img
{
    padding-bottom: 6px;
    cursor: pointer;
}
.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;
	padding-left: 14px;
}
.product-left h4 {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 38px 0 3px;
}
.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: 14px;
	line-height: 46px;
	padding: 0 6px;
	overflow: hidden;
	position: relative;
}
.product-left ul li h5 a {
	color: #000000;
	font-size: 16px;
}
.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: #046cb7;
	font-weight: bold;
}
.product-left ul li.active h5 a {
	color: #046cb7;
	font-weight: bold;
}
.product-left ul li.active h5:after {
	background-image: url(../images/lb.png);
	transform: rotate(90deg);
}
.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: 28px;
	overflow: hidden;
	transition: all 0.5s;
	line-height: 28px;
    font-size: 14px;
}
.product-two p a {
	color: #979797;
}
.product-two p:hover {
	font-weight: bold;
	padding-left: 10px;
}
.product-two p:hover a {
	color: #046cb7;
}
@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-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;
	}
	.product-left ul li h5:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(../images/lb.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 17px;
        right: 8px;
    }
}
@media only screen and (max-width: 700px) {
	.product-content {
	    padding: 0px 0 30px;
	}
	.product-left .product-search {
		height: 40px;
		border-radius: 5px;
		padding-left: 15px;
		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: 220px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-content .product-left {
		width: 260px;
	}
}
@media only screen and (min-width: 1650px) {
	.product-content .product-left {
		margin-left: 5px;
	}
}

.product-right {
	width: 1225px;
	min-height: 650px;
	float: right;
}
.product-right .product-list {
	width: 100%;
	height: auto;
}
.product-list a {
	display: block;
	width: 265px;
	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;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.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: #046cb7;
	background-color: #046cb7;
}
@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 10px 20px 0px;
	}
	.product-list a:nth-of-type(2n) {
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 700px) {
	.product-right {
		margin: 25px 0 0;
	}
	.product-list a {
	    width: 47%;
	}
	.product-list a:nth-of-type(2n+1){
		margin: 0 10px 20px 0px;
	}
	.list-txt h4 {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
	.product-right {
		width: 720px;
	}
	.product-list a {
	    width: 223px;
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2){
		margin: 0 25px 25px 0;
	}
	.product-list a:nth-of-type(3n){
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-right {
		width: 73%;
	}
	.product-list a {
	    width: 31%;
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2){
		margin: 0 25px 30px 0;
	}
	.product-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1300px) {
	.product-right {
		width: 75%;
	}
	.product-list a {
	    width: 31%;
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2){
		margin: 0 25px 30px 0;
	}
	.product-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1500px) {
	.product-right {
		width: 78%;
	}
	.product-list a {
	    width: 31%;
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2){
		margin: 0 28px 30px 0;
	}
	.product-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2){
		margin: 0 50px 30px 0;
	}
	.product-list a {
	    width: 30.1%;
	}
	.product-right {
        width: 1065px;
    }
}

.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: #046cb7;
	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;
	}
}
@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;
	}
}



img{border:none;}
h3{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:#333;letter-spacing:1px;margin-top:10px;margin-bottom:10px;}
p{margin-bottom:10px;margin-top:10px;line-height:22px;}
.demo{margin:0 auto;width:600px;}
.tickul li{line-height:24px;}
/* zoom-section */
.zoom-section{clear:both;margin-top:20px;}
*html .zoom-section{display:inline;clear:both;}
.zoom-desc{float:left;margin-left:10px;width:310px;margin-bottom:20px;}
.zoom-small-image{border:4px solid #CCC;float:left;margin-bottom:20px;}
.zoom-tiny-image{border:1px solid #CCC;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #C00;}