@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.woff2) format("woff2"),url(../font/iconfont.woff) format("woff"),url(../font/iconfont.ttf) format("truetype")
}

.iconfont {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal
}

.icon-edit:before {
    content: "\e618"
}

.icon-user1:before {
    content: "\e7ae"
}

.icon-left-arrow:before {
    content: "\e616"
}

.icon-right-arrow:before {
    content: "\e617"
}

.icon-file-pdf:before {
    content: "\e615"
}

.icon-file:before {
    content: "\e614"
}

.icon-recruit-user:before {
    content: "\e613"
}

.icon-line-right-arrow:before {
    content: "\e612"
}

.icon-home:before {
    content: "\e611"
}

.icon-audit:before {
    content: "\e60d"
}

.icon-cost:before {
    content: "\e60e"
}

.icon-appraisal:before {
    content: "\e60f"
}

.icon-management:before {
    content: "\e610"
}

.icon-bottom-arrow:before {
    content: "\e60c"
}

.icon-oa:before {
    content: "\e60b"
}

.icon-menu:before {
    content: "\e7f4"
}

.icon-search:before {
    content: "\e60a"
}

.icon-user:before {
    content: "\e609"
}

.icon-postal:before {
    content: "\e604"
}

.icon-location:before {
    content: "\e605"
}

.icon-phone:before {
    content: "\e606"
}

.icon-email:before {
    content: "\e607"
}

.icon-fax:before {
    content: "\e608"
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-family: Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px
}

body, html {
    background-color: #fff;
    min-height: 100vh
}

caption, td, th {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    margin: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

img {
    border: none
}

li, ol, ul {
    list-style: none
}

button, input, select, textarea {
    font: 14px Verdana,Helvetica,Arial,sans-serif
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.theme-bg {
    background-color: #af4284
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hide-scrollbar {
    -ms-overflow-style: none;
    margin-bottom: -17px;
    overflow: -moz-scrollbars-none
}

    .hide-scrollbar::-webkit-scrollbar {
        width: 0 !important
    }

.n-margin-l {
    margin-left: 0 !important
}

a, a > i {
    color: #333;
    text-decoration: none
}

    a:focus, a:focus > i, a:hover, a:hover > i {
        color: #af4284 !important;
        text-decoration: none
    }

button {
    background-color: transparent;
    border: none;
    padding: 0
}

input {
    font-size: 14px;
    outline: none
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .container-fluid {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:576px) {
    body {
        background-color: #f5f5f5
    }
}

.nav-sub-open + .footer-nav-sub, .nav-sub-open + .hx-nav-sub, .nav-sub-open + .links {
    display: block !important
}

.drop-down-active a:after {
    -webkit-transform: rotate(45deg) scale(1.08) !important;
    transform: rotate(45deg) scale(1.08) !important
}

.mask {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998
}

.hx-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    height: 40px;
    justify-content: space-between;
    margin-bottom: 26px;
    margin-top: 20px;
    max-height: 40px
}

    .hx-header, .hx-header .actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .hx-header .actions .mb-ss {
            color: #333;
            display: none;
            font-size: 18px;
            margin-left: 10px;
            margin-right: 10px;
            -webkit-transition: color .3s;
            transition: color .3s
        }

@media (max-width:576px) {
    .hx-header .actions .mb-ss {
        display: block
    }
}

.hx-header .actions .mb-user {
    color: #333;
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (max-width:576px) {
    .hx-header .actions .mb-user {
        display: block
    }
}

.hx-header .actions .mb-user i {
    font-size: 20px
}

.hx-header .actions .active {
    color: #af4284
}

.hx-header .mb-menu {
    display: none;
    height: 18px;
    margin-left: 4px;
    width: 18px
}

    .hx-header .mb-menu .nav-btn {
        height: inherit;
        padding-bottom: 2px;
        padding-top: 2px;
        width: inherit
    }

        .hx-header .mb-menu .nav-btn i {
            background-color: #333;
            display: block;
            height: 1px;
            margin-bottom: 6px;
            -webkit-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s;
            width: 100%
        }

            .hx-header .mb-menu .nav-btn i:last-child {
                margin-bottom: 0
            }

    .hx-header .mb-menu .active i {
        background-color: #af4284
    }

        .hx-header .mb-menu .active i:first-child {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 19.7988px
        }

        .hx-header .mb-menu .active i:nth-child(2) {
            opacity: 0
        }

        .hx-header .mb-menu .active i:last-child {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 19.7988px
        }

@media (max-width:576px) {
    .hx-header {
        left: 0;
        margin-bottom: 0;
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 999
    }

        .hx-header:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .hx-header .brand-logo {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            height: 30px
        }

            .hx-header .brand-logo a {
                height: 20px;
                width: 79px
            }

        .hx-header .mb-menu {
            display: block
        }
}

@media (max-width:576px) and (max-width:576px) {
    .hx-header .brand-logo {
        height: auto
    }
}

.brand-logo a {
    background-image: url(../img/logo.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    width: 143px
}

.ss-box {
    margin-left: 30px;
    margin-right: 30px;
    width: 356px
}

@media (max-width:768px) {
    .ss-box {
        width: 100%
    }
}

@media (max-width:576px) {
    .ss-box {
        display: none
    }
}

@media (min-width:576px) {
    .ss-box {
        display: block !important
    }
}

.ss {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: 100%
}

    .ss input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 43% !important
    }

    .ss .ss-input {
        border: none;
        height: 100%;
        padding: 0 10px;
        width: 100%
    }

    .ss button {
        -ms-flex-negative: 0;
        background-color: #af4284;
        color: #fff;
        flex-shrink: 0;
        height: 100%;
        width: 57px
    }

        .ss button i {
            font-size: 18px
        }

    .ss .mb-ss {
        display: none
    }

.user-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:576px) {
    .user-box {
        display: none
    }
}

.user-box i {
    color: #af4284;
    font-size: 28px;
    margin-right: 10px
}

.user-box .login-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .user-box .login-box a {
        display: block;
        white-space: nowrap
    }

@media (max-width:576px) {
    .mb-ss-box {
        background-color: #fff;
        height: auto;
        left: 0;
        margin-left: 0;
        padding: 15px;
        position: fixed;
        right: 0;
        top: 40px;
        z-index: 999
    }

        .mb-ss-box:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .mb-ss-box .search input {
            border: 0
        }
}

@media (min-width:576px) {
    .hx-nav {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center !important;
        background-color: #ecf0f1;
        display: block !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 60px;
        justify-content: space-between;
        position: relative
    }

        .hx-nav ul {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%
        }

        .hx-nav .nav-box {
            -webkit-box-flex: 1;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            justify-content: space-between;
            max-width: 900px;
            width: 100%
        }

            .hx-nav .nav-box .active {
                color: #af4284;
            }

                .hx-nav .nav-box .active > i {
                    color: #af4284 !important;
                }

            .hx-nav .nav-box:after, .hx-nav .nav-box:before {
                content: "";
                display: block
            }

            .hx-nav .nav-box li {
                height: 100%;
                line-height: 60px;
                position: relative;
                text-align: center
            }

                .hx-nav .nav-box li h3 {
                    display: inline-block
                }

                .hx-nav .nav-box li .iconfont {
                    color: #858b8c;
                    font-size: 11px;
                    margin-left: 7px
                }

                .hx-nav .nav-box li:hover > h3 > a, .hx-nav .nav-box li:hover > h3 > a > i {
                    color: #af4284
                }

                .hx-nav .nav-box li:hover .hx-nav-sub, .hx-nav .nav-sub-open .hx-nav-sub {
                    display: block
                }

        .hx-nav .hx-nav-sub {
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
            box-shadow: 0 6px 12px rgba(0,0,0,.2);
            display: none;
            left: 50%;
            line-height: 1;
            min-width: 160px;
            position: absolute;
            top: 60px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 999
        }

            .hx-nav .hx-nav-sub a {
                display: block;
                font-size: 14px;
                padding: 20px 30px;
                text-align: center;
                white-space: nowrap
            }

                .hx-nav .hx-nav-sub a:hover {
                    background-color: #af4284;
                    color: #fff !important
                }

        .hx-nav .links {
            padding-right: 10px
        }

            .hx-nav .links a {
                display: block;
                margin-right: 30px
            }

                .hx-nav .links a i {
                    color: #858b8c;
                    font-size: 21px;
                    margin-right: 10px;
                    vertical-align: middle
                }
}

@media (min-width:576px) and (max-width:1200px) {
    .hx-nav .links {
        padding-right: 0
    }

        .hx-nav .links a {
            margin-right: 10px
        }

            .hx-nav .links a span {
                display: none
            }
}

@media (min-width:576px) and (max-width:768px) {
    .hx-nav .links {
        display: none
    }
}

@media (max-width:576px) {
    .hx-nav {
        background-color: #fff;
        display: none;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 40px;
        z-index: 999
    }

        .hx-nav ul li {
            position: relative
        }

            .hx-nav ul li:after {
                background-color: #e2e2e2;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                -webkit-transform: scaleY(.5);
                transform: scaleY(.5)
            }

            .hx-nav ul li a {
                color: #333;
                display: block;
                font-size: 14px;
                padding: 15px
            }

                .hx-nav ul li a .iconfont {
                    display: none
                }

            .hx-nav ul li h3 {
                position: relative
            }

                .hx-nav ul li h3 a:after {
                    content: "+";
                    float: right;
                    font-size: 18px;
                    -webkit-transition: -webkit-transform .3s ease;
                    transition: -webkit-transform .3s ease;
                    transition: transform .3s ease;
                    transition: transform .3s ease,-webkit-transform .3s ease
                }

        .hx-nav .hx-nav-sub {
            display: none;
            padding: 10px;
            position: relative
        }

            .hx-nav .hx-nav-sub:before {
                background-color: #e2e2e2;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transform: scaleY(.5);
                transform: scaleY(.5)
            }

            .hx-nav .hx-nav-sub a {
                color: #b3b3b3;
                display: block;
                font-size: 12px;
                padding: 8px
            }

        .hx-nav .nav-sub-open .hx-nav-sub {
            display: block
        }

        .hx-nav .nav-sub-open h3 {
            color: #af4284
        }

            .hx-nav .nav-sub-open h3 a {
                color: #af4284 !important
            }
}

.sep {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle
}

@media (max-width:576px) {
    .hx-swiper {
        margin-top: 40px
    }
}

.hx-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%
}

@media (min-width:576px) {
    .hx-swiper .swiper-pagination {
        text-align: right
    }

        .hx-swiper .swiper-pagination .swiper-pagination-bullet {
            background-color: #d0d3d6;
            border-radius: 0;
            height: 12px;
            opacity: 1;
            width: 12px
        }

        .hx-swiper .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #af4284
        }

        .hx-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
            margin-right: 30px
        }
}

