body{
	background: #f8f8f8;
}

.grow_body{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(159,201,17,0.2);
	padding: 20px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.grow_body .home_tit{
	margin-top: 40px;
	margin-bottom: 20px;
}

.grow_body .home_p{
	color: #333;
	font-weight: normal;
}

.grow_cont {
	text-align: center;
}

.grow_cont p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.grow_cont img{
	margin: 15px auto;
}


.envir_body,
.honor_body>ul,
.intro_body>ul{
	width: 1200px;
	margin: 0 auto;
}

.honor_body>ul>li,
.intro_body>ul>li{
	margin-bottom: 80px;
}

.envir_body h2,
.honor_body h2,
.intro_body h2{
	font-size: 24px;
	color: #1f5baa;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	
}

.intro_body h2{
	margin-bottom: 80px;
}

.envir_body h2,
.honor_body ul h2{
	margin-bottom: 60px;
}


.envir_body h2:before,
.honor_body h2:before,
.intro_body h2:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #000;
	margin-bottom: 3px;
	margin-right: 15px;
}

.honor_body span,
.intro_body span,
.envir_body span{
	color: #999;
	font-size: 24px;
}

.brief_body{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
	padding: 30px 30px 30px 20px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border: 1px solid #204b8f;
	box-shadow: 0 0 5px #aaa;
}

.brief_body>div{
	display: inline-block;
}

.brief_l{
	width: 600px;
	height: 440px;
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.brief_l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brief_r{
	width: 520px;
}

.brief_r .home_tit{
	margin: 30px auto;
}

.brief_r .home_tit_l,
.brief_r .home_tit_r{
	width: 120px;
	position: relative;
}

.brief_r .home_tit_l:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #9fc911;
	transform: rotate(45deg);
	position: absolute;
	right: -8px;
	bottom: -1px;
}

.brief_r .home_tit_r:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #9fc911;
	transform: rotate(45deg);
	position: absolute;
	left: -8px;
	bottom: -1px;
}

.brief_r .home_p{
	margin: 0 20px;
	color: #333;
	font-weight: normal;
}

.brief_con p{
	text-indent: 2em;
	line-height: 2;
	font-size: 16px;
	text-align: justify;
}



.qual_body>div{
	display: inline-block;
}

.btn_l{
	width: 0;
	height: 0;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #204b8f;
	border-top: 15px solid transparent;
	position: relative;
	margin: 75px auto;
}

.btn_l span{
	display: block;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #f8f8f8;
	border-top: 12px solid transparent;
	position: absolute;
	left: 3px;
	top: -12px;
}

.btn_r{
	width: 0;
	height: 0;
	border-left: 15px solid #204b8f;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	position: relative;
	margin: 75px auto;
}

.btn_r span{
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid #f8f8f8;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	position: absolute;
	left: -15px;
	top: -12px;
}

.btn_l:hover,
.btn_r:hover{
	cursor: pointer;
}

.qual_body_li{
	width: 1140px;
	height: 185px;
	overflow: hidden;
	position: relative;
}

.qual_body_li ul{
	width: 3000px;
	height: 185px;
	position: relative;
	top: 0;
	z-index: 1;
}

.qual_body li{
	float: left;
	padding: 0 22px;
	width: 185px;
	height: 185px;
}

.qual_body li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.serv_body{
	width: 1200px;
	height: 175px;
	margin-bottom: 100px;
}

.serv_body li{
	display: inline-block;
	width: 285px;
	height: 175px;
	background: url("../images/serv1.png");
	background-position: 100% 100%;
	padding: 60px 0;
	box-sizing: border-box;
	margin-right: 16px;
}

.serv_body li:nth-child(2){
	background: url("../images/serv2.png");
}

.serv_body li:nth-child(3){
	background: url("../images/serv3.png");
}

.serv_body li:last-child{
	background: url("../images/serv4.png");
	margin-right: 0;
}

.serv_body li p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.comp_body li,
.party_body li{
	display: inline-block;
	margin-right: 26px;
	margin-bottom: 30px;
	height: 360px;
	vertical-align: text-top;
}

.comp_body li:nth-child(3n),
.party_body li:nth-child(3n){
	margin-right: 0;
}


.honor_body>ul>li.honor_party{
	margin-bottom: 0;
}

.honor_img{
	width: 380px;
	height: 265px;
}

.honor_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comp_body p,
.party_body p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 380px;
	height: 70px;
	vertical-align: text-top;
}


.envir_body{
	margin-bottom: 100px;
}

.envir_con p{
	text-indent: 2em;
	line-height: 2;
	font-size: 16px;
	text-align: justify;
}

.envir_img{
	margin-top: 60px;
}

.envir_img li{
	display: inline-block;
}

.envir_top li{
	width: 395px;
	height: 240px;
}

.envir_bot li{
	width: 595px;
	height: 365px;
}

.envir_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

