.banner{
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.banner-box{
	max-width: 1920px;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#bannerSwiper .banner-sw{
	position: relative;
	height: 650px;
}

#bannerSwiper .banner-sw-s{
	min-width: 100%;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.banner-sw-s > img{
	width: 1920px;
	display: block;
}

.contact{
	background-color: #f6f6f6;
	padding: 28px 0 100px;
}

.contact-info{
	padding: 32px 0;
	background-color: white;
	margin-bottom: 57px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}

.contact-info > div{
	width: 33.33%;
	float: left;
	text-align: center;
}

.contact-info div img{
	max-width: 100%;
	display: block;
	margin: 0 auto 14px;
	border-radius: 100%;
}

.contact-info div .contact-info-title{
	font-size: 16px;
	color: #666;
	margin-bottom: 12px;
}

.contact-info div .number{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.contact-info div .email{
	font-size: 18px;
	color: #666;
}

.contact-info div .email{
	font-size: 18px;
	color: #666;
}

#mapbox{
	height: 430px;
	padding: 10px;
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}

#allmap{
	width: 100%;
	height: 100%;
}