body,div,p,h2,img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

body { -webkit-tap-highlight-color:rgba(0,0,0,0);  overflow-x:hidden; font-family:Microsoft YaHei,Arial;}

.banner {
	text-align:center; 
	width: 100%; 
	height: 284px; 
	overflow: hidden; 
	/*position: relative; 
	left: 50%; 
	margin-left: -1000px; */
	background: url(../images/banner.jpg) no-repeat center top;
}

.main {
	width: 952px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 42px;
	padding-bottom: 50px;
}

.main p {
	/*width: 952px;*/
	margin: 0 auto;
	text-indent: 2em;
	font-size: 18px;
	color: #000000;
	line-height: 48px;
}

.main .item {
	width: 952px;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom: 28px;
	clear: both;
}

.main .item.first {
	margin-top: 50px;
}

.main .item h2 {
	font-size: 26px;
	color: #454545;
	border-bottom: 2px solid #454545;
	line-height: 60px;
}

.main .item img.scene {
	width: 234px;
	margin-left: 0px;
	margin-top: 24px;
}










.clear {clear: both;}

.footer {
	display:block; 
	width:100%; 
	padding:30px 0; 
	background:#22232a; 
	color:#FFF; 
	text-align:center; 
	font-size:14px; 
	line-height:30px; 
	word-wrap: break-word;
	font-weight: bold;
}
.footer a {
	color:#FFF; 
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}