.new_product {
	margin: 0 auto;
	width: 1404px;
	max-width: 100%;
	margin-top: 60px;
}

.new_product li {
	text-align: center;
	margin: 0 30px;
	width: 258px;
}

.new_product li .new {
	width: 55px;
	height: 25px;
	background: #0A2417;
	border-radius: 5px;
	font-size: 14px;
	font-family: AlibabaSans-Regular;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px auto;
}

.new_product li .img {
	width: 258px;
	height: 258px;
	margin: 0 auto;
	overflow: hidden;
	margin: 10px auto;
	max-width: 100%;
}

.new_product li .desc {
	font-size: 15px;
	font-family: AlibabaSans-Regular;
	font-weight: 400;
	text-decoration: underline;
	color: #282828;
	line-height: 42px;
}

.new_product li:hover .new {
	background: #4BB574;
	color: #FFFFFF;
}



/* 产品分类 */
.product_category {
	width: 1582px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 86px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}



.product_category .prodcut_box_left {
	position: relative;
	max-width: 100%;
	width: 786px;
}

.product_category .prodcut_box_left .xuanfu {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 11%;
}

.product_category .prodcut_box_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 786px;
	max-width: 100%;
}

.product_category .title {
	font-size: 36px;
	font-family: AlibabaSans-Regular;
	font-weight: 800;
	color: #282828;
	line-height: 36px;
	width: 400px;
	max-width: 100%;
    text-align: center;
    margin: 0 auto;

}

.product_category span {
	font-size: 16px;
	font-family: AlibabaSans-Regular;
	font-weight: 400;
	color: #282828;
	line-height: 24px;
	display: block;
	margin-top: 10px;
}

.product_category button {
	width: 129px;
	height: 41px;
	background: #4BB574;
	border-radius: 5px;
	font-size: 14px;
	font-family: AlibabaSans-Regular;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 20px;

}
.product_category button:hover{
	opacity: 0.8;
}

.product_category .right_box {
	position: relative;
}

.product_category .right_box .xuanfu {
	width: auto;
	position: absolute;
	text-align: center;
	left: 35px;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.product_category .right_box .right_box_white {
	position: absolute;
	color: #FFFFFF;
	right: 23px;
	bottom: 38px;
	width: auto;
}

@media screen and (max-width: 1580px) {
	.product_category {
		padding: 0 40px;
	}
}



@media screen and (max-width: 1200px) {
	.product_category {

		justify-content: center;
	}
	.prodcut_box_left{
		max-width: 100%;
	}
	.product_category .prodcut_box_right{
		max-width: 100%;
	}
	.product_category {
		padding: 0 20px;
	}
	.product_category .right_box .xuanfu{
		left: 0;
	}


}

@media screen and (min-width: 1200px) {
	.product_category .prodcut_box_left {
		max-width: 49.8%;
	}

	.product_category .prodcut_box_right {
		
		max-width: 49.8%;
	}
}




.category_about_desc {
	font-size: 18px;
	font-family: AlibabaSans-Regular;
	font-weight: 400;
	color: #282828;
	line-height: 24px;
	margin-top: 35px;
}


.about_desc {
	width: 1144px;
	max-width: 100%;
	margin: 44px auto;
	text-align: center;
}

.about_desc p {
	font-size: 16px;
	font-family: AlibabaSans-Regular;
	font-weight: 400;
	color: #282828;
	line-height: 30px;
	opacity: 0.81;
}

.about_desc a {
	margin-top: 45px;
	display: inline-block;
}

a.more {
	font-size: 18px;
	font-family: AlibabaSans-Regular;
	font-weight: 800;
	text-decoration: underline !important;
	color: #282828;
	line-height: 48px;
}

a.more:hover {
	color: #4BB574;
}



.picScroll-left {
	margin-top: 46px;
}


.picScroll-left {
	overflow: hidden;
	margin-top: 46px;
}


.picScroll-left .bd {}

.picScroll-left .bd ul {
}

.picScroll-left .bd ul li {
	margin: 0;
	/* float: left; */
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 384px;
	height: 264px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	max-width: 100%;
}

.picScroll-left .bd ul li .pic {
	width: 100%;
	
}

.picScroll-left .bd ul li .pic img {
	width: 100%; 
	display: block;
}


.picScroll-left .bd ul li .title {
	color: #FFFFFF;
	z-index: 9;
	font-size: 22px;
	font-family: AlibabaSans-Regular;
	font-weight: 500;
	color: #FFFFFF;
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	width: 100%;
}
