﻿html,
body,
.container-row {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html,
body {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

.container-row {
    overflow: hidden;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.module-desc * {
    transition: all .2s;
}

body {
    font-variant: tabular-nums;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    color: #314659;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.container {
    position: relative;
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.iScrollIndicator {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.accurate-link {
    text-align: center;
}

.check-label span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 5px;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
}

.popups .popups-title {
    color: #4fa0e5;
}

.popups table td label {
    color: #727272;
}

.popups-hint {
    padding: 15px;
    background-color: #f9f9f9;
}

.popups table i {
    margin-top: -3px;
}

.unit-box:hover .unit-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .unit-box:hover .unit-icon:after {
        -webkit-animation: easeShow .4s forwards;
        animation: easeShow .4s forwards;
    }

    .unit-box:hover .unit-icon .iconfont:before {
        display: inline-block;
        -webkit-animation: size .4s forwards;
        animation: size .4s forwards;
    }

.unit-box .unit-icon {
    transition: all .2s;
    -webkit-animation: ease1 .3s;
    animation: ease1 .3s;
}

    .unit-box .unit-icon:after {
        -webkit-animation: open .2s forwards;
        animation: open .2s forwards;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .unit-box .unit-icon .iconfont {
        -webkit-animation: size .4s forwards;
        animation: size .4s forwards;
        position: relative;
        z-index: 99;
        display: inline-block;
    }

@-webkit-keyframes easeShow {
    0% {
        opacity: 0.5;
        border-width: 3px;
    }

    50% {
        opacity: 0.1;
        border-width: 10px;
    }

    100% {
        opacity: 0.5;
        border-width: 3px;
    }
}

@keyframes easeShow {
    0% {
        opacity: 0.5;
        border-width: 3px;
    }

    50% {
        opacity: 0.1;
        border-width: 10px;
    }

    100% {
        opacity: 0.5;
        border-width: 3px;
    }
}

@-webkit-keyframes ease1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ease1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes size {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes size {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.live-tree .check-label.checked {
    color: #00af50;
}

.work-tree .check-label.checked {
    color: #1b83dd;
}

.business-trees {
    position: absolute;
    width: 8px;
    height: 435px;
    left: 50%;
    top: 85px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .business-trees .check-label.checked {
        color: #ed7c30;
    }

    .business-trees .check-label {
        width: 95px;
        height: auto;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
    }

    .business-trees:before {
        top: 0;
    }

    .business-trees > .check {
        float: none;
        margin: 60px 0 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .business-trees > .check:nth-child(even) .check-label {
            left: 10px;
            -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
        }

    .business-trees .business-nodes {
        position: absolute;
        width: 60px;
        background-color: #ed7c30;
        height: 4px;
        right: 30px;
        top: 50%;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .business-trees .business-nodes .nodes-top {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: auto;
            width: auto;
            right: 100%;
        }

        .business-trees .business-nodes .check {
            margin-top: 0;
        }

.btn:hover,
popups-btn:hover {
    opacity: .9;
}

.tabs-two {
    position: relative;
}

.hint-box {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .8;
}

.accurate-box {
    position: relative;
}

.close-box {
    position: absolute;
    right: 13px;
    z-index: 99999;
    top: -17px;
}

.intro-title {
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.close-box .iconfont {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #999999;
    text-align: center;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px #999999 solid;
    transition: all .2s;
}

    .close-box .iconfont:hover {
        border-color: #3ba7e9;
        color: #3ba7e9;
    }

.accurate-content {
    box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.1);
    height: 100%;
    margin: 25px;
}

.popups-ul {
    overflow: hidden;
    padding: 10px 0;
}

    .popups-ul ul {
        margin: 0;
    }

        .popups-ul ul li {
            color: #3ba7e9;
            width: 50%;
            float: left;
            padding: 0 10px;
        }

            .popups-ul ul li a {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                height: 35px;
                line-height: 35px;
                color: #333;
                cursor: pointer;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
            }

                .popups-ul ul li a:hover {
                    color: #3ba7e9;
                }

.back-box {
    position: absolute;
    left: 0;
    top: 15px;
    color: #333;
    font-size: 16px;
    z-index: 999;
}

    .back-box .iconfont {
        font-size: 18px;
        color: #4fa0e5;
    }

.tabs-one {
    padding-top: 50px
}

.zoom-box {
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 98;
}

    .zoom-box .iconfont {
        display: block;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        background-color: #ffffff;
        border: 1px #999999 solid;
        color: #999999;
        margin-bottom: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .zoom-box .iconfont:hover {
            opacity: 0.8;
        }

        .zoom-box .iconfont.icon-fanhui {
            background-color: #4fa0e5;
            color: #ffffff;
            border-color: #4fa0e5;
        }

[deta-title] {
    position: relative;
    margin: 0 20px;
}

    [deta-title]:after {
        content: attr(deta-title);
        position: absolute;
        left: 0;
        bottom: 50%;
        -webkit-transform: translate(-100%, 50%);
        transform: translate(-100%, 50%);
        color: #fff;
        text-shadow: 0 -1px 0px black;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        background: #383838;
        border-radius: 2px;
        padding: 3px 10px;
        font-size: 12px;
        white-space: nowrap;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

    [deta-title]:hover:after {
        transition-delay: 100ms;
        visibility: visible;
        -webkit-transform: translate(-110%, 50%);
        transform: translate(-110%, 50%);
        opacity: 1;
    }
/*政策图解*/
.policy-crumbs {
    padding: 30px 0;
    line-height: 22px;
    overflow: hidden;
}

    .policy-crumbs .policy-name {
        font-size: 18px;
        color: #4f4f4f;
        position: relative;
        padding-left: 18px;
        float: left;
        margin-right: 24px;
    }

        .policy-crumbs .policy-name:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 22px;
            background-color: rgba(33,129,211,0.7);
        }

    .policy-crumbs .crumbs {
        float: left;
        font-size: 0;
    }

        .policy-crumbs .crumbs em {
            color: #808080;
            font-size: 12px;
            margin: 0 8px;
        }

        .policy-crumbs .crumbs a {
            color: #808080;
            font-size: 12px;
            font-family: "SimSun";
            cursor: pointer;
        }

            .policy-crumbs .crumbs a:first-child .iconfont {
                color: #b3b3b3;
                margin-right: 5px;
            }

            .policy-crumbs .crumbs a:hover {
                color: #4fa0e5;
            }

                .policy-crumbs .crumbs a:hover .iconfont {
                    color: #4fa0e5;
                }

        .policy-crumbs .crumbs span {
            color: #808080;
            font-size: 12px;
            font-family: "SimSun";
        }

.policy-container:after {
    content: '';
    clear: both;
    display: table;
}

.policy-content {
    float: left;
    width: 748px;
    border: #d0e2eb solid 1px;
    border-top: #068fb1 solid 2px;
    padding: 0 30px 30px;
    background-color: #fff;
}

.policy-title {
    font-size: 26px;
    color: #000000;
    text-align: center;
    padding: 30px 0;
    border-bottom: #c8c8c8 solid 1px;
}

.policy-attribute {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #919191;
}

    .policy-attribute span {
        margin: 0 10px;
    }

.policy-write {
    font-size: 16px;
    line-height: 1.8;
}

    .policy-write img {
        max-width: 100%;
    }

.policy-side {
    float: right;
    width: 362px;
}

.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 .iconfont {
                font-size: 20px;
            }

.handle-select {
    position: relative;
}

    .handle-select:after {
        content: '';
        clear: both;
        display: table;
    }

    .handle-select .handle-option {
        border: #d0e2eb solid 1px;
        height: 40px;
    }

        .handle-select .handle-option .handle-select-name {
            float: left;
            width: 276px;
            height: 38px;
            line-height: 38px;
            padding: 0 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
        }

        .handle-select .handle-option .down-icon {
            float: right;
            width: 42px;
            height: 38px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            background-color: #e7f6fe;
            border-left: #d0e2eb solid 1px;
        }

            .handle-select .handle-option .down-icon .iconfont {
                display: inline-block;
                transition: all 0.5s ease 0s;
                color: #2d7ccf;
                font-size: 18px;
            }

        .handle-select .handle-option.active .down-icon .iconfont {
            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;
}

    .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;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .handle-down ul li:first-child {
                margin-top: 0;
            }

            .handle-down ul li:hover {
                background-color: #e7f6fe;
                color: #4fa0e5;
            }

            .handle-down ul li.active {
                background-color: #e7f6fe;
                color: #4fa0e5;
            }

.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 .iconfont {
                    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: #4fa0e5;
        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;
        }

.relation-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .relation-list ul li {
        overflow: hidden;
        padding: 24px 0;
        border-top: #828384 dashed 1px;
    }

        .relation-list ul li:first-child {
            border-top: none;
        }

        .relation-list ul li .relation-name {
            float: left;
            width: 52px;
            height: 48px;
            background-color: #1ab0b3;
            color: #fff;
            text-align: center;
            line-height: 48px;
            font-size: 12px;
            border-radius: 4px;
            margin-right: 15px;
        }

            .relation-list ul li .relation-name .iconfont {
                font-size: 22px;
            }

        .relation-list ul li .relation-write {
            float: left;
            width: 240px;
            font-size: 17px;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }

            .relation-list ul li .relation-write a {
                display: block;
                color: #0b0b0b;
                cursor: pointer;
            }

                .relation-list ul li .relation-write a:hover {
                    color: #1ab0b3;
                }

.relation-con {
    padding: 0 20px;
    background: url("../images/shadow.jpg") no-repeat left top;
}

.mt12 {
    margin-top: 12px;
}

.container-scoll {
    overflow-y: auto;
    background: url("../images/top-bg.jpg") no-repeat center top;
    background-size: 100% auto;
}

    .container-scoll .content {
        background: url("../images/footer-bg.png") no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 300px;
    }

    .container-scoll .footer {
        bottom: 50px;
        border-top: none;
        height: auto;
    }
/*政策图解end*/
/*政策详情*/
.policy-details-top {
    height: 150px;
    background-color: #ebebeb;
}

    .policy-details-top .title {
        font-size: 24px;
        color: #1d6ed0;
        text-align: center;
        padding-top: 25px;
    }

    .policy-details-top .time {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-top: 10px;
    }

.policy-details {
    position: relative;
}

    .policy-details * {
        max-width: 100%;
    }

    .policy-details table {
        margin: 0 auto;
    }

    .policy-details .hd {
        position: relative;
        height: 52px;
        text-align: center;
        margin-top: -52px;
    }

        .policy-details .hd:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 6px;
            background-color: #4fa0e5;
        }

        .policy-details .hd ul {
            position: relative;
            z-index: 1;
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .policy-details .hd ul li {
                float: left;
                width: 142px;
                height: 52px;
                text-align: center;
                line-height: 52px;
                font-size: 16px;
                color: #fff;
                background-color: #4fa0e5;
                cursor: pointer;
            }

                .policy-details .hd ul li.active {
                    background-color: #fff;
                    color: #4fa0e5;
                }

    .policy-details .bd {
        display: none;
        padding: 40px;
    }

        .policy-details .bd h1 {
            font-size: 20px;
            text-align: center;
            color: #4fa0e5;
            margin-top: 60px;
        }

        .policy-details .bd p {
            font-size: 16px;
            color: #333333;
            line-height: 2;
            margin: 10px 0;
            text-indent: 2em;
        }

        .policy-details .bd .content {
            background: none;
            margin-top: 0;
        }

        .policy-details .bd ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 16px;
        }

            .policy-details .bd ul li {
                margin-bottom: 10px;
            }

    .policy-details .accurate-table td {
        font-size: 17px;
    }

.text-right {
    text-align: right;
}

.bor-footer {
    background-color: #4fa0e5;
    color: #fff;
    padding: 20px 0;
}

    .bor-footer .container {
        overflow: hidden;
    }

    .bor-footer .foot-logo {
        float: left;
        width: 390px;
        margin-top: 4px;
        text-align: left;
    }

        .bor-footer .foot-logo img {
            height: 45px;
            max-width: 100%;
        }

    .bor-footer .foot-con {
        float: left;
        width: 750px;
        text-align: left;
    }

    .bor-footer .list {
        margin-bottom: 10px;
    }

        .bor-footer .list a {
            display: inline-block;
            font-size: 14px;
            color: #bbd2e8;
        }

            .bor-footer .list a:hover {
                color: #fff;
            }

        .bor-footer .list em {
            display: inline-block;
            margin: 0 5px;
            color: #9bbfdf;
        }

    .bor-footer p {
        font-size: 14px;
        color: #bbd2e8;
        margin: 0;
    }

.container-row.type2 {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .container-row.type2 .content {
        background: none;
    }

    .container-row.type2 .footer {
        bottom: 0;
    }
/*政策详情end*/
/*精准导航调整*/
.scoll-overflow {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    background: #fff;
}

.scoller-link {
    white-space: nowrap;
    padding: 0 34px;
}

    .scoller-link a {
        display: inline-block;
        font-size: 16px;
        border-left: #e2e2e2 solid 1px;
        padding: 0 20px;
        line-height: 30px;
        height: 34px;
        vertical-align: top;
        cursor: pointer;
    }

        .scoller-link a.active {
            color: #4fa0e5;
        }

        .scoller-link a:first-child {
            border-left: none;
        }

.intro-link {
    overflow: hidden;
}

    .intro-link .intro-link-name {
        float: left;
        width: 105px;
    }

    .intro-link .intro-swiper {
        width: 673px;
        float: left;
        height: 34px;
        border: #e2e2e2 solid 1px;
        position: relative;
        padding-left: 34px;
        overflow: hidden;
    }

    .intro-link .arrow-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
        height: 34px;
        background-color: #4fa0e5;
        color: #fff;
        text-align: center;
        line-height: 30px;
        z-index: 101;
        cursor: pointer;
    }

    .intro-link .arrow-right {
        position: absolute;
        right: -1px;
        top: 0;
        width: 34px;
        height: 34px;
        background-color: #4fa0e5;
        color: #fff;
        text-align: center;
        line-height: 30px;
        z-index: 101;
        cursor: pointer;
    }

.intro-write {
    display: none;
}

    .intro-write:first-child {
        display: block;
    }
/*精准导航调整end*/
/*20190121新增样式*/
.handle-down {
    z-index: 10;
    height: 234px;
    max-height: 234px !important;
}

.time-tips {
    margin-top: 10px;
    font-size: 14px;
    color: #2d7ccf;
    line-height: 1;
}

.detail-item-page[data-v-5dcaeab0] {
    padding: 15px 0;
}

.detail-item-title[data-v-5dcaeab0] {
    font-size: 16px;
    color: #3162b7;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

    .detail-item-title[data-v-5dcaeab0]:before {
        content: "";
        background-color: #4182eb;
        width: 4px;
        height: 16px;
        margin-right: 7px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.policy-details-top {
    height: 150px;
}

    .policy-details-top .title {
        padding: 25px 15px 0;
    }

.policy-details {
    font-size: 16px;
}

    .policy-details .table-details td {
        padding: 10px;
    }

        .policy-details .table-details td p {
            line-height: 1.5;
            margin: 0;
        }

.header-left a,
.header-right a {
    color: #fff;
}

    .header-left a:hover,
    .header-right a:hover {
        color: #fff;
    }
/*20190121新增样式end*/
/**/
div.business-box.business-right {
    left: 1035px;
    top: 480px;
}

    div.business-box.business-right .business-tree {
        width: 475px;
        top: 50%;
        left: 85px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 8px;
    }

        div.business-box.business-right .business-tree:before {
            display: none;
        }

        div.business-box.business-right .business-tree:after {
            -webkit-animation: widthFrame .5s;
            animation: widthFrame .5s;
        }

        div.business-box.business-right .business-tree > .check {
            float: left;
        }

            div.business-box.business-right .business-tree > .check:first-child {
                margin-left: 65px;
            }

@-webkit-keyframes widthFrame {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes widthFrame {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

div.live-box.live-right {
    left: 1035px;
    top: 480px;
}

    div.live-box.live-right .live-tree {
        right: auto;
        left: 85px;
        width: 475px;
    }

        div.live-box.live-right .live-tree > .check {
            float: left;
            margin-right: 0;
            margin-left: 65px;
            z-index: 99;
        }

            div.live-box.live-right .live-tree > .check:before {
                display: none;
            }

        div.live-box.live-right .live-tree:after {
            -webkit-animation: widthFrame .5s;
            animation: widthFrame .5s;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: #009944;
            content: '';
        }
/**/
.index-select {
    float: right;
}

.intro-link {
    overflow: visible;
}

    .intro-link:after {
        content: '';
        clear: both;
        display: table;
    }

.zn-write div {
    margin: 10px 0;
}

.handle-gd {
    overflow-y: auto;
}
/* 精准导航 */
.check {
    position: relative;
    z-index: 9;
}

    .check input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        opacity: 0;
        cursor: pointer;
    }

        .check input:checked + i {
            border-color: #999;
            background-color: #ccc;
        }

            .check input:checked + i:before {
                content: "\e615";
            }

    .check i {
        position: relative;
        display: block;
        width: 22px;
        height: 22px;
        line-height: 20px;
        text-align: center;
        border: 2px #acacac solid;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffffff;
        transition: all .2s;
        z-index: 97;
    }

        .check i:before {
            content: '';
        }

.check-label {
    position: absolute;
    left: 50%;
    top: 38px;
    font-size: 20px;
    color: #333333;
    height: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    line-height: 1.2;
    white-space: normal;
    z-index: 998;
    transition: all .2s;
}

.tree-list,
.nodes-box {
    position: relative;
    transition: all .2s;
}

    .tree-list:before,
    .nodes-box:before {
        transition: .2s;
    }

    .tree-list:after,
    .nodes-box:after {
        display: table;
        content: " ";
        width: 100%;
        height: 0;
        clear: both;
    }

.round-box {
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 13px 20.16px 0.84px rgba(0, 110, 192, 0.27);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    z-index: 1;
    box-sizing: content-box;
    float: left;
}

.check-tree .check {
    display: none;
}

.nodes-box {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
}

.work-box {
    position: absolute;
    left: 496px;
    top: 1514px;
}

    .work-box .work {
        background-color: #1474d7;
        background-image: linear-gradient(0deg, #126ed4 0%, #3ba7e9 100%);
    }

    .work-box .check-tree > .iconfont {
        border-color: #57befe;
        background-color: #116dd4;
    }

    .work-box .tree-list {
        float: left;
        width: calc(100% - 93px);
        padding-top: 33px;
    }

        .work-box .tree-list:before {
            position: absolute;
            display: block;
            content: " ";
            width: 98%;
            height: 8px;
            background-color: #1474d7;
            margin-top: 12px;
        }

        .work-box .tree-list > .check {
            float: left;
        }

            .work-box .tree-list > .check:nth-child(odd) .nodes-box .nodes-box .check-label {
                bottom: 45px;
                top: auto;
                text-align: right;
            }

            .work-box .tree-list > .check:nth-child(odd) .nodes-box .nodes-box .nodes-box .check-label {
                bottom: auto;
                top: 50%;
                text-align: left;
            }

            .work-box .tree-list > .check:nth-child(even) > .check-label {
                transform: translate(-50%, -100%);
                margin-top: -50px;
            }

            .work-box .tree-list > .check:nth-child(even) > .nodes-box {
                transform: translate(-50%, 0);
                top: 30px;
                left: 50%;
            }

                .work-box .tree-list > .check:nth-child(even) > .nodes-box:before {
                    top: 0;
                }

                .work-box .tree-list > .check:nth-child(even) > .nodes-box > .check {
                    margin-bottom: 0;
                    margin-top: 120px;
                }

                .work-box .tree-list > .check:nth-child(even) > .nodes-box .nodes-box .check-tree > .check-label {
                    top: 45px;
                }

                .work-box .tree-list > .check:nth-child(even) > .nodes-box .nodes-box .nodes-box {
                    transform: translate(-50%, 0);
                    top: 30px;
                    left: 50%;
                }

                    .work-box .tree-list > .check:nth-child(even) > .nodes-box .nodes-box .nodes-box:before {
                        top: -4px;
                    }

                    .work-box .tree-list > .check:nth-child(even) > .nodes-box .nodes-box .nodes-box > .check {
                        margin-bottom: 0;
                        margin-top: 120px;
                    }

                        .work-box .tree-list > .check:nth-child(even) > .nodes-box .nodes-box .nodes-box > .check .check-label {
                            left: 45px;
                            transform: translate(0, -50%);
                            text-align: left;
                        }

            .work-box .tree-list > .check .check-label.checked {
                color: #1474d7;
            }

    .work-box .nodes-box {
        transform: translate(0, -100%);
    }

        .work-box .nodes-box > .check {
            margin-left: 0;
            margin-bottom: 120px;
        }

            .work-box .nodes-box > .check:nth-child(even) .check-label {
                transform: translate(-50%, -50%);
                right: 0;
                left: auto;
                text-align: right;
            }

            .work-box .nodes-box > .check > .check-label {
                width: 80px;
                height: auto;
                left: 35px;
                top: 50%;
                transform: translate(0, -50%);
                margin-top: 0;
                writing-mode: inherit;
            }

                .work-box .nodes-box > .check > .check-label span {
                    transform: none;
                }

            .work-box .nodes-box > .check.check-tree > .check-label.checked {
                top: -2px;
                color: #1474d7;
            }

        .work-box .nodes-box:before {
            position: absolute;
            display: block;
            content: " ";
            width: 8px;
            height: 98%;
            background-color: #1474d7;
            top: 2%;
            left: 50%;
            transform: translateX(-50%);
        }

        .work-box .nodes-box .nodes-box {
            margin-left: 0;
            margin-bottom: 0;
            white-space: nowrap;
            transform: translate(0, -50%);
        }

            .work-box .nodes-box .nodes-box:before {
                width: 95%;
                height: 8px;
                top: 50%;
                transform: translate(0, -50%);
                left: 2%;
            }

            .work-box .nodes-box .nodes-box .check-tree > .check-label.checked {
                left: 35px;
                color: #1474d7;
            }

            .work-box .nodes-box .nodes-box .check {
                display: inline-block;
                margin-left: 120px;
                margin-bottom: 0;
                float: none;
                vertical-align: middle;
            }

                .work-box .nodes-box .nodes-box .check .check-label {
                    transform: translate(-50%, 0);
                    top: 45px;
                    left: 50%;
                    text-align: left;
                    writing-mode: vertical-lr;
                }

                .work-box .nodes-box .nodes-box .check .nodes-box {
                    transform: translate(0, -100%);
                }

                    .work-box .nodes-box .nodes-box .check .nodes-box > .check {
                        margin-left: 0;
                        margin-bottom: 120px;
                        display: block;
                    }

                        .work-box .nodes-box .nodes-box .check .nodes-box > .check:nth-child(even) .check-label {
                            transform: translate(-50%, -50%);
                            right: 0;
                            left: auto;
                            text-align: right;
                        }

                        .work-box .nodes-box .nodes-box .check .nodes-box > .check > .check-label {
                            width: 80px;
                            height: auto;
                            left: 35px;
                            top: 50%;
                            transform: translate(0, -50%);
                            margin-top: 0;
                            writing-mode: inherit;
                        }

                            .work-box .nodes-box .nodes-box .check .nodes-box > .check > .check-label span {
                                transform: none;
                            }

                    .work-box .nodes-box .nodes-box .check .nodes-box:before {
                        position: absolute;
                        display: block;
                        content: " ";
                        width: 8px;
                        height: 98%;
                        background-color: #1474d7;
                        top: 2%;
                        left: 50%;
                        transform: translateX(-50%);
                    }

            .work-box .nodes-box .nodes-box .check-label {
                width: auto;
                height: 80px;
            }

.business-box {
    position: absolute;
    left: 497px;
    top: 1329px;
}

    .business-box .business {
        border: 4px solid #ffffff;
        border-radius: 50%;
        background-color: #ed7d31;
        background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 0 13px 20.16px 0.84px rgba(0, 110, 192, 0.27);
    }

    .business-box .check-tree > .iconfont {
        border-color: #ed9b00;
        background-color: #ed7d31;
    }

.live-box {
    position: absolute;
    left: 497px;
    top: 1699px;
}

    .live-box .live {
        background-color: #00c270;
        background-image: linear-gradient(0deg, #009132 0%, #00c270 100%);
    }

    .live-box .check-tree > .iconfont {
        border-color: #00c270;
        background-color: #009132;
    }

    .live-box .tree-list {
        float: left;
        width: calc(100% - 93px);
    }

.tree-box {
    position: relative;
    width: 1200px;
    height: 500px;
}

.tree-content {
    position: relative;
    width: 3000px;
    height: 3000px;
}

.tree-scroll {
    width: 3000px;
    height: 3000px;
    position: relative;
    cursor: move;
    transform: scale(0.6);
}

.tree-center {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 19px 36px 2px rgba(82, 81, 81, 0.08);
    position: absolute;
    left: 192px;
    top: 1459px;
}

.tree-center-one {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 18px 2px rgba(82, 81, 81, 0.08);
    margin: 10px;
}

.tree-center-two {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px;
}

.tree-center-three {
    border: 6px solid #489cc0;
    border-radius: 50%;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 15px;
    text-align: center;
}

    .tree-center-three .iconfont {
        font-size: 50px;
        color: #1294d8;
    }
/* 精准导航end */
/*后台拖拽组件*/
.drag-btn {
    line-height: 1.499;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    padding: 0 15px;
    nodeTitle font-size: 14px;
    border-radius: 4px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    color: rgba(0, 0, 0, 0.65);
    background: #fff none;
    outline: 0;
}

    .drag-btn:hover {
        color: #40a9ff;
        border-color: #40a9ff;
    }

    .drag-btn:active {
        border-color: #40a9ff;
        box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    }

.drag-module {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.drag-left {
    position: relative;
    width: 200px;
    height: 100%;
    border-right: 1px #e6e6e6 solid;
    background-color: #ffffff;
    float: left;
    z-index: 99;
}

    .drag-left .drag-btn {
        margin: 15px 15px 20px;
    }

.drag-right {
    position: relative;
    width: calc(100% - 200px);
    height: 100%;
    float: left;
}

.drag-module-title {
    padding: 25px 15px 5px;
    font-size: 18px;
}

.drag-module-content {
    padding: 0 15px;
}

.drag-input,
select {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    background: #fff none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    outline: 0;
}

    .drag-input:hover,
    select:hover {
        border-color: #40a9ff;
        border-right-width: 1px !important;
    }

    .drag-input:focus,
    select:focus {
        border-color: #40a9ff;
        box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        border-right-width: 1px !important;
    }

.drag-from {
    padding-bottom: 15px;
}

    .drag-from input {
        margin-top: 5px;
    }

    .drag-from a {
        color: #40a9ff;
        cursor: pointer;
    }

    .drag-from textarea {
        font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-variant: tabular-nums;
        box-sizing: border-box;
        margin: 5px 0 0;
        padding: 4px 11px;
        border: 1px solid #d9d9d9;
        width: 100%;
        height: 80px;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.65);
        background: #fff none;
        border-radius: 4px;
        transition: all .3s;
        outline: 0;
        resize: none;
    }

.drag-color {
    border-right: 32px #40a9ff solid;
}

.draggable {
    cursor: move;
    display: inline-block;
}

.drag-default-color {
    padding-top: 5px;
}

    .drag-default-color span {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        vertical-align: middle;
        cursor: pointer;
        transition: all .2s;
    }

        .drag-default-color span.active {
            border: 1px #333333 solid;
        }

    .drag-default-color a {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #40a9ff;
        cursor: pointer;
    }

.drag-line {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #40a9ff;
}

    .drag-line .left {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 3px;
        cursor: w-resize;
    }

    .drag-line .right {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 3px;
        cursor: e-resize;
    }

.drag-exhibition {
    position: relative;
    padding: 15px;
    border: 1px #e6e6e6 solid;
    text-align: center;
}

    .drag-exhibition input {
        display: none;
    }

    .drag-exhibition .check {
        display: inline-block;
        margin: 0 8px;
    }

.drag-canvas {
    position: relative;
    background: url("../images/grid.png") repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.accurate-scroll {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.drag-canvas .check {
    position: absolute;
}

.drag-set-box {
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    border-left: 1px #e6e6e6 solid;
    background-color: #fff;
    z-index: 9;
    overflow-y: auto
}

.check-solid i {
    border-color: #57befe;
    background-color: #116dd4;
}

    .check-solid i:before {
        display: block;
        font-size: 12px;
        line-height: 18px;
        /*content: "\e641";*/
    }

.check-solid input:checked + i {
    border-color: #57befe;
    background-color: #116dd4;
}

.check-solid-orange i {
    border-color: #F7C5A4;
    background-color: #ed7c30;
}

    .check-solid-orange i:before {
        display: block;
        font-size: 12px;
        line-height: 18px;
        /*content: "\e641";*/
    }

.check-solid-orange input:checked + i {
    border-color: #F7C5A4;
    background-color: #ed7c30;
}

.check-solid-green i {
    border-color: #40B373;
    background-color: #009944;
}

.check-solid-green input:checked + i {
    border-color: #40B373;
    background-color: #009944;
}

.check-solid-green i:before {
    display: block;
    font-size: 12px;
    line-height: 18px;
    /*content: "\e641";*/
}

.check-solid-gray i {
    border-color: #F1F3F4;
    background-color: #DEE1E6;
}

.check-solid-gray input:checked + i {
    border-color: #F1F3F4;
    background-color: #DEE1E6;
}

.check-solid-gray i:before {
    display: block;
    font-size: 12px;
    line-height: 18px;
    /*content: "\e641";*/
}

.nodeTitle {
    position: absolute;
    left: -4px;
    top: 30px;
    height: 80px;
    writing-mode: vertical-lr;
    text-align: left;
    line-height: 1.3;
    color: #000;
    letter-spacing: 4px;
    cursor: pointer;
}
/*后台拖拽组件*/

/*精准导航-服务事项*/
.border-bottom-1px {
    position: relative
}

    .border-bottom-1px::after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        bottom: 0;
        border-bottom: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.nav-title {
    font-size: 17px;
    padding: 12px 15px;
    background-color: #fff;
    text-align: center;
}

.border-top-1px {
    position: relative
}

    .border-top-1px::before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        top: 0;
        border-top: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.wanlank {
    height: 10px;
}

.overflow-body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.phone_warp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.phone_body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    background-color: #eceff4;
}

.accurate-title {
    padding: 12px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
}

.accurate-bt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    padding-left: 12px;
}

    .accurate-bt:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 16px;
        background-color: #4fa0e5;
    }

.accurate-title .wicket {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.accurate-title .iconfont {
    color: #bfbfbf;
}

.accurate-list {
    background-color: #fff;
}

.accurate-item {
    position: relative;
    padding: 12px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .accurate-item:after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        bottom: 0;
        border-bottom: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.accurate-write {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #000;
}

.accurate-name {
    font-size: 15px;
    color: #666666;
    width: 100px;
    margin-right: 10px;
}

    .accurate-name .iconfont {
        background-color: #7f7f7f;
        color: #fff;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.accurate-company {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.accurate-date {
    line-height: 20px;
    margin-bottom: 10px;
}

    .accurate-date:last-child {
        margin-bottom: 0;
    }

        .accurate-date:last-child span {
            background-color: #7793ae;
        }

    .accurate-date span {
        display: inline-block;
        background-color: #598fc1;
        color: #fff;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 6px;
    }

.relationsx-list {
    background-color: #fff;
}

    .relationsx-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .relationsx-list li {
        position: relative;
        padding: 0 15px;
    }

        .relationsx-list li:before {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            color: #d2d2d2;
            bottom: 0;
            border-bottom: 1px solid #d2d2d2;
            -webkit-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
        }

        .relationsx-list li a {
            display: block;
            position: relative;
            padding: 12px 0 12px 12px;
            font-size: 14px;
            color: #0b0b0b;
        }

            .relationsx-list li a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 4px;
                height: 4px;
                background-color: #1ab0b3;
            }

.accurate-code {
    background: url(../images/code-bg.jpg) no-repeat #fff;
    height: 154px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 15px;
}

    .accurate-code img {
        width: 130px;
        height: 130px;
    }

.accurate-code-tips {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 15px;
    font-size: 15px;
    color: #080808;
}

    .accurate-code-tips em {
        margin-right: 10px;
    }

    .accurate-code-tips span {
        color: #4fa0e5;
        font-size: 20px;
        display: inline-block;
    }

.accurate-bottom-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .accurate-bottom-btn a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background-color: #4fa0e5;
        color: #fff;
        position: relative;
        font-size: 14px;
    }

        .accurate-bottom-btn a:after {
            content: " ";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            bottom: 0;
            border-right: 1px solid #fff;
            color: #fff;
            -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
            -webkit-transform: scaleX(0.5);
            -ms-transform: scaleX(0.5);
            transform: scaleX(0.5);
        }

        .accurate-bottom-btn a.active {
            background-color: #989898;
        }

        .accurate-bottom-btn a:last-child:after {
            display: none;
        }

.accurate-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    transform: translateX(100%);
}

.accurate-popup-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .accurate-popup-list ul li {
        position: relative;
        padding: 12px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

.accurate-popup-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #333333;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.accurate-popup-list ul li .iconfont {
    color: #eeeeee;
    font-size: 20px;
}

.accurate-popup-list ul li.active .iconfont {
    color: #00aaee;
}

.accurate-popup-list li:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #d2d2d2;
    bottom: 0;
    border-bottom: 1px solid #d2d2d2;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
/*精准导航-服务事项end*/

.check-hollow-blue i {
    border-color: #116dd4;
    background-color: #fff;
}

    .check-hollow-blue i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #116dd4;
        height: 12px;
    }

.check-hollow-blue input:checked + i {
    border-color: #116dd4;
    background-color: #fff;
}

    .check-hollow-blue input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 15px;
    }

.check-hollow-orange i {
    border-color: #ed7c30;
}

    .check-hollow-orange i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #ed7c30;
        height: 12px;
    }

.check-hollow-orange input:checked + i {
    border-color: #ed7c30;
    background-color: #fff;
}

    .check-hollow-orange input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 16px;
    }

.check-hollow-green i {
    border-color: #40B373;
}

    .check-hollow-green i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #40B373;
        height: 12px;
    }

.check-hollow-green input:checked + i {
    border-color: #40B373;
    background-color: #fff;
}

    .check-hollow-green input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 16px;
    }

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

.animated {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both
}

/*政策悬浮框*/

.popups-ul-policy {
    overflow: hidden;
    padding: 10px 0;
}

    .popups-ul-policy ul {
        margin: 0;
    }

        .popups-ul-policy ul li {
            color: #3ba7e9;
            width: 100%;
            float: left;
            padding: 0 10px;
        }

            .popups-ul-policy ul li a {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                height: 35px;
                line-height: 35px;
                color: #333;
                cursor: pointer;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
            }

                .popups-ul-policy ul li a:hover {
                    color: #3ba7e9;
                }

.popups-hint-policy {
    padding: 15px;
    background-color: #f9f9f9;
}

@media screen and ( max-width: 370px ) {
    .container {
        width: 1000px;
    }
}

/*来华服务包*/
.package-body-top {
    background: url("../images/package/pack-bg.jpg") no-repeat center top #0050ff;
    background-size: 100%;
}
.package-body {
    width: 40%;
    margin: 0px auto;
    border-left: 2px solid #5cc2bb;
    border-right: 2px solid #5cc2bb;
}

.top-nav {
    color: #fff;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
}

    .top-nav img {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }

    .top-nav a {
        color: #fff;
    }

.package-info {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 100px 15px 15px;
}

.info-title {
    font-size: 24px;
}

.info-desc {
    margin-top: 10px;
    line-height: 2;
}

.package-box {
    display: flex;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.left-side {
    width: 75px;
    margin-top: 12px;
}

.side-content {
    flex: 1;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box
}
/*.package-body.active .package-info{height: 0;overflow: hidden}*/
.package-body.active .package-box {
    width: 100%;
    height: 100vh;
}

    .package-body.active .package-box .side-content {
        height: 100%;
    }

.package-list-scroll {
    flex: 1;
    overflow-y: auto;
}

.package-list {
    display: none;
    flex-direction: column;
    height: 100%;
}

    .package-list.active {
        display: flex
    }

.left-side span {
    display: flex;
    height: 42px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    line-height: 1.2;
}

    .left-side span.active {
        background: url("../images/package/nav-bg.png") no-repeat center;
        background-size: 100% 100%;
        border-radius: 6px 0 0 6px;
        color: #2563EB;
        padding-left: 7px;
    }

        .left-side span.active:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 13px;
            background-color: #2563EB;
        }

.package-list-title {
    background: linear-gradient(to bottom, #CBD5E1, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    line-height: 1.2
}

.package-tag a {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0,117,255,0.1);
    border-radius: 4px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    color: #2563EB;
    margin-bottom: 4px;
    /*max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.package-tag.eng a {
    height: auto;
    line-height: 1.2;
    padding: 5px 10px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
}

.package-list-title.eng {
    background: linear-gradient(to bottom, #CBD5E1, #f3f7f9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pack-write {
    margin-top: 15px;
    color: #334155;
}

    .pack-write:first-child {
        margin-top: 10px;
    }

.pack-write-title {
    font-size: 14px;
    color: #334155;
    border-bottom: #F1F5F9 solid 1px;
    padding: 10px 0 10px 12px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

    .pack-write-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: #2563EB;
    }

.text-center {
    text-align: center;
}

.pack-write p {
    margin: 5px 0;
}

.pack-write img {
    max-width: 100%;
}

.package-tag {
    padding-right: 25px;
    position: relative;
}

    .package-tag .down-icon {
        position: absolute;
        display: inline-block;
        right: 3px;
        top: 2px;
        height: 15px;
        width: 15px;
        transform: rotate(180deg);
        transition: all 0.25s;
        /*top: 5px;
        height: 7px;
        width: 7px;
        border-width: 1px 0 0 1px;
        border-color: #0a6cff;
        border-style: solid;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);*/
    }

    .package-tag.eng .down-icon {
        /*top: 10px;*/
        top: 7px;
    }

.package-body.active .package-tag {
    height: 48px;
    overflow: hidden;
}

    .package-body.active .package-tag.eng {
        height: 68px;
    }

    .package-body.active .package-tag .down-icon {
        /*border-width: 0 1px 1px 0;*/
        transform: rotate(0deg);
    }

    .package-body.active .package-tag.active {
        height: auto
    }

        .package-body.active .package-tag.active .down-icon {
            /*border-width: 1px 0 0 1px;*/
            transform: rotate(180deg);
        }

.package-tag.active {
    height: 48px;
    overflow: hidden;
}

.package-tag.eng.active {
    height: 68px;
}

.package-tag.active .down-icon {
    /*border-width: 1px 0 0 1px;*/
    transform: rotate(0deg);
}
/*来华服务包end*/
