.header {
    background: #fff;
}

    .header .headertop {
        height: 30px;
        width: auto;
        border-bottom: 1px solid #e8e8e8;
    }

        .header .headertop .head_login_fl {
            line-height: 30px;
        }

            .header .headertop .head_login_fl li {
                float: left;
                padding-right: 24px;
            }

                .header .headertop .head_login_fl li.h_message {
                    padding-left: 35px;
                    background: url(../images/hmessage.png) no-repeat;
                    background-position-y: center;
                    background-position-x: 15px;
                }

                .header .headertop .head_login_fl li.h_user {
                    background: url(../images/htop_01.png) no-repeat;
                    background-position-y: center;
                    background-position-x: 95px;
                    width: 120px;
                    font-size: 12px;
                    padding: 0;
                    position: relative;
                }

                    .header .headertop .head_login_fl li.h_user .h_username {
                        padding: 0 20px 0 8px;
                        display: block;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .header .headertop .head_login_fl li.h_user .h_userinfo {
                        position: absolute;
                        top: 25px;
                        z-index: 1;
                        background: #ffffff;
                        border: 1px solid #ddd;
                        padding: 15px;
                        left: -1px;
                        width: 223px;
                        padding-right: 0;
                    }

                        .header .headertop .head_login_fl li.h_user .h_userinfo .userimg {
                            width: 60px;
                            height: 60px;
                            border-radius: 30px;
                            margin-top: 7px;
                        }

                        .header .headertop .head_login_fl li.h_user .h_userinfo .h_account {
                            text-align: right;
                            height: 12px;
                            line-height: 12px;
                            font-size: 12px;
                        }

                            .header .headertop .head_login_fl li.h_user .h_userinfo .h_account .out {
                                border-left: 1px solid #ddd;
                            }

                            .header .headertop .head_login_fl li.h_user .h_userinfo .h_account a {
                                float: right;
                                padding: 0 10px;
                            }

                        .header .headertop .head_login_fl li.h_user .h_userinfo .item {
                            line-height: 20px;
                            height: 20px;
                        }

                    .header .headertop .head_login_fl li.h_user.active {
                        width: 118px;
                        margin-top: 3px;
                        background: url(../images/htop_02.png) no-repeat;
                        background-position-y: center;
                        background-position-x: 95px;
                        box-shadow: 0 0 3px #ddd;
                        border: 1px solid #ddd;
                        border-bottom: 0;
                        height: 25px;
                    }

                        .header .headertop .head_login_fl li.h_user.active .h_username {
                            color: #f37600;
                        }

                        .header .headertop .head_login_fl li.h_user.active:after {
                            content: '';
                            background: #FFFFFF;
                            position: absolute;
                            bottom: -1px;
                            left: 0;
                            width: 100%;
                            height: 1px;
                            z-index: 100;
                        }

        .header .headertop .head_login_fr {
            line-height: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .header .headertop .head_login_fr li.item.last span {
                border-right: 0;
            }

            .header .headertop .head_login_fr li.index_login span {
                padding-right: 88px;
            }

            .header .headertop .head_login_fr ul {
                line-height: 30px;
                height: 30px;
            }

                .header .headertop .head_login_fr ul li {
                    height: 30px;
                    float: left;
                    line-height: 14px;
                    position: relative;
                }

                    .header .headertop .head_login_fr ul li span {
                        padding: 0 15px;
                        height: 14px;
                        border-right: 1px solid #dddddd;
                        margin-top: 8px;
                        display: block;
                    }

                        .header .headertop .head_login_fr ul li span .authorized {
                            position: absolute;
                            height: 24px;
                            width: 63px;
                            right: 15px;
                            top: 3px;
                            background: url(../images/qqlogin.png) no-repeat;
                        }

                    .header .headertop .head_login_fr ul li.item {
                        position: relative;
                        cursor: pointer;
                        border: 1px solid #FFFFFF;
                    }

                        .header .headertop .head_login_fr ul li.item span {
                            display: block;
                            padding-right: 30px;
                        }

                            .header .headertop .head_login_fr ul li.item span .icon_top {
                                background: url(../images/htop_01.png) no-repeat;
                                width: 10px;
                                height: 7px;
                                position: absolute;
                                right: 15px;
                                top: 13px;
                            }

                            .header .headertop .head_login_fr ul li.item span .icon_bottom {
                                background: url(../images/htop_02.png) no-repeat;
                                width: 10px;
                                height: 7px;
                                position: absolute;
                                right: 15px;
                                top: 13px;
                            }

                        .header .headertop .head_login_fr ul li.item .nt_li {
                            position: absolute;
                            width: 210px;
                            border: 1px solid #dddddd;
                            z-index: 1;
                            background: #ffffff;
                            right: -1px;
                            top: 27px;
                        }

                            .header .headertop .head_login_fr ul li.item .nt_li .row {
                                display: block;
                                line-height: 25px;
                                text-align: center;
                            }

                            .header .headertop .head_login_fr ul li.item .nt_li ul {
                                padding: 7px;
                            }

                                .header .headertop .head_login_fr ul li.item .nt_li ul li {
                                    border: 0;
                                    padding: 0 7px;
                                    line-height: 26px;
                                    height: 26px;
                                    font-size: 12px;
                                }

                        .header .headertop .head_login_fr ul li.item.active {
                            background: #ffffff;
                            box-shadow: 0 0 1px #dddddd;
                            border: 1px solid #dddddd;
                            border-bottom: 0;
                            height: 28px;
                            z-index: 2;
                        }

                    .header .headertop .head_login_fr ul li.service .nt_li {
                        width: 100%;
                        padding: 7px 0;
                    }

                        .header .headertop .head_login_fr ul li.service .nt_li .row {
                            font-size: 12px;
                        }

                    .header .headertop .head_login_fr ul li.user .nt_li {
                        width: 100%;
                        padding: 7px 0;
                    }

                        .header .headertop .head_login_fr ul li.user .nt_li .row {
                            font-size: 12px;
                        }

            .header .headertop .head_login_fr .active:after {
                content: '';
                position: absolute;
                height: 1px;
                background: #FFFFFF;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 100;
            }

    .header .headerbottom {
        margin: 0 auto;
    }

        .header .headerbottom .log {
            margin: 19px 0;
        }

        .header .headerbottom .helpmenu {
            line-height: 120px;
        }

            .header .headerbottom .helpmenu li {
                float: left;
            }

                .header .headerbottom .helpmenu li a {
                    padding: 0 20px;
                    color: #000000;
                    font-size: 18px;
                }

                    .header .headerbottom .helpmenu li a.active {
                        color: #0599F7;
                    }

        .header .headerbottom .sreach {
            margin-top: 41px;
            height: 38px;
            border: 2px solid #0599F7;
            border-radius: 5px;
            padding-left: 8px;
        }

            .header .headerbottom .sreach .select {
                margin-top: 9px;
                line-height: 20px;
                border-right: 1px solid #dddddd;
                padding: 0 10px 0 0;
                position: relative;
            }

                .header .headerbottom .sreach .select span {
                    color: #999999;
                    background: url(../images/down.png) no-repeat right;
                    padding: 0 15px;
                    display: block;
                }

                .header .headerbottom .sreach .select .choose {
                    width: 80px;
                    margin: -20px 0 0 10px;
                    position: absolute;
                    opacity: 0;
                    z-index: 1;
                }

                .header .headerbottom .sreach .select .row {
                    position: absolute;
                    z-index: 2;
                    top: 45px;
                    border: 3px solid #0599F7;
                    background: #ffffff;
                    width: 1194px;
                    min-height: 200px;
                    left: -550px;
                    box-shadow: 0 0 5px #909090;
                }

                    .header .headerbottom .sreach .select .row .row-top {
                        background: url(../images/index_top.png) no-repeat center center;
                        position: absolute;
                        top: -14px;
                        width: 14px;
                        height: 14px;
                        left: 600px;
                    }

                    .header .headerbottom .sreach .select .row .row-content .row-title {
                        padding: 0 20px;
                    }

                        .header .headerbottom .sreach .select .row .row-content .row-title ul {
                            border-bottom: 1px solid #e8e8e8;
                            height: 49px;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-title li {
                            float: left;
                            line-height: 49px;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-title .history .row-li-title {
                            width: 100px;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-title .history .row-li-item {
                            padding: 0 10px;
                        }

                    .header .headerbottom .sreach .select .row .row-content .row-search {
                        height: 34px;
                        padding: 20px;
                    }

                        .header .headerbottom .sreach .select .row .row-content .row-search .row-txt {
                            height: 32px;
                            border: 1px solid #e8e8e8;
                            padding: 0 10px;
                            float: left;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-search .row-btn {
                            height: 34px;
                            background: #0599F7;
                            color: #ffffff;
                            float: left;
                            padding: 0 10px;
                        }

                    .header .headerbottom .sreach .select .row .row-content .mtn {
                        margin-top: -35px;
                    }

                    .header .headerbottom .sreach .select .row .row-content .row-rigth-top .notfound {
                        font-size: 12px;
                        text-decoration: underline;
                        color: #4c73a2;
                    }

                    .header .headerbottom .sreach .select .row .row-content .row-rigth-top .close {
                        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAFVBMVEUAAACMjIyMjIyKioqPj4+JiYmIiIilyzVcAAAABnRSTlMAj4DNILfpv5F3AAAAPUlEQVQI12NIZAABMQMGMQEgzZjoAMQgAQEwAeEASSAbolAJooGBKU0BwYBLIRQjtMMNhFuBsNQEzHAOAABZywkY3zCJeQAAAABJRU5ErkJggg==) no-repeat;
                        width: 15px;
                        height: 15px;
                        display: inline-block;
                        margin-left: 20px;
                    }

                    .header .headerbottom .sreach .select .row .row-content .row-select {
                        background: #0599F7;
                        padding: 0 20px;
                    }

                    .header .headerbottom .sreach .select .row .row-content .row-ul-item {
                        height: 40px;
                        border-bottom: 1px solid #4c73a2;
                    }

                        .header .headerbottom .sreach .select .row .row-content .row-ul-item li {
                            float: left;
                            line-height: 40px;
                            color: #ffffff;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-ul-item .row-li-title {
                            width: 75px;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-ul-item .row-li-item a {
                            color: #ffffff;
                            padding: 0 10px;
                            display: block;
                        }

                        .header .headerbottom .sreach .select .row .row-content .row-ul-item .row-li-item.active a {
                            color: #000000;
                            background: #ffffff;
                            line-height: 24px;
                            margin-top: 8px;
                        }

                    .header .headerbottom .sreach .select .row .row-content .row-list {
                        padding: 50px 30px;
                    }

                        .header .headerbottom .sreach .select .row .row-content .row-list li {
                            float: left;
                            width: 216px;
                            line-height: 40px;
                            list-style: inside;
                            padding-right: 10px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                            .header .headerbottom .sreach .select .row .row-content .row-list li a {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                color: #000000;
                            }

                            .header .headerbottom .sreach .select .row .row-content .row-list li .hot {
                                color: red;
                            }

                            .header .headerbottom .sreach .select .row .row-content .row-list li a:hover {
                                color: #0599F7;
                            }

                            .header .headerbottom .sreach .select .row .row-content .row-list li:hover {
                                color: #0599F7;
                            }

            .header .headerbottom .sreach .input {
                width: 185px;
                margin: 0;
                height: 38px;
                padding: 0 20px;
            }

                .header .headerbottom .sreach .input::-webkit-input-placeholder {
                    color: #999999;
                }

                .header .headerbottom .sreach .input::-moz-placeholder {
                    color: #999999;
                }

                .header .headerbottom .sreach .input:-ms-input-placeholder {
                    color: #999999;
                }

            .header .headerbottom .sreach .button {
                margin: 0;
                width: 68px;
                height: 38px;
                background: #333333;
                color: #ffffff;
                font-size: 16px;
            }

    .header .headermenu {
        height: 40px;
        background: #333333;
    }

        .header .headermenu .menu {
            margin: 0 auto;
        }

            .header .headermenu .menu li {
                height: 40px;
                float: left;
            }

                .header .headermenu .menu li a {
                    padding: 0 28px;
                    font-size: 16px;
                    text-align: center;
                    display: block;
                    color: #FFFFFF;
                    line-height: 20px;
                }

                .header .headermenu .menu li.hover {
                    background: #02568B;
                    border-radius: 0px;
                }

                .header .headermenu .menu li:hover {
                    background: #02568B;
                }

                    .header .headermenu .menu li:hover a {
                        color: #fff;
                    }


.foot {
    width: 100%;
    height: 355px;
    background: #f8f8f8;
}

    .foot .footer {
        padding-top: 27px;
        height: 168px;
    }

        .foot .footer .footmenu {
            padding-left: 32px;
            width: 208px;
            float: left;
        }

            .foot .footer .footmenu p {
                line-break: 39px;
                color: #333333;
                font-size: 18px;
            }

            .foot .footer .footmenu li {
                line-height: 28px;
                font-size: 14px;
                color: #919191;
            }

                .foot .footer .footmenu li a {
                    color: #919191;
                }

    .foot .footer_01 {
        padding-top: 60px;
    }

        .foot .footer_01 .copyright {
            text-align: center;
            line-height: 24px;
            color: #a0a0a0;
        }

            .foot .footer_01 .copyright a {
                padding: 0 9px;
                color: #a0a0a0;
            }

            .foot .footer_01 .copyright span {
                padding: 0 9px;
                color: #a0a0a0;
            }

.helpindex {
    background: url(../images/index_help.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}

    .helpindex .index {
        position: relative;
    }

        .helpindex .index .name {
            position: absolute;
            left: 10px;
            top: 165px;
        }

            .helpindex .index .name .zhname {
                line-height: 56px;
                color: #4072ff;
                font-size: 44px;
                font-weight: bold;
            }

            .helpindex .index .name .enname {
                line-height: 38px;
                color: #4072ff;
            }

        .helpindex .index .contact {
            position: absolute;
            display: block;
            left: 10px;
            top: 368px;
            background: #4072ff;
            color: #ffffff;
            width: 200px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 10px;
            font-size: 20px;
        }

.operation {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

    .operation .row {
        color: #000000;
        display: block;
        width: 290px;
        height: 120px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #e8e8e8;
        float: left;
    }

        .operation .row .img {
            width: 80px;
            height: 80px;
            background: #d39b9b;
            margin: 20px 15px 20px 20px;
            float: left;
            border-radius: 50%;
        }

            .operation .row .img img {
                width: 80px;
                height: 80px;
                overflow: hidden;
                border-radius: 50%;
            }

        .operation .row .title {
            padding-top: 20px;
            line-height: 26px;
            font-size: 18px;
        }

        .operation .row .desc {
            padding: 10px 20px 0 0;
            line-height: 18px;
            color: #b0b0b0;
            font-size: 12px;
        }

        .operation .row.last {
            margin-right: 0;
        }

.faq {
    margin-bottom: 50px !important;
}

    .faq .title {
        text-align: center;
        color: #000000;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        line-height: 44px;
    }

        .faq .title icon {
            position: absolute;
            top: 50px;
            width: 40px;
            height: 3px;
            background: #4072ff;
            left: 580px;
        }

    .faq .list {
        margin-top: 50px;
    }

        .faq .list .item {
            width: 260px;
            padding: 0 20px;
            float: left;
            background: url(../images/point.png) no-repeat left center;
            line-height: 35px;
            color: #000000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.consult {
    background: url(../images/hele_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}

    .consult .list {
        padding: 120px 0;
    }

        .consult .list .row {
            float: left;
            width: 292px;
            margin-right: 10px;
            height: 380px;
            background: #ffffff;
            border-radius: 10px;
            text-align: center;
        }

            .consult .list .row .icon {
                margin-top: 63px;
                text-align: center;
                width: 100%;
            }

                .consult .list .row .icon .img {
                    width: 112px;
                    height: 112px;
                    border-radius: 50%;
                }

            .consult .list .row p {
                text-align: center;
            }

            .consult .list .row .title {
                line-height: 40px;
                padding-top: 15px;
                font-size: 18px;
            }

            .consult .list .row .desc {
                font-size: 12px;
                color: #888888;
                line-height: 20px;
            }

            .consult .list .row .contact {
                display: block;
                width: 180px;
                height: 40px;
                color: #ffffff;
                background: #0599f7;
                line-height: 40px;
                margin: 0 auto;
                margin-top: 25px;
                font-size: 16px;
                border-radius: 3px;
            }

            .consult .list .row .tel {
                display: block;
                color: #0599f7;
                line-height: 40px;
                font-size: 16px;
                text-align: center;
                padding-top: 25px;
                font-size: 22px;
                font-weight: bold;
            }

            .consult .list .row.last {
                margin-right: 0;
            }

.security {
    background: url(../images/hele_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}

    .security .list {
        padding: 120px 0;
    }

        .security .list .row {
            float: left;
            width: 292px;
            margin-right: 10px;
            height: 380px;
            background: #ffffff;
            border-radius: 10px;
            text-align: center;
        }

            .security .list .row .icon {
                margin-top: 80px;
                text-align: center;
                width: 100%;
            }

                .security .list .row .icon .img {
                    width: 112px;
                    height: 112px;
                    border-radius: 50%;
                }

            .security .list .row p {
                text-align: center;
            }

            .security .list .row .title {
                line-height: 40px;
                padding-top: 15px;
                font-size: 18px;
            }

            .security .list .row .desc {
                font-size: 12px;
                color: #888888;
                line-height: 20px;
            }

            .security .list .row .contact {
                display: block;
                width: 180px;
                height: 40px;
                color: #ffffff;
                background: #0599f7;
                line-height: 40px;
                margin: 0 auto;
                margin-top: 25px;
                font-size: 16px;
                border-radius: 3px;
            }

            .security .list .row .form {
                width: 390px;
                margin: 0 auto;
                padding: 60px 0 30px 0;
            }

                .security .list .row .form .title {
                    font-size: 24px;
                    color: #000000;
                    padding-bottom: 50px;
                    line-height: 24px;
                    padding-top: 0;
                }

                .security .list .row .form .txt {
                    width: 350px;
                    height: 48px;
                    border: 1px solid #e8e8e8;
                    padding: 0 20px;
                }

                .security .list .row .form .desc_01 {
                    line-height: 13px;
                    color: #888888;
                    padding-top: 20px;
                }

                .security .list .row .form .btn {
                    margin: 40px 0 18px 0;
                }

                    .security .list .row .form .btn .sumbit {
                        color: #ffffff;
                        background: #0599f7;
                        width: 390px;
                        height: 50px;
                        border-radius: 10px;
                    }

                .security .list .row .form .desc_02 {
                    padding-top: 12px;
                    color: #888888;
                    line-height: 13px;
                }

            .security .list .row .form_server {
                width: 390px;
                margin: 0 auto;
                padding: 60px 0 30px 0;
            }

                .security .list .row .form_server .title {
                    font-size: 24px;
                    color: #000000;
                    padding-bottom: 20px;
                    line-height: 24px;
                    padding-top: 0;
                }

                .security .list .row .form_server .txt {
                    width: 350px;
                    height: 48px;
                    border: 1px solid #e8e8e8;
                    padding: 0 20px;
                }

                .security .list .row .form_server .items {
                    margin-top: 20px;
                }

                    .security .list .row .form_server .items .txt_2 {
                        width: 218px;
                        height: 68px;
                        border: 1px solid #E8E8E8;
                        float: left;
                        padding: 15px 30px;
                        resize: none;
                    }

                    .security .list .row .form_server .items .file_img {
                        float: right;
                        width: 100px;
                        height: 100px;
                    }

                .security .list .row .form_server .btn {
                    margin-top: 30px;
                }

                    .security .list .row .form_server .btn .sumbit {
                        color: #ffffff;
                        background: #0599f7;
                        width: 390px;
                        height: 50px;
                        border-radius: 10px;
                    }

            .security .list .row.last {
                margin-right: 0;
            }

.news {
    margin-bottom: 100px;
}

    .news .newslist {
        width:  726px;
            background: #fff;
            margin-top: 20px;
            box-shadow: 0 0 2px 2px #00000010;
    }

    .news .newslist1 {
        width: 870px;
        margin-top: 20px;
    }

    .news .newslist .navigation {
        line-height: 14px;
    }

        .news .newslist .navigation .idex {
            float: left;
            color: #666666;
        }

        .news .newslist .navigation .arrow {
            float: left;
            padding: 0 5px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHBAMAAADHdxFtAAAAIVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmYs5FxxAAAACnRSTlMAu1UzEe6qmYhm5S0A9QAAACRJREFUCNdjUDNgYGDwWKgAJDkCJwBJ1sUMDO4LJwAxUAwkCwBhbAXHcXIJhAAAAABJRU5ErkJggg==) no-repeat center center;
            width: 8px;
            height: 14px;
        }

        .news .newslist .navigation .name {
            float: left;
        }

    .news .newslist .newbanner {
        width: 726px;
        height: 368px;
    }

        .news .newslist .newbanner .banner_ul {
            width: 100%;
            min-width: 726px;
            position: relative;
            overflow: hidden;
            z-index: 0;
            height: 368px;
        }

            .news .newslist .newbanner .banner_ul .tip {
                width: 100%;
                height: 5px;
                position: absolute;
                left: 0;
                bottom: 24px;
                z-index: 10;
                text-align: center;
            }

                .news .newslist .newbanner .banner_ul .tip span {
                    width: 30px;
                    height: 5px;
                    margin: 0 10px;
                    display: inline-block;
                    border-radius: 3px;
                    cursor: pointer;
                    vertical-align: top;
                    background: #fff;
                }

                    .news .newslist .newbanner .banner_ul .tip span.cur {
                        background: #000000;
                    }

 

        .news .newslist .new_row .title {
            border-bottom: 3px solid #2e9fd3;
            color: #2e9fd3;
 
            font-size: 24px;
            font-weight: bold;
            padding: 15px;
        }

            .news .newslist .new_row .title .more {
                font-size: 14px;
                line-height: 46px;
                float: right;
                color: #767575;
                font-weight: 100;
            }

        .news .newslist .new_row .row_content {
            margin-bottom: 40px;
        }

            .news .newslist .new_row .row_content .row {
                border-bottom: 1px solid #e8e8e8;
                padding: 30px 0;
                display: block;
                cursor: pointer;
                color: #000000;
                width: 100%;
            }

                .news .newslist .new_row .row_content .row .img {
                    width: 200px;
                    height: 130px;
                    overflow: hidden;
                    padding-right: 20px;
                }

                .news .newslist .new_row .row_content .row .atiiletitle {
                    line-height: 37px;
                    width: 500px;
                    font-size: 18px;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

    .news .newslist1 .new_row .row_content .row .atiiletitle {
        width: 644px;
    }

    .news .newslist .new_row .row_content .row .desc {
        width: 500px;
        padding-top: 10px;
        line-height: 24px;
        color: #888888;
    }

    .news .newslist1 .new_row .row_content .row .desc {
        width: 644px;
    }

    .news .newslist .new_row .row_content .row .other {
        padding-top: 15px;
        line-height: 12px;
        color: #888888;
    }

        .news .newslist .new_row .row_content .row .other .time {
            padding-right: 5px;
        }

    .news .newslist .newsdetail {
        padding-top: 30px;
    }

        .news .newslist .newsdetail .newsHead {
            border-bottom: 1px solid #e8e8e8;
        }

            .news .newslist .newsdetail .newsHead .title {
                text-align: center;
                font-size: 24px;
                font-weight: bold;
                line-height: 44px;
            }

            .news .newslist .newsdetail .newsHead .other {
                text-align: center;
                padding-bottom: 10px;
                color: #767575;
            }

        .news .newslist .newsdetail .newscontents {
            padding: 20px 0;
            line-height: 32px;
            font-size: 16px;
        }

            .news .newslist .newsdetail .newscontents p {
                line-height: 32px;
                font-size: 16px;
            }

            .news .newslist .newsdetail .newscontents img {
                max-width: 100%;
            }

        .news .newslist .newsdetail .tips_bottom {
            height: 30px;
            text-align: center;
            position: relative;
        }

            .news .newslist .newsdetail .tips_bottom:after {
                content: '';
                position: absolute;
                left: 35px;
                width: 800px;
                height: 1px;
                top: 14.5px;
                background: #ddd;
            }

            .news .newslist .newsdetail .tips_bottom span {
                position: absolute;
                left: 387px;
                height: 30px;
                line-height: 30px;
                padding: 0 10px;
                background: #ffffff;
                z-index: 2;
            }

          .tips_link {
            padding: 100px 0 50px;
        }

              .tips_link a {
                padding: 24px 0 14px 0;
                width: 170px;
                margin-right: 20px;
                display: block;
                float: left;
                text-align: center;
                position: relative;
                font-size: 16px;
                color: #666666
            }

              .tips_link .ta1 {
                margin-left: 24px;
                line-height: 42px;
                border-radius: 10px;
                box-shadow: 0px 0px 15px #BDFFD1;
            }

                  .tips_link .ta1:after {
                    content: '立即出售';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 12px;
                    color: #ffffff;
                    background: linear-gradient(-45deg, #86E0A1, #4CC8A3);
                    border-top-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

              .tips_link .ta2 {
                line-height: 42px;
                border-radius: 10px;
                box-shadow: 0px 0px 15px #AEDDFD;
            }

                  .tips_link .ta2:after {
                    content: '立即购买';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 12px;
                    color: #ffffff;
                    background: linear-gradient(-45deg, #27A8FF, #6D6BC3);
                    border-top-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

              .tips_link .ta3 {
                line-height: 42px;
                border-radius: 10px;
                box-shadow: 0px 0px 15px #FFC9F5;
            }

                  .tips_link .ta3:after {
                    content: '立即出售';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 12px;
                    color: #ffffff;
                    background: linear-gradient(-45deg, #FF3ADC, #C63070);
                    border-top-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

              .tips_link .ta4 {
                line-height: 42px;
                border-radius: 10px;
                box-shadow: 0px 0px 15px #FBC8A4;
            }

                  .tips_link .ta4:after {
                    content: '找代练';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 60px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 12px;
                    color: #ffffff;
                    background: linear-gradient(-45deg, #FF5B3A, #C63033);
                    border-top-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }

        .news .newslist .newsdetail .handover {
            color: #767575;
            padding-top: 60px;
        }

            .news .newslist .newsdetail .handover .next {
                line-height: 30px;
            }

                .news .newslist .newsdetail .handover .next a {
                    color: #767575;
                    cursor: pointer;
                    padding-left: 10px;
                }

                .news .newslist .newsdetail .handover .next span {
                    cursor: pointer;
                    padding-left: 10px;
                }

            .news .newslist .newsdetail .handover .prev {
                line-height: 30px;
            }

                .news .newslist .newsdetail .handover .prev a {
                    color: #767575;
                    cursor: pointer;
                    padding-left: 10px;
                }

                .news .newslist .newsdetail .handover .prev span {
                    cursor: pointer;
                    padding-left: 10px;
                }

    .news .keyword {
        margin-top: 20px;
    }

        .news .keyword .k_game {
            background: #f7f7f7;
            width: 185px;
            padding: 10px 0 10px 30px;
        }

            .news .keyword .k_game li {
                list-style-type: disc;
                line-height: 33px;
            }

                .news .keyword .k_game li.active {
                    color: #0599f7;
                }

        .news .keyword .kw {
            border: 1px solid #e8e8e8;
            width: 933px;
            padding: 0 20px;
        }

            .news .keyword .kw .kw_label {
                border-bottom: 1px solid #e8e8e8;
                line-height: 50px;
            }

                .news .keyword .kw .kw_label li {
                    float: left;
                    padding: 0 20px;
                    font-size: 16px;
                }

                    .news .keyword .kw .kw_label li.active {
                        color: #0599f7;
                    }

            .news .keyword .kw .kw_content {
                padding-bottom: 110px;
            }

                .news .keyword .kw .kw_content .kw_item {
                    padding: 12px 0;
                    border-bottom: 1px dashed #e8e8e8;
                }

                    .news .keyword .kw .kw_content .kw_item .on {
                        color: #0599f7;
                        float: left;
                        padding: 0 20px;
                        width: 193px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .news .keyword .kw .kw_content .kw_item .row {
                        float: left;
                        padding: 0 20px;
                    }

.newspublic {
    width: 444px;
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0 0 2px 2px #00000010;
}

.newspublic1 {
    width: 300px;
}

.newspublic .new_2_list {
    padding-top: 20px;
}

    .newspublic .new_2_list .title {
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
        text-align: left;
    }

        .newspublic .new_2_list .title span {
            border-left: 5px solid #f37600;
            padding-left: 10px;
            font-size: 24px;
        }

    .newspublic .new_2_list .item_arr .item {
        padding-left: 19px;
        line-height: 37px;
        font-size: 16px;
        cursor: pointer;
        color: #000000;
        display: block;
        background: url(../images/point.png) no-repeat left center;
        background-position-x: 5px;
        height: 37px;
        width: 425px;
    }

.newspublic1 .new_2_list .item_arr .item {
    width: 281px;
    height: 30px;
    line-height: 30px;
}

.newspublic .new_2_list .item_arr .item .title {
    width: 230px !important;
    font-size: 14px;
}

.newspublic .new_2_list .item_arr .item .title {
    border-bottom: 0;
    padding-bottom: 0;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newspublic .new_2_list .item_arr .item .time {
    float: right;
    color: #F37600;
}

.newspublic .advertising {
    margin: 30px 0 10px 0;
}

    .newspublic .advertising .img {
        width: 444px;
    }

.newspublic1 .advertising .adv {
    width: 300px;
}

.noticecenter {
    margin-bottom: 100px;
}

    .noticecenter .announLogo {
        line-height: 150px;
    }

    .noticecenter .actilenews_meun {
        background: #f5f5f5;
    }

        .noticecenter .actilenews_meun .menu {
            width: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            padding-top: 10px;
        }

            .noticecenter .actilenews_meun .menu .on {
                width: 160px;
                line-height: 38px;
                color: #666666;
                margin-bottom: 10px;
                height: 38px;
                border-radius: 5px;
            }

                .noticecenter .actilenews_meun .menu .on a {
                    padding: 0 20px;
                    color: #666666;
                    display: block;
                    height: 38px;
                    line-height: 38px;
                }

                    .noticecenter .actilenews_meun .menu .on a img {
                        display: inline-block;
                        vertical-align: middle;
                        width: 20px;
                        padding-right: 10px;
                    }

            .noticecenter .actilenews_meun .menu .active {
                background: #2e9fd3;
                color: #ffffff;
            }

                .noticecenter .actilenews_meun .menu .active a {
                    color: #ffffff;
                }

        .noticecenter .actilenews_meun .noticelist {
            width: 980px;
            background: #ffffff;
            padding: 10px 20px;
            min-height: 200px;
            float: left;
        }

            .noticecenter .actilenews_meun .noticelist .item {
                border-bottom: 1px dashed #e8e8e8;
                display: block;
                line-height: 45px;
                color: #000000;
            }

                .noticecenter .actilenews_meun .noticelist .item .noticecenter .noticelist .item .other {
                    width: 850px;
                    padding-left: 20px;
                }

                    .noticecenter .actilenews_meun .noticelist .item .noticecenter .noticelist .item .other .title {
                        font-size: 15px;
                        font-weight: 400;
                    }

                        .noticecenter .actilenews_meun .noticelist .item .noticecenter .noticelist .item .other .title .time {
                            float: right;
                            padding-right: 20px;
                        }

.polymerization {
    margin-top: 20px;
}

    .polymerization .p_game {
        background: #f7f7f7;
        width: 185px;
        padding: 10px 0 10px 30px;
    }

        .polymerization .p_game li {
            list-style-type: disc;
            line-height: 33px;
        }

            .polymerization .p_game li.active {
                color: #0599F7;
            }

    .polymerization .p_content {
        width: 955px;
        margin-left: 30px;
    }

        .polymerization .p_content .game-desc {
            padding-top: 30px;
        }

            .polymerization .p_content .game-desc .img {
                width: 100px;
                height: 100px;
                border-radius: 10px;
                float: left;
            }

            .polymerization .p_content .game-desc .game-info {
                float: left;
                padding-left: 20px;
                width: 832px;
            }

                .polymerization .p_content .game-desc .game-info .title {
                    color: #333333;
                    font-size: 24px;
                    line-height: 40px;
                }

                .polymerization .p_content .game-desc .game-info .desc {
                    padding-top: 20px;
                    color: #585858;
                    font-size: 14px;
                    line-height: 30px;
                }

        .polymerization .p_content .hotsearch {
            padding: 0 20px;
            margin-top: 45px;
            border: 1px solid #E8E8E8;
        }

            .polymerization .p_content .hotsearch .title {
                width: 878px;
                height: 69px;
                line-height: 69px;
                border-bottom: 1px solid #E8E8E8;
                color: #585858;
                font-size: 18px;
                padding-left: 37px;
                background: url(../images/hot.png) no-repeat center left;
                background-size: 26px 32px;
            }

            .polymerization .p_content .hotsearch .term {
                padding: 30px 0 20px 0;
            }

                .polymerization .p_content .hotsearch .term li {
                    float: left;
                    margin-right: 10px;
                    padding: 0 5px;
                    background: #FEE5E4;
                    height: 20px;
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 10px;
                    border-radius: 2px;
                }

                    .polymerization .p_content .hotsearch .term li a {
                        color: #FF3636;
                        font-size: 12px;
                    }

        .polymerization .p_content .related {
            padding-top: 30px;
        }

            .polymerization .p_content .related .title {
                line-height: 46px;
                border-bottom: 3px solid #2E9FD3;
                color: #2E9FD3;
                font-size: 24px;
            }

                .polymerization .p_content .related .title a {
                    float: right;
                    font-size: 14px;
                    color: #767575;
                    line-height: 46px;
                }

            .polymerization .p_content .related .row_content {
                margin-bottom: 40px;
            }

                .polymerization .p_content .related .row_content .row {
                    border-bottom: 1px solid #e8e8e8;
                    padding: 30px 0;
                    display: block;
                    cursor: pointer;
                    color: #000000;
                }

                    .polymerization .p_content .related .row_content .row .img {
                        width: 200px;
                        height: 130px;
                        overflow: hidden;
                        padding-right: 20px;
                    }

                    .polymerization .p_content .related .row_content .row .atiiletitle {
                        line-height: 37px;
                        width: 735px;
                        font-size: 18px;
                        font-weight: bold;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .polymerization .p_content .related .row_content .row .desc {
                        width: 735px;
                        padding-top: 10px;
                        line-height: 24px;
                        color: #888888;
                    }

                    .polymerization .p_content .related .row_content .row .other {
                        padding-top: 15px;
                        line-height: 12px;
                        color: #888888;
                    }

                        .polymerization .p_content .related .row_content .row .other .time {
                            padding-right: 5px;
                        }

.w510 {
    width: 510px !important;
}

.w220 {
    width: 220px !important;
}

.userappeal .item {
    margin-top: 20px;
    position: relative;
}

    .userappeal .item .label {
        width: 100px;
        text-align: right;
        line-height: 40px;
        display: block;
        float: left;
    }

    .userappeal .item .txt {
        height: 40px;
        width: 260px;
        margin-left: 20px;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        padding: 0 10px;
    }

    .userappeal .item .text {
        width: 280px;
        margin-left: 20px;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        text-indent: 10px;
        line-height: 35px;
        resize: none;
        color: #6b6b6b;
        height: 200px;
    }

    .userappeal .item .txt.code {
        width: 140px;
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }

    .userappeal .item .code_a {
        float: left;
        display: block;
        border: 1px solid #e8e8e8;
        width: 120px;
        text-align: center;
        border-left: 0;
        height: 40px;
        line-height: 36px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
        color: #2460a9;
    }

.usercheckcode {
    margin-bottom: 20px;
    border-top-right-radius: 5px;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 118px;
    float: left;
    border-left: 0;
}

.checkcode {
    border-top-right-radius: 5px;
    border: 1px solid #e8e8e8;
    height: 40px;
    width: 118px;
    float: left;
    border-left: 0;
}

.msg_error {
    height: 20px;
    margin-top: -10px;
    color: #f00000;
    line-height: 18px;
    font-size: 14px;
    margin-left: 52px;
    margin-right: 20px;
}

.msg_success {
    height: 20px;
    margin-top: -10px;
    color: #56bc5c;
    line-height: 18px;
    font-size: 14px;
    margin-left: 52px;
    margin-right: 90px;
}

.iconerror {
    background: url("../images/remain.png") no-repeat;
}

.iconsuccess {
    background: url("../images/remain.png") no-repeat;
    background-position: 0px -24px;
}

.imgdiv {
    width: 100px;
    height: 100px;
    margin-bottom: -20px;
}

.announ {
    background: url(../images/announbg.png) no-repeat top center;
}

.right {
    margin-top: 20px;
    float: right;
    color: #919191;
    font-size: 14px;
}

.warpper {
    margin-bottom: 100px
}

.new_dateil .new_list_content .news_d .title {
    text-align: left;
    font-size: 24px;
}

.faq .list {
    margin-top: 20px;
}

.announLogo .fr .searchBox {
    margin-top: 50px;
    width: 502px;
    height: 50px;
    /*border: 5px solid rgba(51, 51, 51, 0.5);*/
    border-radius: 2px;
    background-color: #f7f7f7;
}

    .announLogo .fr .searchBox .input {
        width: 386px;
        height: 50px;
        padding-left: 16px;
        border: none;
        font-size: 14px;
        color: #999;
        border-radius: 2px 0 0 2px;
    }

    .announLogo .fr .searchBox .search {
        width: 100px;
        height: 50px;
        background-color: #2e9fd3;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        border-radius: 0 2px 2px 0;
        border-left: none;
        cursor: pointer;
    }
