body{
	font-size: 14px;
	overflow-x:hidden;
}
.inner-bnr{
	width:100%;
	padding:20px 0;
}
.inner-bnr img{
	width:100%;
}


.section-tit{
	font-size:24px;
	font-weight: bold;
	position: relative;
	line-height:2.5em;
}
.section-tit i{
	position: absolute;
	left:0px;
	top:0;
	height:2px;
	display: block;
	background:#4d7cb8;
	width:4em;
}
.tit-english{
	font-size:14px;
	text-transform: uppercase;
}
.tit-side{
	font-size:14px;
	color:#6b6b6b;
	margin-top:-1.3em;
}
@media only screen and (max-width:768px ) {
	.section-tit{font-size:16px}
	.tit-english{font-size:12px}
	.inner-bnr{padding:0;}
	body{font-size:12px;}
}


/*section1*/
.section1{
	padding:20px 0 20px 0;
}
.section1 .tit-english{
	display: block;
}
.section1 .section-tit{
	line-height:1.4em;
	padding-bottom: 0.2em;
}
.section1 .section-tit i{
	top:auto;
	bottom:0;
}
.section1-cont{
	overflow: hidden;
}
.section1 .text-info{
	padding-right:8%;
	text-align: justify;
	color:#636363;
	padding-bottom: 6%;
}
.section1 .text-info2{
	padding-left:8%;
	text-align: justify;
	color:#636363;
	padding-top:5%;
}
.section1  img{
	width:100%;
}
.section1  p{
	margin-top:50px;
	margin-bottom: 0;
	line-height:1.5em;
}
@media only screen and (min-width:1024px) and (max-width:1200px){
	.section1  img{width:100%;padding-top:20%}
}
@media only screen and (min-width:1201px) and (max-width:1400px){
	.section1  img{width:100%;padding-top:10%}
}
@media only screen and (max-width:768px) {
	.section1{padding:0;}
	.section1 p{margin-top:10px;}
	.section1 .text-info2{padding-top:0;padding-left:0;}
}



/*section2*/
.section2{
	padding:60px 0;
	background:url(../images/air2-bg.jpg) repeat left top;
}
.section2 .tit-english{
	display: block;
	line-height:0.8em;
}
.section2 .sec-img img{
	width:100%;
}
@media only screen and (max-width:768px ) {
	.section2{padding:20px 15px;}
	.section2 .sec-img{margin-top:10px;}
}



/*section3*/
.section3{
	padding:40px 0 60px 0;
}
.section3 .section-tit{
	line-height:2em;
	text-align: center;
}
.section3 .section-tit i{
	top:auto;
	bottom:0;
	left:50%;
	margin-left:-2em;
}
.section3 .sec-img{
	margin-top:40px;
}
.section3 .sec-img img{
	width:100%;
}
@media only screen and (max-width:768px ) {
	.section3{padding:20px 0px;}
	.section3 .section-tit{margin:0;}
	.section3 .sec-img{margin-top:20px;}
}