body {
	background: #282828;
}

.container {
	background: #fff;
}

.box2 * {
	box-sizing: border-box;
	overflow: hidden;
}

.box2 {
	width: 100%;
	margin-top: 45px;

	margin-bottom: 30px;

	overflow: hidden;


}

.box2 .box2-content {
	width: 1200px;

	margin: 0 auto;
}

.box2 .box2-content .box2-text {
	position: relative;
}




.box2 .box2-content .box2-text,
.box2 .box2-content .box2-img {
	width: 50%;
	height: 322px;
	float: left;
	overflow: hidden;
}

.box2 .box2-content .box2-img img {
	width: 101%;
	height: 339px;
	margin-left: -3px;
	margin-top: -10px;
}

.box2 .box2-content .bg1 {
	background: #4dc265;
}

.box2 .box2-content .bg2 {
	background: #4dc265;
}

.box2 .box2-content .bg3 {
	background: #4dc265;
}

.box2 .box2-content .box2-text {
	padding: 65px;
	overflow: hidden;

	line-height: 28px;
	color: #fff;

}

.box2 .box2-content .box2-text h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
}

.box2 .box2-content .box2-text span {
	font-size: 30px;
	color: rgba(255, 255, 255, .2);
	display: block;
	margin-bottom: 35px;
	margin-top: 10px;
}

.a-jump {
	width: 110px;
	height: 70px;
	display: block;
	position: absolute;
	right: 48px;
	bottom: 24px;

}

.a-jump2 {
	width: 110px;
	height: 70px;
	display: block;
	background-position: -150px -323px;
	position: absolute;
	right: 48px;
	bottom: 24px;
}

.box2_list {
	background: #fff;
	overflow: hidden;
	padding: 37px 55px;
	width: 1230px;
}

.box2_list li {
	float: left;
	width: 150px;
	margin-right: 32px;
	height: 140px;
	box-shadow: 3px 3px 6px #dcd9d9;
	border-radius: 5px;
}

.box2_list li img {
	width: 49px;
	display: block;
	margin: 25px auto;
	margin-bottom: 1px;
}

.box2_list li p {
	text-align: center;
	font-size: 17px;
	color: #d35162;
}

.a-jump2,
.a-jump {
	color: #fff;
}