@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    list-style: none;
}

body {
    font-family: 'Microsoft Yahei', '寰蒋闆呴粦', 'Arial', 'Simhei', '榛戜�?';
}

.top {
    clear: both;
    margin: 0 auto;
    width: 980px;
    height: 20px;
    background-color: #F8F8F8;
    border-bottom: #DDDDDD solid 1px;
    text-align: left;
    color: #666666;
    line-height: 20px
}

.top .top_l {
    float: left;
    padding-left: 4px;
    font-size: 12px;
}

.top .top_r {
    float: right;
    padding-right: 4px;
    font-size: 12px;
}

.top .top_r a {
    text-decoration: none;
}

.top .top_r a:hover {
    color: #FF6600;
    text-decoration: underline
}

.head {
    clear: both;
    margin: 0 auto;
    width: 980px;
    text-align: left;
    height: 65px;
}

.head .logo {
    float: left;
    margin-top: 6px;
    text-align: center
}

#nav {
    clear: both;
    margin: 0 auto;
    width: 980px;
    height: 45px;
    text-align: left;
    line-height: 36px;
    color: #000;
    font-size: 15px;
    list-style-type: none;
    background-image: url(dht1.jpg);
}

#nav a {
    display: block;
    width: 138px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #2B2B2B;
    /*字体*/
}

#nav a:link {
    text-decoration: none;
}

#nav a:visited {
    text-decoration: none;
}

#nav a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


/*移动变色（字体）*/

#nav li {
    float: left;
    width: 138px;
    border-left: #DDDDDD solid 1px;
    border-right: #DDDDDD solid 1px;
    border-top: #DDDDDD solid 1px;
}

#nav li a:hover {
    background: #02429C;
}


/*移动变色（背景）*/


/*main*/

.main {
    clear: both;
    margin: 0 auto;
    width: 980px;
    height: auto;
    text-align: left;
    line-height: 35px;
    color: #000;
    list-style-type: none;
    padding-top: 3px;
    font-size: 12px;
}

h1 {
    background: url(dht2.jpg) no-repeat left center;
    border-bottom: 2px solid #6898D9;
    line-height: 33px;
    font-size: 14px;
    padding-left: 15px;
    color: #333333;
    clear: both;
}

.main ul li {
    border-bottom: 1px dashed #CCC;
    color: #004276;
    width: 450px;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: normal;
    background: url(dht3.jpg) no-repeat left 20px;
    padding-left: 10px;
    margin-right: 30px;
}

.main .left {
    margin-right: 40px;
}

.main ul li a:link {
    color: #004276;
}

.main ul li a:hover {
    color: #FF6600;
}

.main ul li a:visited {
    color: #004276;
}

.main ul li a:active {
    color: #004276;
}

.lx {
    clear: both;
    margin: 0 auto;
    width: 978px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-weight: bold;
}

.bottom {
    clear: both;
    margin: 0 auto;
    width: 980px;
    height: 18px;
    border-top: #02429C solid 2px;
    text-align: center;
    line-height: 19px;
    margin-top: 6px;
    padding-top: 10px;
    color: #0B1620;
    font-size: 12px;
}

a:link {
    color: #0B1620;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

a:visited {
    color: #0B1620;
    text-decoration: none;
}

a:active {
    color: #0B1620;
    text-decoration: none;
}