﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
t {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    font-size: 14px;
    font-family: "微软雅黑", "\5b8b\4f53", "Arial Narrow", HELVETICA, sans-serif;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none outside none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

form {
    display: inline;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #BD0A01;
    text-decoration: underline;
}

img {
    vertical-align: bottom;
}

.hideText {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    *font: 0/0 serif;
    *text-shadow: none;
    *color: transparent;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    font: 0px Arial;
}

.cl:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.cl {
    zoom: 1
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner {
    width: 100%;
    height: 240px;background-color: #2598ee;
}
#banner-swf{width: 1300px;margin: 0 auto;}
.nav {
    background-color: #0a77c3;
    color: #fff;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.nav a {
    color: #fff;
}

.nav-content {
    width: 1000px;
    margin: 0 auto;
    white-space: nowrap;
}

.nav-content .nLi {
    float: left;
    position: relative;
    z-index: 2;
}

.nav-content .nLi2 {
    position: relative;
}

.nav-content .nLi h3 {
    float: left;
    font-weight: normal;
}

.nav-content .nLi h3 a {
    display: block;
    padding: 0 7px;
}
.nav-content .nLi h3 a.index{width: 60px;text-align: center;padding: 0;}
.nav-content .sub {
    display: none;
    left: 0;
    top: 50px;
    position: absolute;
    z-index: 9;
    background: #0d57a3;
}

.nav-content .sub2 {
    display: none;
    font-size: 13px;
    line-height: 40px;
    left: 190px;
    top: 0;
    padding: 0 10px;
    position: absolute;
    background: #104e8e;
}

.nav-content .sub li {
    zoom: 1;
}

.nav-content .sub a {
    display: block;padding: 0 10px;
    zoom: 1;
}

.nav-content .sub a:hover {
    background: #0c4580;
    color: #fff;
}

.nav-content .on h3 a {
    background: #0d57a3;
    color: #fff;
}

.nav-content .sub li.on a {
    background: #104e8e;
}

.wrap {
    width: 970px;
    padding:20px 20px 0;
    background-color: #fff;
    margin: 0 auto;
}

/* 尾部 */
.foot {
    width: 970px;
    font: 12px/1.75 "宋体", "Arial", sans-serif;
    margin: 3% auto 0;
    padding-bottom: 10%;
    color: #333;
    text-align: center;
}
.foot a {
    color: #333;
}

.footerTop {
    width: 968px;height: 30px;line-height: 30px;background-color: #fafafa;border-top: 2px solid #0a77c3;border-right: 1px solid #d9d9d9;border-left: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;
    margin-bottom:20px;
}

.footerTop a {
    margin: 0 8px;
}

.footerM {
    margin: 20px 100px 0;
    text-align: center;
}

.footerL,
.footerM,
.footerR {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.footerL,
.footerR {
    margin: 0 10px;
}
/* 专题公用头部 */
.top-nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fbfbfb url("../tplimg/top-nav-bg.png") repeat-x left top;
    font-size: 14px;
}

.top-nav-logo {
    margin: 0 1% 0 5%;
}
