@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    color: #333;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    clear: both;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "SimSun", "SimHei", Helvetica Neue, Tahoma, Arial, 'Hiragino Sans GB';
    color: #333;
    font-size: 14px;
    outline: none;
}

a {
    color: #666;
    text-decoration: none
}

a:hover,
a:focus {
    color: #D21D1D;
    text-decoration: none
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

img {
    border: 0;
}

p {
    text-indent: 2rem;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.top .logo {
    width: 350px;
    height: 109px;
    float: left;
    margin-top: 44px;
    cursor: pointer;
}

.top .logo img {
    width: 100%;
    height: auto;
}

.nav {
    float: right;
    width: 100%;
    height: 57px;
    width: 800px;
    margin-top: 60px;
}

.nav a {
    display: block;
    float: left;
    font-size: 16px;
    color: #268F82;
    padding: 0 17px;
    line-height: 57px;
    background-color: #fff;
    transition: color .5s ease, background-color .5s ease-out;
}

.nav a:hover {
    background-color: #268F82;
    color: #fff;
}

.nav_line {
    width: 1px;
    height: 22px;
    float: left;
    margin-top: 18px;
    border-left: 1px dotted #fff;
}

.footer {
    width: 100%;
    height: 342px;
    margin-top: 24px;
    background: url(../images/footer_bg.png) left bottom no-repeat #EEEEEE;
    min-width: 1200px;
}

.footer .copyright {
    height: 55px;
    text-align: center;
}

.footer .copyright a {
    line-height: 55px;
    padding: 0 30px;
}

.information {
    margin-top: 36px;
    position: relative;
}

.information *,
.information a:hover {
    color: #fff;
    font-size: 14px;
}

.information .link {
    float: left;
    width: 247px;
    margin-left: 92px;
}

.information .link span {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.information ul li {
    line-height: 32px;
}

.information .foot_info {
    float: left;
    width: 420px;
    margin-top: 20px;
    border-right: 1px solid #6A7585;
}

.information .wx {
    position: absolute;
    right: 56px;
    top: 25px;
}

.pages {
    width: 95%;
    text-align: center;
    padding: 12px;
    clear: both;
    margin-top: 30px;
    cursor: pointer;
}

.pages span,
.pages a,
.pages b {
    font-size: 14px;
    margin: 2px 4px;
}

.pages span font {
    color: #333333;
    font-size: 12px;
}

.pages a,
.pages b {
    border: 1px solid #ccc;
    background: #DDD;
    padding: 2px 8px;
    text-decoration: none;
    border-radius: 4px;
}

.pages span {
    padding-right: 10px
}

.pages b,
.pages a:hover {
    background: #268F82;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #268F82;
}