@charset "utf-8";


.aeroengine_page_title{
	position: relative;
	width: 100%;
	height: 470px;
	background: url(../images/title_img.jpg) no-repeat 50% 0;
	background-size: cover;
}
.aeroengine_page_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 470px;
	background: url(../images/title_img.png) no-repeat 50% 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.aeroengine_page_title_inner{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 920px;
	margin: 0 auto;
	transform: translate(-50%, 0);
}
.aeroengine_page_title_inner h2{
	font-size: 50px;
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section.dream h3{
	font-size: 32px;
	line-height: 1;
	margin: 1em 0;
	padding: 0;
}
section.dream p{
	font-size: 16px;
	margin: 0 0 1.8em 0;
	padding: 0;
	line-height: 2.2;
}
#aero__body{
	border-top: 1px solid #000;
}
.section-title{
	width: 100%;
	margin: 3em 0 1em 0;
}
.section-title h3{
	font-size: 25px;
	margin: 0 0 2em 0;
	padding: 0;
}
.section-title h4{
	font-size: 20px;
	margin: 0 0 1em 0;
	padding: 0;
}
.section{
	width: 920px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}
.section-inner-box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
 flex-wrap: wrap;
	margin: 0 0 0.6em 0;
	line-height: 0.6em;
}
.section2{
	width: 920px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	margin: 0 0 7em 0;
}
.section-inner{ flex: 0 0 50%; margin: 0 0 24px;}
.section-inner h3{color: #666; font-size: 16px; margin: 0; padding: 0; line-height: 1.2}
.section-inner p{ padding:16px 0 1em 1em; font-size: 14px; margin: 0;}
.section-inner p a{color: #3897f0;}
.section-inner p a:hover{color: #333;}
