.banner{
	width: 100%;
	height: 270px;
	background: url(../images/aboutUs-bg.jpg) no-repeat;
	background-size:100% 100% ;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner h4{
	font-size: 45px;color: #333;
	font-weight: 100;
	margin-bottom: 25px;
}
.banner h5{
	font-size: 19px;color: #666;
}

.navigate{
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 86px;
	padding:0 3%;
	box-sizing: border-box;
	color: #b2b2b2;
}
.navigate .left{
	float: left;
	font-size: 16px;
}
.navigate .left span a i{
	display: inline-block;
	margin-right: 10px;
}
.navigate .left span a i img{
	position: relative;
	top: -2px;
}

.navigate .right{
	float: right;
	font-size: 20px
}
.navigate .right span{
	cursor: pointer;
	margin-right: 10px;
}
.navigate .right span i{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	background-repeat:no-repeat ;
	background-position: -39px -48px;
}


.navigate .right span:hover{
	color: #3184FB;
}
.navigate .right span:hover i{
	background-position: -39px -105px;
}
.main{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.main .left{
	width: 50%;
	float: left;
	padding: 0 3%;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	
}
.main .left .title{
	font-size: 28px;
	color: #3184fb;
	margin-top: 10%;
}
.main .left .underline{
	width: 56px;
	height: 2px;
	background: #e2e2e2;
	margin: 3% 0;
	
}
.main .left .name{
	color: #666;
	font-size: 22px;
	margin-bottom: 1%;
}
.main .left p{
	margin-bottom: 20px;
	line-height: 30px;
}
.main .left ul {
	margin: 0 auto;
}

.main .left ul li {
	width: 30%;
	float: left;
	text-align: center;
}

.main .left ul li:first-child {
	margin-left: 0;
}

.main .left ul li .line {
	width: 30px;
	height: 2px;
	background: #017bf6;
	margin: 0 auto;
}

.line {
	width: 30px;
	height: 2px;
	background: #017bf6;
	margin-top: 20px;
	margin-left: 120px;
}

.main .left ul li h3 {
	text-align: center;
	color: #3184fb;
	font-weight: bold;
	margin: 20px ;
}
.main .left ul li h3 div{
	font-size:60px;
	margin-bottom: 10px;
}
.main .left ul li p {
	margin-top: 44px;
	font-size: 14px;
	color: #666;
}



@media screen and (max-width: 1024px){
	.main .right{
		display: none !important;
	}
	.main .left{
		width: 100%;
	}
}









@media screen and (max-width: 769px){
	.banner{
		height: 30vw;
	}
	.banner h4{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.banner h5{
		font-size: 3vw
	}
	.navigate .right{
		display: none;
	}
	
	#allmap{
		width: 100%;
		height: 300px;
		float: none;
	}
	.main .address{
		width: 100%;
		float: none;
	}
	.main .left ul li h3 div{
		font-size: 8vw;
	}
	.main .left ul li h3{
		margin: 0;
	}
}





































/*.main .right{
	width: 50%;
	height: 100%;
	float: right;
}
.main .right a{
	display: block;
	width: 100%;
	height: 100%;
}
.main .right a img{
	width: 100%;
	height: 100%;
}*/














