* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

input {
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    background-color: #FFFFFF;
}

font {
    display: block;
    text-indent: 30px;
}

a {
    text-decoration: none;
    color: #666;
}

    a:hover,
    a:active {
        color: #fe8431;
        text-decoration: underline;
    }

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑";
    color: #666;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.border-gray {
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.content {
    width: 100%;
    overflow: hidden;
}

.focus {
    width: 1200px;
    height: 320px;
    background-image: url(/content/images/chuangfu/about01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

    .focus .search {
        width: 654px;
        height: 50px;
        border: 2px solid #fe8431;
        background-image: url(../images/search.png);
        background-size: 3.5%;
        background-repeat: no-repeat;
        background-position: 2% 50%;
        background-color: #fff;
        position: absolute;
        bottom: 15%;
        left: 50%;
        margin-left: -325px;
    }

        .focus .search input {
            height: 100%;
            margin-left: 7%;
            border-style: none;
            width: 64%;
            float: left;
        }

        .focus .search .select-con {
            width: 13%;
            height: 100%;
            background: red;
            float: left;
            position: relative;
            background: #f5f5f5;
        }

            .focus .search .select-con select {
                -moz-appearance: none;
                width: 98%;
                background: red;
                background: #f5f5f5;
                border-style: none;
                position: absolute;
                margin: auto;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                outline: none;
                color: #666;
                font-size: 13px;
                text-align: center;
            }

                .focus .search .select-con select option {
                    text-align: center;
                }

.search-btn {
    height: 100%;
    width: 16%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    float: left;
    background-color: #fe8431;
    cursor: pointer;
    font-size: 16px;
}

    .search-btn:hover {
        background-color: #ff6600;
    }

@media (max-width: 1200px) {
    .focus {
        width: 100%;
    }

    div.bc-nav {
        width: 100%;
    }
}


.turnpages {
    display: flex;
    justify-content: space-between;
}

.help .about_art_list li {
    width: 45%;
    display: inline-block;
}

.help .about_art_list {
}

@media (max-width: 800px) {
    .focus {
        height: 200px;
        position: relative;
    }

        .focus .slider a {
            display: block;
            height: 100%;
            width: 100%;
        }

        .focus .search {
            width: 90%;
            height: 35px;
            margin: auto;
            position: absolute;
            top: 60%;
            left: 0;
            right: 0;
        }

            .focus .search input {
                width: 77%;
                margin-left: 0;
            }

            .focus .search .select-con {
                display: none;
            }

            .focus .search .search-btn {
                line-height: 30px;
                width: 23%;
            }

            .turnpages {
                display: block;
            }

            .help .about_art_list li {
                width: 100%;
                display: block;
            }
}

.bc-nav {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

    .bc-nav span {
        margin-left: 5px;
    }

    .bc-nav a {
        color: #448fda;
        margin-left: 5px;
    }

        .bc-nav a:hover {
            color: #fe8431;
        }

.rectangle {
    width: 6px;
    height: 17px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    margin-top: 17px;
}

.main {
    width: 1200px;
    margin: 0px auto 30px auto;
    overflow: hidden;
}

    .main .nav-left {
        width: 200px;
        background: white;
        overflow: hidden;
        float: left;
    }

        .main .nav-left .nav-title {
            width: 100%;
            height: 100px;
            background: #ff6600;
            font-size: 28px;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }

            .main .nav-left .nav-title .c-title {
                margin-top: 27px;
            }

            .main .nav-left .nav-title .e-title {
                font-size: 14px;
                color: rgba(255, 255, 255, 0.7);
                margin-top: 15px;
            }

        .main .nav-left .nav-list {
            width: 100%;
        }

            .main .nav-left .nav-list li {
                width: 100%;
                border-bottom: 1px solid #ebebeb;
                line-height: 50px;
                font-size: 14px;
                text-indent: 40px;
                box-sizing: border-box;
                position: relative;
                background-color: #f9f9f9;
            }

                .main .nav-left .nav-list li a {
                    display: block;
                    width: 100%;
                    height: 50px;
                }

                .main .nav-left .nav-list li .more {
                    width: 15px;
                    height: 15px;
                    background: red;
                    position: absolute;
                    top: 0px;
                    right: 10%;
                    margin-top: 20px;
                    background: url(../images/more.png);
                    background-size: cover;
                    background-position: center;
                    cursor: pointer;
                }

                .main .nav-left .nav-list li .child-nav {
                    display: none;
                }

                    .main .nav-left .nav-list li .child-nav li {
                        background: #fff;
                        text-indent: 60px;
                    }

            .main .nav-left .nav-list .on .child-nav {
                display: block;
            }

                .main .nav-left .nav-list .on .child-nav li {
                    background-image: url(../images/dian.png);
                    background-repeat: no-repeat;
                    background-position: 22% center;
                    background-size: 2%;
                }

            .main .nav-left .nav-list .on .child-nav {
                border-top: 1px solid #e3e3e3;
            }

                .main .nav-left .nav-list .on .child-nav a {
                    color: #333;
                }

            .main .nav-left .nav-list .on .rectangle {
                background: #fe8431;
            }

            .main .nav-left .nav-list .on a {
                color: #fe8431;
            }

            .main .nav-left .nav-list li:hover .child-nav {
                display: block;
            }

            .main .nav-left .nav-list li:hover .more {
                transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                /* IE 9 */
                -moz-transform: rotate(90deg);
                /* Firefox */
                -webkit-transform: rotate(90deg);
                /* Safari 和 Chrome */
                -o-transform: rotate(90deg);
                /* Opera */
            }

            .main .nav-left .nav-list .child-nav li:hover {
                background-color: #fffde6;
            }

                .main .nav-left .nav-list .child-nav li:hover a {
                    color: #fe8431;
                }

.list-btn {
    display: none;
    opacity: 0.6;
}

    .list-btn:hover {
        opacity: 1;
    }

@keyframes mymove {
    from {
        left: -200px;
    }

    to {
        left: 0px;
    }
}

@-webkit-keyframes mymove {
    /*Safari and Chrome*/
    from {
        left: -200px;
    }

    to {
        left: 0px;
    }
}

.mask {
    display: none;
}

@media (max-width: 1200px) {
    .main {
        width: 100%;
    }

        .main .nav-left {
            display: none;
        }

    .nav-left {
        display: block;
        position: fixed;
        top: 0;
        height: 1000px;
        left: 0;
        z-index: 101;
        animation: mymove 0.3s infinite;
        webkit-animation: mymove 0.3s infinite;
        /*Safari and Chrome*/
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    .list-btn {
        display: none;
        width: 40px;
        height: 40px;
        background-image: url(../images/list.png);
        position: fixed;
        top: 68%;
        background-size: contain;
        right: 10%;
        z-index: 999;
    }
}

@media (max-width: 800px) {
    #pageList1_Pager_pageBar {
        display: none;
    }

    .rectangle {
        width: 0;
    }

    .nav-title {
        display: none;
    }

    .nav-list {
        height: 1000px;
    }

    .mask {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        z-index: 100;
        display: none;
    }

    .list-btn {
        display: block;
    }
}

.main .main-right {
    width: 980px;
    float: right;
}

.cjwt {
    font-weight: bold;
    width: 100%;
    height: 14px;
    line-height: 14px;
    box-sizing: border-box;
    border-left: 6px solid #ff6600;
    padding-left: 10px;
    margin: 0px auto 30px auto;
}

    .cjwt div {
        float: right;
        width: 92%;
        height: 7px;
        box-sizing: border-box;
        border-bottom: 1px solid #e3e3e3;
    }

@media (max-width: 1200px) {
    .main {
        width: 95%;
    }

        .main .main-right {
            overflow: hidden;
            width: 100%;
        }

            .main .main-right .cjwt {
                width: 100%;
                float: left;
                margin-bottom: 0;
            }

            .main .main-right .about_con {
                width: 100%;
                margin-top: 20px;
            }
}

@media (max-width: 800px) {
    .main {
        width: 90%;
    }

        .main .main-right {
            width: 100%;
        }

            .main .main-right .cjwt {
                width: 96%;
                float: left;
                margin-left: 2%
            }

    .bc-nav {
        display: none;
    }
}
/*download*/

.down .download {
    width: 95%;
    margin: 0 auto;
}

    .down .download .down_list {
        overflow: hidden;
    }

        .down .download .down_list li {
            float: left;
            height: 50px;
            width: 90px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #e3e3e3;
            box-sizing: border-box;
        }

        .down .download .down_list .on {
            border-bottom: 4px solid #ff6600;
        }

        .down .download .down_list li:hover {
            border-bottom: 4px solid #ff6600;
        }

    .down .download .down-con {
        width: 100%;
        height: 600px;
        margin-top: 2px;
        display: none;
    }

    .down .download .s-list {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
    }
/*jianjie*/

.jianjie .download {
    width: 95%;
    margin: 0 auto;
}

    .jianjie .download .down_list {
        width: 100%;
        overflow: hidden;
    }

        .jianjie .download .down_list li {
            float: left;
            height: 50px;
            width: 90px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #e3e3e3;
            box-sizing: border-box;
        }

        .jianjie .download .down_list .on {
            border-bottom: 4px solid #ff6600;
        }

        .jianjie .download .down_list li:hover {
            border-bottom: 4px solid #ff6600;
        }

    .jianjie .download .down-con {
        width: 100%;
        margin-top: 2px;
        display: none;
    }

    .jianjie .download .s-list {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
    }

.jianjie.about_con {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    margin-top: 20px;
    color: #666;
}

    .jianjie.about_con .title {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }

    .jianjie.about_con p {
        margin-top: 30px;
        text-indent: 2em;
    }

@media (max-width: 500px) {
    .jianjie.about_con .title {
        font-size: 16px;
    }
}
/*join*/

.join .about_con .title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.join .department {
    width: 100%;
}

.join .part-name {
    width: 100%;
    height: 50px;
}

.join .part-name {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
}

    .join .part-name .icon {
        margin-top: 10PX;
        width: 45px;
        height: 30px;
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        background-position-y: 5px;
        background-size: 60%;
        float: left;
    }

    .join .part-name .kfb {
        background-position-y: -30px;
    }

    .join .part-name .yfw {
        background-position-y: -70px;
    }

    .join .part-name .jjjy {
        background-position-y: -106px;
    }

    .join .part-name .scmt {
        background-position-y: -140px;
    }

    .join .part-name .dsyj {
        background-position-y: -180px;
    }

    .join .part-name .zscq {
        background-position-y: -225px;
    }

    .join .part-name .fldy {
        background-position-y: -265px;
    }

    .join .part-name .zj22 {
        background-position-y: -308px;
    }

.join .post {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    line-height: 50px;
    box-sizing: border-box;
}

    .join .post .post-name {
        margin-left: 45px;
        float: left;
    }

        .join .post .post-name span {
            margin-left: 10px;
            color: #bebebe;
        }

    .join .post .jia {
        width: 50px;
        height: 100%;
        float: right;
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        background-position: center -415px;
        background-size: 60%;
        cursor: pointer;
    }

    .join .post .jian {
        background-position: center -375px;
    }

.join .req {
    width: 90%;
    margin-left: 5%;
    line-height: 28px;
    margin-top: 20px;
}

    .join .req p {
        margin: 0;
        width: auto;
    }
/*kehu*/

.kh-list {
    width: 100%;
}

    .kh-list li {
        width: 220px;
        height: 260px;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        border: 1px solid #e3e3e3;
        box-sizing: border-box;
        cursor: pointer;
    }

        .kh-list li .kh-logo {
            width: 100%;
            height: 60px;
            margin-top: 10px;
            background: url(../images/vipcom.jpg) no-repeat;
            background-position: center;
            background-size: 200px;
            /* background-size: cover; */
        }

        .kh-list li .kh-name {
            width: 100%;
            height: 40px;
            text-align: center;
            line-height: 40px;
        }

        .kh-list li .kh-con {
            width: 100%;
            height: 30px;
            padding: 10px;
            box-sizing: border-box;
            line-height: 22px;
        }
/*licheng*/

.download {
    width: 95%;
    margin: 0 auto;
}

    .download .down_list {
        width: 100%;
        overflow: hidden;
    }

        .download .down_list li {
            float: left;
            height: 50px;
            width: 90px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #e3e3e3;
            box-sizing: border-box;
        }

        .download .down_list .on {
            border-bottom: 4px solid #ff6600;
        }

        .download .down_list li:hover {
            border-bottom: 4px solid #ff6600;
        }

    .download .down-con {
        width: 100%;
        margin-top: 2px;
        display: none;
        overflow: hidden;
    }

    .download .s-list {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
    }

.year {
    width: 95%;
    margin-left: 5%;
    border-left: 1px solid #e3e3e3;
    height: 40px;
    padding-top: 20px;
    margin-top: 20px;
}

    .year div {
        width: 40px;
        height: 18px;
        background: #ff6600;
        border-radius: 20px;
        margin-left: -20px;
        text-align: center;
        line-height: 18px;
        color: #fff;
        font-size: 12px;
    }

.zdsj {
    width: 95%;
    height: 70px;
    margin-left: 5%;
    border-left: 1px solid #e3e3e3;
}

    .zdsj .count {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        border: 2px solid #ff6600;
        background: #fff;
        float: left;
        margin-left: -7px;
    }

    .zdsj .zdsj-con {
        float: left;
        margin-left: 30px;
    }

        .zdsj .zdsj-con .month {
            float: left;
            color: #999999;
        }

    .zdsj .zdjs-left {
        float: left;
        margin-left: 30px;
    }

@media (max-width: 800px) {
    .count {
        display: none;
    }

    .year-tab {
        overflow: auto;
    }

    ul.down_list {
        width: 900px;
    }

    .download {
        width: 95%;
    }

    .year {
        width: 100%;
        margin-left: 8%;
        border-left: none;
    }

    .zdsj {
        margin-left: 0%;
        border-left: none;
        margin-bottom: 10px;
    }

    .month {
        margin-left: 0;
        width: 15%;
    }

    div.zdjs-left {
        width: 70%;
    }

    .zdsj .zdsj-con {
        margin-left: 0;
    }
}
/*links*/

.link-con {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.link-con-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.link-icon {
    width: 30px;
    height: 100%;
    background: url(../images/icon-link.png);
    background-repeat: no-repeat;
    background-position: -5px 10px;
    float: left;
}

.piclink {
    background-position: -5px -33px;
}

.wzlink {
    background-position: -5px -79px;
}

.tit-name {
    float: left;
}

.contact {
    width: 95%;
    margin-left: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.contact_m {
    display: none;
}

.link-code {
    width: 95%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.tplj {
    height: 50px;
    line-height: 50px;
}

.code {
    height: 60px;
    width: 800px;
    border: 1px solid #e3e3e3;
    word-break: break-all;
    line-height: 20px;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
}

.copy-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #fe8431;
    text-align: center;
    color: #fe8431;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.pic-link {
    width: 100%;
    overflow: hidden;
}

    .pic-link ul {
        overflow: hidden;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .pic-link li {
        width: 180px;
        height: 72px;
        background: black;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        box-sizing: border-box;
        border: 1px solid #e3e3e3;
    }

        .pic-link li img {
            width: 100%;
            height: 100%;
            border: none;
        }

.wz-link {
    width: 100%;
    overflow: hidden;
}

    .wz-link ul {
        margin-left: 30px;
    }

    .wz-link li {
        width: 125px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }

@media (max-width: 800px) {
    .link-con {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
    }

    .link-con-tit {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .link-icon {
        width: 30px;
        height: 100%;
        background: url(../images/icon-link.png);
        background-repeat: no-repeat;
        background-position: -5px 10px;
        float: left;
    }

    .tit-name {
        float: left;
    }

    .contact {
        width: 95%;
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
        display: none;
    }

    .contact_m {
        display: block;
    }

    .link-code {
        width: 95%;
        margin-left: 0px;
    }

    .tplj {
        height: 50px;
        line-height: 50px;
    }

    .code {
        height: auto;
        width: 95%;
        border: 1px solid #e3e3e3;
        word-break: break-all;
        line-height: 20px;
        font-size: 12px;
        padding: 10px;
        box-sizing: border-box;
    }

    .copy-btn {
        width: 100px;
        height: 36px;
        line-height: 36px;
        border: 2px solid #fe8431;
        text-align: center;
        color: #fe8431;
        margin-top: 20px;
        cursor: pointer;
        border-radius: 3px;
    }

    .pic-link {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

        .pic-link ul {
            margin-left: 30px;
        }

        .pic-link li {
            width: 180px;
            height: 72px;
            background: black;
            float: left;
            margin-right: 10px;
            margin-top: 10px;
        }
}
/*lxfs*/

.lxfscc .lxfs-con {
    width: 100%;
    border-bottom: 1px #e3e3e3 solid;
}

.lxfscc .lxfs-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.lxfscc .lxfs-tit-icon {
    width: 30px;
    height: 50px;
    background-image: url(../images/lx-icon.png);
    background-repeat: no-repeat;
    background-position-y: 10px;
    float: left;
}

.lxfscc .lxfs {
    background-position-y: -30px;
}

.lxfscc .mail {
    background-position-y: -71px;
}

.lxfscc .address {
    background-position-y: -111px;
}

.lxfscc .tit-name {
    float: left;
    margin-left: 5px;
}

.lxfscc .lianxifs {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

    .lxfscc .lianxifs li {
        width: 48%;
        float: left;
        height: 50px;
        margin-left: 2%;
        line-height: 50px;
    }

.lxfscc .lxjjr {
    width: 480px;
    height: 420px;
    background: #fff;
    position: absolute;
    top: 776px;
    left: 65%;
}

.lxfscc .sjx {
    width: 45px;
    height: 20px;
    margin-left: 30px;
    background-image: url(../images/xs.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    z-index: 11;
}

.lxfscc .lxjjr-con {
    width: 100%;
    height: 400px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 15px;
    z-index: 15;
    background: #fff;
}

.lxfscc .jjr-list {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

    .lxfscc .jjr-list li {
        width: 50%;
        height: 110px;
        float: left;
        margin-top: 20px;
        padding: 10px;
        box-sizing: border-box;
        line-height: 20px;
    }

        .lxfscc .jjr-list li img {
            display: inline-block;
        }

iframe {
    margin-left: 30px;
}

@media (max-width: 800px) {
    .lxfscc div.lxjjr {
        left: 0;
        top: 0;
        width: 95%;
        margin: 0 auto;
    }

    iframe {
        margin-left: 0px;
    }

    .lxfscc .lianxifs li {
        width: 90%;
        float: left;
        height: 50px;
        margin-left: 2%;
        line-height: 50px;
    }
}

.lxfscc .close {
    width: 30px;
    height: 30px;
    top: 0;
    background: url(../images/close.png);
    position: absolute;
    left: 100%;
    margin-left: -35px;
    cursor: pointer;
}

.lxfscc .y,
.z {
    position: absolute;
    font-size: 32px;
    z-index: 999;
    left: 30px;
}

.lxfscc .y {
    color: #fff;
    top: 6px;
}

.lxfscc .z {
    color: #E3E3E3;
    top: 5px;
}
/*photo*/

.about_con .photo_list {
    width: 100%;
}

    .about_con .photo_list li {
        width: 45%;
        height: 320px;
        float: left;
        margin-top: 20px;
        text-align: center;
        line-height: 30px;
    }

        .about_con .photo_list li img {
            width: 100%;
        }

        .about_con .photo_list li:nth-child(2n) {
            margin-left: 10%;
        }

@media (max-width: 500px) {
    .about_con .photo_list {
        width: 100%;
    }

        .about_con .photo_list li {
            width: 45%;
            height: 320px;
            float: left;
            margin-top: 20px;
            text-align: center;
            line-height: 20px;
        }

            .about_con .photo_list li img {
                width: 100%;
            }

            .about_con .photo_list li:nth-child(2n) {
                margin-left: 10%;
            }
}
/*quanyi*/

.download {
    width: 95%;
    margin: 0 auto;
}

    .download .down_list {
        width: 100%;
        overflow: hidden;
    }

        .download .down_list li {
            float: left;
            height: 50px;
            width: 90px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #e3e3e3;
            box-sizing: border-box;
        }

        .download .down_list .on {
            border-bottom: 4px solid #ff6600;
        }

        .download .down_list li:hover {
            border-bottom: 4px solid #ff6600;
        }

    .download .down-con {
        width: 100%;
        margin-top: 2px;
        display: none;
    }

    .download .s-list {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
    }

.quanyi p {
    margin-top: 20px;
    line-height: 30px;
}
/*zzzs*/

.zz-list {
    width: 95%;
}

    .zz-list li {
        width: 25%;
        height: 300px;
        float: left;
        margin-top: 10px;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
    }

    .zz-list .zz-pic {
        height: 70%;
        width: 70%;
        margin: 0 auto 20px auto;
    }

    .zz-list li img {
        width: 100%;
        display: inline-block;
    }

@media (max-width: 800px) {
    .art-page .content {
        width: 90%;
        margin: 0 auto;
    }

    .zz-list li {
        width: 48%;
        height: 200px;
        float: left;
        margin-top: 10px;
        text-align: center;
    }
}
/*message_index*/

.mes-page {
    width: 1200px;
    margin: 0 auto;
}

    .mes-page .focus {
        width: 100%;
        height: 295px;
        background-image: none;
        overflow: hidden
    }

    .mes-page .slider {
        width: 860px;
        height: 100%;
        float: left;
    }

    .mes-page .swiper-container {
        width: 100%;
        height: 100%;
    }

    .mes-page .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .mes-page .swiper-slide img {
            width: 100%;
            height: 100%;
        }

    .mes-page .hot-mes {
        width: 320px;
        height: 100%;
        float: right;
        box-sizing: border-box;
        border: 1px solid #e3e3e3;
    }

        .mes-page .hot-mes .hot-tit {
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #e3e3e3;
        }

            .mes-page .hot-mes .hot-tit span {
                display: block;
                height: 50px;
                box-sizing: border-box;
                border-bottom: 4px solid #e74c3c;
                width: 70px;
                line-height: 50px;
                font-size: 16px;
                text-align: center;
                margin-left: 20px;
                font-weight: 600;
            }

    .mes-page .hot-list li {
        box-sizing: border-box;
        border-bottom: 1px dotted #e3e3e3;
        height: 49px;
        width: 100%;
        overflow: hidden;
    }

        .mes-page .hot-list li:nth-last-child(1) {
            border-style: none;
        }

        .mes-page .hot-list li .hot-num {
            width: 20px;
            height: 20px;
            background: #999999;
            text-align: center;
            line-height: 20px;
            color: #fff;
            margin-top: 14px;
            margin-left: 20px;
            float: left;
        }

        .mes-page .hot-list li .hot-red {
            background: #e74c3c;
        }

        .mes-page .hot-list li .mes-tit {
            float: left;
            height: 20px;
            margin-top: 14px;
            margin-left: 10px;
            width: 265px;
        }

    .mes-page .mes-content {
        width: 100%;
        margin-top: 30px;
    }

    .mes-page .tab-search {
        width: 100%;
        height: 50px;
        border-bottom: 4px solid #fe8431;
        box-sizing: border-box;
        overflow: hidden;
    }

    .mes-page .tab {
        width: 860px;
        float: left;
        height: 50px;
    }

    .mes-page .search {
        width: 320px;
        float: left;
        height: 50px;
        margin-left: 20px;
    }

        .mes-page .search input {
            width: 240px;
            height: 35px;
            border-style: none;
            border: 1px solid #e3e3e3;
            float: left;
        }

    .mes-page .search-btn {
        width: 78px;
        height: 35px;
        background: #fe8431;
        float: left;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }

    .mes-page .tab-list {
        width: 1000px;
    }

        .mes-page .tab-list li {
            width: 110px;
            height: 50px;
            box-sizing: border-box;
            float: left;
            border: 1px solid #e3e3e3;
            border-right: none;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
        }

            .mes-page .tab-list li:nth-last-child(1) {
                border-right: 1px solid #e3e3e3;
            }

            .mes-page .tab-list li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .mes-page .tab-list li a:hover {
                    text-decoration: none;
                }

            .mes-page .tab-list li.on {
                background: #fe8431;
                color: #fff;
            }

                .mes-page .tab-list li.on a {
                    background: #fe8431;
                    color: #fff;
                }

    .mes-page .mes-con {
        width: 100%;
    }

    .mes-page .mes-list {
        width: 100%;
    }

        .mes-page .mes-list li {
            width: 100%;
            height: 200px;
            border-bottom: 1px solid #e3e3e3;
        }

    .mes-page .mes-pic {
        overflow: hidden;
        width: 22%;
        height: 90%;
        float: left;
    }

        .mes-page .mes-pic img {
            width: 100%;
            height: 100%;
            margin-top: 7%;
        }

    .mes-page .message-con {
        float: left;
        width: 78%;
        height: 100%;
        overflow: hidden;
    }

    .mes-page .message-title {
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        margin-left: 10px;
        line-height: 30px;
    }

    .mes-page .message-nr {
        width: 98%;
        height: 81px;
        margin-left: 10px;
        overflow: hidden;
        line-height: 28px;
        margin-top: 10px;
    }

    .mes-page .shar-tj {
        width: 98%;
        height: 60px;
        margin-left: 10px;
    }

    .mes-page .shar {
        width: 200px;
        height: 20px;
        float: left;
    }

    .mes-page .tj {
        height: 20px;
        float: right;
    }

        .mes-page .tj .tj-type {
            margin-left: 40px;
            color: #999999;
            font-size: 12px;
        }

.more-L {
    width: 100%;
    height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    margin: 30px auto 10px auto;
}

.mes-page .paging {
    width: 100%;
    height: 50px;
    margin: auto auto 30px auto;
}

@media (max-width: 1200px) {
    .more-L {
        width: 90%;
        margin: 10px auto 10px auto;
    }

    .mes-page .mes-page {
        width: 100%;
    }

    .mes-page .focus {
        width: 100%;
    }

    .mes-page .slider {
        width: 100%;
    }

    .mes-page .hot-mes {
        display: none;
    }

    .mes-page .mes-content {
        width: 100%;
    }

    .mes-page .tab-search {
        width: 100%;
        height: 100px;
        border-bottom: 2px solid #fe8431;
    }

    .mes-page .tab {
        width: 100%;
    }

    .mes-page .tab-list {
        margin-left: 3%;
    }

        .mes-page .tab-list li {
            width: 110px;
            height: 40px;
            line-height: 40px;
        }

    .mes-page .search {
        width: 94%;
        margin-left: 3%;
    }

        .mes-page .search input {
            width: 78%;
        }

    .mes-page .search-btn {
        width: 22%;
    }
}

@media (max-width: 800px) {
    .mes-page {
        width: 100%;
        margin: 0px auto;
    }

        .mes-page .tab {
            overflow-x: auto;
        }

        .mes-page .mes-content {
            margin-top: 10px;
        }

        .mes-page .swiper-button-next {
            display: none;
        }

        .mes-page .swiper-button-prev {
            display: none;
        }

        .mes-page .mes-list li {
            width: 90%;
            margin-left: 5%;
            font-size: 13px;
            height: auto;
            overflow: hidden;
        }

        .mes-page .message-title {
            font-size: 13px;
            /*height: 20px;*/
            margin-top: 5px;
            /*text-overflow: ellipsis;
 		overflow: hidden;*/
            line-height: 20px;
        }

        .mes-page .message-nr {
            /*height: 40px;
 		margin-top: 0;
 		line-height: 20px;
 		font-size: 12px;*/
            display: none;
        }

        .mes-page .shar {
            width: 100%;
        }

        .mes-page .tj {
            float: left;
            margin-left: 0;
        }

            .mes-page .tj .tj-type {
                margin-left: 0;
                margin-right: 5px;
            }

        .mes-page .mes-pic {
            width: 22%;
            height: auto;
            margin-top: 4%;
        }

        .mes-page .mes-list li {
            width: 94%;
            margin-left: 3%;
            font-size: 13px;
            height: 115px;
            overflow: hidden;
        }
}
/*message_article*/

.art-ambg{
    background: #f9f9f9;
    padding-bottom: 30px;
}

.art-page {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .art-page .content {
        width: 900px;
        float: left;
    }

    .art-page .content .newbg {
        background: #fff;
        padding: 30px;
        border: 1px solid #e4e4e4;
        overflow: hidden;
        margin-top: 20px;
    }

    .art-page.article-title {
        width: 100%;
        height: 100px;
        border-bottom: 1px dotted #e3e3e3;
        overflow: hidden;
    }

    .art-page .title {
        width: 100%;
        margin-top: 0px;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        font-weight: 600;
    }

    .art-page .art_tj {
        height: 32px;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
        color: #999999;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .art-page .art_tj span {
        }

            .art-page .art_tj span:nth-child(2n) {
                margin-right: 15px;
            }

    .art-page .article-con {
        width: 100%;
        line-height: 28px;
    }

        .art-page .article-con img {
            /*margin-left: 15%;*/
            width:100%;
            margin-top: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }

    .art-page .article-bottom {
        width: 100%;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .art-page .art_shar {
        width: 270px;
        height: 20px;
        margin-top: 85px;
        line-height: 37px;
        float: left;
    }

    .art-page .baidu-shar {
        width: 200px;
        height: 100%;
        float: right;
        margin-left: 5px;
    }

    .art-page .like {
        width: 200px;
        height: 64px;
        border: 1px solid #e3e3e3;
        border-radius: 10px;
        float: left;
        margin-top: 70px;
        margin-left: 14%;
        cursor: pointer;
        overflow: hidden;
    }

        .art-page .like.on {
            background-color: #fe8431;
        }

            .art-page .like.on .like-icon {
                background-position: 100%;
            }

            .art-page .like.on .like-num {
                color: #fff;
            }

    .art-page .like-icon {
        width: 50%;
        height: 100%;
        background-image: url(../images/like.png);
        background-position: -170%;
        background-repeat: no-repeat;
        float: left;
    }

    .art-page .like:hover {
        background-color: #fe8431;
    }

        .art-page .like:hover .like-icon {
            background-position: 100%;
        }

        .art-page .like:hover .like-num {
            color: #fff;
        }

    .art-page .like-num {
        width: 30%;
        height: 100%;
        font-size: 16px;
        float: left;
        margin-left: 5px;
        line-height: 70px;
        color: #999999;
    }

    .art-page .tg {
        width: 90px;
        height: 28px;
        float: left;
        margin-top: 85px;
        margin-left: 21%;
    }

    .art-page .tg-icon {
        width: 28px;
        height: 28px;
        background: url(../images/tg-icon.png) no-repeat;
        background-position: center;
        background-size: contain;
        float: left;
    }

    .art-page .tg-tg {
        float: right;
        line-height: 28px;
    }

        .art-page .tg-tg a {
            color: #0066cc;
        }

    .art-page .bq-tip {
        margin-top: 20px;
        /*width: 1200px;*/
        height: auto;
        border: 1px dotted #e3e3e3;
        line-height: 30px;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 3px;
        padding: 10px;
    }

        .art-page .bq-tip span {
            font-weight: 600;
            color: #e74c3c;
        }

    .art-page .qr-code {
        width: 100%;
        margin: 0 auto;
    }

    .art-page .qr-code-tit {
        width: 100%;
        height: 30px;
        margin-top: 50px;
    }

        .art-page .qr-code-tit .hr-left {
            width: 323px;
            height: 15px;
            float: left;
            border-bottom: 1px solid #e3e3e3;
        }

        .art-page .qr-code-tit .qr-title {
            float: left;
            width: 252px;
            text-align: center;
            height: 30px;
            line-height: 30px;
        }

        .art-page .qr-code-tit .hr-right {
            width: 323px;
            height: 15px;
            float: right;
            border-bottom: 1px solid #e3e3e3;
        }

    .art-page .qr-code-list {
        margin: 0 auto;
        margin-top: 20px;
        overflow: hidden;
    }

        .art-page .qr-code-list li {
            width: 120px;
            height: 150px;
            margin-left: 24px;
            float: left;
            text-align: center;
        }

.qr-code-list li p {
    margin-top: 10px;
}

.art-page .qr-code-list .fxgd {
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    width: 30px;
    height: 118px;
    font-size: 12px;
    line-height: 14px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .art-page .qr-code-list .fxgd:hover {
        background: #fe8431;
    }

.art-page .about-art {
    width: 1200px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.art-page .about-art-tit {
    width: 100%;
    height: 30px;
    font-size: 16px;
    height: 20px;
}

    .art-page .about-art-tit .xgwz {
        height: 16px;
        float: left;
        border-left: 8px solid #fe8431;
        box-sizing: border-box;
        padding-left: 10px;
        line-height: 16px;
    }

    .art-page .about-art-tit .fg {
        height: 8px;
        width: 1090px;
        float: right;
        border-bottom: 1px solid #e3e3e3;
    }

.art-page .about-art-list {
    width: 1200px;
    overflow: hidden;
}

    .art-page .about-art-list li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        background: url(../images/dian.png);
        background-repeat: no-repeat;
        background-position: 0% 50%;
        float: left;
    }

        .art-page .about-art-list li a {
            margin-left: 5px;
        }

.art-page .more-code {
    width: 50px;
    height: 300px;
    background: red;
    float: left;
}

.art-page .info-right {
    width: 260px;
    height: auto;
    float: right;
    font-size: 13px;
    color: #666;
}

    .art-page .info-right .info-cont {
        margin-top: 20px;
        background-color: #fff;
        border: 1px solid #e4e4e4;
    }

    .art-page .info-right .info-title {
        height: 34px;
        line-height: 34px;
        background: #fafafa;
        box-sizing: border-box;
    }

        .art-page .info-right .info-title span {
            display: block;
            width: 80px;
            height: 100%;
            text-align: center;
            border-bottom: 2px solid #e74c3c;
            box-sizing: border-box;
            float: left;
            font-size: 15px;
            font-weight: bold;
        }

        .art-page .info-right .info-title a {
            font-size: 13px;
            float: right;
        }

    .art-page .info-right .info-list {
        width: 100%;
    }

        .art-page .info-right .info-list li {
            height: 33px;
            line-height: 33px;
            border-bottom: 1px dashed #e5e5e5;
        }

            .art-page .info-right .info-list li span {
                font-size: 12px;
                display: block;
                height: 20px;
                width: 20px;
                float: left;
                line-height: 20px;
                margin-top: 8px;
                text-align: center;
                margin-left: 12px;
                background: #BEBEBE;
                color: #FFFFFF;
            }

                .art-page .info-right .info-list li span.on {
                    background: #e74c3c;
                }

            .art-page .info-right .info-list li a {
                float: left;
                margin-left: 20px;
            }

@media (max-width: 1200px) {
    .art_tj {
        line-height: 20px;
    }

    .info-right {
        display: none;
    }

    .art-page {
        width: 100%;
    }

        .art-page .title {
            font-size: 16px;
            line-height: 20px;
        }

        .art-page .tj {
            font-size: 12px;
            height: auto;
        }

        .art-page .article-con {
            margin-top: 10px;
        }

            .art-page .article-con img {
                width: 90%;
                margin-left: 5%;
                margin-top: 5px;
                margin-bottom: 5px;
            }

        .art-page .article-bottom .like {
            margin-top: 20px;
            margin-left: 0;
            clear: both;
        }

        .art-page .article-bottom .shar {
            margin-top: 20px;
            margin-left: 0;
            clear: both;
        }

        .art-page .article-bottom .tg {
            margin-top: 20px;
            margin: 0;
            clear: both;
        }

        .art-page .bq-tip {
            display: none;
        }

        .art-page .qr-code {
            display: none;
        }

    .about-art {
        width: 100%;
    }

    .art-page .about-art-list {
        width: 100%;
        line-height: 20px;
    }

        .art-page .about-art-list li {
            overflow: hidden;
        }

    .art-page .next {
        width: 100%;
    }

    .art-page .prev {
        width: 100%;
    }
}

.art-page .news-details {
    width: 1200px;
    margin: 0 auto;
}

.art-page .details-main {
    float: left;
    width: 850px;
    position: relative;
}

.art-page .details-share {
    position: absolute;
    top: 2.5rem;
    left: -80px;
    width: 60px;
}

    .art-page .details-share > a {
        display: block;
        height: 60px;
        background: #f9f9f9 url(../images/d-share.png) no-repeat;
        border-top: 1px solid #eee;
        position: relative;
    }

        .art-page .details-share > a.share-other {
            height: 40px;
            border: 0;
            background-position: center 10px;
        }

        .art-page .details-share > a.share-wx {
            background-position: center -30px;
        }

.details-share > a.share-qq {
    background-position: center -85px;
}

.art-page .details-share > a.share-xl {
    background-position: center -150px;
}

.art-page .details-share > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}

.art-page .share-wx > img {
    position: absolute;
    top: -10px;
    right: -100px;
    display: none;
}

.art-page .details-share > a.share-wx:before {
    background: url(../images/share-b1.png) no-repeat center;
}

.art-page .details-share > a.share-qq:before {
    background: url(../images/share-b2.png) no-repeat center;
}

.art-page .details-share > a.share-xl:before {
    background: url(../images/share-b3.png) no-repeat center;
}

@keyframes change {
    from {
        width: 0;
        height: 0;
    }

    to {
        width: 60px;
        height: 60px;
    }
}

.art-page .details-share > a.share-qq {
    background-position: center -85px;
}

.art-page .details-share > a.share-xl {
    background-position: center -150px;
}

.art-page .now-position {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 5px;
}

    .art-page .now-position > a {
        color: #666;
    }

    .art-page .now-position > span {
        color: #999;
    }

.art-page .details-title {
    /*	font-size: 1.2rem;*/
    font-size: 14px;
    text-align: center;
    padding-top: 1.5rem;
}

.art-page .details-info {
    text-align: center;
}

    .art-page .details-info > span {
        font-size: 12px;
        color: #999;
        margin: 0 10px;
    }

.art-page .details-text {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 30px;
}

    .art-page .details-text p {
        font-size: 14px;
        color: #666;
        line-height: 2;
    }

    .art-page .details-text img {
        display: block;
        max-width: 100%;
        margin: 1.5rem 0;
    }

.art-page .dianzan {
    width: 200px;
    height: 60px;
    background: url(../images/dianzan.png) no-repeat 70px center;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 2rem auto;
    font-size: 14px;
    color: #bbb;
    padding-left: 105px;
    line-height: 62px;
    cursor: pointer;
}

.art-page .details-box {
    margin-bottom: 40px;
    margin-top: 70px;
}

.art-page .details-item {
    font-size: 16px;
    color: #333;
    background: url(../images/detail-item.png) no-repeat left center;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .art-page .details-item:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        border-top: 1px solid #e4e4e4;
        width: 1000px;
        margin-left: 20px;
    }

.art-page p.about-article {
    font-size: 14px;
    display: block;
    background: url(../images/aboutarticle.png) no-repeat center left;
    padding-left: 12px;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.art-page .write-comment {
    position: relative;
}

.art-page .details-box #area {
    border: 1px solid #ccc;
    width: 100%;
    height: 6rem;
    font-size: 14px;
    padding: 0.7rem 1rem;
    box-sizing: border-box;
}

.art-page .left-count {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.art-page #text-count {
    color: #ff7b50;
    margin: 0 5px;
}

.art-page .comments {
    margin-top: 60px;
}

.art-page .comments-item {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

    .art-page .comments-item > a.act {
        font-weight: bold;
        color: #333;
    }

.art-page .comments-num {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}

.art-page .comments-li {
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.art-page .userimg {
    width: 64px;
    height: 64px;
    display: block;
    float: left;
}

.art-page .comments-div {
    font-size: 14px;
    padding-left: 80px;
}

.art-page .user-ID {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.art-page .fabiao-time {
    font-size: 12px;
    color: #999;
    margin-left: 20px;
    font-weight: normal;
}

.art-page .comments-p {
    margin-bottom: 5px;
    color: #666;
}

.art-page .pl-caozuo {
    font-size: 12px;
    color: #999;
}

.art-page .reply {
    margin-left: 20px;
}

.art-page .pl-dianzan,
.art-page .reply {
    cursor: pointer;
}

.art-page .userimg-small {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

.art-page .pinglun {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

    .art-page .pinglun .comments-div {
        padding-left: 65px;
    }

.art-page .reply-div {
    margin-top: 10px;
    position: relative;
}

    .art-page .reply-div > input.text-allinput {
        width: 100%;
        padding-right: 155px;
    }

.art-page a.replyit {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    width: 70px;
    text-align: center;
    padding: 0;
}

.art-page .text-allnum {
    position: absolute;
    right: 90px;
    top: 10px;
    color: #999;
}

.art-page .details-other {
    width: 300px;
    float: right;
    margin-top: 1rem;
    position: relative;
}

.art-page .search-for > input {
    width: 100%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-right: 80px;
}

.art-page a.search-go {
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    width: 70px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.art-page .hot-word {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    cursor: pointer;
}

    .art-page .hot-word > span {
        color: #666;
        margin: 0 10px;
    }

.art-page .fabiao {
    font-size: 14px;
    float: right;
    margin: 20px 0;
    display: block;
    width: 112px;
    height: 36px;
    background: #ff6600;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}

    .art-page .fabiao:hover {
        color: #fff;
        text-decoration: none;
    }
/*help_public*/

img {
    border: none;
}

.main input {
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e3e3e3;
    padding-top: 0;
    padding-bottom: 0;
}
/* a {
 	text-decoration: none;
 	color: #333;
 }*/

.help .float-left {
    float: left;
}

.help .float-right {
    float: right;
}

.help .border-gray {
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.help .border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.help .rectangle {
    width: 6px;
    height: 17px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    margin-top: 17px;
}

.help .content {
    width: 100%;
    margin-top: 20px;
}

.helps .about_art_list li {
    height:
}

.help .main .nav-left {
    width: 200px;
    background: white;
    overflow: hidden;
    float: left;
}
    /*左侧导航*/

    .help .main .nav-left .nav-title {
        width: 100%;
        height: 100px;
        background: #ff6600;
        font-size: 28px;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }

        .help .main .nav-left .nav-title .c-title {
            margin-top: 27px;
        }

        .help .main .nav-left .nav-title .e-title {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
        }

.main .nav-left .nav-list {
    width: 100%;
}

.help .main .nav-left .nav-list li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    line-height: 50px;
    font-size: 14px;
    text-indent: 40px;
    box-sizing: border-box;
    position: relative;
    background: #f9f9f9;
}

    .help .main .nav-left .nav-list li a {
        display: block;
        width: 100%;
        height: 50px;
    }

    .help .main .nav-left .nav-list li .more {
        width: 15px;
        height: 15px;
        background: red;
        position: absolute;
        top: 0px;
        right: 10%;
        margin-top: 20px;
        background: url(../images/more.png);
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }

    .help .main .nav-left .nav-list li .child-nav {
        display: none;
    }

        .help .main .nav-left .nav-list li .child-nav li {
            background: #fff;
            text-indent: 60px;
            background: url(../images/dian.png) no-repeat;
            background-position: 22% 50%;
        }

.help .main .nav-left .nav-list .on .child-nav {
    display: block;
}

    .help .main .nav-left .nav-list .on .child-nav li {
        background-color: #fff;
    }

.help .main .nav-left .nav-list .on .child-nav {
    border-top: 1px solid #e3e3e3;
}

    .help .main .nav-left .nav-list .on .child-nav a {
        color: #333;
    }

.help .main .nav-left .nav-list .on .rectangle {
    background: #fe8431;
}

.help .main .nav-left .nav-list .on a {
    color: #fe8431;
}

.help .main .nav-left .nav-list .on .more {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.help .main .nav-left .nav-list li:hover .child-nav {
    display: block;
}

    .help .main .nav-left .nav-list li:hover .child-nav li {
        background-color: #fff;
        transition: all 0.3s ease-out 0s;
    }

.help .main .nav-left .nav-list li:hover .more {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.help .main .nav-left .nav-list ul.child-nav li:hover {
    background: url(../images/dian.png) no-repeat;
    background-position: 22% 50%;
    background-color: #fffde6;
}

    .help .main .nav-left .nav-list ul.child-nav li:hover a {
        color: #fe8431;
    }

.help .main .main-right {
    width: 980px;
    float: right;
}

    .help .main .main-right .search {
        width: 100%;
        height: 100px;
        background: url(../images/help-search-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

        .help .main .main-right .search .search-input {
            width: 787px;
            height: 40px;
            margin-top: 20px;
            margin-left: 14%;
        }

            .help .main .main-right .search .search-input input {
                width: 71%;
                height: 100%;
                float: left;
            }

        .help .main .main-right .search .seacht-btn {
            width: 100px;
            height: 40px;
            background: #fe8431;
            float: left;
            text-align: center;
            line-height: 40px;
            color: #fff;
            cursor: pointer;
        }

            .help .main .main-right .search .seacht-btn.ssda:hover {
                background: #fd7316
            }

            .help .main .main-right .search .seacht-btn.ywbd:hover {
                background: #039250
            }

        .help .main .main-right .search .ywbd {
            margin-left: 27px;
            background: #00a65a;
        }

        .help .main .main-right .search .hot-search {
            margin-left: 137px;
            margin-top: 10px;
        }

            .help .main .main-right .search .hot-search span {
                margin-right: 20px;
            }

@media (max-width: 1200px) {
    .help .nav-left {
        display: none;
    }

    .help div.main {
        width: 100%;
        overflow: hidden;
        margin: 0px auto 30px auto;
    }

    .help .main .main-right {
        width: 100%;
    }

        .help .main .main-right .search {
            width: 100%;
            position: relative;
            height: 70px;
        }

            .help .main .main-right .search .hot-search {
                position: absolute;
                margin: auto;
                bottom: 5%;
                left: 10%;
            }

            .help .main .main-right .search .search-input {
                width: 80%;
                margin: auto;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
            }

                .help .main .main-right .search .search-input .seacht-btn {
                    width: 12%;
                }
}
/*help_index*/

.help .container-q {
    width: 100%;
    margin-top: 15px;
}

    .help .container-q .title {
        position: relative;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
        height: 40px;
    }

        .help .container-q .title .cjwt0 {
            background: #de4b39;
            margin-top: 12px;
        }

        .help .container-q .title .xssl {
            background: #00a65a;
            margin-top: 12px;
        }

        .help .container-q .title .xzgn {
            background: #f39c11;
            margin-top: 12px;
        }

        .help .container-q .title .zhgl {
            background: #3c8dbc;
            margin-top: 12px;
        }

        .help .container-q .title .ymyw {
            background: #f39c11;
            margin-top: 12px;
        }

        .help .container-q .title span {
            margin-left: 10px;
            color:;
        }

        .help .container-q .title .f-title {
            margin-left: 20px;
            font-weight: 600;
        }

        .help .container-q .title .fgx {
            color: #e3e3e3;
        }

    .help .container-q .q-list {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

        .help .container-q .q-list li {
            background-image: url(../images/dian.png);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            width: 50%;
            float: left;
            margin-top: 20px;
            overflow: hidden;
            word-break: keep-all;
            padding-left: 10px;
        }

        .help .container-q .q-list span {
            float: right;
        }

    .help .container-q .more {
        margin: 20px;
        float: right;
    }

@media (max-width: 1200px) {
    .help .main {
        width: 100%;
    }

        .help .main .main-right {
            width: 100%;
        }

            .help .main .main-right .container-q {
                width: 100%;
            }

                .help .main .main-right .container-q .title {
                    width: 80%;
                    margin: 0 auto;
                }

                .help .main .main-right .container-q .q-list {
                    margin: 0 auto;
                    width: 90%;
                }

                .help .main .main-right .container-q .more {
                    margin-right: 10%;
                }
}

@media (max-width: 800px) {
    .help div.title-c {
        overflow: auto;
        width: 50%;
        float: left;
    }

    .help .main .main-right .container-q .q-list {
        width: 100%;
    }

        .help .main .main-right .container-q .q-list li {
            width: 90%;
            white-space: nowrap;
            text-indent: 10px;
            margin-left: 5%;
        }

            .help .main .main-right .container-q .q-list li a {
                text-overflow: ellipsis;
                overflow: hidden;
            }

    .help .main .main-right .container-q .title {
        width: 90%;
    }

    .help .main .main-right .container-q .title-list {
        width: 100px;
    }
}
/*help_list*/

.help .cjwt {
    width: 100%;
    height: 14px;
    line-height: 14px;
    box-sizing: border-box;
    border-left: 6px solid #ff6600;
    padding-left: 10px;
    margin: 30px auto 30px auto;
}

    .help .cjwt div {
        float: right;
        width: 92%;
        height: 7px;
        box-sizing: border-box;
        border-bottom: 1px solid #e3e3e3;
    }

.help .q-list {
    width: 100%;
}

.help .q-list01 li {
    height: 42px;
    line-height: 41px;
    border-bottom: 1px dotted #e3e3e3;
}

.help .q-list li {
    width: 100%;
    box-sizing: border-box;
    text-indent: 20px;
    ;
    background: url(../images/dian.png);
    background-repeat: no-repeat;
    background-position: center left;
}

    .help .q-list li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .help .q-list li:hover {
        background-color: #f9f9f9;
    }

@media (max-width: 1200px) {
    .help .main-right {
        font-size: 14px;
    }

    .help .cjwt {
        width: 80%;
    }

    .help .q-list {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .content {
        margin-top: 0px !important;
    }

    .help .q-list01 li {
        white-space: nowrap;
        overflow: hidden;
    }

    .help .hot-search {
        display: none;
    }

    .help .main-right {
        overflow-x: hidden;
        font-size: 14px
    }

    .help .main .main-right .search .search-input {
        width: 95%;
    }

        .help .main .main-right .search .search-input input {
            width: 58%;
            font-size: 14px
        }

        .help .main .main-right .search .search-input .seacht-btn {
            width: 19%;
            margin-right: 2%;
            margin-left: 0;
        }

    .help .main .main-right .search .hot-search {
        width: 100%;
        left: 3%;
        border-style: none;
        background: none;
    }

        .help .main .main-right .search .hot-search span {
            margin-right: 8px;
        }

    .help .layout .fgx {
        width: 71%;
    }
}

@media (max-width: 800px) {
    .help .cjwt {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .help .cjwt div {
            width: 80%;
        }

    .help .q-list {
        width: 90%;
        margin: 30px auto 0 auto;
    }
}
/*help_article*/

.help .article {
    width: 100%;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    padding-bottom: 20px;
}

.help .art_title {
    width: 94%;
    margin: 0 auto;
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    line-height: 100px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}

.help .dir {
    margin-top: 40px;
    font-weight: 600;
}

.help .dir,
.help .dir_list {
    margin-left: 3%;
    border-left: 3px solid #d7d9e2;
    padding-left: 20px;
}

.help .dir_list {
    padding-top: 12px;
}

    .help .dir_list li {
        margin-bottom: 12px;
    }

        .help .dir_list li a {
            color: #448fda;
        }

            .help .dir_list li a:hover {
                color: #fe8431;
            }

.help .article_con {
    width: 94%;
    margin: 0 auto;
    line-height: 30px;
}

.help .tit {
    font-weight: 600;
    margin-top: 20px;
}

.help .main .tip,
.help .main .tip_m {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    border: 1px #e3e3e3 dotted;
}

.help .tip span,
.tip_m span {
    color: #fe8431;
}

.help .tip a,
.help .tip_m a {
    color: #448fda;
}

.help .prev {
    margin-top: 20px;
}

.help .prev,
.help .next {
    padding-left: 3%;
}

.help .next {
    margin-top: 10px;
}

.help .about_art {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
}

.help .layout {
    height: 14px;
    border-left: 6px solid #fe8431;
}

    .help .layout .xgwz {
        margin-left: 10px;
        float: left;
        line-height: 14px;
    }

    .help .layout .fgx {
        float: right;
        width: 90%;
        height: 7px;
        border-bottom: 1px solid #e3e3e3;
    }

.help .about_art_list {
    text-indent: 15px;
    margin-top: 20px;
    line-height: 28px;
}

.helps .about_art_list li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    background-image: url(../images/dian.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.about_con.pay .title {
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.about_con.pay .cont {
    border-bottom: 1px solid #e5e5e5;
}

.online_pay {
    clear: both;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 4px 0;
}

    .online_pay p {
        line-height: 28px;
    }

    .online_pay a {
        color: #448fda;
    }

        .online_pay a:hover {
            color: #fe8431;
        }

    .online_pay:hover {
        background: #f9f9f9;
    }

    .online_pay img {
        float: left;
        width: 154px;
        height: 33px;
        margin: 27px 30px 27px 20px;
    }
/*分页样式*/

a.current,
.pagebar_record span.current {
    background-color: #fe8431;
    border: 1px solid #fe8101;
    color: white;
}

.pagebar_record a {
    transition: all 0.3s ease-out 0s;
}

    .pagebar_record a:hover {
        text-decoration: none
    }

.pagebar_record {
    height: 26px;
    line-height: 26px;
    width: 978px;
    float: left;
    display: inline;
}

    .pagebar_record a,
    .pagebar_record span {
        border: 1px solid #e3e3e3;
        height: 24px;
        display: block;
        float: left;
        line-height: 24px;
        text-align: center;
        margin-right: 4px;
        padding: 0 10px;
        width: auto;
    }

    .pagebar_record .pagebar_record span.hui {
        float: left;
        border: none;
        padding: 0 10px 0 0;
        color: #666;
    }

    .pagebar_record span {
        float: left;
    }

    .pagebar_record #page_jump_index {
        width: 80px;
        height: 26px;
    }

    .pagebar_record #page_jump_sure {
        float: right
    }

    .pagebar_record div.right {
        width: 230px;
        float: right
    }

    .pagebar_record .left {
        width: 230px
    }

.select-name {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    background-image: url(../images/xia.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 13%;
}

.select-list {
    width: 100%;
    z-index: 999;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    box-sizing: border-box;
}

    .select-list li {
        width: 100%;
        height: 30px;
        background: #f5f5f5;
        text-align: center;
        line-height: 30px;
    }

        .select-list li:hover {
            background: #EBEBEB;
        }
/*左侧广告*/

.ad-right {
    width: 100%;
    height: 260px;
    margin-top: 10px;
}

.art-page .swiper-container {
    width: 100%;
    height: 100%;
}

.art-page .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .art-page .swiper-slide img {
        width: 100%;
        height: 100%;
    }

.art-page .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
}

.art-page .swiper-pagination-bullet-active {
    color: #fff;
    background: #e74c3c;
}

.art-page .ad-tip {
    box-sizing: border-box;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    font-size: 13px;
    position: absolute;
    top: 0;
    line-height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main-right .q-list font {
    display: inline-block;
    text-indent: 0;
}

@media (max-width: 800px) {
    #nk_top {
        margin-left: 10px;
    }

    .mes-page .shar-tj {
        height: 45px;
        margin-top: 10px;
    }

        .mes-page .shar-tj .tj {
            margin-top: 10px;
        }

    .mes-page .message-con {
        margin-left: 2%;
        width: 76%;
    }

    .download > div {
        overflow: auto;
    }

    .zz-list .zz-pic {
        height: 70%;
        width: 65%;
        margin: 0 auto 3px auto;
    }

    .mes-page .mes-pic img {
        margin-top: 0%;
    }

    .help .article {
        margin-top: 0px;
        border-style: none;
    }

    .help .layout .fgx {
        width: 75%;
    }

    .art-page .content {
        width: 92%;
        margin-left: 4%;
    }

    .online_pay img {
        float: left;
        width: 154px;
        height: 33px;
        margin: 10px 100% 10px 0;
    }

    .help .dir,
    .help .dir_list {
        margin-left: 7.5%;
    }

    .help .prev,
    .help .next {
        padding-left: 7.5%;
    }

    .help .article_con {
        width: 92%;
    }

        .help .article_con img {
            width: 100%;
        }

    .help .art_title {
        font-size: 18px;
        line-height: 63px;
        height: 63px;
        border-style: none;
        margin-bottom: 0px;
    }

    .help .tip {
        display: none;
    }

    .help .tip02 {
        display: block;
    }

    .help .about_art {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px;
    }
}

.bd_weixin_popup {
    width: 280px !important;
}

    .bd_weixin_popup .bd_weixin_popup_foot {
        text-align: center;
    }

.api_content {
    width: 762px;
    border-left: 3px solid #d7d9e2;
    margin: 18px 0 22px 0;
    line-height: 30px;
}

.mu_head {
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-indent: 16px;
}

.api_content a {
    padding-left: 16px;
    color: #448fda;
}

#nk_top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 12px;
}

    #nk_top a.a_big {
        padding-right: 5px;
        float: left;
    }

    #nk_top a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    #nk_top .a_small {
        padding: 0 5px;
    }

.blue {
    color: #06c;
}

.left {
    float: left;
}

input#searchWrapBtn {
    padding: 0;
}



/*2018-3-19新增贰贰创服页面************/
.chuangfu-main {
    width: 920px;
    margin: -40px auto 0 auto;
}

.chuangfu-title {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(../images/line.png) no-repeat center;
    margin: 30px 0;
}

.arrow-p {
    line-height: 1.8;
    background: url(../images/arrow.png) no-repeat left top 5px;
    text-indent: 30px;
}

.chuangfu-box-alpha {
    height: 240px;
    background: #f8f8f8;
    text-align: right;
    line-height: 240px;
}

.chuangfu-left {
    width: 400px;
    padding: 0 15px;
}

.chuangfu-right {
    width: 470px;
    padding: 0 20px;
}

.chuangfu-box-alpha .chuangfu-left {
    height: 100%;
    text-align: center;
    float: left;
}

    .chuangfu-box-alpha .chuangfu-left img {
        vertical-align: middle;
        display: inline-block;
    }

.chuangfu-box-alpha .chuangfu-right {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

    .chuangfu-box-alpha .chuangfu-right p {
        line-height: 1.6;
    }

.chuangfu-box-title {
    font-size: 20px;
    border-left: 4px solid #ff6600;
    line-height: 1;
    padding-left: 8px;
    margin-bottom: 12px;
}

.chuangfu-box-beta {
    height: 240px;
    background: #fff;
    text-align: left;
    line-height: 240px;
}

    .chuangfu-box-beta .chuangfu-right {
        height: 100%;
        text-align: center;
        float: right;
    }

    .chuangfu-box-beta .chuangfu-left {
        width: 450px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .chuangfu-box-beta .chuangfu-right img {
        vertical-align: middle;
        display: inline-block;
    }

    .chuangfu-box-beta .chuangfu-right p {
        line-height: 1.6;
    }

    .chuangfu-box-beta .chuangfu-left p {
        line-height: 1.6;
    }

.right {
    float: right;
}

.orange {
    color: orange;
}

.mgr20 {
    margin-right: 15px;
}

.bc-nav .share-btn a, .bc-nav .share-btn a.on {
    width: auto;
    height: 48px;
    margin: 0;
    background: none;
    color: #fe8431;
    line-height: 48px;
    text-indent: 0;
    font-size: 14px;
}

.bc-nav .share-btn a {
    text-decoration: none;
}

.bd_weixin_popup {
    height: auto !important;
}

/*2020-07-23*/
@media screen and (max-width: 768px) {
    .art-page .art_shar {
        width: auto;
    }

    .art-page .baidu-shar {
        width: auto;
    }

    .art-page .like {
        width: 60px;
        height: 38px;
        border: 1px solid #e3e3e3;
        border-radius: 10px;
        float: left;
        margin-top: 70px;
        margin-left: 14%;
        cursor: pointer;
        overflow: hidden;
    }

    .art-page .like-icon {
        background-position: -1%;
    }

    .art-page .like:hover .like-icon {
        background-position: 96%;
    }

    .art-page .like-num {
        line-height: 38px;
    }

    .art-page .art_shar {
        width: auto;
        height: 20px;
        margin-top: 20px;
        line-height: 37px;
        float: left;
    }

    .art-page .article-bottom .like {
        margin-top: 20px;
        margin-left: 0;
        clear: none;
    }

    .art-page .article-bottom .shar {
        margin-top: 20px;
        margin-left: 0;
        clear: none;
    }

    .art-page .article-bottom .tg {
        margin-top: 20px;
        margin: 0;
        clear: none;
    }

    .art-page .tg-icon {
        display: none;
    }

    .art-page .tg {
        width: auto;
        height: 28px;
        float: right;
        margin-left: 21%;
        padding-top: 26px;
    }
}

