﻿@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.6 宋体;
    color: #333;
    background: #f4f4f4;
    min-width: 1200px;
}

html {
    height: 100%;
}

em, i, b {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

input, textarea {
    outline: none;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder, ::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

a {
    color: #333;
}

    a:hover {
        color: #dd3635;
    }

.wrapper, .w1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.dib {
    display: inline-block;
}

.clear {
    clear: both;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.white-bg {
    background: #fff;
}

.ti2 {
    
}

.color999 {
    color: #999;
}

.theme-color {
    color: #dd3635;
}

.bodyh {
    height: 100%;
    position: relative;
}
.bodyhh {
    min-height: 100%;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt40 {
    margin-top: 40px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p15 {
    padding: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p10 {
    padding: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p20 {
    padding: 20px;
}

.bb-so {
    border-bottom: 1px solid #e5e5e5;
}

.ovh li, .ovhh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wp-tit {
    font-size: 18px;
    padding-top: 10px;
}

    .wp-tit em, .wp-tit h1, .wp-tit h2, .wp-tit h3 {
        font-size: 18px;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
    }

        .wp-tit em:before, .wp-tit h1:before, .wp-tit h2:before, .wp-tit h3:before {
            content: '';
            background: #375ba6;
            width: 4px;
            height: 18px;
            display: inline-block;
            vertical-align: -2px;
            margin-right: 11px;
        }

    .wp-tit h1 {
        font-size: 30px;
        padding-left: 15px;
    }

        .wp-tit h1:before {
            content: normal;
        }

    .wp-tit .more {
        margin-right: 15px;
    }

.more {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

    .more:after {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin-bottom: 1px;
    }

    .more:hover {
        color: #999;
    }

.wp-title {
    font-size: 16px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #f4f4f4;
}

    .wp-title em, .wp-title h1, .wp-title h2, .wp-title h3 {
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
        position: relative;
    }

        .wp-title em:before, .wp-title h1:before, .wp-title h2:before, .wp-title h3:before {
            content: '';
            width: 100%;
            height: 2px;
            background: #375ba6;
            position: absolute;
            bottom: -6px;
        }

    .wp-title .js-hov-btn em:before, .wp-title .js-hov-btn h1:before, .wp-title .js-hov-btn h2:before, .wp-title .js-hov-btn h3:before {
        content: normal;
    }

    .wp-title .js-hov-btn .active em:before, .wp-title .js-hov-btn .active h1:before, .wp-title .js-hov-btn .active h2:before, .wp-title .js-hov-btn .active h3:before {
        content: '';
    }

    .wp-title .js-hov-btn a {
        color: #333;
    }

.wp-left {
    width: 860px;
    float: left;
}

.wp-right {
    width: 330px;
    float: right;
}

.hover-all {
    position: relative;
}

.show-all {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.hover-all:hover .show-all {
    display: block;
}

.icon-add:before {
    content: '';
    display: inline-block;
    background-image: url(icon-add.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

.icon-arrow:before {
    content: '';
    display: inline-block;
    background-image: url(icon-add.png);
    background-repeat: no-repeat;
    background-position: 0 -12px;
    position: absolute;
    left: 3px;
    top: 13px;
    width: 6px;
    height: 12px;
}

.other-add {
    position: relative;
    display: inline-block;
}

.other-add-cont {
    position: absolute;
    left: 14px;
    top: -12px;
    padding-left: 8px;
    z-index: 10;
}

.other-add-con {
    padding: 5px;
    min-width: 60px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e3e3e3;
    font-size: 14px;
    color: #333;
    z-index: 99;
    text-align: center;
    display: none;
}

.other-add:hover .other-add-con {
    display: block;
}

.icon-major1, .icon-major2, .icon-major3, .icon-major4, .icon-major5 {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: 1px;
    font-weight: 300;
    border-radius: 3px;
}

.icon-major1 {
    background: #4794d9;
}

.icon-major2 {
    background: #54c041;
}

.icon-major3 {
    background: #8b69da;
}

.icon-major4 {
    background: #d01f36;
}

.icon-major5 {
    background: #f4a930;
}

.i-tag span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 14px;
}

.i-tag1 {
    background: #dd3635;
}

.i-tag2 {
    background: #3b91dd;
}

.xx-list-con ul {
    padding: 10px 0;
}

.xx-list-con li {
    height: 35px;
    line-height: 35px;
}

    .xx-list-con li:before {
        content: '';
        width: 2px;
        height: 2px;
        background: #333;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.no-cont {
    background-color: #fff;
    text-align: center;
    padding: 50px;
    font-size: 14px;
    color: #999;
}

    .no-cont img {
        vertical-align: middle;
        margin-right: 10px;
        width: 230px;
    }

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1531106965506');
    src: url('iconfont.eot?t=1531106965506#iefix') format('embedded-opentype'), url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url('iconfont.ttf?t=1531106965506') format('truetype'), url('iconfont.svg?t=1531106965506#iconfont') format('svg');
}

.right-kefu {
    position: fixed;
    right: 19px;
    top: 30%;
    font-size: 12px;
    z-index: 999;
    line-height: normal;
}

    .right-kefu ul li {
        position: relative;
    }

        .right-kefu ul li a.kefu-hob {
            background: #375ba6;
            color: #fff;
        }

        .right-kefu ul li a.kefu-online {
            background: #375ba6;
        }

.kefu-close {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(right-kefu.png) no-repeat;
    background-position: -70px -40px;
    right: 0;
    top: -16px;
}

.kefu-hov {
    width: 55px;
    height: 55px;
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    color: #375ba6;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,102,102,.2);
}

.kefu-i:before {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kefu-online {
    background: #375ba6;
    padding-top: 3px;
}

    .kefu-online i:before {
        content: '';
        display: block;
        background: url(right-kefu.png) no-repeat center;
        width: 30px;
        height: 30px;
        background-position: -5px -35px;
    }

    .kefu-online p {
        color: #fff;
    }

.kefu-phone i:before {
    content: '\e6b4';
}

.kefu-code i:before {
    content: '\e624';
}

.kefu-share i:before {
    content: '\e610';
}

.kefu-gotop i:before {
    content: '\e600';
}

.kefu-con {
    position: absolute;
    right: 55px;
    top: 0;
    width: 134px;
    overflow: hidden;
    display: none;
}

.kefu-cono {
    width: 80px;
}

.kefu-hide {
    background-color: #fff;
    color: #375ba6;
    padding: 10px;
    transform: translate(134px);
    transition: transform .3s;
    overflow: hidden;
}

    .kefu-hide.show {
        transform: translate(0);
    }

.kefu-arrow {
    width: 7px;
    height: 10px;
    background: url(right-kefu.png) no-repeat;
    background-position: -150px -60px;
    position: absolute;
    right: 4px;
    top: 10px;
    display: none;
}

.kefu-ol-con {
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
}

.kefu-ol .kefu-ol-con:first-child {
    border-top: none;
    padding-top: 0;
}

.kefu-hide .kefu-tit {
    font-size: 14px;
    font-weight: normal;
}

.kefu-ol-con ul li a {
    width: 52px;
    height: 22px;
    display: inline-block;
    background: url(right-kefu.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kefu-ol-con ul li:first-child a {
    margin-right: 6px;
}

.kefu-ol-con ul li {
    float: left;
}

    .kefu-ol-con ul li a.kefu-qq {
        background-position: -5px -60px;
    }

    .kefu-ol-con ul li a.kefu-zx {
        background-position: -70px -60px;
    }

.kefu-hide .kefu-mobile .kefu-h3 {
    margin-bottom: 5px;
}

.kefu-hide .kefu-mobile .kefu-h4 {
    font-size: 18px;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-bottom: 7px;
    font-family: arial;
    font-weight: bold;
    color: #dd3635;
    border-bottom: 1px solid #e8e8e8;
}

.kefu-ewm img {
    width: 111px;
    height: 111px;
}

.kefu-ewm p {
    margin-top: 5px;
    text-align: center;
}

.kefu-more {
    width: 50px;
    display: block;
    text-align: center;
    background: rgba(204,204,204,.8);
    margin-bottom: 5px;
    display: none;
    float: left;
}

    .kefu-more i {
        width: 22px;
        height: 7px;
        display: inline-block;
        background: url(right-kefu.png) no-repeat;
        background-position: -5px -40px;
    }

.kefu-gotop {
    margin-top: 10px;
}

#share-iconn {
    margin-right: -10px;
}

    #share-iconn a {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        background: url(right-kefu.png) no-repeat;
        float: left;
    }

        #share-iconn a:hover {
            color: #333;
            opacity: .8;
            filter: alpha(opacity=80);
        }

    #share-iconn .bds_qzone {
        background-position: 0 -36px;
    }

    #share-iconn .bds_weixin {
        background-position: -5px -110px;
    }

    #share-iconn .bds_tsina {
        background-position: -80px -70px;
    }

    #share-iconn .bds_tqq {
        background-position: -40px -70px;
    }

    #share-iconn .bds_renren {
        background-position: 0 -114px;
    }

    #share-iconn .bds_sqq {
        background-position: -39px -110px;
    }

    #share-iconn .bds_bdhome {
        background-position: -5px -70px;
    }

    #share-iconn .bds_more {
        background-position: -80px -110px;
    }

.kefu-hob {
    background: #375ba6;
    color: #fff;
}

    .kefu-hob i.kefu-i:before {
        background-position-y: -35px;
    }

    .kefu-hob p.kefu-font {
        color: #fff;
    }

.header-top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    min-width: 1200px;
    color: #3ba2f2;
    background: #efefef;
    overflow: hidden;
    font-family: microsoft yahei;
}

    .header-top a {
        color: #375ba6;
        font-weight: bold;
    }