@media (max-width:576px) {
    .hx-swiper .swiper-pagination {
        bottom: 4px !important
    }
}

.about-us-box {
    background-color: #fff
}

    .about-us-box .video-box {
        margin-top: 30px
    }

        .about-us-box .video-box video {
            height: 100%;
            max-height: 338px;
            -o-object-fit: fill;
            object-fit: fill;
            width: 100%
        }

@media (max-width:576px) {
    .about-us-box .video-box {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

.about-us-box .about-us {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

@media (max-width:576px) {
    .about-us-box .about-us {
        margin-top: 0
    }

        .about-us-box .about-us h2 {
            font-size: 20px !important
        }

            .about-us-box .about-us h2 span {
                font-size: 16px !important
            }
}

.about-us-box .about-us h2 {
    color: #af4284;
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 8px
}

    .about-us-box .about-us h2 span {
        color: #333;
        font-size: 20px;
        margin-left: 4px;
        margin-right: 4px
    }

.about-us-box .about-us p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    flex-grow: 1;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    max-height: 210px;
    overflow: hidden;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    width: 100%
}

@media (max-width:576px) {
    .about-us-box .about-us p {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.about-us-box .about-us footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 30px;
    position: relative;
    width: 100%
}

    .about-us-box .about-us footer:before {
        background-color: #a3a3a3;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .about-us-box .about-us footer a {
        bottom: 4px;
        color: #af4284;
        position: absolute
    }

        .about-us-box .about-us footer a i {
            color: #af4284;
            font-size: 26px;
            margin-left: 10px
        }

.news-box, .statute-box {
    background-color: #fff;
    margin-top: 30px
}

@media (max-width:576px) {
    .news-box, .statute-box {
        margin-top: 20px
    }
}

.news-box h2, .statute-box h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-bottom: 2px solid #af4284;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 8px
}

@media (max-width:576px) {
    .news-box h2, .statute-box h2 {
        border-bottom: 1px solid #e2e2e2;
        font-size: 16px;
        padding-bottom: 8px
    }
}

.news-box h2 a, .statute-box h2 a {
    color: #af4284;
    font-size: 14px
}

@media (max-width:576px) {
    .news-box h2 a, .statute-box h2 a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 12px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis
    }

        .news-box h2 a i, .statute-box h2 a i {
            margin-left: 4px !important
        }
}

.news-box h2 a i, .statute-box h2 a i {
    color: inherit;
    font-size: 8px;
    margin-left: 11px;
    vertical-align: middle
}

.news-box ul, .statute-box ul {
    padding-top: 18px
}

    .news-box ul li, .statute-box ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding-bottom: 14px;
        padding-left: 13px;
        padding-top: 14px;
        position: relative
    }

@media (min-width:576px) {
    .news-box ul li a, .statute-box ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width:576px) {
    .news-box ul li, .statute-box ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 6px;
        padding-left: 0;
        padding-top: 6px
    }

        .news-box ul li:before, .statute-box ul li:before {
            display: none
        }

        .news-box ul li:after, .statute-box ul li:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .news-box ul li a, .statute-box ul li a {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: -o-ellipsis-lastline;
            text-overflow: ellipsis
        }

        .news-box ul li span, .statute-box ul li span {
            font-size: 12px !important;
            padding-bottom: 4px;
            padding-top: 4px
        }
}

.news-box ul li a, .statute-box ul li a {
    -webkit-box-flex: 1;
    color: #333;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    padding-right: 13px;
    width: 100%
}

.news-box ul li span, .statute-box ul li span {
    -ms-flex-negative: 0;
    color: #999;
    flex-shrink: 0;
    font-size: 14px
}

.news-box ul li:before, .statute-box ul li:before {
    background-color: #666;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50% 201);
    transform: translateY(-50% 201);
    width: 4px
}

.line {
    background-color: #e3e3e3;
    height: 1px;
    margin: 53px auto;
    max-width: 1200px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .line {
        background-color: transparent;
        margin: 0;
        padding: 10px 0
    }
}

.line h2 {
    background-color: #fff;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    left: 50%;
    padding: 0 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 888
}

@media (max-width:576px) {
    .line h2 {
        background-color: #af4284;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        left: 0;
        overflow: hidden;
        padding-bottom: 4px;
        padding-right: 20px;
        padding-top: 2px;
        top: 90%;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

        .line h2:after {
            background-color: #fff;
            content: "";
            height: 28.284px;
            position: absolute;
            right: -22px;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            width: 28.284px
        }
}

.i-service-content .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:576px) {
    .i-service-content {
        background-color: #fff;
        padding: 30px 15px
    }
}

.i-service-content .item {
    width: 25%
}

@media (max-width:1200px) and (min-width:576px) {
    .i-service-content .item {
        padding-left: 1.25vw !important;
        padding-right: 1.25vw !important
    }
}

