.footer {
    position: relative;
    height: 80px;
    margin-top: 58px;
    background-color: #788f9f;
}

    .footer.type2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .footer img {
        position: absolute;
        left: 50%;
        bottom: 0;
        display: none;
        margin-left: -960px;
    }

    .footer p {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 2;
    }

        .footer p:first-child {
            padding-top: 11px;
        }

.header {
    position: relative;
    height: 60px;
    background-color: #0784dc;
}

    .header > div {
        width: 1200px;
        margin: 0 auto;
    }

.logo {
    float: left;
    display: inline-block;
    margin-top: 12px;
}

.index-back {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 16px;
}

    .index-back i {
        display: inline-block;
        vertical-align: middle;
        font-size: 28px;
        margin-right: 7px;
    }

    .index-back:hover {
        color: #fff;
    }

.big-logo {
    display: block;
    margin: 65px auto 40px auto;
}

.preface {
    position: relative;
    height: 73px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.502);
    font-size: 18px;
    line-height: 1.9;
    color: #777;
    padding: 20px 35px;
    margin-bottom: 30px;
}

    .preface:before {
        content: "";
        position: absolute;
        left: 18px;
        top: -12px;
        display: inline-block;
        width: 31px;
        height: 19px;
        background: url(../images/icon-yinhao1.png) no-repeat center center;
    }

    .preface::after {
        content: "";
        position: absolute;
        right: 18px;
        bottom: -6px;
        display: inline-block;
        width: 31px;
        height: 19px;
        background: url(../images/icon-yinhao2.png) no-repeat center center;
    }

.w717 {
    width: 717px;
    border: 1px solid #dcdfe4;
    background-color: rgba(249,251,253,0.502);
    box-shadow: 0 5px 10px 0 rgba(225,231,238,0.76);
    height: 408px;
}

.w409 {
    width: 409px;
    border: 1px solid #dcdfe4;
    background-color: rgba(249,251,253,0.502);
    box-shadow: 0 5px 10px 0 rgba(225,231,238,0.76);
    padding: 27px 0;
    height: 354px;
}

.bg-white {
    background-color: #fff;
}

.index-box {
    position: relative;
    height: 152px;
    padding: 27px 35px;
}

    .index-box.borer-top-1px {
        border-top: 1px solid #dcdfe4;
        padding: 30px 35px;
    }

.index-title {
    font-size: 24px;
    color: #0784dc;
    padding-bottom: 22px;
    line-height: 1;
}

.pl35 {
    padding-left: 35px;
    padding-bottom: 10px !important;
}

.index-title-next {
    font-size: 20px;
    padding-bottom: 13px;
    line-height: 1;
    color: #000;
}

.select-box {
    position: relative;
}

    .select-box:after {
        content: "";
        display: table;
        clear: both;
    }

    .select-box.type2 .bd {
        width: 940px;
    }

        .select-box.type2 .bd input {
            width: 750px;
        }

    .select-box .bd {
        float: left;
        width: 510px;
        border: 1px solid #e7eaee;
        border-radius: 4px;
        height: 44px;
    }

        .select-box .bd::after {
            content: "";
            display: table;
            clear: both;
        }

        .select-box .bd i {
            float: left;
            font-size: 28px;
            color: #e8e8e8;
            margin: 7px 10px 0 15px;
        }

        .select-box .bd input {
            float: left;
            display: block;
            width: 330px;
            height: 44px;
            line-height: 44px;
            border: none;
            background: none;
            font-size: 18px;
        }

        .select-box .bd a {
            float: right;
            display: inline-block;
            width: 97px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            font-size: 22px;
            color: #fff;
            background-color: #f49f0b;
            border-radius: 4px;
            transition: all .3s;
        }

            .select-box .bd a:hover {
                background-color: #da900f;
            }

.ether-link {
    float: right;
    display: inline-block;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 4px;
    background-color: #0784dc;
    font-size: 22px;
    transition: all .3s;
}

    .ether-link:hover {
        color: #fff;
        background-color: #0b6bae;
    }

    .ether-link.orange {
        background-color: #f49f0b;
    }

        .ether-link.orange:hover {
            background-color: #da900f;
        }

.select-hot {
    position: relative;
    display: block;
    font-size: 13px;
    padding-top: 10px;
}

    .select-hot span {
        color: #0784dc;
    }

    .select-hot a {
        display: inline-block;
        color: #777;
        margin-left: 10px;
    }

        .select-hot a:hover {
            color: #0784dc;
        }

.index-policy {
    position: relative;
}

    .index-policy li {
        padding: 6px 0;
        position: relative;
    }

        .index-policy li:before {
            content: "•";
            position: relative;
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px;
        }

        .index-policy li a {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #777;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 620px;
        }

        .index-policy li:hover:before {
            color: #3da7e4;
        }

        .index-policy li:hover a {
            color: #3da7e4;
        }

.index-mate {
    position: relative;
}

    .index-mate li {
        position: relative;
        overflow: hidden;
        padding: 28px 35px;
    }

        .index-mate li:first-child {
            border-bottom: 1px solid #dcdfe4;
        }

        .index-mate li img {
            float: left;
            display: block;
            margin-right: 10px;
            animation-duration: .8s;
            animation-fill-mode: both;
        }

        .index-mate li:hover img {
            animation-name: fadeInLeft;
        }

        .index-mate li .word {
            float: left;
            width: 215px;
        }

        .index-mate li .title {
            display: inline-block;
            font-size: 20px;
            white-space: nowrap;
            max-width: 215px;
            color: #000;
            line-height: 1;
            padding: 10px 0 6px 0;
        }

            .index-mate li .title:hover {
                color: #3da7e4;
            }

        .index-mate li:first-child .more {
            color: #0f987e;
        }

            .index-mate li:first-child .more::after {
                color: #0f987e;
            }

        .index-mate li:first-child .title:hover {
            color: #0f987e;
        }

    .index-mate p {
        font-size: 14px;
        color: #777;
        height: 41px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .index-mate .more {
        font-size: 16px;
        color: #3da7e4;
    }

        .index-mate .more:after {
            content: ">";
            display: inline-block;
            margin-left: 5px;
            font-family: SimSun;
            font-weight: bold;
            color: #3da7e4;
        }

.main-box {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249,251,253,0.502);
    box-shadow: 0 5px 10px 0 rgba(225,231,238,0.76);
}

.main-box-hd {
    background-color: #fff;
    padding: 35px;
    border-bottom: 1px solid #dcdfe4;
}

.choose {
    position: relative;
}

.choose-hd {
    padding-bottom: 15px;
    overflow: hidden;
}

    .choose-hd ul {
        float: left;
        margin-left: -15px;
    }

        .choose-hd ul li {
            position: relative;
            display: inline-block;
            font-size: 22px;
            margin: 0 15px;
            cursor: pointer;
        }

            .choose-hd ul li.active {
                color: #0784dc;
            }

            .choose-hd ul li:first-child:after {
                content: "";
                position: absolute;
                right: -15px;
                top: 8px;
                display: inline-block;
                width: 1px;
                height: 20px;
                background-color: #ededed;
            }

.choose-bd {
    display: none;
}

    .choose-bd.active {
        display: block;
    }

