body {
	font-family: Gillsans, sans-serif;
	font-size: 1rem;
	color: #2A2A2A;
	line-height: 1.5;
	font-size: 15px;
	margin: auto;
	padding: 0px;
	width: 100%;
}

ul,
li,
p {
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
}

li {
	float: left;
}

img {
	border: none;
}

a {
	color: #2A2A2A;
	text-decoration: none;
}

a:hover {
	color: #BBBBBB;
}

.clear {
	clear: both;
}

.header {
	height: auto;
	width: 100%;
	margin: 0px;
	/*position: fixed;*/
	/*top: 0px;
	z-index: 1000;*/
}

.top {
	height: 30px;
	line-height: 30px;
	background-color: #F5F5F5;
	width: 100%;
}

.top_left {
	float: left;
	width: 40%;
}

.top_center {
	width: 20%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.top_right {
	float: right;
	width: 40%;
	text-align: right;
}

.logo {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

.content {
	position: absolute;
	top: 135px;
	width: 100%;
}

.box {
	width: 100%;
	height: auto;
	margin: auto;
	min-height: 768px;
}

.divTitle {
	width: 100%;
	background-color: #FAFAFA;
	font-size: 18px;
	letter-spacing: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.foot {
	min-height: 60px;
	width: 100%;
	background-color: #F5F5F5;
	
}

.foot_about {
	width: 75%;
	min-height: 240px;
	clear: both;
	margin: auto;
	
}

.foot_about_box {
	float: left;
	width: 25%;
	min-height: 180px;
	height: auto;
	text-align: center;
	font-size: 13px;
}

.foot_about_box ul {
	padding-top: 24px;
}

.foot_about_box ul>:first-child {
	padding-bottom: 10px;
	font-weight: bold;
}

.foot_about_box ul li {
	float: none;
	height: 26px;
	line-height: 26px;
}

.split {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	width: 100%;
	margin-top: 10px;
}

.foot_webinfo {
	min-height: 64px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom:15px;
}

.foot_webinfo p {
	height: 26px;
	line-height: 26px;
}