@media (max-width:576px) {
    .i-service-content .item {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.i-service-content .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #f8e1ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 282px;
    padding: 39px 16px
}

@media (min-width:992px) {
    .i-service-content .item a:hover {
        background-color: #af4284
    }

        .i-service-content .item a:hover i, .i-service-content .item a:hover span {
            color: #fff !important
        }
}

@media (max-width:576px) {
    .i-service-content .item a {
        background-color: transparent;
        padding: 0
    }

        .i-service-content .item a i {
            background-color: #f8e1ef;
            border-radius: 12px;
            font-size: 30px !important;
            padding: 4px 13px;
            vertical-align: middle
        }

        .i-service-content .item a span:first-of-type {
            display: none
        }

        .i-service-content .item a span:nth-of-type(2) {
            color: #666 !important;
            font-size: 12px !important;
            font-weight: 500 !important;
            margin-top: 12px
        }
}

@media (max-width:1200px) and (min-width:576px) {
    .i-service-content .item a {
        padding: 3.25vw 1.3vw
    }

        .i-service-content .item a i {
            font-size: 4vw !important
        }

        .i-service-content .item a span:first-of-type {
            font-size: 1.3vw !important
        }

        .i-service-content .item a span:nth-of-type(2) {
            font-size: 1.5vw !important
        }
}

.i-service-content .item a i {
    color: #af4284;
    font-size: 48px
}

.i-service-content .item a span {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

    .i-service-content .item a span:first-of-type {
        color: #af4284;
        font-size: 16px
    }

    .i-service-content .item a span:nth-of-type(2) {
        color: #333;
        font-size: 18px;
        font-weight: 700
    }

#customer-swiper .swiper-wrapper .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (max-width:576px) {
    #customer-swiper .swiper-wrapper .swiper-slide {
        background-color: #fff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }
}

#customer-swiper .swiper-wrapper .swiper-slide a {
    -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 232px;
    padding-bottom: 12px
}

@media (max-width:1200px) and (min-width:576px) {
    #customer-swiper .swiper-wrapper .swiper-slide a {
        margin-left: 1.25vw;
        margin-right: 1.25vw
    }
}

@media (max-width:576px) {
    #customer-swiper .swiper-wrapper .swiper-slide a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-flex: unset;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }

        #customer-swiper .swiper-wrapper .swiper-slide a:last-child {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
            width: 100%
        }

            #customer-swiper .swiper-wrapper .swiper-slide a:last-child .cus-brand {
                padding-bottom: 0;
                padding-top: 0
            }

                #customer-swiper .swiper-wrapper .swiper-slide a:last-child .cus-brand img {
                    padding: 10px 30px
                }

        #customer-swiper .swiper-wrapper .swiper-slide a .cus-brand {
            border: 0;
            border-radius: 6px;
            overflow: hidden;
            padding: 10px
        }

        #customer-swiper .swiper-wrapper .swiper-slide a span {
            display: block;
            font-size: 12px;
            margin-bottom: 10px;
            text-align: center;
            width: 100%
        }
}

#customer-swiper .swiper-wrapper .swiper-slide .cus-brand {
    border: 1px solid #e2e2e2;
    /*padding: 40px*/
}

@media (max-width:1200px) and (min-width:576px) {
    #customer-swiper .swiper-wrapper .swiper-slide .cus-brand {
        padding: calc(3.3vw - 20px)
    }
}

#customer-swiper .swiper-wrapper .swiper-slide .cus-brand img {
    height: 100%;
    width: 100%
}

#customer-swiper .swiper-wrapper .swiper-slide span {
    color: #666;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 32px;
    text-align: center
}

@media (max-width:1200px) {
    #customer-swiper .swiper-wrapper .swiper-slide span {
        margin-top: 1.7vw !important
    }
}

@media (max-width:1200px) and (min-width:768px) {
    #customer-swiper .swiper-wrapper .swiper-slide span {
        font-size: 14px !important
    }
}

@media (max-width:767px) and (min-width:576px) {
    #customer-swiper .swiper-wrapper .swiper-slide span {
        font-size: 12px !important
    }
}

#customer-swiper .swiper-pagination-bullet {
    background-color: #fff;
    border: 2px solid #999;
    height: 12px;
    opacity: 1;
    width: 12px
}

#customer-swiper .swiper-pagination-bullet-active {
    background-color: #999
}

.n-padding {
    padding: 0
}

.hx-footer {
    background-color: #434a54;
    margin: 40px auto auto;
    max-width: 1200px;
    min-height: 215px;
    padding: 0 40px;
    position: relative
}

@media (max-width:576px) {
    .hx-footer {
        background-color: #f5f5f5;
        margin-top: 20px;
        padding: 0 20px
    }
}

@media (min-width:576px) {
    .hx-footer {
        padding-top: 48px
    }
}

.hx-footer .footer-nav-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:576px) {
    .hx-footer .footer-nav-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .hx-footer .footer-nav-box li {
            width: 100%
        }
        .hx-footer .footer-nav-box .hx-drop-down > a {
            pointer-events: none;
        }
}

@media (min-width:576px) {
    .hx-footer .footer-nav-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 75%;
        width: 100%
    }

        .hx-footer .footer-nav-box li {
            width: auto
        }

        .hx-footer .footer-nav-box .footer-nav-sub {
            display: none
        }
}

.hx-footer .footer-nav-box li {
    position: relative
}

@media (max-width:576px) {
    .hx-footer .footer-nav-box li > a {
        color: #6e6e73;
        font-size: 12px;
        padding: 10px
    }

        .hx-footer .footer-nav-box li > a:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .hx-footer .footer-nav-box li > a:focus {
            color: #000
        }

    .hx-footer .footer-nav-box li h3 {
        position: relative
    }

        .hx-footer .footer-nav-box li h3:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .hx-footer .footer-nav-box li h3 a:focus {
            color: #000
        }

        .hx-footer .footer-nav-box li h3 a {
            color: #6e6e73;
            font-size: 12px;
            padding: 10px
        }

            .hx-footer .footer-nav-box li h3 a:after {
                content: "+";
                float: right;
                font-size: 18px;
                font-weight: 400;
                margin-right: 8px;
                margin-top: -2px;
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s,-webkit-transform .3s
            }

    .hx-footer .footer-nav-box li .footer-nav-sub {
        display: none;
        padding: 10px;
        position: relative
    }

        .hx-footer .footer-nav-box li .footer-nav-sub:after {
            background-color: #e2e2e2;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5)
        }

        .hx-footer .footer-nav-box li .footer-nav-sub a {
            font-size: 12px;
            padding: 8px
        }
}

@media (min-width:576px) {
    .hx-footer .footer-nav-box li a {
        color: #a6aab1;
        font-size: 14px
    }
}

.hx-footer .footer-nav-box li a {
    display: block;
    position: relative;
    white-space: nowrap
}

.hx-footer .footer-nav-box .nav-sub-open .footer-nav-sub {
    display: block
}

.hx-footer .footer-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

@media (max-width:1200px) and (min-width:576px) {
    .hx-footer .footer-links {
        margin-top: 3.3vw;
        max-width: 66.7vw
    }
}

@media (max-width:576px) {
    .hx-footer .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

        .hx-footer .footer-links h3 {
            position: relative;
            width: 100%
        }

            .hx-footer .footer-links h3:after {
                background-color: #e2e2e2;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                -webkit-transform: scaleY(.5);
                transform: scaleY(.5)
            }

            .hx-footer .footer-links h3 a {
                color: #6e6e73;
                display: block;
                font-size: 12px;
                padding: 10px;
                position: relative
            }

                .hx-footer .footer-links h3 a:after {
                    content: "+";
                    float: right;
                    font-size: 18px;
                    font-weight: 400;
                    margin-right: 8px;
                    margin-top: -2px;
                    -webkit-transition: -webkit-transform .3s ease;
                    transition: -webkit-transform .3s ease;
                    transition: transform .3s ease;
                    transition: transform .3s ease,-webkit-transform .3s ease
                }

                .hx-footer .footer-links h3 a:focus {
                    color: #000
                }
}