.back-1 {
    display: inline-block;
    font-size: 18px;
    color: #a2a8b0;
}

    .back-1 i {
        display: inline-block;
        font-size: 20px;
        color: #c8ced7;
        margin-right: 5px;
    }

.choose-result {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #ecf0f5;
    font-size: 18px;
    color: #3f4f5f;
    padding: 0 35px;
}

    .choose-result span {
        display: inline-block;
        color: #f49f0b;
        padding: 0 10px;
    }

.main-box-bd {
    position: relative;
    padding: 35px;
}

.list-style1 {
    position: relative;
    margin-top: -10px;
}

    .list-style1 li {
        position: relative;
        float: left;
        width: 490px;
        height: 110px;
        padding: 40px 0;
    }

        .list-style1 li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 520px;
            height: 1px;
            background-color: #d1d1d1;
        }

        .list-style1 li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 12px;
            bottom: 12px;
            display: block;
            width: 1px;
            background-color: #d1d1d1;
        }

        .list-style1 li:nth-of-type(2n+1) {
            padding-right: 45px;
        }

        .list-style1 li:nth-of-type(2n) {
            padding-left: 45px;
        }

            .list-style1 li:nth-of-type(2n):before {
                left: 12px;
            }

            .list-style1 li:nth-of-type(2n):after {
                display: none;
            }

        .list-style1 li:first-child {
            padding-top: 20px;
        }

            .list-style1 li:first-child::before {
                display: none;
            }

        .list-style1 li:nth-of-type(2) {
            padding-top: 20px;
        }

            .list-style1 li:nth-of-type(2)::before {
                display: none;
            }

        .list-style1 li:hover .title {
            color: #01baab;
        }

        .list-style1 li:hover .right-btn {
            background-color: #2cbeb2;
            color: #fff;
        }

        .list-style1 li .title {
            font-size: 20px;
        }

        .list-style1 li p {
            font-size: 16px;
            color: #666;
            padding-top: 10px;
        }

        .list-style1 li .link-box {
            position: relative;
            padding-top: 20px;
        }

            .list-style1 li .link-box a {
                display: inline-block;
                width: 110px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #c8c8c8;
                background-color: #f5f5f5;
                border-radius: 3px;
                margin-right: 5px;
                font-size: 16px;
                cursor: pointer;
                transition: all .3s;
            }

                .list-style1 li .link-box a:hover {
                    background-color: #fff;
                }

                .list-style1 li .link-box a i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    margin-right: 3px;
                }

        .list-style1 li .word {
            float: left;
            width: 370px;
        }

        .list-style1 li .right-btn {
            float: right;
            display: inline-block;
            width: 102px;
            height: 102px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #2cbeb2;
            color: #2cbeb2;
            transition: all .5s;
        }

            .list-style1 li .right-btn i {
                display: inline-block;
                margin-top: 17px;
                font-size: 38px;
                line-height: 1;
            }

            .list-style1 li .right-btn span {
                display: block;
                font-size: 16px;
                line-height: 2;
            }

.screen {
    position: relative;
}

.screen-table {
    width: 100%;
}

    .screen-table th {
        background-color: #f8f8f8;
        border: 1px solid #e6e6e6;
        padding: 13px 20px;
        width: 70px;
        font-size: 16px;
        font-weight: normal;
    }

    .screen-table td {
        border: 1px solid #e6e6e6;
        padding: 0 20px;
    }

.screen-list {
    position: relative;
}

    .screen-list li {
        float: left;
        font-size: 16px;
        padding: 5px 8px;
        color: #716b6b;
        margin: 10px;
        cursor: pointer;
        border-bottom: 1px solid #fff;
    }

        .screen-list li.on {
            color: #fff;
            background-color: #00aced;
        }

.talent-content {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249,251,253,0.502);
    box-shadow: 0 5px 10px 0 rgba(225,231,238,0.76);
}

.talent-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: #0784dc;
    padding: 0 40px;
    color: #fff;
    font-size: 22px;
}

.talent-scrool {
    position: relative;
    margin: 50px 60px;
}

    .talent-scrool .hd {
        position: absolute;
        top: -86px;
        right: -24px;
    }

        .talent-scrool .hd ul li {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #bae7ff;
            overflow: hidden;
            text-indent: 100em;
            cursor: pointer;
            margin-right: 5px;
        }

            .talent-scrool .hd ul li.on {
                background-color: #fff;
            }

    .talent-scrool .bd ul li {
        position: relative;
        overflow: hidden;
    }

        .talent-scrool .bd ul li .row {
            float: left;
            width: 215px;
            height: 140px;
            padding: 40px 60px;
            text-align: center;
            border-top: 1px solid #dcdfe4;
            border-right: 1px solid #dcdfe4;
            transition: all .5s;
        }

            .talent-scrool .bd ul li .row .icon {
                display: inline-block;
                font-size: 50px;
                color: #2c7dbe;
                line-height: 1;
            }

            .talent-scrool .bd ul li .row:nth-of-type(1) .icon {
                animation: around2 3.5s ease-in-out infinite;
            }

            .talent-scrool .bd ul li .row:nth-of-type(2) .icon {
                animation: qiqiu2 3s ease-in-out infinite;
                animation-direction: alternate;
            }

            .talent-scrool .bd ul li .row:nth-of-type(3) .icon {
                animation: around2 3s ease-in-out infinite;
            }

            .talent-scrool .bd ul li .row:nth-of-type(4) .icon {
                animation: qiqiu2 2.5s ease-in-out infinite;
                animation-direction: alternate;
            }

            .talent-scrool .bd ul li .row:nth-of-type(5) .icon {
                animation: around2 4s ease-in-out infinite;
            }

            .talent-scrool .bd ul li .row:nth-of-type(6) .icon {
                animation: qiqiu2 2s ease-in-out infinite;
                animation-direction: alternate;
            }

            .talent-scrool .bd ul li .row:nth-of-type(7) .icon {
                animation: around2 3.5s ease-in-out infinite;
            }

@keyframes around2 {
    0% {
        transform: scale(.7);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.7);
    }
}

