* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.su-main {
	background-color: #F3F3F3;
}

.su-header {
	width: 100%;
	min-width: 1000px;
	height: 470px;
	background: url(../images/banner.jpg) no-repeat center;
}

.su-body {
	width: 1000px;
	margin: 0 auto 57px;
}

.su-body h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	height: 56px;
	text-align: center;
}
.su-body .subtitle {
	width: 940px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
}
.su-body .subtitle.last {
	padding-bottom: 50px;
}
.su-body .subtitle h2 {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	color: #555555;
	font-weight: normal;
	padding-left: 37px;
	padding-right: 26px;
	background-color: #F3F3F3;
	position: relative;
	margin-left: 24px;
}
.su-body .subtitle h2 span {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #FDE3A9;
	font-size: 24px;
	line-height: 48px;
	background: url(../images/web_titleBG.png) no-repeat center;
	position: absolute;
	top: 0;
	left: -24px;
}
.su-body .subtitle p {
	font-size: 16px;
	line-height: 30px;
	color: #434142;
	margin-top: 20px;
	text-indent: 2em;
	text-align: justify;
}
.su-body .subtitle p a {
	color: #ffb000;
	text-decoration: underline;
}
.su-body .subtitle p.important, .su-body .subtitle p .important {
	font-weight: bold;
}





























.footer {
	display:block; 
	width:100%; 
	padding:30px 0; 
	background:#212121; 
	color:#FFF; 
	text-align:center; 
	font-size:14px; 
	line-height:30px; 
	word-wrap: break-word;
}
.footer a {
	color:#FFF; 
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}



@media (max-width: 640px) {
	body * { max-height: 999999px; }
	
	.su-header {
		width: 640px;
		min-width: 0;
		height: 374px;
		background: url(../images/banner_h5.jpg) no-repeat center;
	}
	.su-body {
		width: 640px;
	}
	.su-body .subtitle {
		width: 540px;
		margin: 0 auto;
		border: 1px solid #fde3a9;
		margin-top: 70px;
		padding-bottom: 50px;
		border-radius: 8px;
	}
	.su-body .subtitle.last {
		padding-bottom: auto;
	}
	.su-body .subtitle h2 {
		display: block;
		height: auto;
		line-height: 38px;
		color: #1E1E1E;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		background-color: transparent;
		margin-left: 0;
	}
	.su-body .subtitle h2 span {
		width: 60px;
		height: 60px;
		text-align: center;
		color: #1e1e1e;
		font-size: 24px;
		line-height: 60px;
		background: url(../images/titleBG.png) no-repeat center;
		position: absolute;
		top: -80px;
		left: 50%;
		margin-left: -30px;
	}
	.su-body .subtitle p {
		font-size: 22px;
		line-height: 40px;
		color: #606060;
		margin-top: 20px;
		text-indent: 0;
		text-align: justify;
	}
	
	
	
	
	
	
	
	.footer { 
		display:block;
		font-size:24px;
		line-height:50px;
	}
	.footer a {
		font-size:24px; 
		display:block; 
		text-align:center;
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: none;
	}
	.footer a:active {
		text-decoration: none;
	}
	.footer span { 
		display:none;
	}
	
}