@media (min-width:576px) {
    .hx-footer .footer-links {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .hx-footer .footer-links h3 {
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

            .hx-footer .footer-links h3 a {
                color: #a6aab1;
                line-height: 1.5
            }

                .hx-footer .footer-links h3 a:after {
                    content: ":"
                }
}

.hx-footer .footer-links .links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:576px) {
    .hx-footer .footer-links .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
        width: 100%
    }

        .hx-footer .footer-links .links li {
            margin: 0;
            padding: 8px
        }

            .hx-footer .footer-links .links li:after {
                display: none
            }

            .hx-footer .footer-links .links li a {
                color: #333;
                font-size: 12px
            }
}

@media (min-width:576px) {
    .hx-footer .footer-links .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 800px
    }
}

.hx-footer .footer-links li {
    -ms-flex-negative: 0;
    color: #a6aab1;
    flex-shrink: 0;
    margin-bottom: 18px;
    margin-left: 11px
}

    .hx-footer .footer-links li:after {
        content: "|";
        margin-left: 11px
    }

    .hx-footer .footer-links li:last-child:after {
        display: none
    }

    .hx-footer .footer-links li a {
        color: #a6aab1
    }

.hx-footer .qr-code-box {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:576px) {
    .hx-footer .qr-code-box .qr-code, .hx-footer .qr-code-box img, .hx-footer .qr-code-box span {
        display: block !important
    }
}

@media (max-width:768px) {
    .hx-footer .qr-code-box {
        margin-top: 42px
    }
}

@media (max-width:576px) {
    .hx-footer .qr-code-box {
        background-color: #fff;
        background-image: url(../img/%E5%BE%AE%E4%BF%A1.png);
        background-size: 100% 100%;
        border: 1px solid #e2e2e2;
        border-right: 0;
        height: 40px;
        position: fixed;
        right: 0;
        top: 40%;
        width: 40px;
        z-index: 997
    }

        .hx-footer .qr-code-box .qr-code {
            bottom: 0;
            display: none;
            position: absolute;
            right: 100%
        }
}

.hx-footer .qr-code-box img {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    height: 131px;
    padding: 11px;
    width: 131px
}

@media (max-width:576px) {
    .hx-footer .qr-code-box img {
        border: 1px solid #e2e2e2;
        border-bottom: 0;
        border-radius: 0
    }
}

@media (max-width:992px) and (min-width:576px) {
    .hx-footer .qr-code-box img {
        height: 13.2vw;
        padding: 1.1vw;
        width: 13.2vw
    }
}

.hx-footer .qr-code-box span {
    color: #a6aab1;
    display: block;
    margin-top: 11px;
    text-align: center
}

@media (max-width:576px) {
    .hx-footer .qr-code-box span {
        background-color: #fff;
        border: 1px solid #e2e2e2;
        border-top: 0;
        margin-top: 0;
        width: 131px
    }

    .subbanner {
        margin-top: 40px
    }
}

.subbanner img {
    display: block;
    /*height: 100%;*/
    width: 100%
}

.hx-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 38px
}

@media (max-width:576px) {
    .hx-container {
        background-color: #fff;
        margin-top: 0
    }
}

@media (max-width:992px) {
    .hx-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.menu-aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 46px;
    width: 175px
}

@media (max-width:992px) {
    .menu-aside {
        width: 100%
    }
}

.menu-aside .aside-head {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAANCAYAAADhRgb3AAABXklEQVR4nO3aP0uWURgH4Eu0QWhwarCxxb2pMZeGwEECB0WjyE/Sp+ifSS0hEQVOgYN7U0tDk0M0BQ0REmUcuiGHkERfHl/P75oeDme4nzP8uLnPmXg1f/9AHyZG8JczWMFtXO3kHCPihKZygMfWAvw67mAR02NWf0QMbGpEneBZclod/SzuYg1Xau0X3uIh3mB//I8rIkYtHe/RLmChutsbmKzde3iCjfqOiPhvCd5/m8M6lnGpdrRu9mV1tzvV7UZEHFuC96+LWKpxwrVD6+/xCM/xZegiI2L8JXj/hGzrbm9V+DZf8QIP8G7g+iLinOk1eNv4YLW627laa5dwu3iMLXwfuMaIOKd6Ct7JuiC7h5t1cdZ8wrMaJ3wcuMaI6EBPwbtXT8KaH3hdLxO28XPg2iKiIz0FbwvdD3iKTXw+AzVFRId6CN5vNbPdqBluRMSgegjey/VKISJiePgNsUUwvgU85zkAAAAASUVORK5CYII=);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top: 4px solid #af4284;
    color: #af4284;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 9px;
    padding-bottom: 24px;
    padding-top: 17px;
    position: relative
}

@media (max-width:992px) {
    .menu-aside .aside-head {
        background-image: none;
        border-top: 0;
        margin-bottom: 0;
        padding-bottom: 6px;
        padding-top: 6px
    }
}

@media (max-width:576px) {
    .menu-aside .aside-head {
        font-size: 16px;
        margin: 10px -5px
    }
}

.menu-aside .aside-head span {
    display: block;
    font-size: 14px;
    margin-top: 6px
}

@media (max-width:576px) {
    .menu-aside .aside-head span {
        display: inline-block;
        font-size: 12px
    }

    .menu-aside .menu-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-overflow-style: none;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -17px;
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (max-width:576px) {
    .menu-aside .menu-list::-webkit-scrollbar {
        width: 0 !important
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .menu-aside .menu-list .sole .collapse-list {
        display: none
    }
}

.menu-aside .menu-list .menu-list-item {
    border-bottom: 1px solid #dadada;
    margin-top: 18px;
    padding-bottom: 20px;
    position: relative;
    z-index: 800
}

@media (max-width:576px) {
    .menu-aside .menu-list .menu-list-item {
        border-bottom: 0;
        margin-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list .menu-list-item {
        border-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }
}

.menu-aside .menu-list .menu-list-item a {
    color: #666;
    font-size: 16px
}

@media (max-width:576px) {
    .menu-aside .menu-list .menu-list-item a {
        display: none
    }
}

@media (min-width:992px) {
    .menu-aside .menu-list .menu-list-item a i {
        display: none
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list .menu-list-item a i {
        color: #858b8c;
        font-size: 12px;
        margin-left: 7px
    }
}

.menu-aside .menu-list .menu-list-item .collapse-list {
    margin-left: 20px
}

@media (max-width:576px) {
    .menu-aside .menu-list .menu-list-item .collapse-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex !important;
        margin-left: 0
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list .menu-list-item .collapse-list {
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.4);
        box-shadow: 0 6px 12px rgba(0,0,0,.4);
        display: none;
        left: 50%;
        margin-left: 0;
        min-width: 160px;
        position: absolute;
        top: 44px;
        z-index: 800
    }
}

.menu-aside .menu-list .menu-list-item .collapse-list a {
    display: block;
    margin-top: 18px;
    position: relative
}

@media (max-width:576px) {
    .menu-aside .menu-list .menu-list-item .collapse-list a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 14px;
        margin-top: 0;
        padding: 0 12px 12px;
        white-space: nowrap
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list .menu-list-item .collapse-list a {
        margin: 0;
        padding: 20px 30px;
        white-space: nowrap
    }
}

.menu-aside .menu-list .menu-list-item .active {
    color: #af4284
}

@media (max-width:576px) {
    .menu-aside .menu-list .menu-list-item .active:after {
        background-color: #af4284;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 30%
    }
}

@media (max-width:992px) and (min-width:576px) {
    .menu-aside .menu-list .menu-list-item .active {
        background-color: #af4284;
        color: #fff
    }
}

.hx-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 0
}

@media (max-width:992px) {
    .hx-content {
        width: 100%
    }
}

.hx-content .content-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-top: 4px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 44px;
    padding-top: 18px
}

@media (max-width:576px) {
    .hx-content .content-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top-width: 1px;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 18px
    }

        .hx-content .content-header h2:before {
            background-color: #af4284;
            content: "";
            display: inline-block;
            height: 18px;
            margin-right: 10px;
            vertical-align: bottom;
            width: 4px
        }
}

.hx-content .content-header h2 {
    font-size: 16px;
    font-weight: 500
}

