﻿@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Leo-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 14px;
	/*font: inherit;*/
	font-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #C00;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
/*public*/
.width100 {
	width: 100%;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
}
.left {
	display: block;
	float: left;
	overflow: hidden;
}
.right {
	display: block;
	float: right;
	overflow: hidden;
}
/*网站头部*/
.header {
}
.header .top {
	height: 30px;
	line-height: 30px;
	background-color: #003c73;
}
.header .top p {
	color: #fff;
	font-size: 12px;
}
.header .taitou {
	height: 129px;
	overflow: hidden;
	background: url(../img/head_bg.jpg) left top no-repeat #1567b1;
}
.header .taitou .left {
	width: 515px;
}
.header .taitou img {
	margin-top: 20px;
}
.header .nav {
	height: 42px;
	line-height: 42px;
	position: relative;
	z-index: 9999;
}
.header .nav ul .nLi {
	float: left;
	position: relative;
	display: inline;
}
.header .nav ul .nLi h3 {
	float: left;
}
.header .nav ul .nLi h3 a {
	display: block;
	width: 109px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}
.header .nav ul .sub {
	display: none;
	width: 109px;
	left: 0;
	top: 42px;
	position: absolute;
}
.header .nav ul .sub li {
	zoom: 1;
}
.header .nav ul .sub a {
	display: block;
	width:120px;
	height:30px;
	line-height:30px;
	text-align: center;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000;
}
.header .nav ul .sub a:hover {
	background: #135ca0;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}
.header .nav ul .active {
	background: url(../img/nav_j.png) right center no-repeat;
}
.header .nav ul li.on h3 a {
	color: #c00;
}
.fullSlide {
	position: relative;
	height: 438px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 438px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 35px;
	height: 14px;
	margin-right: 8px;
	overflow: hidden;
	border-radius: 20px;
	line-height: 9999px;
	background: rgba(255,255,255,0.7);
	;
}
.fullSlide .hd ul .on {
	background: rgba(204,0,0,0.7);
	width: 55px;
}
/*网站底部*/
.footer {
}
.footer .info {
	height: 240px;
	overflow: hidden;
	background: url(../img/bg_info.jpg) left top no-repeat;
}
.footer .info .b1 {
	width: 300px;
}
.footer .info .b1 ul {
	padding-top: 60px;
}
.footer .info .b1 ul li {
	display: block;
	width: 275px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #fff;
	font-size: 13px;
}
.footer .info .b1 ul li.t1 {
	background-image: url(../img/arr1.png);
}
.footer .info .b1 ul li.t2 {
	background-image: url(../img/arr2.png);
}
.footer .info .b1 ul li.t3 {
	background-image: url(../img/arr3.png)
}
.footer .info .b2 {
	width: 500px;
	text-align: center;
}
.footer .info .b2 img {
	margin-top: 75.5px;
}
.footer .info .b3 {
	width: 400px;
}
.footer .info .b3 img {
	margin-top: 41px;
}
.footer .copyright {
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #003c73;
}
.footer .copyright p {
	color: #fff;
	font-size: 12px;
}
