﻿/* CSS Document */

body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    width: 100%;
}


/*通用头部样式*/

.header {
    width: 100%;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.head {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    position: relative;
}

.logo a {
    width: 418px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    background: url(../img/logo.png) no-repeat;
    background-size: cover;
    z-index: 99;
}

.com {
    height: 50px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99;
}

.com ul {
    width: 350px;
    height: 50px;
    float: left;
}

.com ul li {
    width: 87px;
    height: 50px;
    line-height: 25px;
    float: left;
}

.com ul li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 25px;
}

.com li a span {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #542569;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.com ul li a em {
    font-size: 14px;
    color: #542569;
    text-align: center;
    font-family: Arial;
}

.com li a:hover span {
    color: #ffffff;
}

.com li a:hover em {
    color: #ffffff;
}

.com li.current a span {
    color: #ffffff;
}

.com li.current a em {
    color: #ffffff;
}

.version {
    float: left;
    margin-left: 30px;
    z-index: 99;
}

.version a {
    margin: 0 6px 0 10px;
}


/*分页*/

.pages {
    text-align: center;
    height: 50px;
    margin: 20px auto;
    line-height: 50px;
}

.pages a {
    padding: 4px 10px;
    border: 1px solid #bdbdbd;
    color: #000000;
}

.pages a.currentpage {
    background: #148ac1;
    color: #fff;
}