.hx-content .content {
    margin-bottom: 40px
}

@media (max-width:576px) {
    .hx-content .content {
        margin-bottom: 20px
    }
}

.hx-content .content p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.hx-content .content .content-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%
}

    .hx-content .content .content-video video {
        height: 100%;
        max-width: 602px;
        width: 100%
    }

.hx-content .content > h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px
}

@media (max-width:576px) {
    .hx-content .content > h3 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 10px
    }
}

.content-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:576px) {
    .content-img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.content-img .img-item {
    -webkit-box-flex: 1;
    background-color: #f6f6f6;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    padding: 27px 20px 0;
    width: 23%;
}


@media (max-width:576px) {
    .content-img .img-item {
        margin-bottom: 20px;
        padding: 0;
        width: 44%
    }
}

.content-img .img-item img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.content-img .img-item span {
    color: #333;
    display: block;
    font-size: 14px;
    margin-top: 30px;
    min-height: 58px;
    text-align: center
}

@media (max-width:576px) {
    .content-img .img-item span {
        font-size: 12px;
        margin-top: 10px;
        min-height: 100%;
        padding-bottom: 10px
    }
}

.crumbs {
    color: #666;
    font-size: 14px;
    vertical-align: bottom
}

@media (max-width:576px) {
    .crumbs {
        display: none
    }
}

.crumbs li {
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .crumbs li:after {
        content: ">";
        padding: 0 6px
    }

    .crumbs li:first-child i {
        color: #af4284;
        margin-right: 10px
    }

    .crumbs li:first-child:after, .crumbs li:last-child:after {
        content: ""
    }

.securities-tags {
    font-size: 0
}

    .securities-tags .tag {
        background-color: #f4f3f3;
        border-radius: 4px;
        color: #666;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 10px
    }

        .securities-tags .tag:hover {
            background-color: #af4284;
            color: #fff
        }

@media (max-width:576px) {
    .securities-tags .tag {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 10px
    }
}

.securities-tags .active {
    background-color: #af4284;
    color: #fff
}

.securities-table .hx-table tr {
    min-height: 47px
}

.securities-table .hx-table th {
    background-color: #f6e5f0;
    border-bottom: 0 solid #e2e2e2;
    color: #af4284;
    text-align: center
}

.securities-table .hx-table td {
    border: 1px solid #e2e2e2;
    text-align: center
}

.securities-table .hx-table td, .securities-table .hx-table th {
    font-size: 16px
}

@media (max-width:576px) {
    .securities-table .hx-table td, .securities-table .hx-table th {
        font-size: 12px
    }
}

.securities-table .hx-table tr:nth-child(2) td {
    border-top: 0 !important
}

.securities-table .hx-table tr td:first-child {
    border-left: 0 !important
}

.securities-table .hx-table tr td:last-child {
    border-right: 0 !important
}

.securities-table .hx-table tr:nth-child(odd) {
    background-color: #fcf5f9
}

.securities-table .hx-table tr:nth-child(2n) {
    background-color: #f6e5f0
}

.securities-table .hx-table .index {
    width: 66px
}

@media (max-width:576px) {
    .securities-table .hx-table .index {
        width: auto
    }
}

.information .information-list {
    width: 100%
}

    .information .information-list li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        background-color: #f8f8f8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 30px;
        width: 100%
    }

@media (max-width:576px) {
    .information .information-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 14px
    }

        .information .information-list li:last-child {
            margin-bottom: 0
        }
}

.information .information-list li a {
    color: #af4284;
    font-size: 14px;
    vertical-align: bottom
}

    .information .information-list li a .icon-line-right-arrow {
        color: #af4284;
        font-size: 26px;
        margin-left: 8px;
        vertical-align: bottom
    }

.information .information-list .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

    .information .information-list .info .file-name {
        color: #333;
        font-size: 18px
    }

@media (max-width:576px) {
    .information .information-list .info .file-name span {
        font-size: 16px
    }
}

.information .information-list .info .file-name .icon-file {
    color: #54c39a;
    font-size: 20px;
    margin-right:15px;
}

.information .information-list .info .date {
    color: #999;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px
}

@media (max-width:576px) {
    .information .information-list .info .date {
        font-size: 12px;
        margin-top: 10px
    }
}

.article .article-title {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}

@media (max-width:576px) {
    [dir=ltr] .article .article-title {
        text-align: left
    }

    [dir=rtl] .article .article-title {
        text-align: right
    }

    .article .article-title {
        font-size: 16px;
        font-weight: 700
    }
}

.article .article-subtitle {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 22px 0;
    text-align: center
}

@media (max-width:576px) {
    .article .article-subtitle {
        padding: 10px 0
    }
}

.article .article-body p {
    font-size: 16px;
    line-height: 36px
}

@media (max-width:576px) {
    .article .article-body p {
        font-size: 14px;
        line-height: 1.8
    }
}

.article .article-body img {
    width: 100%
}

.article .article-body .article-links {
    margin-top: 48px
}

    .article .article-body .article-links h4 {
        color: #af4284;
        font-size: 16px
    }

    .article .article-body .article-links .article-link-subtitle {
        color: #333;
        display: inline-block;
        font-size: 16px;
        margin-top: 20px
    }

    .article .article-body .article-links .file-list li {
        margin-top: 20px
    }

        .article .article-body .article-links .file-list li a {
            color: #333;
            font-size: 16px
        }

@media (max-width:576px) {
    .article .article-body .article-links .file-list li a {
        font-size: 14px
    }
}

.article .article-footer .back {
    padding-bottom: 38px;
    padding-top: 58px;
    text-align: center
}

@media (max-width:576px) {
    .article .article-footer .back {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.article .article-footer .back a {
    color: #af4284;
    font-size: 14px
}

.article .article-footer .next, .article .article-footer .pre {
    margin-bottom: 30px
}

@media (max-width:576px) {
    .article .article-footer .next, .article .article-footer .pre {
        margin-bottom: 15px
    }
}

.article .article-footer .next a, .article .article-footer .pre a {
    color: #666;
    font-size: 16px
}

@media (max-width:576px) {
    .article .article-footer .next a, .article .article-footer .pre a {
        font-size: 14px
    }
}

.news-content .news-item {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media (max-width:992px) {
    .news-content .news-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:576px) {
    .news-content .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-radius: 10px;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        width: 100%
    }
}

.news-content .news-item img {
    display: inline-block;
    max-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 360px
}

@media (max-width:992px) {
    .news-content .news-item img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 180px
    }
}

@media (max-width:576px) {
    .news-content .news-item img {
        overflow: hidden;
        width: 100%
    }
}

.news-content .news-item .new-article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 30px 0;
    width: 0
}

@media (max-width:576px) {
    .news-content .news-item .new-article {
        padding: 14px 15px;
        width: 100%
    }
}

.news-content .news-item .new-article .new-title {
    color: #333;
    font-size: 18px;
    line-height: 1.5
}

@media (max-width:576px) {
    .news-content .news-item .new-article .new-title {
        font-size: 16px
    }
}

.news-content .news-item .new-article .new-date {
    color: #999;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 14px;
    padding-top: 22px
}

@media (max-width:576px) {
    .news-content .news-item .new-article .new-date {
        font-size: 12px;
        padding: 10px 0
    }
}

.news-content .news-item .new-article .new-content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden
}

@media (max-width:576px) {
    .news-content .news-item .new-article .new-content {
        font-size: 14px
    }
}

.news-content .news-item .new-article .new-footer {
    padding-bottom: 22px;
    padding-top: 26px
}

@media (max-width:576px) {
    .news-content .news-item .new-article .new-footer {
        padding: 10px 0
    }
}

