html, body {
    font-family: SimSun-ExtB;
}

/*头部导航*/
.header {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 106px;
}

.logo {
    width: 202px;
    height: 56px;
    margin: 24px 10px 24px 0;
}

.logo_title {
    width: 142px;
    height: 18px;
    margin-bottom: 38px;
}

.nav {
    display: inline-block;
    margin-left: 26px;
}

.nav .navLis a {
    color: #000;
    text-align: center;
    display: block;
    font-size: 14px;
}

.nav .navLis {
    float: left;
    min-width: 56px;
    width: 70px;
    margin-right: 30px;
    height: 101px;
    line-height: 101px;
    border-bottom: 5px solid #fff;
    position: relative;
}

.navLis:hover {
    cursor: pointer;
    border-bottom: 5px solid #a72226;
}

.navLis:hover a{
    font-weight: 700;
}

.nav .active {
    border-bottom: 5px solid #a72226;
}

.nav .active a {
    font-weight: 700;
}

.lang {
    float: right;
    width: 106px;
    height: 26px;
    margin-top: 36px;
    background: url("images/logo_lang.png") no-repeat 100% 100%;
}

.clear {
    overflow: hidden;
    content: '';
    clear: both;
}


/*底部*/
.footer,.otherFooter {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.footer{
    background: #f6f6f6;
    height: 260px;
}

.otherFooter{
    background: transparent;
    height: 50px;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
}

.footer_left {
    float: left;
    padding-top: 20px;
}

.footer_left img {
    width: 222px;
    height: 20px;
}

.desc span, .desc a, .visitor, .visitor span {
    color: #656565;
    font-size: 14px;
}

.desc {
    margin-top: 10px;
}

.desc li {
    height: 24px;
    line-height: 24px;
}

.weight {
    font-weight: 700;
    color: #333;
}

.desc a {
    text-decoration: underline;
}

.visitor {
    height: 36px;
    line-height: 36px;
}

.footer_right {
    width: 300px;
    height: 168px;
    margin-top: 32px;
    float: right;
}

.footer_right img {
    width: 100%;
    height: 100%;
}

.footer .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom {
    width: 100%;
    height: 50px;
    background: url("images/foot_bg.png") repeat-x 100% 100%;
}

.footer_bottom {
    position: relative;
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    background: url("images/footer_bg.png") no-repeat 100% 100%;
}

.footer_bottom img {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 40px;
}

.footer_bottom p {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    right: 20px;
    color: #fff;
}
.table{margin-bottom: 0px}
.table th {
    text-align: center;
    color: #ffffff;   /*表头中字体的颜色，白色*/
    background-color: #46ABE6; /*表头中的背景颜色，蓝色*/
}
.table td {
    text-align: center;
}