/*product公共部分*/
.product_common{
	width: 100%;
	overflow: hidden;
	background:#fff url(../img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 40px;
	position: relative;
	z-index: 11;
}
.product_menu{
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.04);
	text-align: center;
	background-color: #fff;
	position: relative;
}
.product_menu .border_menu{
	width: 100px;
	height: 2px;
	background-color: #0093dd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.product_menu li a{
	display: block;
	color: #000;
	height: 48px;
	font-size: 14px;
	line-height: 50px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
	width: 100px;
}
.product_menu li .active{
	border-color: #0093dd;
	font-weight: bold !important;
}
.product_menu li.product_now a{
	font-weight: bold;
}
.product_content{
	width: 100%;
	height: auto;
}
.product_left{
	padding-right: 50px;
}
.product_left .product_twoMenu{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding-bottom: 20px;
}
.product_twoMenu li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product_twoMenu li:first-of-type{
	height: 55px;
	background-color: #0093dd;
	color: #fff;
}
.product_twoMenu li h3{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	background-color: #8695a0;
	padding-left: 20px;
}
.product_twoMenu li a{
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
}
.product_twoMenu li a span{
	display: block;
	height: 40px;
	line-height: 33px;
	position: absolute;
	left: 20px;
	color: #ccc;
	margin-right: 10px;
	font-size: 28px;
	font-weight: normal;
}
.product_twoMenu li a:hover{
	color: #0093dd;
	font-weight: bold;
	padding-left: 50px !important;
}
.product_twoMenu li a:hover span{
	color: #0093dd;
}
.product_right{
	height: auto;
}
/*product独立部分*/
.product_right ul{
	width: 100%;
	height: auto;
}
.product_right ul li{
	position: relative;
}
.border-top{
	width: 0;
	height:2px;
	position: absolute;
	top:0;
	left: 0;
	background-color: #0093dd;
	transition: all 1s;
}
.border-bottom{
	width: 0;
	height:2px;
	position: absolute;
	bottom:0px;
	right:0px;
	background-color:#0093dd;
	transition: all 1s;
}
.border-right{
	width: 2px;
	height: 0;
	position: absolute;
	bottom:0px;
	right: 0px;
	background-color: #0093dd;
	transition: all 1s;
}
.border-left{
	width: 2px;
	height: 0;
	position: absolute;
	top:0px;
	left: -0px;
	background-color: #0093dd;
	transition: all 1s;
}
.product_right ul li:hover .border-left,.product_right ul li:hover .border-right{
	height: 100%;
}
.product_right ul li:hover .border-top,.product_right ul li:hover .border-bottom{
	width: 100%;
}
.product_right ul li {
  margin-bottom:30px;
}
.product_right ul li a.valve_box{
	display: block;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
    margin-left:30px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	left: 0;
	top: 0;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	cursor: pointer;
	color: #626262;
}
.valve_box img{
	width: 100%;
	transition: all 0.5s;
}
.valve_box .valve_img{
	width: 215px;
	margin: 15px auto;
	overflow: hidden;
}
.valve_box h4{
	font-size: 16px;
    line-height:45px;
    height:45px;
    text-align:left;
     margin:0px 20px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.valve_box:hover img{
	transform: scale(1.2);
}
.product_right ul li a.valve_box:hover{
	color: #0093dd;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.product_right ul li a.valve_box:hover h4{
	font-weight: bold;
}
.ValveInfo {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 120px;
    margin:5px 20px;
    line-height:20px;
    float:left;text-align:left;
}
@media only screen and (max-width:767px ) {
	.product_left{
		padding-right: 0px;
		margin-bottom: 40px;
	}
	.valve_box img{
		width: 80%;
	}
	.product_right ul li{
		position: relative;
		overflow: hidden;
	}
	.product_common{
		padding: 30px 0 20px;
	}
	.product_menu{
		display: none;
	}
	.product_right ul li a.valve_box{
		width: 100%;
		margin-left: 0;
	}
}
@media only screen and (min-width:768px ) {
	.product_left{
		padding-right: 0px;
	}
	.valve_box img{
		width: 80%;
	}
	.product_right ul li{
		position: relative;
		overflow: hidden;
	}
	.product_common{
		padding: 40px 0 25px;
	}
	.product_menu{
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.product_right ul li a.valve_box{
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	    margin-left:18px;
	}
	.valve_box .valve_img{
		width: 100%;
	}
	.product_left{
		padding-right: 0;
	}
	.product_right ul li{
		position: relative;
		overflow: hidden;
	}
	.product_common{
		padding: 60px 0 40px;
	}
	.product_menu{
		display: block;
	}
}
@media only screen and (min-width:1200px ) {
	.product_right ul li a.valve_box{
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	    margin-left:28px;
	}
	.valve_box .valve_img{
		width: 215px;
	}
	.valve_box img{
		width: 100%;
	}
    .product_left {
      width:21% !important;
    }
     .product_right {
      width:78% !important;
    }
}