.news-content .news-item .new-article .new-footer a {
    color: #af4284;
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

.news-content .news-item .new-article .new-footer .icon-line-right-arrow {
    color: #af4284;
    font-size: 26px;
    margin-left: 10px
}

tem .drop-down i {
        color: #d4d4d4;
        font-size: 10px;
        line-height: inherit
    
}

.ss-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (max-width:576px) {
    .ss-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ss-form .form-item {
    -webkit-box-flex: 1;
    border: 1px solid #f0f0f0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 54px;
    margin-bottom: 15px;
    max-width: 202px;
    min-width: 160px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .ss-form .form-item {
        height: 34px;
        line-height: 34px;
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
        width: 100%
    }
}

.ss-form .form-item .drop-down {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    line-height: 54px;
    margin: 0;
    padding: 0 21px
}

@media (max-width:576px) {
    .ss-form .form-item .drop-down {
        font-size: 14px;
        line-height: inherit
    }
}

.ss-form .form-item .drop-down i {
    color: #7f7f7f;
    float: right;
    font-size: 15px
}

@media (max-width:576px) {
    .ss-form .form-item .drop-down i {
        color: #d4d4d4;
        font-size: 10px;
        line-height: inherit
    }
}

.ss-form .form-item .drop-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    display: none;
    min-width: 100%;
    position: absolute;
    z-index: 666
}

@media (max-width:576px) {
    .ss-form .form-item .drop-menu {
        min-width: 100%
    }
}

.ss-form .form-item .drop-menu li {
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    text-align: center
}

@media (max-width:576px) {
    .ss-form .form-item .drop-menu li {
        padding: 10px 20px
    }
}

.ss-form .form-item .drop-menu li:after {
    background-color: #e2e2e2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ss-form .form-item .drop-menu li:hover {
    background-color: #af4284;
    color: #fff
}

.ss-form .form-item-ss {
    -webkit-box-flex: 1;
    border: 1px solid #f0f0f0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 54px;
    margin-bottom: 15px;
    max-width: 316px;
    min-width: 202px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .ss-form .form-item-ss {
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
        width: 100%
    }
}

.ss-form .form-item-ss .ss-box {
    height: 100%;
    margin: 0;
    width: 100%
}

@media (max-width:576px) {
    .ss-form .form-item-ss .ss-box {
        display: block;
        max-width: 100%;
        width: 100%
    }
}

.ss-form .form-item-ss .ss-box .ss {
    border: 0;
    height: 100%
}

.recruit-table {
    margin-top: 18px;
    width: 100%
}

    .recruit-table thead {
        width: 100%
    }

        .recruit-table tbody td, .recruit-table thead th {
            white-space: nowrap
        }

    .recruit-table td:first-child a {
        color: #af4284
    }

.my-primary-btn {
    background-color: #4e6ef2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 37px;
    overflow: hidden;
    position: relative;
    width: 96px
}

    .my-primary-btn > span {
        position: relative;
        z-index: 1
    }

.recruit-detail .recruit-detail-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 103px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 22px
}

@media (min-width:576px) and (max-width:992px) {
    .recruit-detail .recruit-detail-header {
        height: auto;
        padding-bottom: 12px;
        padding-top: 12px
    }
}

@media (max-width:576px) {
    .recruit-detail .recruit-detail-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-bottom: 12px;
        padding-top: 12px
    }

        .recruit-detail .recruit-detail-header .my-primary-btn {
            width: 100%
        }
}

.recruit-detail .recruit-detail-header .icon-recruit-user {
    color: #af4284;
    font-size: 22px
}

.recruit-detail .recruit-detail-header .detail-position {
    color: #333;
    font-size: 18px
}

.recruit-detail .recruit-detail-info {
    margin-top: 16px
}

@media (min-width:576px) and (max-width:992px) {
    .recruit-detail .recruit-detail-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:576px) {
    .recruit-detail .recruit-detail-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.recruit-detail .recruit-detail-info span {
    color: #999;
    font-size: 16px;
    margin-right: 44px;
    padding-left: 12px;
    position: relative
}

@media (min-width:576px) and (max-width:992px) {
    .recruit-detail .recruit-detail-info span {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 20px
    }
}

@media (max-width:576px) {
    .recruit-detail .recruit-detail-info span {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 20px
    }
}

.recruit-detail .recruit-detail-info span:before {
    background-color: #999;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

.recruit-detail .recruit-detail-body p {
    color: #333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 0;
    text-indent: 0
}

@media (max-width:576px) {
    .recruit-detail .recruit-detail-body p {
        font-size: 14px
    }
}

.recruit-detail .recruit-detail-body h3 {
    color: #af4284;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 36px
}

.online-recruit .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    min-height: 36px
}

@media (max-width:576px) {
    .online-recruit .form-item {
        margin-bottom: 10px
    }
}

.online-recruit .form-item label {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    margin-right: 10px;
    min-width: 74px;
    text-align: right
}

@media (max-width:576px) {
    .online-recruit .form-item label {
        font-size: 14px
    }
}

.online-recruit .form-item .dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 36px
}

.article-footer .back {
    padding-bottom: 38px;
    padding-top: 58px;
    text-align: center
}

@media (max-width:576px) {
    .article-footer .back {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.article-footer .back a {
    color: #af4284;
    font-size: 14px
}

.article-footer .next, .article-footer .pre {
    margin-bottom: 30px
}

@media (max-width:576px) {
    .article-footer .next, .article-footer .pre {
        margin-bottom: 15px
    }
}

.article-footer .next a, .article-footer .pre a {
    color: #666;
    font-size: 16px
}

@media (max-width:576px) {
    .article-footer .next a, .article-footer .pre a {
        font-size: 14px
    }
}

.select-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: space-between;
    outline: none;
    padding: 0 10px;
    position: relative;
    width: 100%
}

    .select-btn:after {
        float: right
    }

    .select-btn + .drop-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.3);
        box-shadow: 0 6px 12px rgba(0,0,0,.3);
        display: none;
        position: absolute;
        width: 100%;
        z-index: 666
    }

        .select-btn + .drop-menu li {
            cursor: pointer;
            padding: 10px 20px;
            position: relative;
            text-align: center
        }

            .select-btn + .drop-menu li:after {
                background-color: #e2e2e2;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                -webkit-transform: scaleY(.5);
                transform: scaleY(.5)
            }

            .select-btn + .drop-menu li:hover {
                background-color: #af4284;
                color: #fff
            }

.online-recruit .form-item .select-btn > .icon-bottom-arrow {
    color: #7f7f7f;
    font-size: 12px
}

.online-recruit .form-item > input {
    -ms-flex: 1;
    flex: 1;
    height: 36px;
    padding: 0 10px
}

.online-recruit .form-item > input, .online-recruit .form-item > textarea {
    -webkit-box-flex: 1;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    outline: none
}

.online-recruit .form-item > textarea {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    min-height: 106px;
    padding: 10px;
    resize: none
}

.online-recruit .form-item > .reset-btn, .online-recruit .form-item > .submit-btn {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    height: 46px;
    margin: 30px 48px;
    width: 100%
}

@media (max-width:576px) {
    .online-recruit .form-item > .reset-btn, .online-recruit .form-item > .submit-btn {
        margin: 0
    }
}

.online-recruit .form-item > .submit-btn {
    background-color: #af4284;
    color: #fff
}

.online-recruit .form-item > .reset-btn {
    border: 1px solid #e0e0e0;
    color: #666
}

.required > label:after {
    color: #d92900;
    content: "*";
    font-size: 16px
}

@media screen and (min-width:768px) {
    .recruit-table > thead > tr > th {
        background-color: #f3f3f3;
        border: 0;
        height: 54px;
        text-align: center;
        vertical-align: middle
    }

    .recruit-table > tbody > tr > td {
        border-bottom: 1px solid #eaeaea;
        padding: 30px 8px;
        vertical-align: middle
    }
}

@media screen and (max-width:768px) {
    .recruit-search-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .recruit-search-form .form-item {
            margin: 0 !important;
            margin-bottom: 10px;
            padding: 0 10px;
            width: 100%
        }

        .recruit-search-form > .form-item .select-btn {
            background-color: #fff;
            color: #333;
            height: 40px;
            width: 100%
        }

        .recruit-search-form .search-form {
            height: 40px !important;
            width: 100% !important
        }

    .my-primary-btn {
        font-size: 12px;
        height: 30px;
        width: 80px
    }

    .recruit-table > tbody > tr > td {
        padding: 16px 8px;
        vertical-align: middle
    }
}

