﻿
@charset "utf-8";

.header_input {
    height: 63px;
    padding: 10px 10px 10px 10px;
    position: relative;
    /* text-align: center; */
    background: #fff;
    /* margin-top: 60px; */
}

    .header_input .numtxt {
        padding-left: 10px;
        padding-right: 100px;
        width: 100%;
        height: 46px;
        font-size: 0.95rem;
        color: #000;
        text-indent: 12px;
        background-color: #f9f9f9;
        border: 1px solid #dcdfe6;
        border-radius: 99px;
        outline: none;
    }

    .header_input .query-btn {
        position: absolute;
        right: 10px;
        width: 86px;
        height: 46px;
        font-size: 0.95rem;
        background-color: #ff6214;
        color: white;
        border-radius: 99px;
    }

/*banner*/
#certify {
    position: relative;
    margin-top: 60px;
}

    #certify .swiper-slide {
        width: 100%;
        /* background: #fff; */
    }

        #certify .swiper-slide img {
            width: 100%;
        }

    #certify .swiper-container {
        font-size: 0;
        overflow: hidden;
    }

    #certify .swiper-pagination-bullet {
        margin: 0 4px !important;
        /* border: 1px solid #dcdcdc; */
        background: rgba(255,255,255,0.4);
        opacity: 1;
        width: 8px;
        height: 6px;
        border-radius: 10px;
    }

    #certify .swiper-pagination-bullet-active {
        background: #ff6214;
        /* border-color: #fff; */
    }

    #certify .swiper-container-horizontal > .swiper-pagination-bullets,
    #certify .swiper-pagination-custom, .swiper-pagination-fraction { /* bottom: 20px; */ /* right: 0; */
    }
/*banner end*/