.talent-scrool .bd ul li .row .title {
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

.talent-scrool .bd ul li .row p {
    text-align: left;
    font-size: 15px !important;
    color: #666;
}

.talent-scrool .bd ul li .row:nth-of-type(3n) {
    border-right: none;
}

.talent-scrool .bd ul li .row:nth-of-type(1) {
    border-top: none;
}

.talent-scrool .bd ul li .row:nth-of-type(2) {
    border-top: none;
}

.talent-scrool .bd ul li .row:nth-of-type(3) {
    border-top: none;
}

.talent-scrool .bd ul li .row:hover {
    background-color: #f9fafd;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.2);
    border-color: #f9fafd;
}

    .talent-scrool .bd ul li .row:hover .icon {
        animation-duration: .8s;
        animation-fill-mode: both;
        animation-iteration-count: 1;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        animation-name: flipInY;
    }

.step {
    position: relative;
    text-align: center;
}

    .step .hd {
        font-size: 20px;
        color: #0784dc;
        margin: 30px 0;
    }

    .step .bd a {
        display: inline-block;
        width: 275px;
        height: 54px;
        border: 1px solid #0784dc;
        text-align: center;
        line-height: 54px;
        font-size: 24px;
        color: #0784dc;
        margin: 0 15px;
        border-radius: 5px;
        transition: all .3s;
    }

        .step .bd a .icon {
            display: inline-block;
            font-size: 24px;
        }

        .step .bd a:hover {
            background-color: #0784dc;
            color: #fff;
        }

.navigation-content {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249,251,253,0.502);
    box-shadow: 0 5px 10px 0 rgba(225,231,238,0.76);
}

    .navigation-content .layui-form-radio {
        margin: 0 10px 15px 0;
    }

        .navigation-content .layui-form-radio div {
            font-size: 18px;
        }

        .navigation-content .layui-form-radio .layui-icon {
            font-size: 22px;
        }

        .navigation-content .layui-form-radio > i:hover, .navigation-content .layui-form-radioed > i {
            color: #06a2e9;
        }

    .navigation-content .layui-input, .navigation-content .layui-textarea {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .navigation-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .navigation-content .left-box {
        float: left;
        width: 430px;
        background-color: #f9fafd;
        border-right: 1px solid #dcdfe4;
        min-height: 375px;
    }

        .navigation-content .left-box .title {
            position: relative;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #0784dc;
            color: #fff;
            font-size: 22px;
            text-shadow: .602px .799px 0 rgba(0,0,0,0.39);
        }

            .navigation-content .left-box .title::after {
                content: "";
                position: absolute;
                right: -20px;
                top: 0;
                display: inline-block;
                width: 0;
                height: 0;
                border-top: 30px solid transparent;
                border-left: 20px solid #0784dc;
                border-bottom: 30px solid transparent;
                z-index: 1;
            }

        .navigation-content .left-box > .bd {
            position: relative;
            padding: 35px;
        }

        .navigation-content .left-box .rows {
            position: relative;
            margin-bottom: 30px;
        }

            .navigation-content .left-box .rows .rows-hd {
                font-size: 20px;
            }

            .navigation-content .left-box .rows .rows-bd {
                padding: 15px 0 0 30px;
            }

    .navigation-content .right-box {
        float: left;
        width: 717px;
        border-left: 1px solid #dcdfe4;
        margin-left: -1px;
        min-height: 375px;
    }

        .navigation-content .right-box .hd {
            height: 60px;
            line-height: 60px;
            overflow: hidden;
            background-color: #2cbeb2;
            padding-left: 90px;
            padding-right: 40px;
        }

            .navigation-content .right-box .hd span {
                float: left;
                color: #fff;
                font-size: 22px;
                text-shadow: .602px .799px 0 rgba(0,0,0,0.39);
            }

            .navigation-content .right-box .hd a {
                float: right;
                font-size: 18px;
                color: #fff;
            }

                .navigation-content .right-box .hd a i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    font-size: 22px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

        .navigation-content .right-box .bd {
            position: relative;
            padding: 35px;
            background-color: #fff;
        }

.my-data {
    position: relative;
    width: calc(100% - 40px);
}

    .my-data .icon {
        position: absolute;
        right: 15px;
        top: 7px;
        font-size: 22px;
        color: #a3a3a3;
    }

.my-input {
    width: calc(100% - 40px);
}

.btn-more-thing {
    display: block;
    font-size: 20px;
    color: #0784dc;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border: 1px solid #06a2e9;
    border-radius: 3px;
}

.right-box-title {
    position: relative;
    font-size: 24px;
    color: #0784dc;
    border-bottom: 1px solid #dbe7ee;
    padding-bottom: 10px;
}

.step-img {
    position: relative;
    text-align: center;
}

    .step-img img {
        display: block;
        margin: 40px auto;
    }

    .step-img p {
        font-size: 24px;
        color: #a6a6a6;
    }

.list-style2 {
    position: relative;
}

    .list-style2 li {
        position: relative;
        height: 106px;
        padding: 25px;
    }

        .list-style2 li .icon-pipei {
            position: absolute;
            left: 6px;
            top: 24px;
            color: #ea992d;
            font-size: 18px;
        }

        .list-style2 li:nth-of-type(2n) {
            background-color: #f3f4f6;
        }

        .list-style2 li:first-child {
            padding-top: 20px;
        }

            .list-style2 li:first-child::before {
                display: none;
            }

        .list-style2 li:nth-of-type(2) {
            padding-top: 20px;
        }

            .list-style2 li:nth-of-type(2)::before {
                display: none;
            }

        .list-style2 li:hover .title {
            color: #01baab;
        }

        .list-style2 li:hover .right-btn {
            background-color: #2cbeb2;
            color: #fff;
        }

        .list-style2 li .title {
            display: inline-block;
            font-size: 20px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list-style2 li p {
            font-size: 18px;
            color: #666;
        }

        .list-style2 li .link-box {
            position: relative;
            padding-top: 20px;
        }

            .list-style2 li .link-box a {
                display: inline-block;
                width: 110px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #c8c8c8;
                background-color: #f5f5f5;
                border-radius: 3px;
                margin-right: 5px;
                font-size: 16px;
                cursor: pointer;
                transition: all .3s;
            }

                .list-style2 li .link-box a:hover {
                    background-color: #fff;
                }

                .list-style2 li .link-box a i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    margin-right: 3px;
                }

        .list-style2 li .word {
            float: left;
            width: 440px;
        }

        .list-style2 li .right-btn {
            float: right;
            display: inline-block;
            width: 102px;
            height: 102px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #2cbeb2;
            color: #2cbeb2;
            transition: all .5s;
        }

            .list-style2 li .right-btn i {
                display: inline-block;
                margin-top: 17px;
                font-size: 38px;
                line-height: 1;
            }

            .list-style2 li .right-btn span {
                display: block;
                font-size: 16px;
                line-height: 2;
            }

.right-select-box {
    position: relative;
    text-align: center;
    padding: 40px 0 25px 0;
}

    .right-select-box a {
        display: inline-block;
        width: 205px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        color: #fff;
        border-radius: 3px;
        background-color: #0784dc;
        margin: 0 7px;
        transition: all .3s;
    }

        .right-select-box a:hover {
            background-color: #1f7abb;
        }

.more-list {
    position: relative;
    margin-bottom: 120px;
}

    .more-list li {
        position: relative;
        padding: 15px 10px;
        border-bottom: 1px dashed #6b6b6b;
        transition: all .3s;
    }

        .more-list li:hover {
            background-color: #f3f4f6;
        }

        .more-list li i {
            display: inline-block;
            width: 54px;
            height: 48px;
            background-color: #1ab0b3;
            color: #fff;
            line-height: 48px;
            text-align: center;
            margin-right: 10px;
            font-size: 30px;
            border-radius: 3px;
        }

        .more-list li a {
            display: inline-block;
            font-size: 20px;
            max-width: 520px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #0b0b0b;
        }

            .more-list li a:hover {
                color: #01baab;
            }

.tabs-three {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 622px;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.popups {
    display: none;
    position: fixed;
    left: 100px;
    top: 100px;
    width: 466px;
    padding-bottom: 20px;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.24);
    background-color: #fff;
    border: 1px solid #fff;
}

    .popups .popups-title {
        font-size: 18px;
        color: #474747;
        line-height: 42px;
        text-align: left;
        background-color: #eff4f9;
        padding: 0 15px;
        border-bottom: 1px #93c2e8 solid;
    }

    .popups .popups-hint {
        font-size: 14px;
        color: #f36c10;
        line-height: 1.25;
        margin: 0 20px;
    }

    .popups .popups-btn {
        display: block;
        border-radius: 3px;
        background-color: #0784dc;
        width: 111px;
        height: 32px;
        line-height: 32px;
        color: #ffffff;
        text-align: center;
        margin: 20px auto auto;
        cursor: pointer;
    }

    .popups table {
        border-collapse: collapse;
        width: calc(80%);
        margin: 20px;
    }

        .popups table td {
            padding: 5px;
            vertical-align: middle;
        }

            .popups table td i {
                vertical-align: middle;
                display: inline-block;
                width: 18px;
                height: 18px;
                line-height: 18px;
                background-color: #7f7f7f;
                color: #ffffff;
                text-align: center;
                margin-right: 5px;
                font-size: 14px;
            }

            .popups table td .box {
                padding: 1px 0;
            }

        .popups table span {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 0 5px;
            height: 18px;
            line-height: 18px;
            border-radius: 4px;
            margin-right: 5px;
            font-size: 12px;
        }

            .popups table span.am {
                background-color: #598fc1;
                color: #ffffff;
            }

            .popups table span.pm {
                background-color: #7793ae;
                color: #ffffff;
            }

.icon-bendishenghuo {
    margin-left: 3px;
    margin-top: -1.5px;
}

.accurate-content {
    position: relative;
    padding-top: 138px;
    overflow: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.accurate-intro {
    background-color: #fff;
}

.intro-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 138px;
    padding: 0 150px 0 30px;
    z-index: 100;
    background: url("../images/titlebg1.jpg") no-repeat;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

    .intro-title .title {
        display: block;
        padding-top: 23px;
        font-size: 20px;
        color: #fff;
        overflow: hidden;
        max-height: 57px;
    }

.title-intar {
    line-height: 42px;
    margin-left: -100px;
    vertical-align: middle;
}

.accurate-scroll {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    border: #d0e2eb solid 1px;
    background-color: #fff;
}

.intro-content {
    margin-top: 15px;
}

.s-title {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 36px;
}

    .s-title::after {
        content: "";
        display: table;
        clear: both;
    }

    .s-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 18px;
        background-color: #1bc3e1;
    }

.intro-write {
    margin-top: 10px;
}

.accurate-table {
    width: 100%;
}

    .accurate-table td {
        border-bottom: #dedede solid 1px;
        padding: 15px 40px;
        font-size: 20px;
    }

        .accurate-table td:first-child {
            border-right: #dedede solid 1px;
            font-size: 18px;
            color: #727272;
            width: 120px;
        }

.table-name .icon {
    display: inline-block;
    background-color: #7f7f7f;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}

.time-list span {
    position: relative;
    top: -1px;
    width: 62px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #598fc1;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    vertical-align: middle;
    margin: 7px 18px 7px 0;
}

.time-list.pm span {
    background-color: #7793ae;
}

.accurate-link {
    font-size: 0;
    padding: 15px 0 10px;
}

    .accurate-link a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        background-color: #2cbeb2;
        border-radius: 4px;
        width: 87px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-left: 18px;
        cursor: pointer;
    }

        .accurate-link a:first-child {
            margin-left: 0;
        }

        .accurate-link a:hover {
            background-color: #07b8dc;
        }

        .accurate-link a.active {
            background-color: #999;
        }

.accurate-type {
    margin-top: 15px;
    overflow: hidden;
}

.accurate-share {
    float: right;
    width: 164px;
}

.share-content {
    margin-top: 14px;
    background: url("../images/code-bg.png") no-repeat;
    width: 135px;
    height: 135px;
    padding: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .share-content img {
        width: 126px;
        height: 126px;
    }

.code-tips {
    font-size: 18px;
    margin-top: 5px;
}

.matter {
    float: left;
    width: 346px;
}

.matter-list {
    border-top: #d0e2eb solid 1px;
    margin-top: 10px;
    max-height: 237px;
    overflow: auto;
    padding: 15px 0;
}

    .matter-list ul li {
        padding: 7px 0;
        overflow: hidden;
    }

    .matter-list p {
        font-size: 16px;
        line-height: 1.6;
    }

        .matter-list p strong {
            line-height: 2;
        }

.matter-icon {
    float: left;
    width: 54px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #1ab0b3;
    border-radius: 3px;
    margin-right: 15px;
}

    .matter-icon .icon {
        font-size: 28px;
        color: #fff;
    }

.matter-name {
    height: 48px;
    overflow: hidden;
    float: left;
    width: 270px;
}

    .matter-name a {
        font-size: 16px;
        line-height: 24px;
        display: table;
        height: 100%;
    }

        .matter-name a:hover {
            color: #0784dc;
        }

        .matter-name a span {
            display: table-cell;
            vertical-align: middle;
        }

.none-img {
    display: block;
    margin: 0 auto;
}

.accurate-btn {
    text-align: center;
    margin: 50px 0;
}

.theme-btn {
    display: inline-block;
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border: #0371be solid 1px;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    background-color: #0784dc;
    cursor: pointer;
}

    .theme-btn:hover {
        background-color: #0371be;
    }

.live-box .check input:checked + i {
    background-color: #0f8137;
    border-color: #00af50;
}

.business-tree .check input:checked + i {
    background-color: #ed7d31;
    border-color: #ed9b00;
}

.handle {
    border: #d0e2eb solid 1px;
    background-color: #fff;
}

.handle-title {
    height: 49px;
    border-bottom: #d0e2eb solid 1px;
    position: relative;
}

    .handle-title:after {
        content: '';
        clear: both;
        display: table;
    }

    .handle-title span {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        color: #333;
        line-height: 48px;
    }

        .handle-title span.handle-icon {
            background-color: #2d7ccf;
            color: #fff;
            width: 48px;
            height: 48px;
            text-align: center;
            margin-right: 15px;
        }

            .handle-title span.handle-icon .icon {
                font-size: 20px;
            }

.handle-select {
    position: relative;
    float: right;
}

    .handle-select:after {
        content: '';
        clear: both;
        display: table;
    }

    .handle-select .handle-option {
        border: #d0e2eb solid 1px;
        height: 34px;
    }

        .handle-select .handle-option .handle-select-name {
            float: left;
            width: 195px;
            height: 34px;
            line-height: 34px;
            padding: 0 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
        }

        .handle-select .handle-option .down-icon {
            float: right;
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            cursor: pointer;
        }

            .handle-select .handle-option .down-icon .icon {
                display: inline-block;
                transition: all .5s ease 0s;
                color: #666666;
                font-size: 18px;
            }

        .handle-select .handle-option.active .down-icon .icon {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

.handle-down {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 1px 5px #b5b7b8;
    width: 100%;
    display: none;
    z-index: 10;
    max-height: 234px;
    overflow-y: auto;
}

    .handle-down ul {
        list-style: none;
        padding: 5px 0;
        margin: 0;
    }

        .handle-down ul li {
            padding: 8px 15px;
            font-size: 16px;
            color: #333;
            line-height: 20px;
            cursor: pointer;
            margin-top: 1px;
        }

            .handle-down ul li:first-child {
                margin-top: 0;
            }

            .handle-down ul li:hover {
                background-color: #e7f6fe;
                color: #0784dc;
            }

            .handle-down ul li.active {
                background-color: #e7f6fe;
                color: #0784dc;
            }

.handle-tab {
    margin-top: 20px;
}

.handle-con {
    padding: 24px 20px;
    background: url("../images/shadow.jpg") no-repeat left top;
}

.handle-list {
    display: none;
}

    .handle-list:first-child {
        display: block;
    }

    .handle-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .handle-list ul li {
            overflow: hidden;
            margin-top: 15px;
        }

            .handle-list ul li:first-child {
                margin-top: 0;
            }

            .handle-list ul li .handle-name {
                float: left;
                width: 100px;
                font-size: 16px;
                color: #727272;
                margin-right: 5px;
            }

                .handle-list ul li .handle-name .icon {
                    display: inline-block;
                    background-color: #7f7f7f;
                    color: #fff;
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    line-height: 22px;
                    margin-right: 8px;
                }

            .handle-list ul li .handle-write {
                float: left;
                width: 215px;
                font-size: 16px;
            }

                .handle-list ul li .handle-write .time-list span {
                    margin-right: 10px;
                }

                .handle-list ul li .handle-write .time-list:first-child {
                    margin-bottom: 10px;
                }

.handle-btn {
    text-align: center;
}

    .handle-btn a {
        display: inline-block;
        width: 120px;
        height: 36px;
        background-color: #0784dc;
        color: #fff;
        text-align: center;
        line-height: 36px;
        border-radius: 4px;
        font-size: 17px;
        margin: 0 10px;
        cursor: pointer;
    }

        .handle-btn a:hover {
            background-color: #0579cb;
        }

.close-box {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 101;
    cursor: pointer;
}

    .close-box i {
        color: #fff;
        font-size: 28px;
    }

.box-showd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0,0,0,0.3);
    z-index: 3;
    display: none;
}

.path-content .path-hd {
    height: 180px;
    text-align: center;
}

    .path-content .path-hd ul li {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 180px;
        margin: 0 15px;
        cursor: pointer;
    }

        .path-content .path-hd ul li::before {
            content: '';
            position: absolute;
            left: -30px;
            top: 50%;
            display: inline-block;
            width: 22px;
            height: 16px;
            margin-top: -8px;
            background: url(../images/arrowbg.png) no-repeat center center;
        }

        .path-content .path-hd ul li:first-child::before {
            display: none;
        }

        .path-content .path-hd ul li.type1 {
            background: url(../images/01-1.png) no-repeat center center;
        }

        .path-content .path-hd ul li.type2 {
            background: url(../images/02-1.png) no-repeat center center;
        }

        .path-content .path-hd ul li.type3 {
            background: url(../images/03-1.png) no-repeat center center;
        }

        .path-content .path-hd ul li.active::before {
            left: -39px;
        }

        .path-content .path-hd ul li.active.type1 {
            background: url(../images/01-2.png) no-repeat center center;
        }

        .path-content .path-hd ul li.active.type2 {
            background: url(../images/02-2.png) no-repeat center center;
        }

        .path-content .path-hd ul li.active.type3 {
            background: url(../images/03-2.png) no-repeat center center;
        }

.path-content .path-bd {
    position: relative;
}

    .path-content .path-bd .first-img {
        position: absolute;
        right: -15px;
        top: 48px;
        display: none;
    }

    .path-content .path-bd .second-img {
        position: absolute;
        top: 243px;
        left: -15px;
        display: none;
    }

    .path-content .path-bd .three-img {
        position: absolute;
        right: -15px;
        top: 438px;
        display: none;
    }

    .path-content .path-bd.three-more .first-img {
        display: block;
    }

    .path-content .path-bd.six-more .first-img {
        display: block;
    }

    .path-content .path-bd.six-more .second-img {
        display: block;
    }

    .path-content .path-bd.nine-more .first-img {
        display: block;
    }

    .path-content .path-bd.nine-more .second-img {
        display: block;
    }

    .path-content .path-bd.nine-more .three-img {
        display: block;
    }

.path-list {
    position: relative;
    margin-top: 30px;
    padding: 0 46px;
    z-index: 1;
}

    .path-list li {
        position: relative;
        float: left;
        width: 185px;
        height: 195px;
    }

        .path-list li > a {
            position: relative;
            z-index: 1;
            display: block;
            margin: 0 10px;
            text-align: center;
            animation-duration: .5s;
            animation-fill-mode: both;
            animation-name: fadeInLeft;
        }

        .path-list li:nth-of-type(2) > a {
            animation-delay: .15s;
        }

        .path-list li:nth-of-type(3) > a {
            animation-delay: .3s;
        }

        .path-list li:nth-of-type(4) > a {
            animation-name: fadeInRight;
            animation-delay: .45s;
        }

        .path-list li:nth-of-type(5) > a {
            animation-name: fadeInRight;
            animation-delay: .6s;
        }

        .path-list li:nth-of-type(6) > a {
            animation-name: fadeInRight;
            animation-delay: .75s;
        }

        .path-list li:nth-of-type(7) > a {
            animation-delay: .9s;
        }

        .path-list li:nth-of-type(8) > a {
            animation-delay: 1.05s;
        }

        .path-list li:nth-of-type(9) > a {
            animation-delay: 1.2s;
        }

        .path-list li:nth-of-type(10) > a {
            animation-name: fadeInRight;
            animation-delay: 1.35s;
        }

        .path-list li:nth-of-type(11) > a {
            animation-name: fadeInRight;
            animation-delay: 1.5s;
        }

        .path-list li:nth-of-type(12) > a {
            animation-name: fadeInRight;
            animation-delay: 1.65s;
        }

        .path-list li:nth-of-type(4), .path-list li:nth-of-type(5), .path-list li:nth-of-type(6), .path-list li:nth-of-type(10), .path-list li:nth-of-type(11), .path-list li:nth-of-type(12) {
            float: right;
        }

            .path-list li:nth-of-type(4) .arrow, .path-list li:nth-of-type(5) .arrow, .path-list li:nth-of-type(10) .arrow, .path-list li:nth-of-type(11) .arrow {
                right: auto;
                left: 0;
                background: url(../images/jiantou2.png) no-repeat center center;
            }

        .path-list li:nth-of-type(3n) .arrow, .path-list li:last-child .arrow {
            display: none;
        }

    .path-list .tit {
        font-size: 18px;
    }

    .path-list .nmb {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        border-radius: 50%;
        background-color: #27ad46;
        border: 7px #a9deb5 solid;
        margin: 10px 0;
    }

    .path-list p {
        text-align: left;
        color: #858585;
    }

    .path-list .line {
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        background-color: #c4e3f8;
    }

    .path-list .arrow {
        position: absolute;
        right: 0;
        top: 45px;
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../images/jiantou1.png) no-repeat center center;
    }

