*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "PingFangSC-Regular";
}
a{
	cursor: pointer;
	text-decoration: none;
}
.clear{
	clear: both;
}
.none{
	display: none;
}
.box{
	width: 1440px;
	height: 900px;
	background:url( "../img/index_bg.jpg") no-repeat;
	margin: 0 auto;
	padding-top: 70px;
}
.title{
	width: 1030px;
	height: 62px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.center{
	width: 1270px;
	margin: 0 auto;
	height: 550px;
	margin-bottom: 100px;
}
.left{
	width: 625px;
	float: left;
}
.left ul li{
	width: 628px;
	height: 250px;
	color: #fff;
	font-size: 26px;
	border-radius: 15px;
	line-height: 240px;
}
.left ul li.one{
	margin-bottom: 36px;
}
.right{
	width: 620px;
	float: right;
	height: 530px;
	background: #fff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF;
	-moz-box-shadow:0px 2px 2px #888888; -webkit-box-shadow:0px 2px 2px #888888; box-shadow:0px 2px 2px #888888;
	border-radius: 16px;
}
h5{
	font-size: 24px;
	color: #218D59;
	letter-spacing: 0.32px;
	text-align: center;
	margin-bottom: 20px;
}
.center p{
	font-size: 16px;
	text-indent: 32px;
	color: #454545;
	letter-spacing: 0;
	text-align: justify;
	line-height: 32px;
}
.foot{
	width: 460px;
	margin: 0 auto;
	
}
.foot p{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #001206;
	letter-spacing: 0.32px;
	text-align: center;
	line-height: 24px;
}