@media (max-width:576px) {
    .service-content {
        padding: 0
    }
}

.service-content .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:576px) {
    .service-content .service-item:nth-child(2n+1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .service-content .service-item:nth-child(2n+1) .left {
            margin-right: 0;
        }

        .service-content .service-item:nth-child(2n+1) .right {
            margin-right: 56px;
        }
}

@media (max-width:576px) {
    .service-content .service-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #f5f5f5;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.service-content .service-item .left, .service-content .service-item .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px
}

    .service-content .service-item .left img, .service-content .service-item .right img {
        display: inline-block;
        height: 100%;
        width: 100%
    }

.service-content .service-item .left {
    margin-right: 56px
}

@media (max-width:576px) {
    .service-content .service-item .left {
        margin-bottom: 0;
        margin-right: 0
    }
}

.service-content .service-item .service-item-text {
    padding-top: 76px
}

@media (max-width:576px) {
    .service-content .service-item .service-item-text {
        margin-top: 15px;
        padding: 0 15px
    }
}

.service-content .service-item .service-item-text div:first-child {
    color: #333;
    font-size: 24px
}

@media (max-width:576px) {
    .service-content .service-item .service-item-text div:first-child {
        font-size: 14px;
        font-weight: 700
    }
}

.service-content .service-item .service-item-text div:nth-child(2) {
    color: #666;
    line-height: 30px
}

@media (min-width:576px) {
    .service-content .service-item .service-item-text div:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        font-size: 16px;
        margin-top: 8px;
        max-height: 180px;
        overflow: hidden
    }
}

@media (max-width:576px) {
    .service-content .service-item .service-item-text div:nth-child(2) {
        font-size: 12px
    }
}

.article-list .article-item {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 30px 28px
}

@media (max-width:576px) {
    .article-list .article-item {
        margin-bottom: 15px;
        padding: 15px
    }
}

.article-list .article-item .article-item-title {
    line-height: 1.5
}

@media (max-width:576px) {
    .article-list .article-item .article-item-title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis
    }

        .article-list .article-item .article-item-title a {
            font-size: 16px
        }
}

.article-list .article-item .article-title {
    color: #333;
    font-size: 18px
}

    .article-list .article-item .article-title:hover {
        color: #af4284
    }

.article-list .article-item .article-title-date {
    color: #999;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 14px;
    margin-top: 22px
}

@media (max-width:576px) {
    .article-list .article-item .article-title-date {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.article-list .article-item .article-body {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis
}

@media (max-width:576px) {
    .article-list .article-item .article-body {
        font-size: 14px;
        padding: 0
    }
}

.article-list .article-item .to-detail {
    margin-top: 14px;
    padding-bottom: 22px;
    padding-top: 18px
}

@media (max-width:576px) {
    .article-list .article-item .to-detail {
        margin-top: 10px;
        padding: 0
    }
}

.article-list .article-item .to-detail i {
    color: #af4284;
    font-size: 26px;
    height: 6px;
    margin-left: 10px;
    width: 26px
}

.article-list .article-item .to-detail a {
    color: #af4284;
    font-size: 14px
}

.download-container .ss-form .form-item-ss {
    max-width: 536px
}

    .download-container .ss-form .form-item-ss .ss-box {
        max-width: 100%;
        width: 100%
    }

.download-container .file-list .file-item {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 20px;
    position: relative
}

@media (max-width:576px) {
    .download-container .file-list .file-item {
        border-radius: 8px;
        margin-bottom: 15px
    }
}

.download-container .file-list .file-item .file-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px
}

@media (max-width:576px) {
    .download-container .file-list .file-item .file-name {
        font-size: 16px
    }
}

.download-container .file-list .file-item .file-name i {
    color: #ff7e64;
    font-size: 27px;
    margin-right: 10px
}

.download-container .file-list .file-item .file-desc {
    margin-top: 10px
}

@media (max-width:576px) {
    .download-container .file-list .file-item .file-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.download-container .file-list .file-item .file-desc span {
    color: #999;
    font-size: 16px;
    margin-right: 30px;
    padding-left: 10px;
    position: relative
}

@media (max-width:576px) {
    .download-container .file-list .file-item .file-desc span {
        font-size: 12px;
        margin-right: 16px
    }
}

.download-container .file-list .file-item .file-desc span:before {
    background-color: #999;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

.download-container .file-list .file-item .download-btn {
    background-color: #4e6ef2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    height: 36px;
    outline: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62px
}

@media (max-width:576px) {
    .download-container .file-list .file-item .download-btn {
        bottom: 0;
        left: 0;
        margin-top: 20px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        width: 100%
    }
}

.company-item {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 30px
}

@media (max-width:576px) {
    .company-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 15px
    }
}

.company-item .left, .company-item .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.company-item .left {
    padding-right: 18px
}

@media (max-width:576px) {
    .company-item .left {
        padding-right: 0
    }
}

.company-item .left .left-title {
    border-bottom: 1px solid #d2d2d2;
    color: #af4284;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 30px
}

@media (max-width:576px) {
    .company-item .left .left-title {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 10px
    }
}

.company-item .left .cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    align-items: flex-start;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-top: 32px;
    min-height: 24px
}

@media (max-width:576px) {
    .company-item .left .cell {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 10px
    }
}

.company-item .left .cell .title {
    color: inherit;
    font-size: inherit
}

@media (max-width:576px) {
    .company-item .left .cell .title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 12px
    }
}

.company-item .left .cell .title i {
    color: #a5abb4
}

@media (max-width:576px) {
    .company-item .left .cell .title i {
        font-size: 12px
    }
}

.company-item .left .cell .value {
    -webkit-box-flex: 1;
    color: inherit;
    -ms-flex: 1;
    flex: 1;
    font-size: inherit;
    height: 100%;
    width: 100%
}

@media (max-width:576px) {
    .company-item .left .cell .value {
        font-size: 12px
    }
}

.company-item .right {
    padding-bottom: 16px;
    padding-left: 28px;
    padding-top: 10px
}

@media (max-width:576px) {
    .company-item .right {
        margin-top: 20px;
        padding: 0;
        flex: 1 1 auto;
        height: 300px;
    }
}

.company-item .right img {
    display: inline-block;
    height: 100%;
    width: 100%
}

.login h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: center
}

@media (max-width:576px) {
    .login h2 {
        font-size: 20px
    }
}

.hx-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

    .hx-form .hx-form-item {
        margin-top: 30px
    }

@media (max-width:576px) {
    .hx-form .hx-form-item {
        margin-top: 15px;
        width: 100%
    }
}

.hx-form .hx-form-item .hx-controller {
    width: 425px
}

@media (max-width:576px) {
    .hx-form .hx-form-item .hx-controller {
        width: 100%
    }
}

.hx-form .hx-form-item .inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .hx-form .hx-form-item .inline button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 12px
    }

        .hx-form .hx-form-item .inline button:last-child {
            margin-right: 0
        }

.hx-form .hx-form-item .hx-input, .hx-form .hx-form-item .hx-input[type=email], .hx-form .hx-form-item .hx-input[type=password], .hx-form .hx-form-item .hx-input[type=text] {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    min-height: 48px;
    outline: none;
    padding: 0 18px;
    width: 100%
}

@media (max-width:576px) {
    .hx-form .hx-form-item .hx-input, .hx-form .hx-form-item .hx-input[type=email], .hx-form .hx-form-item .hx-input[type=password], .hx-form .hx-form-item .hx-input[type=text] {
        font-size: 14px;
        min-height: 40px
    }
}

.hx-form .hx-form-item .hx-input[type=checkbox] {
    border-color: #eee;
    border-radius: 4px;
    height: 20px;
    margin: 0;
    width: 20px
}

.hx-form .hx-form-item .hx-button {
    background-color: #af4284;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 46px;
    width: 100%
}