.policy-details {
    position: relative;
    min-height: 600px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

    .policy-details .title {
        height: 100px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        background: url(../images/titlebg2.jpg) no-repeat center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 150px 10px 35px;
        overflow: hidden;
        line-height: 42px;
    }

        .policy-details .title div {
            display: table;
            height: 100%;
        }

        .policy-details .title span {
            display: table-cell;
            vertical-align: middle;
        }

    .policy-details .back {
        position: absolute;
        right: 34px;
        top: 38px;
        color: #fff;
        font-size: 16px;
    }

    .policy-details .hd {
        position: absolute;
        left: 0;
        top: 1px;
        bottom: 0;
        width: 157px;
        border-right: 1px solid #d1d1d1;
    }

        .policy-details .hd .row {
            display: block;
            width: 157px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            color: #969799;
            background-color: #f9fafd;
            border-bottom: 1px solid #d1d1d1;
            border-right: 1px solid #d1d1d1;
            border-top: 1px solid #d1d1d1;
            margin-top: -1px;
            cursor: pointer;
        }

            .policy-details .hd .row.active {
                background-color: #0785dd;
                border-color: #0785dd;
                color: #fff;
            }

                .policy-details .hd .row.active i {
                    color: #fff;
                }

            .policy-details .hd .row i {
                position: relative;
                top: -1px;
                display: inline-block;
                vertical-align: middle;
                font-size: 20px;
                margin-right: 10px;
            }

    .policy-details .bd {
        float: left;
        width: 830px;
        padding: 30px 0;
        margin-left: 200px;
    }

        .policy-details .bd .tit {
            font-size: 22px;
            color: #0784dc;
            padding-bottom: 20px;
        }

            .policy-details .bd .tit:before {
                content: "";
                display: inline-block;
                width: 14px;
                height: 14px;
                position: relative;
                top: -1px;
                background-color: #0784dc;
                margin-right: 10px;
            }

        .policy-details .bd p {
            font-size: 16px;
            color: #5d5d5d;
            line-height: 2;
            padding: 0 10px;
        }

.policy-details-tabs {
    position: relative;
}

    .policy-details-tabs:after {
        content: "";
        display: table;
        clear: both;
    }

.label-text {
    position: relative;
    border: 1px solid #0784dc;
    background-color: rgba(15,155,228,0.051);
    border-radius: 4px;
    margin-right: 5px;
}

    .label-text .lable {
        position: absolute;
        left: 845px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #0f9be4;
        border-radius: 3px;
        min-width: 60px;
        text-align: center;
        font-size: 16px;
    }

        .label-text .lable::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -9px;
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-right: 9px solid #0f9be4;
            border-bottom: 5px solid transparent;
        }

