body div,body p{
	font-family:"microsoft yahei" !important;
}
.content{
	width:1200px;
	margin:0 auto;	
}
.about{
	background:url(../images/aboutus/gsjj-bg.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	padding:80px 0;
}
.team{
	background:url(../images/aboutus/tuandui.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	padding:80px 0;
}
.tit{
	font-size:36px;
	font-weight: bold;
	text-align:center;
	color:#1144b9;
	margin-bottom:30px;
}
.box{
	background:#fff;
	font-size:16px;
	line-height: 40px;
	padding:50px;
	background:rgba(255,255,255,.7);
	box-shadow: 0px 6px 24px 19px rgba(10, 13, 47, 0.05);
	border-radius: 10px;	
}
.box p{
	text-indent: 30px;
}

.team .content > div{
	background:rgba(255,255,255,.1);
	box-shadow: 0px 6px 24px 19px rgba(10, 13, 47, 0.05);
	border-radius: 10px;	
	padding:50px;
	color:#fff;
	margin-left:186px;
	line-height:40px;
}
.contact{
	width:100%;
	height: 400px;
	position:relative;
}
#allmap{
	z-index:-1;
	width:100%;
	height: 400px;
	z-index:-1;
	position:absolute;
	left:0;
	top:0;
}
.contact .content{
	positon:relative;
	padding:30px;
}
.contact .info{
	width: 298px;
	background: #FFFFFF;
	box-shadow: 0px 6px 24px 19px rgba(10, 13, 47, 0.05);
	border-radius: 10px;	
	padding:30px 20px;
}
.aboutus .foot {
    margin-top: 0;
}
.info p{
	display:flex;
	justify-content:start;
	align-items: center;
}
.info p img{
	width:20px;
	height:20px;
}
.info p span{
	line-height:35px;
	padding-left:7px;
}
.info li img{
	width:127px;
	height:127px;
}
.info li{
	display:flex;
	flex-direction: column;
	padding-left:27px;
}
.info li span{
	padding-left:10px;
}