.hx-form .hx-form-item .hx-default-button {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    height: 46px;
    width: 100%
}

.hx-form .hx-form-item .hx-button:disabled {
    background-color: #eee;
    color: #020101
}

.to-register {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: -15px
}

@media (max-width:576px) {
    .to-register {
        margin-top: 0
    }
}

.to-register a {
    color: #999
}

.register h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: center
}

@media (max-width:576px) {
    .register h2 {
        font-size: 20px
    }
}

.register .hx-input[type=checkbox] + label {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding-left: 10px
}

.register .hx-input[type=checkbox] ~ label a {
    color: #da592c;
    padding: 0 4px
}

.register .tip {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 19px
}

.register .register-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .register .register-checkbox input[type=checkbox] {
        display: none
    }

        .register .register-checkbox input[type=checkbox]:checked ~ .checkbox-label {
            border-color: #af4284
        }

            .register .register-checkbox input[type=checkbox]:checked ~ .checkbox-label:before {
                color: #af4284;
                content: "\2714";
                font-size: 18px
            }

    .register .register-checkbox .checkbox-label {
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        display: block;
        height: 24px;
        line-height: 24px;
        margin-bottom: 8px !important;
        margin-right: 10px !important;
        padding: 0 !important;
        text-align: center;
        width: 24px
    }

.retrieve h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: center
}

@media (max-width:576px) {
    .retrieve h2 {
        font-size: 20px
    }
}

.retrieve .code-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .retrieve .code-input .hx-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .retrieve .code-input .hx-button {
        margin-left: 30px;
        max-width: 161px
    }

@media (max-width:576px) {
    .retrieve .code-input .hx-button {
        height: 40px
    }
}

.retrieve3 h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: center
}

@media (max-width:576px) {
    .retrieve3 h2 {
        font-size: 20px
    }
}

.acc-set h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 4px;
    text-align: center
}

@media (max-width:576px) {
    .acc-set h2 {
        font-size: 20px
    }
}

.acc-set .account-setting .nickname {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding-bottom: 42px;
    padding-top: 36px
}

@media (max-width:576px) {
    .acc-set .account-setting .nickname {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left:15px;
        padding-right:15px;
    }
}

@media (min-width:576px) {
    .acc-set .account-setting .nickname:after {
        content: "";
        display: block
    }
}

@media (max-width:576px) {
    .acc-set .account-setting .nickname:after {
        display: none
    }
}

.acc-set .account-setting .nickname span:last-child {
    text-align: right
}

    .acc-set .account-setting .nickname  .icon-edit {
        color: #4e6ef2;
        cursor: pointer;
        font-size: 19px;
        margin-left: 9px
    }

.acc-set .account-setting .nickname .hx-input {
    border: 1px solid #e2e2e2;
    display: inline-block;
    height: 34px;
    padding-left: 6px;
    padding-right: 6px
}

@media (max-width:576px) {
    .acc-set .account-setting .nickname .hx-input {
        border: 0;
        border-bottom: 1px solid #e2e2e2;
        width: 80%
    }
}

.acc-set .account-setting .nickname .my-primary-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    height: 34px;
    width: 66px
}

@media (max-width:576px) {
    .acc-set .account-setting .nickname .my-primary-btn {
        background-color: transparent;
        color: #333;
        width: 18%
    }
}

.acc-set .account-setting .account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding: 30px 0
}

@media (max-width:576px) {
    .acc-set .account-setting .account {
        font-size: 14px;
        padding: 10px 15px
    }
}

@media (min-width:576px) {
    .acc-set .account-setting .account:after {
        content: "";
        display: block
    }
}

@media (max-width:576px) {
    .acc-set .account-setting .account:after {
        display: none
    }
}

.acc-set .account-setting .psw {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 30px;
    padding-top: 40px
}

@media (max-width:576px) {
    .acc-set .account-setting .psw {
        padding: 10px 15px
    }
}

.acc-set .account-setting .psw div:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

    .acc-set .account-setting .psw div:first-child > span {
        color: #333;
        font-size: 18px
    }

@media (max-width:576px) {
    .acc-set .account-setting .psw div:first-child > span {
        font-size: 14px
    }
}

.acc-set .account-setting .psw div .my-primary-btn {
    color: #fff;
    margin-right: 30px
}

@media (max-width:576px) {
    .acc-set .account-setting .psw div .my-primary-btn {
        margin-right: 0
    }
}

.acc-set .account-setting .psw > span {
    color: #999;
    display: block;
    font-size: 14px
}

@media (max-width:576px) {
    .acc-set .account-setting .psw > span {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px
    }
}

.search-result {
    background-color: #fff;
    border-top: 4px solid #e4e4e4;
    margin-top: 38px
}

@media (max-width:576px) {
    .search-result {
        margin-top: 20px
    }
}

.search-result h3 {
    color: #333;
    font-size: 16px;
    padding-bottom: 48px;
    padding-top: 20px
}

@media (max-width:576px) {
    .search-result h3 {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.search-result .ss-form .form-item {
    max-width: 330px
}

.search-result .ss-form .form-item-ss {
    max-width: 496px
}

.search-result .result-tip {
    margin-bottom: 30px;
    margin-top: 18px
}

    .search-result .result-tip span {
        color: #af4284
    }

@media (max-width:576px) {
    .search-result .result-tip {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.search-result .result-list .result-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px
}

@media (max-width:576px) {
    .search-result .result-list .result-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 15px
    }
}

.search-result .result-list .result-item div .result-title {
    color: #333;
    font-size: 18px
}

@media (max-width:576px) {
    .search-result .result-list .result-item div .result-title {
        font-size: 14px
    }
}

.search-result .result-list .result-item div .result-date {
    color: #999;
    font-size: 14px;
    margin-top: 24px
}

@media (max-width:576px) {
    .search-result .result-list .result-item div .result-date {
        font-size: 12px;
        margin-top: 10px
    }
}

.search-result .result-list .result-item > a {
    color: #af4284
}

    .search-result .result-list .result-item > a i {
        color: #af4284;
        font-size: 26px;
        margin-left: 10px
    }


.hx-checkbox {
    position: relative;
}

    .hx-checkbox > .drop-down {
        height: 48px;
        line-height: 48px;
        padding-left: 18px;
        padding-right: 18px;
        color: #757575;
        font-size: 16px;
        border: 1px solid #e8e8e8;
        background-color: #f8f8f8;
        cursor: pointer;
        user-select: none;
    }

@media (max-width: 576px) {
    .hx-checkbox > .drop-down {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}

.hx-checkbox > .drop-down > i {
    font-size: 12px;
    float: right;
    color: #aaa;
}

.hx-checkbox > .drop-menu {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

    .hx-checkbox > .drop-menu > li {
        font-size: 14px;
        padding: 20px 30px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        cursor: pointer;
    }

@media (max-width: 576px) {
    .hx-checkbox > .drop-menu > li {
        padding: 10px 20px;
    }
}

.hx-checkbox > .drop-menu > li:hover {
    background-color: #af4284;
    color: #fff;
}


.my-pagination {
    padding: 30px 0
}

@media (max-width:576px) {
    .my-pagination {
        padding: 10px
    }
}

.my-pagination > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    justify-content: center;
}

    .my-pagination > div a,
    .my-pagination > div span {
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        display: block;
        min-width: 38px;
        padding-left: 12px;
        padding-right: 12px;
        height: 38px;
        line-height: 38px;
        margin: 0 7px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        color: #999;
    }

    .my-pagination > div span {
        color: #fff;
        background-color: #af4284;
    }

    .my-pagination > div a:hover {
        border-color: #af4284;
    }

@media (max-width:992px) {
    .my-pagination > div a,
    .my-pagination > div span {
        margin: 0;
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
        min-width: 30px;
    }

        .my-pagination > div a:first-child,
        .my-pagination > div a:last-child {
            min-width: 38px;
        }
}

.my-pagination .icon-left-arrow,
.my-pagination .icon-right-arrow {
    font-size: 7px;
    color: #999;
}