﻿/* CSS Document */

html {
	overflow-y: auto;
	overflow-x: auto;
}

body {
	background: #FFF;
	font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
	font-size: 12px;
	color: #000;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	display: block;
	zoom: 1;
}

body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, input, textarea, button, pre, img {
	margin: 0;
	padding: 0;
}

dl, dt, dd, ul, ol, li {
	list-style: none outside none;
}

img, a {
	border: 0;
}

table {
	margin: 0 auto;
	border: 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

input, textarea, select {
	font-size: 12px;
	font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
	color: #000;
	outline: 0;
	resize: none;
}

/************************************************************************************/

.headline {
	height: 5px;
	background: #002E73;
	overflow: hidden;
}

.headerbox {
	height: 160px;
	background: url(../images/header-bg.png) repeat-x;
}

.header {
	width: 1040px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/header.png) no-repeat;
}

.banner {
	height: 120px;
}

.menu {
	margin: 0 auto;
	height: 40px;
	width: 940px;
}

/************************************************************************************/

.mainerbox {
	min-height: 400px;
	background: #FFF;
}

.mainerwrap {
	width: 1040px;
	margin: 0 auto;
}

.mainer {
	margin: 0 20px;
}

/************************************************************************************/

.footerbox {
}

.footerwrap {
	width: 1040px;
	margin: 0 auto;
}

.footer {
	height: 120px;
	position: relative;
	margin: 0 20px;
}

.footer .info,
.footer .into a {
	line-height: 20px;
	font-size: 12px;
	color: #3f3f3f;
	margin: 0 10px;
	text-align: center;
}

/************************************************************************************/

.fcb {
	zoom: 1;
}

.fcb:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}