﻿body {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #282828 url(../images/bg.png) repeat-y center;
    line-height: 30px;
    color: #fff;
}
p, div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
table, li, tr, th, br {
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 30px;
}
img {
    display: block;
}

/* Á´½ÓÑÕÉ« */
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #C00;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.cl {
    clear: both;
}

/* nav */
.nav {
    width: 100%;
    color: #939393;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: SimSun;
    background: url(../images/bg01.jpg) repeat-y center;
}
.nav a {
    color: #939393;
}
.bg01 {
    background: url(../images/title_01.jpg) no-repeat center top;
    padding-top: 560px;
}
.bg02 {
    background: url(../images/title_02.png) no-repeat center top;
    margin-top: 35px;
    height: 82px;
}
.bg02 h2 {
    margin: 0px auto;
    width: 1000px;
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
}
.ww {
    margin: 0px auto;
    width: 1000px;
}
.box01 {
    float: left;
    width: 680px;
}
.tab3 {
    width: 310px;
    padding-left: 10px;
    float: left;
    list-style: none;
}
.tab3 li {
    margin-bottom: 5px;
}
.tab3 li a {
    display:block;
    text-decoration: none;
    color: #e4e4e4;
    width: 280px;
    height: 75px;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    background: #323132;
    padding: 15px 0 0 30px;
}
.tab3 li a:hover {
    color: #e4e4e4;
    text-decoration: none;
}
.tab3 li a.a_01, .tab3 li a.a_02, .tab3 li a.a_03 {
    background: #5b595b;
}
.box{
    position: relative;
}
.box .right{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 321px;
}
.box02{
    float: left;
    width: 655px;
}
.box02 h3{
    padding-top: 30px;
    font-size: 20px;
    font-weight: lighter;
}
.box03{
    float: left;
    width: 650px;
}
.box03 .left{
    float: left;
    width: 470px;
}
.box03 .right{
    float: right;
    width: 145px;
    text-align: center;
}
.box03 .right img{
    display: block;
    margin-bottom: 10px;
}
.tit{
    border-bottom: 1px solid #323132;
    padding: 20px 0 10px 20px;
    font-size: 20px;
    font-weight: lighter;
}
.list{
    margin: 10px 0 0 20px;
    display: blcok;
}
/* footer */
#footer {
    width: 100%;
    line-height: 25px;
    font-family: SimSun;
    font-size: 12px;
    color: #939393;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
#footer a {
    color: #939393;
}
#footer p {
    text-align: center;
    font-family: SimSun;
    font-size: 12px;
}
#footer address {
    font-style: normal;
    text-align: center;
    color: #939393;
    font-family: SimSun;
    font-size: 12px;
}