body,html {
	background-color: #F4F4F4;
	height: 100%;
}

.banner {
	width: 100%;
}

.bannerimg {
	width: 100%;
}
#dituContent{
	width: 100%;
	height: 100%;
}
.container {
	background-color: #f4f4f4;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.main {
	font-size: 0;
	display: block;
	width: 70%;
	padding: 0 15%;
	margin: 0 auto;
}

.main img {
	width: 30%;
	margin-left: 3%;
	margin-top: 5%;
}
.showpic{
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 100;
}
.showpic img{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 5%;
	height: 60%;	
}
#prepic{
	position: absolute;
	bottom: 10%;
	left: 40%;
	width: 1.5em;
	height: 1.5em;
	color: white;
	font-size: 40px;
	line-height: 1.5em;
	text-align: center;
	border: 2px solid white;
	border-radius: 1.5em;
}
#prepic:hover{
	color: rgba(0,0,0,0.3);
	cursor: pointer;
	background-color: white;
}
#nextpic{
	position: absolute;
	bottom: 10%;
	right: 40%;
	width: 1.5em;
	height: 1.5em;
	color: white;
	font-size: 40px;
	line-height: 1.5em;
	text-align: center;
	border: 2px solid white;
	border-radius: 1.5em;
}
#nextpic:hover{
	color: rgba(0,0,0,0.3);
	cursor: pointer;
	background-color: white;
}
.aboutp,
.innerp {
	font-size: 16px;
	line-height: 35px;
	width: 90%;
	margin: 5% auto;
	text-align: center;
}

.innerp p {
	text-align: left;
}

.innerp img {
	width: 100%;
}

.innerp-control {
	display: block;
	margin-top: 20px;
	text-align: left;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.innerp-c-l {
	float: left;
}

.innerp-c-r {
	float: right;
}

.bottomlogo {
	display: block;
	width: 10%;
	margin: 5% auto;
	border-radius: 10000px;
	overflow: hidden;
}

.bottomlogo img {
	width: 100%;
	height: 100%;
}

.bottomnav {
	text-align: center;
	width: 80%;
	border-top: 1px solid #000000;
	margin: 0 auto;
	font-size: 14px;
	color: black;
	padding-top: 2.5%;
}

.bottomnav a {
	color: black;
	text-decoration: none;
	margin: 2.5%;
}

.bottomnav p {
	margin: 2.5%;
	display: none;
}

.bottomerweima {
	margin-top: 5%;
	text-align: center;
}

.huanggua {
	position: absolute;
	top: 20%;
	right: -20%;
	width: 30%;
}

.xihongshi {
	position: absolute;
	top: 50%;
	left: 5%;
}

@media only screen and (max-width: 880px) {
	.bottomnav a {
		display: none;
	}
	.showpic img{
		margin-top: 20%;
	}
	#prepic{
		left: 15%;
	}
	#nextpic{
		right: 15%;
	}
	.bottomnav p {
		display: block;
	}
}