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%;
}
.left-part img{
	width: 100%;
}
.right-part{
	display: inline-block;
	vertical-align: top;
	width: 58.89%;
}
.right-part .sec1{
	font-size: 48px;
	color: #424241;
	font-weight: bold;
	margin-bottom: 0.54em;
}
.right-part .sec1 img{
	vertical-align: middle;
	width: auto;
	height: 0.875em;
	margin-right: 0.42em;
}
.right-part .sec1 b{
	vertical-align: middle;
}
.right-part .sec2{
	border-top: 1px solid #deead6;
	padding-top: 3.77%;
}
.right-part .sec2 p{
	font-size: 16px;
	color: #000;
	line-height: 1.875;
	margin-bottom: 16%;
}
.right-part .sec2 .box{
	margin-bottom: 2.45%;
}
.right-part .sec2 .box:last-child{
	margin-bottom: 0;
}
.right-part .sec2 .box h5{
	font-size: 20px;
	color: #424241;
	font-weight: bold;
	margin-bottom: 2.55%;
}
.right-part .sec2 .box a{
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 0.5em;
	font-size: 20px;
	color: #555555;
	height: 2.5em;
	line-height: 2.5em;
	min-width: 8em;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0 1em;
}
.right-part .sec2 .box a:last-child{
	margin-right: 0;
}
.right-part .sec2 .box a:hover{
	color: #fff;
	background-color: #424241;
}
@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-right: 0;
		margin-bottom: 2rem;
	}
	.right-part{
		width: 100%;
	}
	.right-part .sec1{
		font-size: 1.5rem;
	}
	.right-part .sec2{
		padding-top: 0.75rem;
	}
	.right-part .sec2 p{
		font-size: 0.625rem;
		margin-bottom: 1rem;
	}
	.right-part .sec2 .box{
		margin-bottom: 1rem;
	}
	.right-part .sec2 .box h5{
		font-size: 0.78125rem;
		margin-bottom: 0.75rem;
	}
	.right-part .sec2 .box a{
		font-size: 0.78125rem;
	}
}