.header-left {
    font-size: 12px;
    color: #666;
}

    .header-left a {
        font-size: 12px;
        font-weight: normal;
        color: #666;
    }

        .header-left a:hover {
            color: #375ba6;
        }

.header-right a {
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    font-weight: normal;
    color: #666;
}

    .header-right a:before {
        content: '';
        background: #ccc;
        height: 12px;
        width: 1px;
        position: absolute;
        left: -10px;
        top: 3px;
    }

    .header-right a:first-child:before {
        content: normal;
    }

.header-btm {
    height: 110px;
    position: relative;
    background: #fff;
    min-width: 1200px;
}

.logo img {
    margin-top:17px;
}

.search {
    margin-top:45px;
    margin-left: 92px;
}

    .search input {
        border: 2px solid #375ba6;
        width: 420px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 10px;
    }

.icon-search {
    background: #375ba6;
    width: 100px;
    height: 40px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

    .icon-search:hover {
        opacity: .9;
    }

.tel {
    margin-top:30px;
}

.nav {
    min-width: 1200px;
}

.nav-mid {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    width: 960px;
}

    .nav-mid li {
        float: left;
        text-align: center;
        width: 14%;
    }

        .nav-mid li a {
            display: block;
        }

        .nav-mid li.active {
            font-weight: bold;
        }

.nav-all {
    position: relative;
}

    .nav-all .nav-item:last-child .nav-tit {
        border-bottom: none;
    }

    .nav-all .nav-btn {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #375ba6;
        width: 240px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    .nav-all .bb-so {
        border-color: #f4f4f4;
    }

.nav-btn:before {
    content: '';
    width: 19px;
    height: 14px;
    background: url(nav-icon.png) no-repeat;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
}

.nav-list {
    position: absolute;
    top: 50px;
    width: 240px;
    z-index: 3;
    box-sizing: border-box;
    display: none;
    left: 0;
    box-shadow: 0 0 10px rgba(153, 153, 153, .5);
}

.nav-tit {
    position: relative;
    padding: 6px 15px;
    background: #fff;
}

    .nav-tit:before {
        content: '';
        width: 210px;
        background: #f5f5f5;
        height: 1px;
        position: absolute;
        bottom: 0;
    }

.nav-tit1 {
    background: #dedede;
}

    .nav-tit1:before {
        background: #dedede;
    }

.nav-ltit {
    font-size: 16px;
    margin-bottom: 4px;
}

.nav-stit {
    font-size: 12px;
}

.nav-item {
    height: 60px;
    box-sizing: border-box;
}

.nav-tit:after {
    content: '';
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav-stit a {
    margin-left: 10px;
    color: #888;
}

    .nav-stit a:hover {
        color: #dd3635;
    }

    .nav-stit a:first-child {
        margin-left: 0;
        float: left;
    }

.nav-con {
    display: none;
    position: absolute;
    background: #fff;
    width: 690px;
    height: 420px;
    box-sizing: border-box;
    left: 240px;
    top: 0;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(153, 153, 153, .5);
    border-left: none;
    z-index: 2;
}

.nav-ctit {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin-top: 5px;
}

.nav-rebtn {
    font-size: 14px;
    float: right;
    color: #375ba6;
}

.nav-ul {
    padding-bottom: 10px;
}

    .nav-ul li {
        float: left;
        margin-left: 10px;
    }

    .nav-ul:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.nav-ctit .more {
    margin-top: 0;
}

.nav-sch li {
    float: left;
    width: 119px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    text-align: center;
    padding: 15px 10px 10px;
    margin-left: 10px;
}

    .nav-sch li p {
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-sch li img {
        width: 55px;
        height: 55px;
    }

.nav-blist {
    padding-top: 20px;
}

    .nav-blist li {
        float: left;
        width: 25%;
    }

        .nav-blist li img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

.nav-dl dl {
    float: left;
    width: 155px;
    margin-left: 9px;
}

    .nav-dl dl:first-child {
        margin-left: 0;
    }

    .nav-dl dl dt {
        width: 155px;
        height: 110px;
        overflow: hidden;
    }

        .nav-dl dl dt img {
            width: 155px;
            height: 110px;
            transition: all .2s;
        }

            .nav-dl dl dt img:hover {
                transform: scale(1.2);
                opacity: .9;
            }

    .nav-dl dl dd {
        line-height: 20px;
        height: 40px;
        margin-top: 10px;
        overflow: hidden;
    }

.nav-ul50 li {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding-left: 5px;
}

    .nav-ul50 li:before {
        content: '';
        background: #333;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }

.nav-dl1 dl {
    width: 155px;
    margin-left: 9px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

    .nav-dl1 dl:nth-child(4n+1) {
        margin-left: 0;
    }

.nav-dl1 dt {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .nav-dl1 dt a {
        font-size: 16px;
        color: #3ba2f2;
    }

.nav-dl1 dd {
    float: left;
    margin-left: 16px;
    position: relative;
}

    .nav-dl1 dd:before {
        content: '';
        background: #f0f0f0;
        width: 1px;
        height: 16px;
        position: absolute;
        left: -8px;
        top: 4px;
    }

    .nav-dl1 dd:first-of-type {
        margin-left: 0;
    }

        .nav-dl1 dd:first-of-type:before {
            content: normal;
        }

.nav-more-btn a:after {
    content: '';
    border-left: 1px solid #878787;
    border-top: 1px solid #878787;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    vertical-align: 3px;
    margin-left: 6px;
}

.nav-more-btn1 a:after {
    transform: rotate(45deg);
    vertical-align: -2px;
}

.nav-more-btn a:hover:after {
    border-color: #dd3635;
}

.nav .w1200 {
    position: relative;
}

.nav-more {
    position: absolute;
    right: 30px;
    width: 110px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    line-height: 2;
    top: 50px;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 6;
}

    .nav-more:before {
        content: '';
        width: 15px;
        height: 6px;
        position: absolute;
        top: -6px;
        background: url(tab-bg.png) no-repeat;
        background-position: -2px -1px;
        left: 50%;
        margin-left: -7px;
        transform: rotate(180deg);
    }

.area:hover .area-con {
    display: block;
}

.area:hover .area-btn:after {
    transform: rotate(45deg);
    vertical-align: -2px;
}

.area {
    margin-left: 20px;
    margin-top: 40px;
    position: relative;
}

.area-btn {
    font-size: 18px;
    padding-bottom: 20px;
}

    .area-btn:after {
        content: '';
        border-left: 1px solid #878787;
        border-top: 1px solid #878787;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(225deg);
        vertical-align: 3px;
        margin-left: 6px;
    }

.area-btn1:after {
    transform: rotate(45deg);
}

.area-btn:hover:after {
    border-color: #dd3635;
}

.area-con {
    position: absolute;
    top: 35px;
    border: 1px solid #ddd;
    width: 432px;
    background: #fff;
    padding: 15px;
    z-index: 2;
    box-sizing: border-box;
    left: -40px;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 8;
}

    .area-con li {
        float: left;
        width: 80px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
    }

.footer-wrapper {
    background: #202020;
    color: #fff;
    min-width: 1200px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

    .footer a {
        color: #fff;
    }

.footer-lists {
    padding: 50px 0 25px;
    border-bottom: 1px solid #636363;
}

    .footer-lists a {
        font-size: 16px;
        
    }

.footer .footer-tel {
    color: #38d78e;
    font-size: 16px;
}

.footer-sites {
    font-size: 12px;
    color: #fff;
    margin: 30px 0;
}

    .footer-sites a {
        background: #101010;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        padding: 0 20px;
        margin-right: 10px;
        transition: background .4s;
    }

        .footer-sites a.active {
            background: #394043;
        }

.footer-links {
    border-bottom: 1px solid #636363;
    padding-bottom: 30px;
}

    .footer-links a {
        margin-right: 20px;
        display: inline-block;
        line-height: 2;
    }

.footer-copy {
    padding-bottom: 40px;
    margin-top: 30px;
}

.nav-brand {
    font-size: 14px;
    line-height: 1;
   
    margin: 20px 0;
}

    .nav-brand a, .nav-brand span {
        color: #000;
    }

        .nav-brand a:hover {
            color: #dd3635;
        }

    .nav-brand i {
        font-family: simsun;
        color: #666;
        margin: 0 5px;
    }

.search {
    position: relative;
}

.search-slide {
    position: absolute;
    top: 38px;
    left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 416px;
    border: 2px solid #375ba6;
    background: #fff;
    z-index: 1000;
    display: none;
}

    .search-slide li a {
        display: block;
        padding-left: 10px;
        line-height: 28px;
        font-size: 14px;
    }

        .search-slide li a:hover {
            background: #f2f2f2;
        }

.hot-search {
    position: absolute;
}

.hot-search {
    position: absolute;
    top: 0;
    right: 100px;
}

    .hot-search a {
        display: inline-block;
        margin-top: 11px;
        margin-right: 10px;
        padding: 3px;
        background: #eee;
        font-size: 12px;
        color: #999;
        line-height: 1;
    }

        .hot-search a:hover {
            background: #375ba6;
            color: #fff;
        }

.article {
    padding: 20px;
}

    .article h1 {
        font-size:20px;
		text-align:center;
		color:#000;
		font-family:"微软雅黑";
		font-weight:bold;
    }

.process h1 {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.xx-mor {
    position: relative;
}

    .xx-mor .more {
        position: absolute;
        right: 0;
        top: 10px;
    }

.article-btm .xx-list-con {
    width: 395px;
}

.article-con {
    margin-top: 20px;
	overflow:hidden;
	
}
.article-con img{
	max-width:800px;
}
    .article-con p {
        line-height: 28px;
        font-size: 16px;
       font-family: arial,helvetica,sans-serif;
        margin-bottom: 10px;
		color:#000;
    }

    .article-con table {
        margin-bottom: 14px;
        margin-top: 12px;
        width: 100% !important;
    }

        .article-con table tr td {
            padding: 5px;
            border-color: #ddd;
            line-height: 22px;
            font-size: 16px;
            color: #666;
            border: 1px solid #beccdb;
        }

            .article-con table tr td p {
                margin-bottom: 0;
            }

    .article-con .red-words {
        line-height: 32px;
        color: #f00;
        font-size: 16px;
        font-weight: 400;
    }

    .article-con .tableBg {
        background: #f3f7f8;
    }

        .article-con .tableBg td {
            font-weight: bold;
            color: #666;
        }

    .article-con a {
        color: #1787e0;
    }

        .article-con a.keylink {
            color: #1787e0;
            border-bottom: 1px dotted #1787e0;
        }

.left-img img {
    width: 860px;
    height: 90px;
}

.left-img-lg img {
    width: 1200px;
}

.school-top .i-tag {
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 10px;
}

.sch-info {
    padding-right: 10px;
    margin-top: -10px;
}

    .sch-info li {
        float: left;
        font-size: 18px;
        text-align: center;
        padding: 0 15px;
        border-left: 1px solid #e8e8e8;
    }

        .sch-info li a {
            color: #e9313b;
            display: block;
        }

        .sch-info li p {
            font-size: 14px;
            color: #666;
        }

        .sch-info li.sch-color1 p {
            color: #e7222d;
        }

        .sch-info li.sch-color2 p {
            color: #0000ff;
        }

.sch-a {
    display: inline-block;
}

    .sch-a a, .sch-a span {
        margin-left: 6px;
    }

        .sch-a a:first-child, .sch-a span:first-child {
            margin-left: 0;
        }

.jz-titt {
    width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}

.sch-logo {
    height: 123px;
    padding-bottom: 30px;
}

    .sch-logo img {
        height: 123px;
    }

.sch-ul {
    margin-top: 25px;
}

    .sch-ul li {
        float: left;
        width: 33%;
        margin-bottom: 12px;
    }

        .sch-ul li span {
            color: #666;
        }

.sch-uls {
    padding-left: 157px;
    margin-top: 0px;
}

    .sch-uls li {
        margin-bottom: 0;
        line-height: 35px;
    }

        .sch-uls li span.color1 {
            color: #e7222d;
        }

.sch-guide {
    padding: 10px 0 20px 15px;
}

    .sch-guide a {
        border: 1px solid #ddd;
        border-radius: 5px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        padding: 0 20px;
        margin-right: 10px;
    }

.sch-uls .sch-intro {
    width: 100%;
    line-height: 1.6;
    margin-top: 5px;
}

.sch-uls .other-add-cont {
    top: 0;
}

.sch-ul .other-add-cont {
    top: 27px;
    right: -27px;
    left: auto;
}

.sch-ul .other-add-con {
    width: 288px;
    text-align: left;
    padding: 10px;
}

.sch-ul .icon-arrow:before {
    left: auto;
    right: 30px;
    top: -8px;
    transform: rotate(90deg);
}

.sch-ul .other-add-cont p {
    display: inline-block;
    margin-right: 8px;
}

.introduce {
    padding-top: 0;
}

.intro-tit {
    padding-top: 15px;
}

    .intro-tit a {
        position: relative;
        color: #333;
        margin-right: 30px;
    }

        .intro-tit a.active:before {
            content: '';
            height: 4px;
            width: 100%;
            background: #db251e;
            position: absolute;
            top: -15px;
        }

.introduce h2 {
    font-size: 18px;
}

.introduce .article-con {
    margin-top: 6px;
}

.major-list {
    position: relative;
    padding: 0 15px 20px;
    margin-top: 5px;
}

.major-item {
    width: 270px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.major-ins {
    border: 1px solid #e8e8e8;
}

.major-item:nth-child(3n) {
    margin-right: 0;
}

.ma-tit {
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: bold;
}

.ma-name {
    font-size: 18px;
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ma-num {
    font-size: 12px;
    color: #f00;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    border: 1px solid #f7aaaa;
    padding: 0 8px;
    border-radius: 16px;
    margin-top: 11px;
}

    .ma-num:hover {
        background: #eb613c;
        color: #fff;
    }

.ma-detail, .ma-detail:hover {
    color: #0000ff;
}

.ma-txt {
    margin: 10px 10px 5px;
    height: 154px;
    overflow: hidden;
   
}

.ma-ul {
    margin: 10px 10px 10px;
    border-top: 1px dashed #f4f4f4;
    padding-top: 10px;
}

    .ma-ul:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

    .ma-ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        line-height: 1.6;
        text-align: center;
    }

    .ma-ul .jz {
        border-right: 1px solid #e3e3e3;
    }

        .ma-ul .jz p {
            color: #333;
        }

        .ma-ul .jz a, .ma-ul .xf span {
            display: block;
            margin-top: 5px;
            color: #f00;
        }

.schs-top {
    padding: 15px;
    position: relative;
}

.schs-topa {
    padding-left: 46px;
}

    .schs-topa a {
        line-height: 20px;
        padding: 0 8px;
        float: left;
        height: 20px;
        font-size: 14px;
        margin: 4px;
    }

        .schs-topa a.active {
            background: #375ba6;
            color: #fff;
            border-radius: 3px;
        }

.schs-ml {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
}

.wp-span {
    font-size: 14px;
    margin-right: 15px;
    line-height: 28px;
}

.schs-item {
    padding-bottom: 15px;
}

    .schs-item:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.schs-list {
    margin-right: -18px;
    padding: 0 15px;
}

    .schs-list dl {
        float: left;
        width: 279px;
        border: 1px solid #eee;
        box-sizing: border-box;
        padding: 10px;
        margin-right: 18px;
        margin-top: 15px;
        position: relative;
    }

        .schs-list dl:hover {
            box-shadow: 0 0 10px #ddd;
        }

        .schs-list dl.push {
            background: #ebf6fe;
        }

            .schs-list dl.push:before {
                content: '';
                background: url(sch-push.png) no-repeat;
                width: 39px;
                height: 39px;
                position: absolute;
                right: 0;
                top: 0;
            }

        .schs-list dl dt {
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 8px;
        }

.schs-dt {
    margin: 8px 0;
}

    .schs-dt a {
        font-size: 14px;
        margin-right: 20px;
        position: relative;
    }

        .schs-dt a:before {
            content: '';
            background: #f0f0f0;
            width: 1px;
            height: 16px;
            position: absolute;
            left: -10px;
            top: 2px;
            cursor: default;
        }

        .schs-dt a:first-child:before {
            content: normal;
        }

.schs-fl {
    font-size: 12px;
}

    .schs-fl a {
        margin-left: 8px;
    }

.schs-flsss a {
    margin-left: 0px;
}

.schs-fl a:first-child {
    margin-left: 0;
}

.coll-list {
    padding: 20px 15px 0;
    margin-right: -20px;
}

.coll-item {
    float: left;
    width: 575px;
    height: 207px;
    margin-right: 20px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px;
}

    .coll-item:hover {
        box-shadow: 0 0 10px #ddd;
    }

.coll-top {
    margin-bottom: 20px;
}

.coll-tleft img {
    height: 42px;
}

.coll-tleft .i-tag {
    margin-top: 11px;
    margin-left: 5px;
}

.coll-tright li {
    float: left;
    width: 60px;
    text-align: center;
    border-left: 1px solid #e8e8e8;
}

    .coll-tright li a {
        color: #375ba6;
        display: block;
    }

        .coll-tright li a p {
            color: #333;
        }

.coll-bimg {
    margin-right: 20px;
    width: 160px;
    height: 100px;
    overflow: hidden;
}

    .coll-bimg img {
        width: 160px;
        height: 100px;
        transition: all .3s;
    }

        .coll-bimg img:hover {
            transform: scale(1.3);
            opacity: .9;
        }

.coll-binfo {
    width: 363px;
}

    .coll-binfo li {
        line-height: 1.9;
    }

.coll-bul1 {
    margin-top: -3px;
}

    .coll-bul1 li p {
        float: left;
        width: 50%;
    }

    .coll-bul1 li em {
        color: #666;
    }

    .coll-bul1 li .color1 {
        color: #f00;
    }

    .coll-bul1 li a {
        margin-right: 10px;
    }

.coll-bul2 li a {
    color: #666;
}

    .coll-bul2 li a:hover {
        color: #dd3635;
    }

.detail h1 {
    text-align: center;
}

.article-show {
    max-height: 187px;
    overflow: hidden;
    animation: all .4s;
}

    .article-show.mask {
        position: relative;
        -webkit-mask-image: linear-gradient(#1a1a1a calc(100% - 80px),transparent calc(100% - 2px));
        mask-image: linear-gradient(#1a1a1a calc(100% - 80px),transparent calc(100% - 2px));
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .article-show.show {
        max-height: none;
    }

.article-btn a {
    display: block;
    color: #666;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

    .article-btn a:hover {
        border-color: #be0000;
        color: #be0000;
    }

.btm-tel {
    font-size: 14px;
}

    .btm-tel b {
        color: #e7222d;
    }

.article-intro {
    line-height: 24px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.article-connect {
    font-size: 16px;
}

    .article-connect h4 {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 18px;
        color: #f00;
        font-weight: bold;
    }

.connect-left p {
    line-height: 36px;
    color: #777;
}

    .connect-left p span {
        color: #333;
        margin-right: 15px;
    }

.connect-right img {
    display: block;
    margin: 15px auto;
    height: 41px;
}

.connect-right a {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #be0000;
}

    .connect-right a:hover {
        opacity: .9;
    }

.icon-xing:before {
    content: '';
    display: inline-block;
    background-image: url(icon-bm.png);
    background-repeat: no-repeat;
    background-position: -25px -51px;
    width: 19px;
    height: 17px;
    vertical-align: -2px;
    margin-right: 6px;
}

.article-link {
    border-top: 1px solid #e5e5e5;
}

    .article-link p {
        
        font-size: 16px;
        color: #666;
       
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .article-link a {
        color: #666;
    }

        .article-link a:hover {
            color: #dd3635;
        }

    .article-link p:first-child {
        padding-right: 15px;
    }

.list-top {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

    .list-top a {
        margin-left: 30px;
    }

        .list-top a:first-child {
            margin-left: 0;
        }

        .list-top a:nth-child(2n) {
            color: #e7222d;
        }

        .list-top a:nth-child(2n-1) {
            color: #174da8;
        }

.list-all li:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.list-all li.icon-push:before, .list-cjcx li.icon-push:before {
    content: '';
    background: url(icon-push.png) no-repeat;
    display: inline-block;
    vertical-align: -1px;
    width: 32px;
    height: 15px;
    margin-right: 5px;
    border-radius: 0;
}

.list-cjcx li:before {
    content: '';
    background: url(icon-rule.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -5px -5px;
    width: 13px;
    height: 16px;
    margin-right: 5px;
}

.tab-tit {
    border-bottom: 1px solid #dadada;
    height: 50px;
    line-height: 50px;
}

    .tab-tit .tab-left {
        font-size: 18px;
        color: #333;
        width: 100px;
        text-align: center;
        float: left;
        border-bottom: 2px solid #375ba6;
        line-height: 49px;
    }

.tab-con li {
    height: 45px;
    line-height: 45px;
    position: relative;
    padding-right: 90px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.article-time {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
}

.tab-right {
    margin-top: 5px;
}

    .tab-right a {
        font-size: 16px;
        float: left;
        width: 80px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #f4f4f4;
        color: #333;
    }

        .tab-right a.active {
            background: #375ba6;
            color: #fff;
        }

.article-top h1 {
    padding-bottom: 15px;
    color: #333;
    font-size: 32px;
    font-weight: 400;
}

.article-info {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-bottom: 8px;
}

    .article-info p {
        margin-right: 14px;
    }

    .article-info a {
        color: #999;
    }

        .article-info a:hover {
            color: #dd3635;
        }

    .article-info span {
        color: #666;
    }

.ques-tit {
    margin-bottom: 5px;
}

.questions-part h1 {
    font-size: 24px;
}

.ques-time {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}

    .ques-time span {
        margin-left: 15px;
    }

    .ques-time a {
        color: #666;
    }

        .ques-time a:hover {
            color: #dd3635;
        }

.ques-con {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

    .ques-con p {
        
    }

.ques-reply h1, .ques-reply h2, .ques-reply h3 {
    font-size: 20px;
}

.ques-reply-con p {
    color: #666;
    line-height: 1.8;
}

.questions-part.article-con {
    margin-top: 0;
}

.icon-pro:before {
    content: '';
    display: inline-block;
    background-image: url(icon-bm.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -50px -52px;
    width: 24px;
    height: 24px;
    vertical-align: -2px;
    margin-right: 10px;
}

.icon-ans:before {
    content: '';
    display: inline-block;
    background-image: url(icon-bm.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -90px -52px;
    width: 20px;
    height: 22px;
    margin-right: 10px;
}

.sitemap {
    width: 1100px;
    margin: 20px auto 0;
}

    .sitemap p {
        margin: 10px 0 20px;
        font-weight: bold;
        clear: both;
        font-size: 20px;
    }

    .sitemap .site-tit {
        margin: 10px 0 20px;
        font-weight: bold;
    }

    .sitemap ul {
        margin-right: -75px;
    }

    .sitemap li {
        float: left;
        width: 160px;
        margin-right: 75px;
        margin-bottom: 30px;
        text-align: center;
    }

        .sitemap li p {
            margin: 0;
            font-weight: normal;
            font-size: 0;
        }

        .sitemap li a {
            border: 1px solid #ad0c28;
            float: left;
            width: 100%;
            box-sizing: border-box;
            height: 35px;
            line-height: 35px;
            color: #136ec2;
            font-size: 16px;
        }

            .sitemap li a:hover {
                color: #dd3635;
            }

.article-enter a {
    font-size: 14px;
    color: #f00;
    border: 1px solid #ffb2b2;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    display: inline-block;
    padding: 0 10px;
}

    .article-enter a:hover {
        background: #f00;
        color: #fff;
    }

.mid-intro {
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 5px;
}

    .mid-intro .color2 {
        color: #00f;
    }

.schs-tlist {
    position: relative;
}

.setTop:before {
    content: '';
    display: inline-block;
    background: url(settop.png) no-repeat;
    vertical-align: -2px;
    width: 27px;
    height: 15px;
    margin-right: 5px;
}

.art-list dl {
    padding:12px 0;
    border-bottom: 1px solid #f4f4f4;
}

    .art-list dl:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.art-list dt {
    float: left;
    margin-right: 15px;
    width: 180px;
    height: 110px;
    overflow: hidden;
}

    .art-list dt img {
        width: 180px;
        height: 110px;
        transition: all .3s;
    }

        .art-list dt img:hover {
            transform: scale(1.2);
            opacity: .9;
        }

.art-tit {
    font-size: 16px;
}

.art-intro {
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    margin: 15px 0 5px;
}

.art-time {
    color: #666;
    float: right;
    font-size: 12px;
}

.filter-cont {
    padding: 20px 0 0;
    border-bottom: 1px solid #e8e8e8;
}

.filter-list {
    line-height: 18px;
    margin-bottom: 15px;
}

    .filter-list span {
        font-size: 16px;
        color: #333;
        margin: 4px 0;
        font-weight: bold;
    }

    .filter-list .f-group {
        width: 660px;
    }

    .filter-list a {
        float: left;
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
        margin: 4px 2px;
    }

    .filter-list .filter-t a {
        margin: 4px 2px;
    }

    .filter-list a:hover {
        color: #dd3635;
    }

    .filter-list a.active {
        background: #375ba6;
        color: #fff;
        border-radius: 2px;
    }

.filter-t {
    position: relative;
}

.filter-c:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.filter-list a.filter-more {
    position: absolute;
    right: 0;
    top: -2px;
    color: #2323ff;
    font-size: 14px;
    padding: 0 8px;
    line-height: 24px;
    height: auto;
}

.filter-more:after {
    content: '';
    border-top: 5px solid #2323ff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px;
}

.filter-b .filter-more:after {
    transform: rotate(180deg);
    vertical-align: 3px;
}

.filter-list .f-groups {
    max-height: 120px;
    overflow-y: auto;
    margin-left: 48px;
    width: 710px;
}

.filter-list .filter-dv1 {
    width: 290px;
}

.filter-list .filter-dv {
    width: 500px;
}

.filter-list .filter-dv1 .f-group {
    width: 200px;
}

.filter-list .filter-dv .f-group {
    width: 410px;
}

.b-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.b-con {
    position: relative;
    padding-left: 22px;
}

    .b-con p {
        overflow: hidden;
    }

.b-ques {
    color: #404040;
    margin: 0 0 8px;
}

    .b-ques p {
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 80px;
        font-weight: bold;
        font-size: 16px;
    }

.b-anw p {
    color: #666;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
}

.b-tag {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    left: 0;
    top: 4px;
}

.b-ques .b-tag {
    background: #eb560c;
}

.b-anw .b-tag {
    background: #1787e0;
}

.b-time {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: right;
    overflow: hidden;
}

.zt-list dl {
    width: 565px;
    float: left;
    margin-top: 20px;
}

    .zt-list dl:nth-child(2n) {
        float: right;
    }

.zt-list dt {
    width: 150px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

    .zt-list dt img {
        width: 150px;
        height: 110px;
        transition: all .3s;
    }

        .zt-list dt img:hover {
            transform: scale(1.2);
            opacity: .9;
        }

.zt-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.zt-intro {
    max-height: 66px;
    overflow: hidden;
}

.wp-con {
    padding: 10px 0px 10px 15px;
}

    .wp-con:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.wp-right .wp-title {
    padding: 10px 15px 0;
    border-bottom: none;
}

.rank {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    background: #bbb;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    border-radius: 2px;
}

.rank1 {
    background: #eb613c;
}

.rank2 {
    background: #eb7e3c;
}

.rank3 {
    background: #ebaf3c;
}

.adv4 img {
    width: 330px;
    height: 60px;
}

.wp-right .xx-list-con {
    padding-top: 5px;
}

    .wp-right .xx-list-con ul {
        padding: 0;
    }

    .wp-right .xx-list-con li {
        height: 30px;
        line-height: 30px;
    }

.right-column .wp-con {
    padding-bottom: 8px;
    padding-top: 15px;
}

.right-column li {
    width: 66px;
    float: left;
    margin-right: 12px;
    text-align: center;
    margin-bottom: 12px;
}

    .right-column li:nth-child(4n) {
        margin-right: 0;
    }

    .right-column li a {
        display: block;
        padding: 0 0 4px;
        background: #f4f4f4;
    }

        .right-column li a:hover {
            background: #375ba6;
            color: #fff;
        }

            .right-column li a:hover:before {
                background-position-y: -40px;
            }

        .right-column li a:before {
            content: '';
            display: block;
            width: 40px;
            height: 40px;
            background: url(right-col.png) no-repeat;
            margin: 0 auto;
        }

    .right-column li .icon-col1:before {
        background-position: 0 0;
    }

    .right-column li .icon-col2:before {
        background-position: -40px 0;
    }

    .right-column li .icon-col3:before {
        background-position: -80px 0;
    }

    .right-column li .icon-col4:before {
        background-position: -120px 0;
    }

    .right-column li .icon-col5:before {
        background-position: -160px 0;
    }

    .right-column li .icon-col6:before {
        background-position: -200px 0;
    }

    .right-column li .icon-col7:before {
        background-position: -240px 0;
    }

    .right-column li .icon-col8:before {
        background-position: -280px 0;
    }

.right-guide .wp-tit {
    padding-bottom: 10px;
}

.g-list {
    margin-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

    .g-list:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.g-tit {
    margin-bottom: 5px;
}

    .g-tit:before {
        content: '';
        display: inline-block;
        background: url(icon-index.png) no-repeat;
        width: 13px;
        height: 13px;
        background-position: -5px -125px;
        vertical-align: middle;
        margin-right: 5px;
    }

.g-con {
    margin-left: 18px;
}

    .g-con li {
        float: left;
        line-height: 1.2;
        margin-left: 10px;
        font-size: 12px;
        position: relative;
    }

        .g-con li:after {
            content: '';
            background: #b8b8b8;
            width: 1px;
            height: 80%;
            position: absolute;
            left: -6px;
            top: 10%;
        }

        .g-con li:first-child {
            margin-left: 0;
        }

            .g-con li:first-child:after {
                content: normal;
            }

        .g-con li a {
            color: #666;
        }

            .g-con li a:hover {
                color: #dd3635;
            }

.g-ul li a {
    color: #d92017;
}

    .g-ul li a:hover {
        color: #d92017;
    }

.g-ul li {
    border-color: #d92017;
}

.g-btn {
    padding: 5px 15px 10px;
}

    .g-btn a {
        display: block;
        background: #fe6b38;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

        .g-btn a:hover {
            opacity: .9;
        }

.s-ul {
    width: 50%;
    float: left;
    padding-top: 5px;
}

    .s-ul li {
        height: 30px;
        line-height: 30px;
    }

.right-goto .js-hov-btn {
    padding-bottom: 20px;
}

.right-goto .wp-con {
    padding-top: 0;
    padding-bottom: 20px;
}

.go-con {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    position: relative;
}

    .go-con a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50%;
        float: left;
        box-sizing: border-box;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

        .go-con a:nth-child(2n) {
            border-left: none;
        }

.go-more:after {
    content: '';
    border-top: 5px solid #444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.go-more:hover:after {
    border-top-color: #dd3635;
}

.go-con span {
    display: none;
}

    .go-con span.show {
        display: block;
    }

.right-rules .wp-con {
    padding-bottom: 5px;
}

.rr-btn {
    border: 1px solid #e8e8e8;
    font-size: 0;
    height: 26px;
    line-height: 26px;
    border-left: none;
}

    .rr-btn a {
        font-size: 12px;
        display: inline-block;
        width: 20%;
        text-align: center;
        box-sizing: border-box;
        border-left: 1px solid #e8e8e8;
    }

        .rr-btn a.active {
            background: #375ba6;
            color: #fff;
        }

.rr-btn1 {
    display: none;
}

.rr-btn2 a {
    width: 50%;
}

.rr-btn3 a {
    width: 33.33%;
}

.rr-btn4 a {
    width: 25%;
}

.rr-con li {
    padding:6px 0;
    border-bottom: 1px solid #e8e8e8;
}

    .rr-con li:last-child {
        border-bottom: none;
    }

    .rr-con li:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }

.rr-tit {
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    padding-left: 8px;
}

    .rr-tit:before {
        content: '';
        width: 2px;
        height: 2px;
        background: #333;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 5px;
        position: absolute;
        left: 0;
        top: 10px;
    }

.rr-con dl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rr-con dd {
    font-size: 12px;
    margin-left: 12px;
    position: relative;
    display: inline;
}

    .rr-con dd:first-child {
        margin-left: 8px;
    }

    .rr-con dd:before {
        content: '';
        background: #b8b8b8;
        position: absolute;
        width: 1px;
        height: 60%;
        left: -6px;
        top: 20%;
    }

    .rr-con dd:first-child:before {
        content: normal;
    }

    .rr-con dd span {
        color: #666;
    }

    .rr-con dd b {
        color: #e9333d;
    }

.right-focus .wp-con li {
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    word-break: break-all;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.right-special dl {
    margin-bottom: 5px;
}

.right-special dt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-special dd {
    display: none;
    margin: 6px 0 12px;
}

.right-special dl:first-child dd {
    display: block;
}

.right-special dd img {
    width: 90px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.sp-txt {
    height: 60px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.right-ask li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
    max-height: 44px;
    overflow: hidden;
}

    .right-ask li:before {
        content: '问';
        position: absolute;
        width: 16px;
        height: 16px;
        color: #fff;
        border-radius: 3px;
        background: #eb560c;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        left: 0;
        top: 3px;
    }

.bm-list {
    margin-bottom: 15px;
}

.bm-inp {
    position: relative;
}

.bm-list span.fl {
    height: 30px;
    line-height: 30px;
}

.right-bm input {
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    width: 194px;
    padding: 6px 6px 6px 28px;
}

    .right-bm input:focus {
        border-color: #5e9d1c;
    }

.bm-icon:before {
    content: '';
    background: url(right-col.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
}

.bm-icon1:before {
    background-position: 0 -80px;
}

.bm-icon2:before {
    background-position: -20px -80px;
}

.bm-icon3:before {
    background-position: -40px -80px;
}

.bm-sub {
    padding-bottom: 8px;
}

    .bm-sub a {
        background: #fe6b38;
        display: block;
        color: #fff;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

        .bm-sub a:hover {
            opacity: .9;
        }

.bm-tips {
    margin-left: 70px;
    color: #f00;
    margin-top: 5px;
    float: left;
}

.suc-box {
    position: fixed;
    width: 500px;
    height: 260px;
    line-height: 1.6;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -142px;
    font-size: 20px;
    text-align: center;
    z-index: 6;
    display: none;
}

    .suc-box:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0,0,0,.6);
        left: 0;
        top: 0;
    }

.suc-con {
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    padding: 60px 0 80px;
    box-sizing: border-box;
}

.suc-suc:before {
    content: '';
    display: block;
    background-image: url(icon-bm.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -5px -110px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.suc-fail:before {
    content: '';
    display: block;
    background-image: url(icon-bm.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -75px -110px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.suc-box .iconfont.icon-wrong {
    font-size: 46px;
    vertical-align: middle;
    margin-right: 5px;
    color: #f00;
    display: block;
}

.suc-close a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 38px;
    height: 38px;
}

    .suc-close a:before, .suc-close a:after {
        content: '';
        width: 30px;
        height: 1px;
        background: #666;
        position: absolute;
        right: 0;
        top: 18px;
    }

    .suc-close a:before {
        transform: rotate(45deg);
    }

    .suc-close a:after {
        transform: rotate(135deg);
    }

.suc-txt b {
    color: #f00;
}

.xxzy-more {
    position: relative;
}

    .xxzy-more .more {
        position: absolute;
        top: 10px;
        right: 15px;
    }

.pages {
    padding:1px 0;
    font-size: 14px;
    clear: both;
	margin-top:20px;
}

    .pages a, .pages span {
        float: left;
        height: 28px;
        line-height: 28px;
        border: 1px solid #d6d6d6;
        text-align: center;
        margin: 0 5px;
        padding: 0 12px;
    }

        .pages a:hover {
            border-color: #375ba6;
            text-decoration: none;
            color: #333;
        }

        .pages a.dot {
            border: none;
            width: 24px;
            color: #999;
        }

    .pages span {
        color: #fff;
        cursor: default;
        background: #375ba6;
        border-color: #375ba6;
    }

    .pages a.a1f, .pages li.a1f:hover {
        color: #ccc;
        background: #f9f9f9;
        border: 1px solid #ddd;
        cursor: default;
        text-decoration: none;
    }

    .pages i {
        float: left;
        margin-left: 3px;
        margin-right: 3px;
        color: #999;
        font-style: normal;
    }
