.product_content{
	width: 100%;
	overflow: hidden;
	background: url(../image/product.png) no-repeat top center;
	padding: 480px 0 0;
}
@media only screen and (max-width:767px ) {
	.product_content{
		background-size: 1500px;
		padding: 380px 0 0;
	}
}
@media only screen and (min-width:1921px ) {
	.product_content{
		background-size:100%;
	}
}
/*产品分类*/
.product_left{
	width: 320px;
	float: left;
	overflow: hidden;
}
.product_class{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border:3px solid #bb0a10;
	padding: 25px 25px;
	margin-bottom: 40px;
}
.product_class h1{
	font-size: 26px;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	background:url(../image/fen_h.gif) no-repeat center top;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 25px;
}
.product_class h3{
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	background-color: #FFFFFF;
	padding: 0 10px;
	margin: 6px 0 6px;
	cursor: pointer;
}
.product_class h3 a{
	color: #787576;
}
.product_one,.product_two{
	width: 100%;
	overflow: hidden;
}
.product_twoBox{
	width: 100%;
	overflow: hidden;
	display: none;
}
.product_oneNow .product_twoBox{
	display: block;
}
.product_two h4{
	font-size: 14px;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
}
.product_two h4 a{
	color: #FFFFFF;
}
.product_two h4 span{
	display: inline-block;
	overflow: hidden;
}
.product_two h4 span i{
	font-style:normal;
	margin:0 5px 0 -12px;
	transition: all 0.5s;
}
.product_two h4:hover{
	background-color: #31c4c4;
}
.product_two h4:hover span i{
	margin:0 5px 0 0px;
}
.product_twoNow h4{
	background-color: #31c4c4;
}
.product_twoNow h4 span i{
	margin:0 5px 0 0px;
}
.product_download{
	width: 100%;
	padding: 25px 30px;
	background-color: #b2e5e5;
	overflow: hidden;
	margin-bottom: 80px;
	font-size: 18px;
	color: #008787;
	position: relative;
}
.product_download h2{
	font-size: 28px;
	font-weight: bold;
	color: #008787;
	margin-bottom: 5px;
}
.product_download img{
	position: absolute;
	right: 60px;
	top: 25px;
}
@media only screen and (max-width:991px ) {
	.product_left{
		width: 255px;
	}
	.product_download{
		padding: 25px;
	}
	.product_download img {
	    right: 25px;
	}
}
@media only screen and (max-width:767px ) {
	.product_left{
		width: 100%;
		float: none;
	}
	.product_class h1{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.product_download{
		display: none;
	}
}
/*产品分类 end end end*/
.product_right{
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
	float: right;
	padding-top: 25px;
	overflow: hidden;
}
.product_right h1{
	color: #e60012;
	font-size: 26px;
	margin-bottom: 35px;
}
.product_title{
	width: 100%;
	/*height: 58px;*/
	line-height: 25px;
	background-color: #e60012;
	border-bottom: 3px solid #008b8b;
	margin-top: 10px;
	color: #FFFFFF;
	padding: 0 20px 0 20px;
}
.product_title h4{
	font-size: 16px;
	line-height: 55px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.product_title h4 img{
	position: absolute;
	right: 0px;
	top: 22.5px;
}
.product_list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 90px;
}
.product_list li{
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.product_list li a{
	display: block;
	width: 100%;
}
.product_list li a .product_img{
	width: 100%;
	overflow: hidden;
}
.product_img img{
	width: 100%;
	transition: all 0.5s;
}
.product_img{
	width: 100%;
	overflow: hidden;
}
.product_list li a h4{
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #717171;
}
.product_list li a p{
	transition: all 0.5s;
}
.product_list li a:hover h4{
	color: #e60012;
	font-weight: bold;
}
.product_text{
	width: 100%;
	overflow: hidden;
	padding: 0 50px;
	color: #e60012;
}
.product_text img{
	margin-left: 5px;
}
.product_list li a:hover .product_img img{
	transform: scale(1.15);
}
.product_list li a:hover p{
	padding-left: 5px;
}
@media only screen and (max-width:991px ) {
	.product_right{
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}
}
@media only screen and (max-width:767px ) {
	.product_right{
		width: 100%;
		padding-top: 0px;
	}
	.product_right h1{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.product_text{
		padding: 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.product_right{
		width: -moz-calc(100% - 350px);
		width: -webkit-calc(100% - 350px);
		width: calc(100% - 350px);
	}
}
@media only screen and (min-width: 1250px) {
	.product_right{
		width: -moz-calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		width: calc(100% - 380px);
	}
}