
#main{
	text-align: center;
}
#main .title{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .title p{
	font-size: 32px;
	color: #02321f;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
#main .title p:first-child{
	color: #fff;
	-webkit-text-stroke: 1px #000;
	-moz-text-stroke: 1px #000;
	-o-text-stroke: 1px #000;
	text-stroke: 1px #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translate3d(1px,2px,0);
	-moz-transform: translate3d(1px,2px,0);
	-o-transform: translate3d(1px,2px,0);
	transform: translate3d(1px,2px,0);
}
#main .title .bgline{
	background-color: #fdb123;
	position: absolute;
	left: 0;
	top: 100%;
	height: 5px;
	width: 100%;
	z-index: 0;
	margin-top: -2.5px;
}
.sec1{
	padding:0.78125% 0 4.2%;
}
.sec1 h5{
	font-size: 18px;
	color: #02321f;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2.5%;
}
.sec1 h5 span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.33em;
	width: 3px;
	height: 1em;
	background-color: #168651;
}
.sec1 .title{
	margin-bottom: 3%;
}
.sec1 .img-box1{
	margin-bottom: 8%;
}
.sec1 .img-box1 .img1{
	vertical-align: middle;
	width: 23.166%;
	margin-right: 8%;
}
.sec1 .img-box1 .img2{
	vertical-align: middle;
	width: 67.833%;
}
.sec1 .img-box2{
	margin-bottom: 8%;	
}
.sec1 .img-box2 img{
	width: 100%;
}
.sec1 ul li{
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 6.25%;
}
.sec1 ul li:last-child{
	margin-right: 0;
}
.sec1 ul li img{
	width: 100%;
	margin-bottom: 10%;
}
.sec1 ul li p{
	font-size: 18px;
	color: #02321f;
	font-weight: bold;
	line-height: 1.222;
}
.sec2{
	background-color: #ececec;
}
.sec2 .bg{
	width: 100%;
}
.sec2 .title{
	margin-bottom: 3%;
}
.sec2 .box{
	padding-bottom: 6.5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 .img-box{
	width: 50%;
	text-align: left;
}
.sec2 .img-box img{
	width: 100%;
}
.sec2 .img-box .img2{
	width: 66.666%;
}
.sec2 .text-box{
	width: 48%;
	text-align: left;
}
.sec2 .text-box p{
	font-size: 18px;
	color: #333;
	line-height: 2.22;
	margin-bottom: 4.67%;
}
.sec2 .text-box p:last-child{
	margin-bottom: 0;
}
.sec3{
	padding: 5.42% 0 4.6875%;
}
.sec3 .title{
	margin-bottom: 3%;
}
.sec3 h5{
	font-size: 18px;
	color: #222;
	font-weight: normal;
	margin-bottom: 5%;
}
.sec3 img{
	width: 97.75%;
	margin-bottom: 7.75%;
}
.sec3 .more{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}
.sec3 .more .shadow{
	position: absolute;
	left: 6px;
	top: 5px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 10px;
}
.sec3 .more a{
	border-radius: 10px;
	border: 1px solid #000;
	display: block;
	position: relative;
	z-index: 1;
	background-color: #25af6b;
	width: 650px;
	height: 76px;
	line-height: 76px;
	font-size: 26px;
	color: #fff;
}
.sec3 .more a span{
	text-decoration-line: underline;
	text-decoration-color: #fdb123;
}
@media only screen and (max-width:1023px){

	#main .title p{
		font-size: 1rem;
	}
	#main .title p:first-child{
		-webkit-transform: translate3d(1px,1px,0);
		-moz-transform: translate3d(1px,1px,0);
		-o-transform: translate3d(1px,1px,0);
		transform: translate3d(1px,1px,0);
	}
	#main .title .bgline{
		height: 0.3125rem;
		margin-top: -0.15625rem;
	}



	.sec1{
		padding:0.5rem 0 2.5rem;
	}
	.sec1 h5{
		font-size: 0.75rem;
		margin-bottom: 0.9375rem;
	}
	.sec1 h5 span{
		width: 2px;
	}
	.sec1 .title{
		margin-bottom: 1.125rem;
	}
	.sec1 .img-box1{
		margin-bottom: 3rem;
	}
	.sec1 .img-box2{
		margin-bottom: 3rem;
	}
	.sec1 ul li{
		width: 15%;
		margin-right: 6.25%;
	}
	.sec1 ul li:last-child{
		margin-right: 0;
	}
	.sec1 ul li img{
		margin-bottom: 0.625rem;
	}
	.sec1 ul li p{
		font-size: 0.5625rem;
	}
	.sec2 .title{
		margin-bottom: 1.125rem;
	}
	.sec2 .box{
		padding-bottom: 2.5rem;
	}
	.sec2 .img-box .img2{
		width: 90%;
	}
	.sec2 .text-box .text{
		width: 9.8125rem;
	}
	.sec2 .text-box p{
		font-size: 0.5625rem;
		margin-bottom: 4.67%;
	}
	.sec3{
		padding: 3.125rem 0 2.8125rem;
	}
	.sec3 .title{
		margin-bottom: 1.125rem;
	}
	.sec3 h5{
		font-size: 0.5625rem;
		margin-bottom: 1.875rem;
	}
	.sec3 img{
		margin-bottom: 3rem;
	}
	.sec3 .more .shadow{
		left: 0.1875rem;
		top: 0.15625rem;
		border-radius: 0.3125rem;
	}
	.sec3 .more a{
		border-radius: 0.3125rem;
		width: 20.3125rem;
		height: 2.375rem;
		line-height: 2.375rem;
		font-size: 0.8125rem;
	}
}