@charset "utf-8";
/* CSS Document */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;/*background: transparent;*/
}
body {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0 auto;
	padding: 0 0;
	background-color: #e4f6ff;
}
/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #4a4a4a;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: 500;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1.3em 0;
	padding: 0;
}
hr1 {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0;
}
/* Form Elements */
input, select {
	vertical-align: middle;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie6 input {
	vertical-align: text-bottom;
}
select, input, textarea {
	font: 99% sans-serif;
}
a:hover, a:active {
	outline: none;
}
small {
	font-size: 85%;
}
th {
	font-weight: 500;
}
td, td img {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable, input[type=button], input[type=submit], button {
	cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}
/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}
a, img a, img, a img {
	border: 0;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #00529c;
	text-decoration: underline;
}
/* begin -------------------------------------------------------------*/
header {
	width: 100%;
	background: url(../img/logobg.png) repeat-x;
}
.logo {
	height: 41px;
	width: 1000px;
	margin: 0 auto;
	background: url(../img/logobg.png) repeat-x;
}
#logo {
	float: left;
	height: 41px;
	margin: 0 0;
	padding: 0 0;
}
#text {
	float: right;
	font-size: 14px;
	line-height: 41px;
}
.banner {
	width: 100%;
	height: 367px;
	background: url(../img/bannerbg.png) repeat;
}
#banner {
	width: 1000px;
	height: 367px;
	margin: 0 auto;
	position: relative;
}
#banner .title {
	color: #da6a16;
	font-size: 48px;
	line-height: 48px;
	padding-left: 30px;
	padding-top: 50px;
	font-family: "微软雅黑", "新宋体", "宋体";
}
#banner .text {
	width: 350px;
	padding-left: 30px;
	padding-top: 20px;
}
#banner .img {
	right: 0;
	top: 15px;
	position: absolute;
}
#banner .phone {
	font-family: "微软雅黑", "新宋体", "宋体";
	font-size: 18px;
	background: url(../img/phonebg.png) no-repeat;
	text-indent: 30px;
	padding-left: 30px;
	padding-top: 40px;
	background-position: 30px 41px;
}
#banner .daohang {
	background: url(../img/daohangbg.png);
	width: 490px;
	height: 111px;
	position: absolute;
	top: 256px;
	left: 220px;
}
#content {
	width: 1000px;
	margin: 0 auto;
}
.box1 {
	width: 998px;
	float: left;
	border: 1px solid #00529c;
}
.box1-title {
	width: 998px;
	height: 73px;
	background: url(../img/box1-title-bg.png) no-repeat;
	font-size: 32px;
	color: #FFF;
	text-indent: 180px;
	font-family: "微软雅黑", "新宋体", "宋体";
	line-height: 73px;
}
.box1-content {
	float: left;
	width: 998px;
	background-color: #FFF;
}
.box1-content-left {
	padding: 18px;
	float: left;
	width: 280px;
}
.box1-content-table table {
	width: 280px;
}
.box1-content-table table td {
	border: 1px #000 solid;
	padding: 5px;
	font-weight: bold;
}
.box1-content-right {
	width: 645px;
	float: right;
	padding: 18px;
}
.box1-content-title2 {
	color: #e06714;
	font-size: 28px;
	font-family: "微软雅黑", "新宋体", "宋体";
	margin-top: 15px;
}
.box1-content-text {
	margin-top: 12px;
	font-size: 13px;
}
.box1-content-list ul li {
	background: url(../img/box1-content-li-bg.png);
	width: 177px;
	height: 180px;
	float: left;
	margin-right: 50px;
}
.box1-content-list {
	margin-top: 15px;
}
.box1-content-list ul li.end {
	margin-right: 0;
}
.box1-content-list ul li div.title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 50px;
	padding: 12px;
}
.box1-content-list ul li div.content {
	color: #FFF;
	padding: 15px;
	padding-top: 0;
}
.box2 {
	width: 998px;
	float: left;
	border: 1px solid #00529c;
}
.box2-title {
	width: 998px;
	height: 73px;
	background: url(../img/box2-title-bg.png) no-repeat;
	font-size: 32px;
	color: #FFF;
	text-indent: 180px;
	font-family: "微软雅黑", "新宋体", "宋体";
	line-height: 73px;
}
.box2-content {
	float: left;
	width: 998px;
	background-color: #FFF;
}
.box2-content ul {
	margin-top: 16px;
}
.box2-content ul li {
	float: left;
	margin: 8px 24px;
}
.box3 {
	width: 998px;
	float: left;
	border: 1px solid #00529c;
}
.box3-title {
	width: 998px;
	height: 73px;
	background: url(../img/box3-title-bg.png) no-repeat;
	font-size: 32px;
	color: #FFF;
	text-indent: 180px;
	font-family: "微软雅黑", "新宋体", "宋体";
	line-height: 70px;
}
.box3-content {
	float: left;
	width: 998px;
	background-color: #FFF;
}
.box3-content table tr td {
	border: 1px solid #000000;
}
.box3-content div.left {
	width: 480px;
	float: left;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: center;
}
.box3-content div.right {
	width: 480px;
	float: right;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-align: center;
}
.box4 {
	width: 998px;
	float: left;
	border: 1px solid #00529c;
}
.box4-title {
	width: 998px;
	height: 73px;
	background: url(../img/box4-title-bg.png) no-repeat;
	font-size: 32px;
	color: #FFF;
	text-indent: 180px;
	font-family: "微软雅黑", "新宋体", "宋体";
	line-height: 70px;
}
.box4-content {
	float: left;
	width: 998px;
	background-color: #FFF;
}
.box4-content ul {
	margin: 15px;
	float: left;
}
.box4-content ul li {
	line-height: 24px;
	list-style-type: circle;
	list-style-position: inside;
	width: 450px;
	float: left;
	color: #000;
	font-size: 13px;
}
.box4-content ul li a {
	color: #000;
}
.box4-content ul li a:hover {
	color: #00529c;
	text-decoration: underline;
}
bottom {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 30px;
}
.box-nav {
	idth: 1000px;
	float: left;
	height: 48px;
}
.box-nav ul {
	height: 48px;
	right: 0px;
	width: 1000px;
	list-style: none;
	background: url(../img/menu.gif);
}
.box-nav ul li {
	float: left;
}
.box-nav ul li a {
	display: block;
	height: 16px;
	font-family: "微软雅黑", "新宋体", "宋体";
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
	padding-left: 38px;
	padding-right: 38px;
	margin-top: 16px;
	border-right: #FFF 1px solid;
	text-decoration: none;
}
.box-nav ul li a.end {
	border-right: none;
}
.box-nav ul li a:hover {
	text-decoration: underline;
}
.box-news {
	width: 998px;
	float: left;
	border: 1px solid #00529c;
	background: #FFF;
}
.box-news-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px;
	padding-bottom: 0;
}
.box-news-content {
	padding: 30px;
	font-size: 13px;
	line-height: 24px;
}
.box-news-content a {
	color: #00529c;
}
.box-news-content a:hover {
	text-decoration: underline;
}
#quick_menu {
	width: 120px;
	height: 230px; background-color:#FFF; border:1px solid #00529c; background-color:#1171c7;border-radius:8px;
}
#quick_menu p {
	clear: both; text-align:center; color:#FFF; margin-top:3px;
}
#quick_menu ul {
	float: left;
	display: inline;
	width:105px;
	margin: 0 0 11px 8px;
}
#quick_menu li {
	float: left;
	display: inline;
	width:105px;
	margin-top:8px; font-weight:bold; 
}
#quick_menu li a{ color:#FFF;}