.top-container {
	position: relative;
	background: url(../img/banner_bg.png) no-repeat center;
	background-size: cover;
}

.top-header-title {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.top-header-desc {
	color: #FFFFFF;
}

.top-header-desc p {
	font-size: 16px;
}

.top-header-desc p + p {
	font-size: 14px;
}

.down-btn-box {
	margin-top: 50px;
}

.down-btn-box .col-xs-12, .down-btn-box .col-sm-6 {
	padding: 0;
}

.down-btn {
	width: 95%;
	padding: 15px 20px;
	background-color: rgba(23, 111, 240, .8);
	border-radius: 30px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.down-btn:hover {
	color: #FFFFFF;
	background-color: rgba(23, 111, 240, .8);
}

.down-btn:active {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.down-img {
	width: 25px;
	height: 25px;
}

.down-name {
	font-size: 18px;
	color: #FFFFFF;
}

.more {
	color: #FFFFFF;
	display: none;
}

.more span, .more i {
	font-size: 14px;
}

.rotate {
	-ms-transform: rotate(-180deg); 	/* IE 9 */
	-moz-transform: rotate(-180deg); 	/* Firefox */
	-webkit-transform: rotate(-180deg); /* Safari 和 Chrome */
	-o-transform: rotate(-180deg); 	/* Opera */
	transform: rotate(-180deg);
}

.top-img-banner {
	margin: 0 auto;
}

.bottom-container {
	color: #000000;
	padding: 30px 0;
}

.bottom-header-title {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.bottom-title {
	margin: 20px 0 10px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.bottom-desc {
	font-size: 16px;
	color: #000000;
}

.map-title {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

.map-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map-list>li {
	color: #000;
	display: inline-block;
	margin: 0;
	font-family: avenir-black,Times,serif;
	padding: 0 10px;
	line-height: 1;
	font-weight: bold;
}

.map-list>li div {
	font-size: 30px;
	margin-bottom: 20px;
}

.map-list>li div + div {
	display: block;
	font-family: avenir-roman,Times,serif;
	font-size: 16px;
	line-height: 1;
	margin: 5px 0 0;
	color: #78747b;
	font-weight: normal;
}

.map-img {
	margin: 30px auto;
	border-radius: 4px;
	overflow: hidden;
}

.map-img img {
	width: 700px;
}

.other-img {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.other-bottom-title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.other-bottom-desc {
	color: #666666;
	font-size: 16px;
}