body{
	background-color: #f6f4ee;
	padding: 5.56vh 0;
}
#header{
	margin-bottom: 2.96875%;
}
#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;
}

.left-part{
	display: inline-block;
	vertical-align: top;
	width: 37.89%;
	margin-right: 3.22%;
	box-shadow: 3px 3px 21px rgba(204,225,213,0.08);
}
.left-part img{
	width: 100%;
}
.right-part{
	display: inline-block;
	vertical-align: top;
	width: 58.89%;
}
.right-part .sec1{
	margin-bottom: 3.3%;
}
.right-part .sec1 h5{
	font-size: 48px;
	color: #424241;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.right-part .sec1 li{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #555;
	margin-right: 2.1em;
}
.right-part .sec1 li:first-child{
	margin-right: 1.6em;
}
.right-part .sec1 li:lasst-child{
	margin-right: 0;
}
.right-part .sec1 li img{
	vertical-align: middle;
	height: 1.4em;
	width: auto;
	margin-right: 1em;
}
.right-part .sec1 li span{
	vertical-align: middle;
}
.right-part .sec2{
	border-top: 1px solid #deead6;
	padding-top: 2%;
	margin-bottom: 6.4%;
}
.right-part .sec2 li{
	margin-bottom: 20px;
}
.right-part .sec2 li:last-child{
	margin-bottom: 0;
}
.right-part .sec2 h5{
	font-size: 18px;
	color: #9ac83b;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.right-part .sec2 h5 img{
	width: auto;
	height: 1.28em;
	vertical-align: middle;
	margin-right: 0.6em;
}
.right-part .sec2 h5 span{
	vertical-align: middle;
}
.right-part .sec2 p{
	font-size: 16px;
	color: #000;
	line-height: 1.75;
}
.right-part .sec3{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.right-part .sec3 a{
	text-align: center;
	display: block;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 24px 0;
	margin-right: 1%;
}
.right-part .sec3 a:last-child{
	margin-right: 0;
}
.right-part .sec3 a:hover{
	border-color: rgba(154,200,59,0.5);
}
.right-part .sec3 img{
	margin-bottom: 20px;	
}
.right-part .sec3 p{
	font-size: 18px;
	color: #000000;
	padding: 0 1em;	
}
@media only screen and (max-width:1024px){
	body{
		padding: 2rem 0;
	}
	#header{
		margin-bottom: 1.5rem;
	}
	#header .logo{
		height: 2.375rem;
	}
	#header .back{
		height: 2rem;
	}

	.left-part{
		width: 100%;
		margin-bottom: 1.5rem;
		margin-right: 0;
		box-shadow: 1.5px 1.5px 0.625rem rgba(204,225,213,0.08);
	}
	.right-part{
		width: 100%;
	}
	.right-part .sec1{
		margin-bottom: 1rem;
	}
	.right-part .sec1 h5{
		font-size: 1.5rem;
	}
	.right-part .sec1 li{
		font-size: 0.6875rem;
	}
	.right-part .sec2{
		padding-top: 1rem;
		margin-bottom: 2rem;
	}
	.right-part .sec2 li{
		margin-bottom: 0.625rem;
	}
	.right-part .sec2 h5{
		font-size: 0.6875rem;
	}
	.right-part .sec2 p{
		font-size: 0.625rem;
	}
	.right-part .sec3 a{
		border-radius: 0.3125rem;
		padding: 0.75rem 0;
		margin-right: 10%;
		width: 45%;
	}
	.right-part .sec3 a:nth-child(even){
		margin-right: 0;
	}
	.right-part .sec3 img{
		height: 2rem;
		width: auto;
		margin-bottom: 1rem;
	}
	.right-part .sec3 p{
		font-size: 0.6875rem;
	}
}