﻿body, h1, h2, h3, h4, h5, h6, p, img, table, tr, td, ul, ol, li, dl, dt, dd, input {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
.top_banner {
	width: 100%;
	height: 400px;
	margin: 0px auto;
	background: url('../images/banner.jpg') no-repeat top center;
}
.daoyu {
	width: 100%;
	height: 200px;
	margin: 0px auto;
	background-color: #013e7c;
}
.wenzi {
	width: 1100px;
	height: 150px;
	margin: 0px auto;
	padding-top: 50px;
	font-size: 22px;
	color: #fff;
	font-weight: bolder;
	line-height: 35px;
	font-family: "Microsoft Yahei", 宋体, Arial, Helvetica, sans-serif;
}
.content {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
