.about h4{
	font-size: 18px;
	color: white;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color:#000000;
	width:82px;
	padding:0px 5px 2px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.about .right{
	padding-top:100px;
}

.left .icon{
	height:58px; 
	font-weight:bold;
	text-align:center;
	padding-right:20%;
}
.left .icon p{
	text-align:center;font-weight:bold;margin-top:10px;padding-top:4px;
}

.left .aeroinfo{
	width:100%;margin-top:80px;
}
.left .aeroinfo .aeroleft, .left .aeroinfo .aeroright{
	width:50%;
	float:left;
}
.left p{
	font-height:50px;
	font-size: 16px;
}
.left .aeroleft span, .left .aeroright span, .left .globe span{
	color:#44a8f2;
	font-height:50px;
}

.left .aeroinfo .aeroright p{
	font-height:50px;
	font-size:16px;
}

.left .aeroinfo .aeroright p span{
	color:#44a8f2;
	font-height:50px;
	font-size:16px;
}
.left .globe p{
	font-size:16px;
}

.left .globe p span{
	color:#44a8f2;
}

.right .wechat{
	text-align:center;
}
.right .wechat .icon{
	height:58px;
}

.right .wechat img{
}
.right .wechat p{
	font-weight:bold;
	margin-top:10px;
}

.content .nav1, .content .nav3, .content .nav4{
	/*height:160px;*/
	margin-top:10px;
	
}
.content .nav2{
	/*height:180px;*/
	margin-top:10px;
}
.right .wechat .wechatpic img{
	margin-top:76px;
}


.contact_box {
	display: none;
}


.contact_box_title {
	font-size: 16px;
	color: #44a8f2;
}

.contact_box .mt-3 {
margin-top: 3rem;
}


@media only screen and (max-width:768px ) {
/*.about .right{*/
/*	padding-top:40px;*/
/*}*/
/*.content .right{*/
/*	margin-top:30px;*/
/*}*/
/*.right .wechat .wechatpic img{*/
/*	margin-top:30px;*/
/*}*/
	.about {display: none}

.left .icon{
	height:58px; 
	font-weight:bold;
	text-align:center;
	padding-right:10%;
}

.contact_box {
	display: block;
}

}