.index-main {
    position: relative;
}

    .index-main > img {
        width: 100%;
    }

    .index-main .content {
        position: absolute;
        left: 50%;
        top: 0;
        width: 1200px;
        height: 100%;
        margin-left: -600px;
    }

        .index-main .content > img {
            display: block;
            margin: 8% auto 0 auto;
        }

        .index-main .content .row {
            position: absolute;
            z-index: 1;
            bottom: -76px;
            width: 591px;
            height: 240px;
            overflow: hidden;
            background-color: rgba(255,255,255,0.8);
            box-shadow: 0 17px 38px 0 rgba(30,67,114,0.23);
        }

            .index-main .content .row:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                height: 6px;
                background-color: #f49f0b;
            }

            .index-main .content .row .bd {
                position: relative;
                padding: 36px 30px 0 30px;
                overflow: hidden;
            }

                .index-main .content .row .bd > img {
                    float: left;
                    display: block;
                }

                .index-main .content .row .bd .word {
                    float: left;
                    margin-left: 20px;
                    width: 360px;
                    padding-top: 12px;
                }

                    .index-main .content .row .bd .word a {
                        display: inline-block;
                    }

                    .index-main .content .row .bd .word p {
                        font-size: 18px;
                        color: #333;
                        padding-top: 22px;
                    }

            .index-main .content .row .fd {
                position: absolute;
                left: 0;
                bottom: 6px;
                height: 70px;
                padding-left: 177px;
            }

                .index-main .content .row .fd a {
                    line-height: 70px;
                    display: inline-block;
                }

                    .index-main .content .row .fd a span {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 20px;
                        color: #f49f0b;
                    }

                    .index-main .content .row .fd a i {
                        position: relative;
                        top: -2px;
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 36px;
                        margin-left: 20px;
                    }

            .index-main .content .row .nmb {
                position: absolute;
                right: 40px;
                bottom: 9px;
                font-size: 54px;
                font-weight: lighter;
                color: #fef3e1;
            }

            .index-main .content .row .cool {
                display: none;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
                background-color: #fff;
            }

                .index-main .content .row .cool .cool-bubble {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    line-height: 32px;
                    border-radius: 50%;
                    border: 8px solid #000;
                    background-clip: padding-box;
                }

                    .index-main .content .row .cool .cool-bubble .icon {
                        color: #fff;
                    }

                .index-main .content .row .cool .cool1-img1 {
                    position: absolute;
                    bottom: 12px;
                    left: 78px;
                }

                .index-main .content .row .cool .cool1-img2 {
                    position: absolute;
                    top: 24px;
                    left: 197px;
                    z-index: 1;
                }

                .index-main .content .row .cool .cool1-bubble1 {
                    position: absolute;
                    left: 38px;
                    top: 17px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble1 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble1 .cool-bubble {
                        background-color: #3587ee;
                        border: 8px solid rgba(40,141,255,0.2);
                        animation: qiqiu2 3s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                .index-main .content .row .cool .cool1-bubble2 {
                    position: absolute;
                    left: 124px;
                    top: 60px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble2 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble2 .cool-bubble {
                        background-color: #bc84eb;
                        border: 8px solid rgba(156,40,255,0.2);
                        animation: qiqiu1 2.5s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                .index-main .content .row .cool .cool1-bubble3 {
                    position: absolute;
                    left: 25px;
                    bottom: 60px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble3 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble3 .cool-bubble {
                        background-color: #ec8080;
                        border: 8px solid rgba(246,38,38,0.2);
                        animation: qiqiu3 2s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                .index-main .content .row .cool .cool1-bubble4 {
                    position: absolute;
                    right: 127px;
                    top: 63px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble4 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble4 .cool-bubble {
                        background-color: #f89e61;
                        border: 8px solid rgba(255,102,0,0.2);
                        animation: qiqiu2 2s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                .index-main .content .row .cool .cool1-bubble5 {
                    position: absolute;
                    right: 41px;
                    top: 21px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble5 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble5 .cool-bubble {
                        background-color: #8bd770;
                        border: 8px solid rgba(72,213,23,0.2);
                        animation: qiqiu1 2.5s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                .index-main .content .row .cool .cool1-bubble6 {
                    position: absolute;
                    right: 40px;
                    bottom: 60px;
                    text-align: center;
                }

                    .index-main .content .row .cool .cool1-bubble6 .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .index-main .content .row .cool .cool1-bubble6 .cool-bubble {
                        background-color: #71d0d6;
                        border: 8px solid rgba(60,191,199,0.2);
                        animation: qiqiu3 3s ease-in-out infinite;
                        animation-direction: alternate;
                    }

@keyframes qiqiu1 {
    from {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
}

@keyframes qiqiu2 {
    from {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes qiqiu3 {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
}

.index-main .content .row .cool .radar {
    position: absolute;
    left: 187px;
    top: 44px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    transform: rotateX(77deg);
    background: url(../images/images/banyuan2.png) no-repeat;
    box-shadow: 0 5px 1px 0 rgba(147,172,255,0.58);
    background-size: cover;
}

    .index-main .content .row .cool .radar:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #92b4df;
    }

    .index-main .content .row .cool .radar:after {
        content: ' ';
        display: block;
        background: url(../images/images/banyuan.png) no-repeat center center;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: radar-beam 5s infinite;
        animation-timing-function: linear;
        transform-origin: center;
    }

@keyframes radar-beam {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index-main .content .row .cool.type2 {
    background: url(../images/images/cool-bg2.png) no-repeat;
    background-size: cover;
}

.index-main .content .row .cool .cool2-img1 {
    position: absolute;
    left: 22px;
    top: 27px;
    animation: cool2img 30s linear infinite;
    z-index: 1;
}

@keyframes cool2img {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.index-main .content .row .cool .loader {
    width: 221px;
    height: 221px;
    font-size: 10px;
    position: absolute;
    left: 23px;
    top: 10px;
}

    .index-main .content .row .cool .loader .face {
        position: absolute;
        border-radius: 50%;
        border-style: solid;
        animation: animate 5s linear infinite;
        z-index: 1;
    }

        .index-main .content .row .cool .loader .face:nth-child(1) {
            width: 100%;
            height: 100%;
            color: #12a2ee;
            border-color: currentColor transparent transparent currentColor;
            border-width: .2em .2em 0 0;
            --deg:-45deg;
            animation-direction: normal;
        }

        .index-main .content .row .cool .loader .face:nth-child(2) {
            width: 100%;
            height: 100%;
            color: #02bce2;
            border-color: currentColor currentColor transparent transparent;
            border-width: .2em 0 0 .2em;
            --deg:-135deg;
            animation-direction: reverse;
        }

        .index-main .content .row .cool .loader .face .circle {
            position: absolute;
            width: 50%;
            height: .1em;
            top: 50%;
            left: 50%;
            background-color: transparent;
            transform: rotate(var(--deg));
            transform-origin: left;
        }

            .index-main .content .row .cool .loader .face .circle::before {
                position: absolute;
                top: -0.5em;
                right: -0.5em;
                content: '';
                width: 1em;
                height: 1em;
                background-color: currentColor;
                border-radius: 50%;
                box-shadow: 0 0 2em,0 0 4em,0 0 6em,0 0 8em,0 0 10em,0 0 0 .5em rgba(255,255,0,0.1);
            }

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

.index-main .content .row .cool .cool2-img2 {
    position: absolute;
    left: 24px;
    top: 11px;
    z-index: 1;
}

.index-main .content .row .cool .cool2-box1 {
    position: absolute;
    left: 226px;
    top: 22px;
    height: 48px;
}

    .index-main .content .row .cool .cool2-box1 > img {
        float: left;
        display: block;
        margin-top: 24px;
    }

    .index-main .content .row .cool .cool2-box1 .cool-bubble {
        float: left;
        background-color: #3587ee;
        border: 8px solid rgba(40,141,255,0.2);
        animation: around 3s ease-in-out infinite;
    }

    .index-main .content .row .cool .cool2-box1 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px;
    }

    .index-main .content .row .cool .cool2-box1:after {
        content: "";
        display: table;
        clear: both;
    }

.index-main .content .row .cool .cool2-box2 {
    position: absolute;
    left: 244px;
    top: 99px;
    height: 48px;
}

    .index-main .content .row .cool .cool2-box2 > img {
        float: left;
        display: block;
        margin-top: 24px;
    }

    .index-main .content .row .cool .cool2-box2 .cool-bubble {
        float: left;
        background-color: #ffb23a;
        border: 8px solid rgba(255,186,21,0.2);
        animation: around 2s ease-in-out infinite;
    }

    .index-main .content .row .cool .cool2-box2 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px;
    }

    .index-main .content .row .cool .cool2-box2:after {
        content: "";
        display: table;
        clear: both;
    }

.index-main .content .row .cool .cool2-box3 {
    position: absolute;
    left: 223px;
    top: 178px;
    height: 48px;
}

    .index-main .content .row .cool .cool2-box3 > img {
        float: left;
        display: block;
        margin-top: 3px;
    }

    .index-main .content .row .cool .cool2-box3 .cool-bubble {
        float: left;
        background-color: #5bdddb;
        border: 8px solid rgba(42,212,210,0.2);
        animation: around 4s ease-in-out infinite;
    }

    .index-main .content .row .cool .cool2-box3 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px;
    }

    .index-main .content .row .cool .cool2-box3:after {
        content: "";
        display: table;
        clear: both;
    }

@keyframes around {
    0% {
        opacity: .4;
        transform: scale(.8);
    }

    50% {
        opacity: .6;
        transform: scale(1);
    }

    100% {
        opacity: .4;
        transform: scale(.8);
    }
}

.index-main .content .row .cool .cool2-img3 {
    position: absolute;
    left: 416px;
    top: 108px;
    z-index: 1;
    animation: rightan 1.5s ease-in-out infinite;
}

@keyframes rightan {
    from {
        transform: translate3d(-5px, 0, 0);
        opacity: .5;
    }

    to {
        transform: translate3d(5px, 0, 0);
        opacity: 1;
    }
}

.index-main .content .row .cool .right-text {
    position: absolute;
    right: 36px;
    top: 36px;
    display: block;
    width: 68px;
    height: 160px;
    border-radius: 8px;
    border: 1px solid #54a0fb;
    padding: 20px 7px;
    font-size: 22px;
    color: #3587ee;
    box-sizing: border-box;
    background-color: rgba(165,219,255,0.302);
}

.index-main .content .row .cool .letter {
    animation: bounce .75s cubic-bezier(.05, 0, .2, 1) infinite alternate;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    margin-top: .2em;
}

    .index-main .content .row .cool .letter:nth-child(1) {
        animation-delay: 0s;
    }

    .index-main .content .row .cool .letter:nth-child(2) {
        animation-delay: .08333333s;
    }

    .index-main .content .row .cool .letter:nth-child(3) {
        animation-delay: .16666667s;
    }

    .index-main .content .row .cool .letter:nth-child(4) {
        animation-delay: .25s;
    }

    .index-main .content .row .cool .letter:nth-child(5) {
        animation-delay: .33333333s;
    }

    .index-main .content .row .cool .letter:nth-child(6) {
        animation-delay: .41666667s;
    }

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);
        text-shadow: rgba(255,255,255,0.4) 0 0 .05em;
    }

    100% {
        transform: translate3d(0, -1em, 0);
        text-shadow: rgba(255,255,255,0.4) 0 1em .35em;
    }
}

.index-main .content .row .cool .cool2-xian1 {
    position: absolute;
    left: 22px;
    top: 57px;
    animation: toup 7s linear infinite;
}

.index-main .content .row .cool .cool2-xian2 {
    position: absolute;
    left: 48px;
    bottom: 43px;
    animation: toup 6.5s linear infinite;
}

.index-main .content .row .cool .cool2-xian3 {
    position: absolute;
    left: 130px;
    top: 0;
    animation: toup 5s linear infinite;
}

.index-main .content .row .cool .cool2-xian4 {
    position: absolute;
    left: 120px;
    bottom: 90px;
    animation: todown 6s linear infinite;
}

.index-main .content .row .cool .cool2-xian5 {
    position: absolute;
    left: 217px;
    bottom: 26px;
    animation: todown 5s linear infinite;
}

.index-main .content .row .cool .cool2-xian6 {
    position: absolute;
    right: 110px;
    bottom: 40px;
    animation: todown 7s linear infinite;
}

.index-main .content .row .cool .cool2-xian7 {
    position: absolute;
    right: 28px;
    top: 23px;
    animation: toup 8s linear infinite;
}

.index-main .content .row .cool .cool2-xian8 {
    position: absolute;
    right: 13px;
    top: 137px;
    animation: toup 9s linear infinite;
}

.index-main .content .row .cool .cool2-xian9 {
    position: absolute;
    left: 100px;
    top: 137px;
    animation: toup 7s linear infinite;
}

.index-main .content .row .cool .cool2-xian10 {
    position: absolute;
    left: 150px;
    top: 137px;
    animation: toup 5s linear infinite;
}

.index-main .content .row .cool .cool2-xian11 {
    position: absolute;
    right: 191px;
    top: 137px;
    animation: toup 8s linear infinite;
}

.index-main .content .row .cool .cool2-xian12 {
    position: absolute;
    right: 25px;
    top: 137px;
    animation: toup 10s linear infinite;
    transform-origin: top;
}

@keyframes toup {
    from {
        transform: translate3d(0, 200px, 0);
    }

    to {
        transform: translate3d(0, -200px, 0);
    }
}

@keyframes todown {
    from {
        transform: translate3d(0, -200px, 0);
    }

    to {
        transform: translate3d(0, 200px, 0);
    }
}

.index-main .content .row:first-child {
    left: 0;
}

.index-main .content .row:last-child {
    right: 0;
}

    .index-main .content .row:last-child:after {
        background-color: #2fd296;
    }

    .index-main .content .row:last-child .fd a span {
        color: #25c188;
    }

    .index-main .content .row:last-child .nmb {
        color: #e6f9f2;
    }

.footer-img {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 280px;
    background: url(../images/start-bg.png) no-repeat center center;
}

.index-new-select {
    position: relative;
    display: block;
    width: 800px;
    margin: 140px auto 0 auto;
    overflow: hidden;
}

    .index-new-select > img {
        float: left;
    }

    .index-new-select .bd {
        float: left;
        width: 550px;
        height: 46px;
        line-height: 46px;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #d5deec;
    }

        .index-new-select .bd i {
            float: left;
            display: inline-block;
            color: #eaeaea;
            font-size: 26px;
            margin: 0 9px 0 13px;
        }

        .index-new-select .bd input {
            float: left;
            width: 390px;
            height: 46px;
            font-size: 22px;
            color: #333;
            border: none;
            background: none;
        }

        .index-new-select .bd a {
            float: right;
            display: inline-block;
            width: 77px;
            height: 46px;
            text-align: center;
            line-height: 46px;
            color: #fff;
            font-size: 18px;
            background-color: #f49f0b;
            border-radius: 5px;
        }

    .index-new-select .btn {
        float: left;
        display: inline-block;
        width: 100px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        background-color: #6498bc;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        margin-top: 1px;
        margin-left: 8px;
    }

.layui-layer-loading {
    margin-left: 170px !important;
}

.map-a {
    float: right;
    margin-left: 15px;
    cursor: pointer;
}

.accurate-info {
    background-color: #f5fbfe;
    padding: 10px 20px;
    border: #d0e2eb solid 1px;
}

.yellow {
    color: #ff6c00;
    margin-right: 5px;
}

.accurate-top {
    font-size: 16px;
    color: #333333;
}

    .accurate-top ul li {
        margin: 8px 0;
        overflow: hidden;
    }

    .accurate-top .accurate-top-write {
        float: left;
        width: 430px;
    }

        .accurate-top .accurate-top-write span {
            margin-right: 30px;
        }

            .accurate-top .accurate-top-write span:last-child {
                margin-right: 0;
            }

        .accurate-top .accurate-top-write .yellow {
            color: #ff6c00;
        }

    .accurate-top .accurate-top-name {
        margin-right: 15px;
        float: left;
        width: 70px;
    }

.share-title {
    line-height: 36px;
    width: 135px;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
    text-align: center;
}

    .back-to-top i {
        display: inline-block;
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: #0784dc;
        border-radius: 50%;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

.accordion {
    position: relative;
}

.accordion-title {
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin: 20px 0;
}

    .accordion-title > i {
        position: relative;
        z-index: 1;
        float: left;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        color: #fff;
        background-color: #ccc;
        animation-duration: .8s;
        animation-fill-mode: both;
    }

    .accordion-title:hover > i {
        animation-name: flipInY;
    }

    .accordion-title .accordion-lable {
        position: relative;
        z-index: 1;
        float: left;
        display: inline-block;
        background-color: #fff;
        font-size: 20px;
        padding-left: 10px;
    }

    .accordion-title .accordion-nmb {
        position: relative;
        z-index: 1;
        float: left;
        font-size: 20px;
        display: inline-block;
        background-color: #fff;
    }

    .accordion-title em {
        position: relative;
        z-index: 1;
        float: right;
        font-size: 24px;
        color: #dbe0e5;
        transition: all .3s;
    }

    .accordion-title:before {
        content: "";
        position: absolute;
        left: 55px;
        right: 30px;
        top: 17px;
        display: block;
        height: 1px;
        background-color: #dbe1e7;
    }

    .accordion-title.type1 > i {
        background-color: #095cc2;
    }

    .accordion-title.type1 .accordion-nmb {
        color: #095cc2;
    }

    .accordion-title.type1.on em {
        color: #095cc2;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type2 > i {
        background-color: #00a3e6;
    }

    .accordion-title.type2 .accordion-nmb {
        color: #00a3e6;
    }

    .accordion-title.type2.on em {
        color: #00a3e6;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type3 > i {
        background-color: #00b9dc;
    }

    .accordion-title.type3 .accordion-nmb {
        color: #00b9dc;
    }

    .accordion-title.type3.on em {
        color: #00b9dc;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type4 > i {
        background-color: #1cbf97;
    }

    .accordion-title.type4 .accordion-nmb {
        color: #1cbf97;
    }

    .accordion-title.type4.on em {
        color: #1cbf97;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type5 > i {
        background-color: #747df4;
    }

    .accordion-title.type5 .accordion-nmb {
        color: #747df4;
    }

    .accordion-title.type5.on em {
        color: #747df4;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type6 > i {
        background-color: #ef9f40;
    }

    .accordion-title.type6 .accordion-nmb {
        color: #ef9f40;
    }

    .accordion-title.type6.on em {
        color: #ef9f40;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

    .accordion-title.type7 > i {
        background-color: #f6666d;
    }

    .accordion-title.type7 .accordion-nmb {
        color: #f6666d;
    }

    .accordion-title.type7.on em {
        color: #f6666d;
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

.animated-idnex {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.animated-idnex1 {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated-idnex2 {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

.animated-idnex3 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
