
/* banner */
.banner{
	height: 420px;
	background: url(../img/about_head.jpg) no-repeat center;
}

.banner h1{
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	padding-top: 170px;
}

.banner h1 span{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
/* banner */

/* aboutUs */
.aboutUs{
	padding-top: 60px;
	margin-bottom: 60px;
}

h2.aboutUsTitle{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

h2.aboutUsTitle span{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.aboutUs p{
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em;
	color: #666;
	margin-bottom: 5px;
}
/* aboutUs */

/* honor */
.honor{
	margin-bottom: 60px;
}

.honor img{
	display: block;
	margin: 0 auto;
}
/* honor */

/* map */
.map{
	margin-bottom: 60px;
}
.maps{
	width: 885px;
}

.aboutContact{
	width: 435px;
	padding-top: 42px;
}

.aboutContacts h4{
	font-size: 18px;
	color: #666;
	margin-bottom: 5px;
	font-weight: normal;
}

.aboutContacts p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
}

.aboutContacts p a{
	display: block;
	color: #007DB8;
}

.aboutContacts p a i{
	margin-right: 5px;
}
/* map */