/* reg/login */
.login_bg {
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.login_index {
    background-color: #fff;
    border-radius: 15px;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px 0;
    margin-top: 0px;
}

    .login_index img {
        width: 50%;
    }

    .login_index .btn {
        width: 60%;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin: 10px auto;
        border-radius: 18px;
        background-color: #518eff;
        cursor: pointer;
        color: #fff;
        text-align: center;
        background: #ff971d;
        display: block;
    }

        .login_index .btn.regbtn {
            background-color: #ff6214;
        }


/* quick-btn */
.quick-btn-bg {
    background-color: #fff;
    /* padding: 10px 0; */
    overflow: hidden;
}

    /* quick-btn-box1 */
    .quick-btn-bg .quick-btn-box1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-radius: 15px;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

        .quick-btn-bg .quick-btn-box1 .quick-btn {
            width: calc(50% - 5px);
            border-radius: 10px;
            padding: 15px 12px;
            position: relative;
            float: left;
            color: #ff7a37;
            border: 1px solid #fff;
            margin-bottom: 10px;
        }

            .quick-btn-bg .quick-btn-box1 .quick-btn:first-child {
                margin-right: 10px;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn::before {
                content: "";
                position: absolute;
                right: 2px;
                bottom: 0;
                display: block;
                width: 58px;
                height: 86px;
                z-index: 1;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn:nth-child(1)::before {
                background: url(../images/icon-kb01.png) center bottom 2px no-repeat;
                background-size: 56px auto;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn:nth-child(2)::before {
                background: url(../images/icon-kb02.png) center bottom 2px no-repeat;
                background-size: 56px auto;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn h3 {
                color: #ffffff;
                font-size: 16px;
                margin-bottom: 2px;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn p {
                font-size: 12px;
                margin-bottom: 4px;
                color: #ffffff;
                position: relative;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn .more {
                font-family: fangsong;
                font-weight: bold;
                font-size: 12px;
                display: inline-block;
                width: 18px;
                height: 18px;
                text-align: center;
                line-height: 18px;
                border-radius: 10px;
                background: #ffffff;
                position: relative;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn:nth-child(1) .more {
                color: #ff6214;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn:nth-child(2) .more {
                color: #1677ff;
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn.quick-btn01 {
                background: linear-gradient(to right bottom,#ff6214,#ffa679);
            }

            .quick-btn-bg .quick-btn-box1 .quick-btn.quick-btn02 {
                background: linear-gradient(to right bottom,#1677ff,#2aa5ff);
            }


    /* quick-btn-box2 */
    .quick-btn-bg .quick-btn-box2 {
        background-color: #ff6214;
        border-radius: 15px;
        width: calc(100% - 20px);
        margin: 10px;
        margin-top: 0px;
    }

        .quick-btn-bg .quick-btn-box2 .quick-btn {
            width: calc(50% - 5px);
            border-radius: 10px;
            padding: 15px 12px;
            position: relative;
            float: left;
            color: #ff7a37;
            border: 1px solid #fff;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-of-type(odd) {
                margin-right: 10px;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn::before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                display: block;
                width: 86px;
                height: 70px;
                z-index: 1;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(1)::before {
                background: url(../images/icon-kb07.png) center bottom 0px no-repeat;
                background-size: 86px auto;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(2)::before {
                background: url(../images/icon-kb08.png) center bottom 0px no-repeat;
                background-size: 86px auto;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(3)::before {
                background: url(../images/icon-kb09.png) center bottom 0px no-repeat;
                background-size: 86px auto;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(4)::before {
                background: url(../images/icon-kb10.png) center bottom 0px no-repeat;
                background-size: 86px auto;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn::after {
                content: "";
                position: absolute;
                left: -12px;
                top: -12px;
                display: block;
                width: 46px;
                height: 46px;
                border-radius: 50px;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(1)::after {
                background: linear-gradient(to right bottom,#fdf7ef,#f9e1cd);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(2)::after {
                background: linear-gradient(to right bottom,#fceeed,#f9dcdc);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(3)::after {
                background: linear-gradient(to right bottom,#e7effc,#d7e6ff);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(4)::after {
                background: linear-gradient(to right bottom,#fdf6ed,#fbe7ce);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn h3 {
                position: relative;
                color: #54331d;
                font-size: 16px;
                margin-bottom: 4px;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn p {
                font-size: 12px;
                margin-bottom: 4px;
                color: #a58d86;
                position: relative;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn .more {
                flex-shrink: 0;
                align-self: flex-start;
                font-size: 12px;
                display: inline-block;
                width: 68px;
                height: 22px;
                text-align: center;
                line-height: 22px;
                border-radius: 99px;
                background: #ffffff;
                position: relative;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(1) .more {
                color: #fff;
                background: linear-gradient(to right bottom,#f5c576,#ec672d);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(2) .more {
                color: #fff;
                background: linear-gradient(to right bottom,#f5c576,#ec672d);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(3) .more {
                color: #fff;
                background: linear-gradient(to right bottom,#f5c576,#ec672d);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn:nth-child(4) .more {
                color: #fff;
                background: linear-gradient(to right bottom,#f5c576,#ec672d);
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn.quick-btn01 {
                background: #fdf7ef;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn.quick-btn02 {
                background: #fceeed;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn.quick-btn03 {
                background: #e7effc;
            }

            .quick-btn-bg .quick-btn-box2 .quick-btn.quick-btn04 {
                background: #fdf6ed;
            }


    /* quick-btn-box3 */
    .quick-btn-bg .quick-btn-box3 {
        background-color: #ff6214;
        border-radius: 15px;
        width: calc(100% - 20px);
        margin: 10px;
        margin-top: 0px;
    }

        .quick-btn-bg .quick-btn-box3 .quick-btn {
            height: 130px;
            width: calc(50% - 5px);
            border-radius: 10px;
            padding: 15px 12px;
            position: relative;
            float: left;
            color: #ff7a37;
            border: 1px solid #fff;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .quick-btn-bg .quick-btn-box3 .quick-btn:nth-of-type(odd) {
                margin-right: 10px;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn::before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                display: block;
                width: 100%;
                height: 30px;
                z-index: 1;
                background: rgba(0,0,0,0.3);
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn img {
                top: 0;
                left: calc(50% - 87px);
                position: absolute;
                height: 130px;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn h3 {
                position: absolute;
                width: 100%;
                bottom: 0;
                color: #fff;
                font-size: 15px;
                margin-bottom: 4px;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn .more {
                position: absolute;
                font-family: fangsong;
                font-weight: bold;
                color: #fff;
                font-size: 12px;
                text-align: right;
                line-height: 18px;
                right: 10px;
                bottom: 5px;
                z-index: 2;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn.quick-btn01 {
                background: #f9e9b7;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn.quick-btn02 {
                background: #eaf1f9;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn.quick-btn03 {
                background: #f0efff;
            }

            .quick-btn-bg .quick-btn-box3 .quick-btn.quick-btn04 {
                background: #fdf6ed;
            }

/* quick-btn end */



/* quick */
.quick {
    background-color: #fff;
    padding: 4px 0;
    overflow: hidden;
}

    .quick .aui-palace {
        background-color: #fff;
        height: 92px;
        border-radius: 15px;
        width: calc(100% - 20px);
        margin: 10px;
        margin-top: 0px;
    }

    .quick a {
        float: left;
        display: block;
        width: 25%;
        text-align: center;
        /* padding: 5px 0; */
        /* padding-bottom: 8px; */
    }

.hui_bg {
    background-color: #f5f5f5;
    height: 12px;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 25%;
    box-sizing: border-box;
    margin: 10px 0;
}

.aui-palace-grid-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

    .aui-palace-grid-icon img {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
    }

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}

    .aui-palace-grid-text h2 {
        font-size: 0.9rem;
        font-weight: normal;
        color: #000;
    }

.quick .swiper-pagination-bullets {
    bottom: 6px !important;
}


/*button*/
.quick .swiper-pagination-bullet {
    margin: 0 2px !important;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
    opacity: 1;
    width: 8px;
    height: 6px;
    border-radius: 10px;
}

.quick .swiper-pagination-bullet-active {
    background: #ff6214;
    border-color: #ff6214;
}

.quick .swiper-pagination-fraction {
    bottom: 20px;
    left: 112px;
}
/* quick end */


/*notice*/
.aui-arrow {
    position: relative;
    padding-right: 0.8rem;
}

    .aui-arrow span {
        font-size: 0.8rem;
        color: #9b9b9b;
    }

    .aui-arrow:after {
        content: " ";
        display: inline-block;
        height: 6px;
        width: 6px;
        border-width: 2px 2px 0 0;
        border-color: #848484;
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: relative;
        top: -2px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 2px;
        border-radius: 1px;
    }

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 12px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.newsLine {
    color: #fff;
    height: 23px;
    min-height: 23px;
    line-height: 23px;
    overflow: hidden;
    margin: 0;
}

    .newsLine a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #3f3f3f;
        font-size: 14px;
    }

    .newsLine li {
        height: 23px;
        padding-left: 25px;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: justify;
        width: 100%;
        position: relative;
        padding-right: 20px;
    }

        .newsLine li:after {
            content: '';
            position: absolute;
            z-index: 2;
            bottom: 9px;
            left: 10px;
            width: 5px;
            height: 5px;
            background: #ff6214;
            border-radius: 100px;
        }

.aui-news {
    width: 45px;
}

.aui-ad-img {
    width: 140px;
    position: relative;
}
/*notice end*/

/*bg*/
.index_bg {
    background-color: #ff6214;
    padding: 10px;
    padding-top: 0;
}

.index_bg_white {
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 12px;
}


/*tit*/
.index_tit {
    padding: 14px 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
}

    .index_tit h2 {
        position: relative;
        font-size: 1rem;
        color: #444;
        padding-left: 18px;
    }

        .index_tit h2:before {
            content: "";
            width: 6px;
            height: 16px;
            background-color: #ff6214;
            position: absolute;
            border-radius: 2px;
            left: 0;
            top: 3px;
        }

    .index_tit span {
        display: block;
        text-align: center;
        color: rgba(216, 216, 216, 0.91);
        font-size: 14px;
        line-height: 24px;
    }





/*serv*/
.serv_tab {
    display: block;
    width: 290px;
    margin: 10px auto;
}

    .serv_tab a {
        font-size: 12px;
        color: rgba(138, 138, 138, 0.4);
    }

    .serv_tab a {
        border: none;
        font-size: 13px;
        padding: 8px 20px;
        margin-right: 1px;
        color: rgba(138, 138, 138, 0.81);
        transition: 0.3s;
        transform-origin: top;
        background-color: #EAEAEA;
        display: inline-block;
    }

.serv_box {
    /* padding-bottom: 2px; */
    background: #fff;
    border-radius: 10px;
}

    .serv_box .servlist {
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-left: 12px;
        overflow: hidden;
    }

        .serv_box .servlist li {
            position: relative;
            width: 50%;
            float: left;
            font-size: 12px;
            line-height: 20px;
            padding-bottom: 12px;
            padding-right: 12px;
            border-radius: 5px;
        }

            .serv_box .servlist li:last-child { /* margin-bottom: 20px; */
            }


            .serv_box .servlist li .tit {
                display: block;
                width: 100%;
                font-size: 14px;
                color: #333;
                line-height: 30px;
                padding: 0 10px;
                text-align: center;
            }

            .serv_box .servlist li p {
                padding: 0 10px; /* width: calc(100% - 50px); */
                line-height: 24px;
                color: rgba(216, 216, 216, 0.91) !important;
                font-size: 13px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                height: 24px; /* text-align: center; */
            }

            .serv_box .servlist li .tit:hover {
                color: #ff6214;
            }

            .serv_box .servlist li .more {
                display: block;
                font-size: 12px;
                color: #ff6214;
                position: relative;
                line-height: 30px; /* padding-left: 20px; */
                text-align: center;
            }
                /*.serv_box .servlist li .more:after{position: absolute;content: "";width: 30px;height: 30px;left: -10px;top: -5px;background: url(../images/good.png) no-repeat;}*/
                .serv_box .servlist li .more:before {
                    content: '';
                    position: absolute; /* left: 0; */ /* right: 0; */
                    bottom: 0px;
                    width: 64px;
                    height: 2px;
                    background: #ff6214;
                }

            .serv_box .servlist li .serv_img {
                width: 100%;
                text-align: center;
                color: #ff6214;
                line-height: 20px;
                border-radius: 10px;
            }

            .serv_box .servlist li .time p {
                font-size: 16px;
                font-weight: bold;
                color: #ff6214;
            }

    .serv_box a.more {
        background: rgba(255,255,255,.0);
        width: 132px;
        height: 36px;
        display: block;
        margin: 0 auto;
        line-height: 36px;
        font-size: 12px;
        color: #fff;
        border-radius: 50px;
        transition: all ease-out .3s;
        background-color: #ff6214;
        text-align: center;
    }

        .serv_box a.more:hover i {
            color: transparent;
        }
/*serv end*/

/*choose*/
.choose-box {
    margin-top: 12px;
    padding: 0 6px;
    background: #fff;
    border-radius: 10px;
}

    .choose-box .choose-list li:last-child {
        border-bottom: none;
    }

.choose-list {
    position: relative;
    width: 100%;
}

    .choose-list li {
        position: relative;
        width: 100%;
        font-size: 12px;
        line-height: 38px;
        padding: 14px 20px 14px 93px;
    }

        .choose-list li .tit {
            display: block;
            width: 100%;
            font-size: 0.95rem;
            color: #444;
            line-height: 26px;
        }

        .choose-list li p {
            line-height: 20px;
            color: #999;
            font-size: 0.88rem;
            overflow: hidden; /* white-space: nowrap; */ /* text-overflow: ellipsis; */
        }

        .choose-list li .time {
            position: absolute;
            top: 50%;
            left: 0px;
            width: 65px;
            transform: translateY(-50%);
            line-height: 20px;
            margin-left: 8px;
        }

            .choose-list li .time p {
                font-size: 15px; /* font-weight: bold; */
                color: #999; /* border-bottom: 1px solid #000; */
            }

            .choose-list li .time ::after {
                content: "";
                width: 46px;
                height: 1px;
                display: block;
                background-color: rgba(0, 0, 0, 0.07);
                margin-bottom: 1px;
                margin-top: 3px;
                margin-left: 11px;
            }

/*choose end*/




/*cang ku*/
.ck_box {
    padding: 20px 20px;
    padding-bottom: 6px;
    border-radius: 10px;
    background-color: #fff;
}

    .ck_box .ck_img {
        float: left;
        width: 26%;
        margin-left: 3%;
        margin-top: 8px;
        text-align: center;
    }

        .ck_box .ck_img img {
            height: 100%;
        }

        .ck_box .ck_img span {
            width: 100%;
            font-size: 15px;
            font-weight: bold;
            color: #333;
            margin-top: 10px;
            display: inline-block;
        }

    .ck_box .ck_txt {
        float: right;
        width: calc(100% - 30%);
        text-align: center;
    }

        .ck_box .ck_txt li {
            line-height: 25px;
            font-size: 0.88rem;
            color: #666;
        }
/*cang ku end*/


/*about us*/
.contact-us {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 0.88rem;
    line-height: 26px;
    background: #ff6214;
}

    .contact-us h2 {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .contact-us .index_tit h2, .contact-us .index_tit span {
        color: #fff;
    }

.contact-us-title {
    font-size: 14px;
    font-weight: bold;
}

.contact-us img {
    width: 126px;
}
/*about us end*/

/*ban*/
.ban {
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    background: #ff6214;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/*ban end*/
