.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main,
.banner,
.banner>img {
	width: 100%;
}

.banner {
	position: relative;
}

.main {
	position: relative;
	background-color: #eee7e1;
}

.navigation {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation_tab {
	width: 550px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navigation_tab p {
	display: flex;
	flex-direction: column;
}

.navigation_tab p a {
	font-size: 18px;
	color: #000000;
}

.navigation_tab p span {
	visibility: hidden;
	width: 100%;
	height: 5px;
	background-color: #58b45f;
	margin-top: 5px;
}

.navigation_tab p span.span {
	visibility: initial;
}

.navigation_tab p:hover span {
	visibility: initial;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #000000;
	background: url(../images/footer.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 730px;
	text-align: center;
	padding-top: 700px;
}


/**/

.mcenter {
	width: 100%;
	background: #eee7e1 url(../images/xia.png) no-repeat center top;
	padding-bottom: 300px;
	background-size: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.center1 {
	width: 1200px;
	min-height: 665px;
	background: url(../images/bg1.png) no-repeat center top;
	padding: 70px 60px;
}

.center2 {
	width: 1200px;
	background: url(../images/bg2.png) no-repeat center top;
	padding: 70px 60px;
}

.font {
	font-size: 16px;
	line-height: 40px;
}

.xtitle1 {
	font-size: 30px;
	color: #078f64;
	font-weight: bold;
	margin-bottom: 30px;
}

.xtitle2 {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

.mb {
	margin-bottom: 20px;
}

.kong {
	text-indent: 2em;
}

.zhong {
	text-align: center;
}