﻿/* 全局定义 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1100px;
    overflow-x: scroll;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* 公共样式 */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    font: 16px/32px "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
    min-width: 1200px;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f60;
    text-decoration: none;
}
.mr20{margin-right:20px; }
.clearbox {
    border: none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.blank {
    height: 30px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    *height: 29px;
}
.none{
    display: none;
}
.nodata {
    color: #f60;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.siteWidth,.sw,#content{
    width: 1200px;
    margin: 0 auto;
}
#header .top{
    height: 40px;
    line-height: 40px;
    background: url(../img/top_bg.png) repeat-x;
    border-bottom: 1px #d9d9d9 solid;
    color: #666;                   
}
#header .logo{
    float: left;
    padding-left: 460px;
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    color: #0a4c76;
    background: url(../img/d_logo.png) no-repeat;
    margin-top: 50px;
}

.banner{
    height: 180px;
    background: url(../img/depart_topbg.jpg) repeat-x; 
    background-size: cover;
}


.nav {
    height: 50px;
    line-height: 50px;
    background: #0a4c76;
    margin-bottom: 20px;
}


.mainNav {
    height: 50px;
    font-size: 16px;
    text-align: center;
}

.mainNav li {
    float: left;
    position: relative;
    line-height: 50px;
}

.mainNav li.last1 {
    background: none;
}

.mainNav li a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 180px;
}


/*footer*/
#footer {
    background: #0a4c76;
    height: 200px;
}

#footer .blue {
    float: left;
    margin-top: 68px;
}

.copyright {
    float: left;
    margin-left: 26px;
    padding-top: 38px;
    width: 704px;
    font-size: 14px;
}
.copyright p{padding: 0 0 0 6px;}
.fooNav a,
.copyright {
    color: #dee3e8;
    line-height: 32px;
}

.fooNav {
    color: #798c94;
    font-size: 12px;
}
.fooNav a{
    font-size: 14px;
    margin: 0 6px;
}
.ewm{float: right;}
#footer .item{
    width: 115px;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
#footer .item img{max-width:114px;}
.NodeName{
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top:113px;
    z-index: 2;
    color: #fff;
}

#sideToolBar{
    display: none;
}
.nodeIntro{
    float: right;
    margin-top: 50px;
    font-size: 14px;  
    padding-left: 35px; 
    background: url(../img/d_topbtn.png) no-repeat 0 8px; 
}
.nodeIntro p{
    line-height: 30px;
}
