﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/* 兼容浏览器 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 12px/1.5 \5b8b\4f53, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
html {
	overflow-y: scroll;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.noBg {
	background: none !important;
}
.noBorder {
	border: none !important;
}
.noMargin {
	margin: 0 !important;
}
.noPadding {
	padding: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
body {
	color: #525252;
	margin: 0 auto;
	font: 12px/22px "微软雅黑";
	text-align: center;
}
a {
	color: #666666;
}
.header, .container, .footer {
	margin: 0 auto;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* header样式 */
.header {
	height: 120px;
	background: url(../images/hdbg.gif) repeat-x;
	position: relative;
	z-index: 10;
}
.topArea {
	height: 48px;
	position: relative;
}
.topArea .pic {
	float: right;
}
.topArea .a1 {
	margin-right: 1px;
	margin-top: 5px;
}
.topArea .a2 {
	margin-top: 5px;
	margin-right: 8px;
}
.topArea .a3, .topArea .a4 {
	margin-top: 10px;
	margin-right: 14px;
}
.topArea h2 {
	position: absolute;
	top: 20px;
	left: 0px;
}
.nav {
	height: 70px;
	position: relative;
	left: 430px;
    width: 800px;
}
.nav ul {
}
.nav ul li {
	float: left;
	background: url(../images/nav_bar.png) no-repeat left;
}
.nav ul li:first-child {
	background: none;
}
.nav ul li a {
	display: block;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 57px;
	color: #06557b;
}
.nav ul li a:hover, .nav ul .current {
	background: url(../images/nav_ico.png) no-repeat bottom;
	color: 0376c4;
}
/* banner样式 */
.banner {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
	text-align: center;
	z-index: 0;
}
.banner .prev, .banner .next {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -80px;
	width: 69px;
	height: 160px;
	background: url(../images/prev.png) no-repeat;
	z-index: 10;
	cursor: pointer;
}
.banner .next {
	left: auto;
	right: 5%;
	background: url(../images/next.png) no-repeat;
}
.banner .prev:hover {
	background: url(../images/aprev.png) no-repeat;
}
.banner .next:hover {
	background: url(../images/anext.png) no-repeat;
}
.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 38px;
	text-align: center;
	z-index: 1;
}
.banner .hd li {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: url(../images/banner_off.png) no-repeat;
	font-size: 0;
	cursor: pointer;
}
.banner .hd li.on {
	background: url(../images/banner_on.png) no-repeat;
}
.banner .bd {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 560px;
	z-index: 0;
}
.banner .bd li {
	vertical-align: top;
	zoom: 1;
}
/* footer样式 */
.footer {
	height: 97px;
	background-color: #0376c4;
	padding-top: 33px;
}
.footer .copyright {
	background: url(../images/flogo.png) no-repeat left top;
	height: 97px;
	margin-right: 100px;
	margin-left: 100px;
}
.footer .info {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-left: 192px;
	padding-top: 5px;
}
.footer .info a {
	color: #fff;
}
.footer .info a:hover {
	color: #fff;
	text-decoration: underline;
}
