 html,body {
	position:relative;
	height:100%;
}
html {
	overflow:hidden;
}
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
.clear {clear:both;height:0px; overflow:hidden;}
body {
	background:#535353;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:12px;
}
.img img {
	width:100%;
	display:block;
}
#top {
	position:fixed;	
	top:0;
	z-index:5;
	width:100%;
	margin:0 auto;
	background:#fff;
}
#top .addr {
	height:50px;
	display:block;
	background-color: #fff;
}
#top .search {
	position:absolute;
	top:0;
	right:0;
	height:50px;
	display:block;
}
#nav {
	border-bottom:0px solid #f04142;
	background:#f04142;
}
#nav .swiper-slide span {
	margin:0 1px;
	text-align:center;
	display:block;
	line-height:2.5;
	font-size:17px;
	color:#fffffd;
}
#nav .bar {
	width:67px;
	height:3px;
	position:absolute;
	bottom:0px;
}
#nav .bar .color {
	width:67px;
	margin:0 auto;
	height:3px;
	background:#deff25;
}
.banner img {
	width:100%;
	display:block;
}
.banner	.swiper-pagination {
	left:auto;
	right:7px;
	bottom:7px;
	width:auto;
	padding:2px 7px;
	border-radius:10px;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
}
#page {
	margin-bottom:50px;
	height:100%;
}
#page .slidepage {
	height:100%;
}
.scroll {
	height:100%;
}
.slidescroll {
	height:auto;
}
.fo { max-width: 750px; font-size: 16px; color: #5c6066; width: 100%; margin-right: auto; margin-left: auto; text-align: center; line-height: 150%; background-color: #FFF; padding-top: 10px; padding-bottom: 40px; }
.fo a{ color: #5c6066;text-decoration: none;}
