.header_bottom .header_menu:before {
	left: 260px;
}
footer .footer_top {
	background-color: #eff8f4;
}

.product_content {
	width: 100%;
	overflow: hidden;
}
.product_content .product_title {
	width: 100%;
	height: 51px;
	line-height: 54px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #007f41;
	margin: 0 0 30px;
}
.product_content .product_title a {
	color: #666666;
}
.product_content .product_title a:hover {
	color: #007f41;
	text-decoration: underline !important;
}
.product_content .product_left {
	width: 305px;
	height: auto;
	float: left;
}
.product_left a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #eff8f4;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 16px;
	color: #666666;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.product_left a.active {
	line-height: 48px;
	border: 1px solid #007e41;
	color: #007e41;
	font-weight: bold;
	box-shadow: 4.65px 1.85px 8.55px 0.45px rgba(4,0,0,0.08);
}
.product_content .product_right {
	width: calc(100% - 340px);
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	overflow: hidden;
	float: right;
}
.product_right .right_title {
	width: 100%;
	height: 81px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.right_title h3 {
	color: #000000;
	font-size: 24px;
	line-height: 38px;
	height: 40px;
}
.product_right .product_list {
	width: 100%;
	overflow: hidden;
	padding: 37px 0 33px;
}
.product_right .product_list a {
	display: block;
	width: 33.33%;
	height: 380px;
	padding: 0 0 40px;
	overflow: hidden;
	float: left;
	margin: 0 0 27px;
	border-left: 1px solid #e6e6e6;
	text-align: center;
}
.product_right .product_list a:nth-of-type(3n) {
	border-right: 1px solid #e6e6e6;
}
.product_right .product_list a p {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_right .product_list a .list_img {
	width: 100%;
	overflow: hidden;
}
.product_right .product_list a .list_img img {
	width: 100%;
	transition: all 1s;
}
.product_right .product_list a:hover .list_img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.product_content .product_left {
	    width: 180px;
	}
	.product_content .product_right {
	    width: calc(100% - 215px);
	    width: -moz-calc(100% - 215px);
	    width: -webkit-calc(100% - 215px);
	}
	.product_right .product_list a {
	    height: 220px;
    	padding: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.product_content .product_title {
	    margin: 0 10px 20px;
	    width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
	.product_content .product_left {
	    width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	    float: none;
	    margin: 0 auto;
	}
	.product_content .product_right {
	    width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	    float: none;
	    margin: 0 auto;
	}
	.product_right .product_list a {
		width: 50%;
	    height: 210px;
    	padding: 0 0 10px;
	}
	.product_right .product_list a:nth-of-type(2n+1) {
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
	}
	.product_right .product_list a:nth-of-type(2n) {
		border-left: none;
		border-right: 1px solid #e6e6e6;
	}
	.product_right .product_list a h4 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.right_title h3 {
	    font-size: 20px;
	    line-height: 30px;
	    height: 30px;
	}
	.product_right .right_title {
	    height: 91px;
	    font-size: 12px;
	    line-height: 20px;
	    margin: 20px 0 0;
	}
	.product_right .product_list {
	    padding: 30px 0 25px;
	}
}
@media only screen and (min-width: 992px) {
	.product_content .product_left {
	    width: 210px;
	}
	.product_content .product_right {
	    width: calc(100% - 245px);
	    width: -moz-calc(100% - 245px);
	    width: -webkit-calc(100% - 245px);
	}
	.product_right .product_list a {
	    height: 320px;
    	padding: 0 0 30px;
	}
}
@media only screen and (min-width: 1250px) {
	.product_content .product_left {
	    width: 305px;
	}
	.product_content .product_right {
	    width: calc(100% - 340px);
	    width: -moz-calc(100% - 340px);
	    width: -webkit-calc(100% - 340px);
	}
	.product_right .product_list a {
	    height: 380px;
    	padding: 0 0 40px;
	}
}
/*产品详情页面*/
.product_right h1 {
	color: #000000;
	font-size: 30px;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 33px;
	margin: 0 0 25px;
}
.product_right .product_details {
	width: 100%;
	overflow: hidden;
}
.product_details .details_img {
	width: 370px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	float: left;
}
.product_details .details_img img {
	width: 100%;
}
.product_details .details_txt {
	width: 430px;
	overflow: hidden;
	float: right;
}
.details_txt h3 {
	font-size: 24px;
	color: #000000;
	line-height: 62px;
}
.details_txt ul {
	width: 100%;
	overflow: hidden;
}
.details_txt ul li {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	margin: 0 0 2px;
}
.details_txt ul li strong {
	display: block;
	width: 110px;
	height: 30px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background-color: #007e41;
}
.details_txt ul li span {
	display: block;
	width: calc(100% - 113px);
	width: -moz-calc(100% - 113px);
	width: -webkit-calc(100% - 113px);
	height: 30px;
	overflow: hidden;
	float: right;
	color: #000000;
	font-size: 14px;
	padding: 0 0 0 23px;
	background-color: #eff8f4;
}
.product_details .details_bottom {
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 35px;
}
.details_bottom strong {
	display: block;
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	margin: 20px 0 15px;
	color: #000000;
	padding: 0 0 0 21px;
	position: relative;
}
.details_bottom strong:before {
	content: '';
	display: block;
	width: 11px;
	height: 3px;
	background-color: #007e41;
	position: absolute;
	left: 0;
	top: 18px;
}
@media only screen and (max-width: 991px) {
	.product_details .details_img {
	    width: 370px;
	    float: none;
	}
	.product_details .details_txt {
	    width: 430px;
	    float: none;
	    margin: 10px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.product_details .details_img {
	    width: 70%;
	    border: none;
	}
	.product_details .details_txt {
	    width: 100%;
	    margin: 0;
	}
	.product_right h1 {
	    font-size: 24px;
	    height: 40px;
	    line-height: 30px;
	    margin: 20px 0 0;
	}
	.details_txt h3 {
	    font-size: 20px;
	    line-height: 52px;
	}
	.details_txt ul li strong {
	    width: 80px;
	}
	.details_txt ul li span {
	    width: calc(100% - 83px);
	    width: -moz-calc(100% - 83px);
	    width: -webkit-calc(100% - 83px);
	    font-size: 13px;
	    padding: 0 0 0 13px;
	}
	.product_details .details_bottom {
	    font-size: 12px;
	    line-height: 22px;
	}
	.details_bottom strong {
	    font-size: 18px;
	    line-height: 40px;
	    margin: 10px 0;
	    padding: 0 0 0 16px;
	}
}
@media only screen and (min-width: 992px) {
	.product_details .details_img {
		width: 300px;
	}
	.product_details .details_txt {
		width: 385px;
	}
}
@media only screen and (min-width: 1250px) {
	.product_details .details_img {
		width: 370px;
	}
	.product_details .details_txt {
		width: 430px;
	}
}