h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

.banner-img img {
	width: 100%;

}

.banner-img {
	height: 600px !important;
	background: url(banner.png) no-repeat center;
}

.partO {
	display: flex;
	align-items: flex-end;
	height: 100%;
}

.partO .partO-c {
	/* padding-top: 172px; */
	float: left;
	padding-right: 40px;
	padding-bottom: 212px;
	padding-left: 102px;
}

.partO .partO-c h5 {
	/* text-align: right; */
	display: inline-block;
	align-items: flex-end;
}

.partO .partO-c h5 span {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	width: 210px;
	height: 42px;
	line-height: 42px;
	background-color: #88ae73;
	text-align: center;
	border-radius: 40px;
	margin-left: 290px;
}

.partO img {
	width: 474px;
	height: 536px;
}

.partO .partO-c h1,
.partO .partO-c p {
	color: #122208;
}

.partO .partO-c h1 {
	font-size: 55px;
	padding-bottom: 20px;
}

.partO .partO-c p {
	font-size: 25px;
}

.partT {
	background-color: #eef4eb;
	height: 680px;
}

.partT-c {
	display: flex;
}

.partT-c img {
	margin-top: 184px;
}

.partT-c-t {
	margin-top: 350px;
	margin-left: 40px;
}

.partT-c-t h1 {
	font-size: 50px;
}

.partT-c-t p {
	font-size: 20px;
	color: #333333;
}

.partTh-c-t {
	margin-top: 444px;
}

.partTh-c-t h1,.partTh-cT h1 {
	font-size: 50px;
	position: relative;
	z-index: 999;
	margin-bottom: 14px;
	padding-left: 48px;
	white-space: nowrap;
}

.partTh-c-t h1:before {
	content: url(img1-1.png);
	position: absolute;
	bottom: -22px;
	z-index: -1;
}
.partTh-cT h1:before{
	content: url(img1-2.png);
	position: absolute;
	bottom: -22px;
	z-index: -1;
}

.partTh-c-t p ,.partTh-cT p{
	position: relative;
	font-size: 20px;
	color: #808080;
	/* padding: 30px 0; */
	padding: 30px 0 30px 50px;
	width: 500px;
}

.partTh-c-t p:before ,.partTh-cT p:before{
	content: url(fh1.png);
	position: absolute;
	left: 0;
	top: 0;
}

.partTh-c-t p:after,.partTh-cT p:after {
	content: url(fh2.png);
	position: absolute;
	right: 44px;
	bottom: 0;
}

.partTh {
	background: url(back.png) no-repeat;
	margin-top: 40px;
}

.partTh-c {
	display: flex;
	justify-content: space-between;
}

.partTh-c-t {}

.partTh-c img {
	margin-top: 210px;
}

/* 悬浮窗 */
.suspension {
	position: fixed;
	left: 6px;
	top: 216px;
	z-index: 9999;
}

.suspension em {
	display: block;
	width: 26px;
	height: 26px;
	background: url(close.png) no-repeat center;
	position: absolute;
	right: 42px;
	top: 20px;
	z-index: 1000;
	cursor: pointer;
}
