body{
	background-color: #f6f4ee;
	padding: 2.96875vw 0;
}
#header{
	margin-bottom: 1.1458%;
}
#header .inner{
	-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;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-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;
}
#header .back{
	vertical-align: middle;
}
.sec1 .left-part{
	display: inline-block;
	vertical-align: bottom;
	width: 48%;
	margin-right: 3.83%;
}
.sec1 .left-part h5{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: "PingFang SC","苹方";
	margin-bottom: 6.25%;
}
.sec1 .left-part .text-box{
	padding-left: 6.4%;
}
.sec1 .left-part .clearfix{
	position: relative;
}
.sec1 .left-part .clearfix:nth-child(2){
	margin: 5.4% 0 8.6%;
}
.sec1 .left-part .img2{
	width: 18.79%;
	position: absolute;
	left: -5.9%;
	top: -26px;
}
.sec1 .left-part .img3{
	width: 25.6%;
	float: left;
	margin-right: 2.8%;
}
.sec1 .left-part ul{
	border-top: 1px solid #9cb588;
	border-bottom: 1px solid #9cb588;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-around;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-around;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-around;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	padding: 3.7% 0;
}
.sec1 .left-part li{
	font-size: 16px;
	color: #9cb588;
	cursor: pointer;
}
.sec1 .left-part p{
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	margin-bottom: 1em;
}
.sec1 .left-part p:last-child{
	margin-bottom: 0;
}
.sec1 .right-part{
	display: inline-block;
	vertical-align: bottom;
	width: 42.78%;
}
.sec1 .right-part .img4{
	width: 100%;
	margin-bottom: 7.14%;
}
.sec1 .right-part .text-box{
	padding: 0 4.8%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .right-part .inline-box:nth-child(1){
	width: 100%;
}
.sec1 .right-part .inline-box:nth-child(2){
	width: 100%;
}
.sec1 .right-part h5{
	font-weight: bold;
	color: #425750;
	font-size: 22px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.sec1 .right-part p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}
.sec1 .right-part .inline-box:nth-child(2) p{
	padding-left: 1.125em;
}
.sec1 .right-part p i{
	font-weight: bold;
	color: #425750;
	font-size: 2.25em;
	line-height: 1;
}
.sec1 .right-part p span{
	background-color: #425750;
	height: 2px;
	width: 0.5em;
	margin-right: 0.625em;
	display: inline-block;
	vertical-align: middle;
	margin-left: -1.125em;
}

.pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.pop-cover.active{
	display: block;
}
.pop-cover .pop-box{
	display: none;
	height: 56.5%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 21.75%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pop-cover .pop-box.active{
	display: block;
}
.pop-cover .pop-box .close{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 30px;
	cursor: pointer;
}
.pop-cover .pop-box .img{
	width: auto;
	height: 100%;
}
@media only screen and (max-width:1500px){
	.sec1 .left-part .img2{
		top: -22px;
	}
	.sec1 .left-part li{
		font-size: 14px;
	}
	.sec1 .left-part p{
		font-size: 14px;
	}
	.sec1 .right-part h5{
		font-size: 20px;
	}
	.sec1 .right-part p{
		font-size: 14px;
	}
}
@media only screen and (max-width:1200px){
	.sec1 .left-part .img2{
		top: -16px;
	}

}
@media only screen and (max-width:1024px){

	body{
		padding: 2rem 0;
	}
	#header{
		margin-bottom: 2rem;
	}
	#header .logo{
		height: 2.375rem;
	}
	#header .back{
		height: 2rem;
	}

	.sec1 .left-part{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.sec1 .left-part h5{
		font-size: 0.75rem;
	}
	.sec1 .left-part .img2{
		top: -0.5rem;
	}
	.sec1 .left-part .img3{
		width: 39%;
	}
	.sec1 .left-part li{
		font-size: 0.625rem;
	}
	.sec1 .left-part p{
		font-size: 0.625rem;
	}
	.sec1 .right-part{
		width: 100%;
	}
	.sec1 .right-part .text-box{
		padding: 0 4.8%;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec1 .right-part .inline-box:nth-child(1){
		margin-bottom: 1rem;
	}
	.sec1 .right-part h5{
		font-size: 0.75rem;
	}
	.sec1 .right-part p{
		font-size: 0.625rem;
	}

	.pop-cover .pop-box{
		height: auto;
		width: 90%;
		left: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.pop-cover .pop-box .close{
		left: 50%;
		top: 100%;
		width: 1rem;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	.pop-cover .pop-box .img{
		width: 100%;
		height: auto;
	}
}