﻿/*@font-face {*/
/*    font-family: "myfont";*/
/*    src:url("../fonts/font.TTF") format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*首页*/

/*头部*/
.header_content {
    padding: 20px 0;
    border-bottom: #e5e5e5 solid 1px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.logo {
    float: left;
}

    .logo img {
        height: 52px;
    }

.head-language {
    margin-left: 25px;
    line-height: 52px;
    float: left;
    font-size: 16px;
}

    .head-language a {
        color: #333;
        cursor: pointer;
    }

        .head-language a em {
            font-style: normal;
            margin: 0 5px;
        }

        .head-language a:hover {
            color: #0061ce;
        }

.head-link {
    float: right;
}

    .head-link a {
        display: inline-block;
        margin-left: 15px;
        cursor: pointer;
    }

        .head-link a .icon {
            font-size: 35px;
        }

.link-a1 {
    color: #0061ce;
}

.link-a2 {
    color: #2598ad;
}

.link-a3 {
    color: #49a032;
}

.link-a1:hover {
    color: #0269dd;
}

.link-a2:hover {
    color: #148aa0;
}

.link-a3:hover {
    color: #368f1e;
}

.header_search {
    width: 380px;
    border: #cccccc solid 1px;
    height: 36px;
    float: right;
    line-height: 36px;
    margin-right: 40px;
    margin-top: 5px;
    border-radius: 18px;
    position: relative;
}

    .header_search input {
        float: left;
        height: 36px;
        line-height: 36px;
        border: none;
        width: 324px;
        font-size: 16px;
        padding: 0 10px;
        border-radius: 18px;
    }

        .header_search input + span {
            font-size: 16px;
            color: #999999;
        }

    .header_search a {
        width: 36px;
        height: 38px;
        line-height: 38px;
        float: left;
        text-align: center;
        background-color: #d4864c;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        right: -1px;
        top: -1px;
    }

        .header_search a:hover {
            background-color: #c56f30;
        }

.nav {
    min-height: 50px;
    box-shadow: 3px 3px 29px 0 rgba(197, 197, 197, 0.49);
    background-color: #fff;
    position: relative;
}

.nav_ul > li {
    float: left;
    position: relative;
}

    .nav_ul > li > a {
        padding: 0 40px;
        line-height: 50px;
        font-size: 20px;
        color: #333333;
        display: block;
        position: relative;
    }

        .nav_ul > li > a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #f4a103;
            display: none;
        }

        .nav_ul > li > a:hover {
            color: #0061ce;
        }

        .nav_ul > li > a.active {
            color: #0061ce;
        }

.nav-down {
    position: absolute;
    width: 270px;
    top: 50px;
    left: 0;
    background-color: #fff;
    z-index: 100;
    display: none;
}

    .nav-down ul {
        overflow: hidden;
        padding: 0 10px;
        width: 260px;
    }

    .nav-down li {
        float: left;
        width: 120px;
        border-bottom: #e6e6e6 solid 1px;
        margin-right: 10px
    }

        .nav-down li a {
            display: block;
            padding: 6px 0 6px 4px;
            cursor: pointer;
            position: relative
        }

            .nav-down li a:hover {
                color: #0061ce;
            }

            .nav-down li a .icon {
                position: absolute;
                display: inline-block;
                transform: translateY(-50%) rotate(-90deg);
                right: 0;
                top: 50%;
            }

        .nav-down li:nth-last-child(1), .nav-down li:nth-last-child(2) {
            border: none;
        }

.nav_ul > li.active > a {
    color: #0061ce;
}
/*头部*/

/*banner*/
.banner-box {
    height: 500px;
    position: relative;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .banner .hd {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 1;
    }

        .banner .hd ul {
            text-align: center;
        }

            .banner .hd ul li {
                display: inline-block;
                width: 10px;
                height: 10px;
                background-color: #0889ff;
                border-radius: 12px;
                margin: 0 5px;
                text-indent: 9em;
                overflow: hidden;
                cursor: pointer;
            }

                .banner .hd ul li.on {
                    background-color: #f8b62c;
                }

    .banner .bd li {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 500px;
    }

    .banner .prev,
    .banner .next {
        position: absolute;
        left: 2%;
        top: 50%;
        margin-top: 100px;
        display: block;
        width: 32px;
        height: 50px;
        line-height: 50px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

        .banner .prev .icon, .banner .next .icon {
            font-size: 42px;
        }

    .banner .next {
        left: auto;
        right: 2%;
    }

        .banner .prev:hover,
        .banner .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.channel-box {
    height: 480px;
}

    .channel-box .banner .bd li {
        height: 480px;
    }

    .channel-box .banner-link {
        bottom: -71px;
    }

        .channel-box .banner-link li {
            height: 160px;
        }

    .channel-box .banner-link-number {
        padding-top: 20px;
    }

    .channel-box .banner-link li a:hover .banner-link-number {
        padding-top: 15px;
    }

    .channel-box .banner-link-more {
        margin-top: 5px;
    }

.banner-swiper {
    height: 500px;
}

    .banner-swiper div {
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.channel-box .banner-swiper {
    height: 480px;
}

    .channel-box .banner-swiper div {
        height: 480px;
    }

.banner-box .arrow-prev, .banner-box .arrow-next {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 50px;
    line-height: 50px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 10
}

    .banner-box .arrow-prev .icon, .banner-box .arrow-next .icon {
        font-size: 42px;
    }

.banner-box .arrow-next {
    left: auto;
    right: 2%;
}

    .banner-box .arrow-prev:hover, .banner-box .arrow-next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

@media (max-width: 1500px) {
    .banner-box, .banner .bd li {
        height: 400px
    }

    .channel-box, .channel-box .banner .bd li {
        height: 400px
    }

    .banner-link {
        transform: scale(0.8) translateZ(0);
        transform-origin: center bottom;
    }

    .channel-box .banner-link {
        bottom: -66px;
    }

    .banner-swiper, .banner-swiper div {
        height: 400px;
    }
}

/*banner end*/


/*返回顶部*/
.back_top {
    width: 60px;
    height: 50px;
    padding-top: 10px;
    background-color: #414649;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 100;
    display: none;
}

    .back_top .icon {
        font-size: 20px;
        line-height: 1;
    }

    .back_top:hover {
        background-color: #0163bd;
    }
/*返回顶部end*/

/*banner导航*/
.banner-link {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: -66px;
    z-index: 10;
    width: 1200px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
}

    .banner-link li {
        float: left;
        width: 25%;
        text-align: center;
        height: 178px;
        position: relative
    }

        .banner-link li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 70px;
            background-color: #91a3b8;
        }

        .banner-link li:first-child:before {
            display: none
        }

        .banner-link li a {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.4s;
            position: relative;
        }

.banner-link-icon {
    padding-top: 30px;
    height: 50px;
}

    .banner-link-icon svg {
        width: 50px;
        height: 40px;
    }

        .banner-link-icon svg + .icon {
            color: #fff;
            font-size: 40px;
            line-height: 40px;
        }

.banner-link-text {
    font-size: 20px;
    color: #333;
    margin-top: 5px;
    transform: translate3d(0,0,0);
    height: 30px;
}

.banner-link-eng {
    font-size: 14px;
    color: #91a3b8;
    transform: translate3d(0,0,0);
    height: 21px;
}

.banner-link-more {
    margin-top: 10px;
    height: 36px;
}

    .banner-link-more .icon {
        font-size: 24px;
        color: #fff;
    }

.banner-link .banner-link-icon svg + .icon {
    display: none
}

.banner-link .banner-link-more {
    display: none
}

.banner-link-number {
    font-size: 28px;
    color: #0061ce;
    padding-top: 30px;
    transform: translate3d(0,0,0)
}

.banner-link li a:hover {
    transform: scale(1.1) translateZ(0);
    background-color: #0061ce;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
}

    .banner-link li a:hover .banner-link-text {
        color: #fff;
    }

    .banner-link li a:hover .banner-link-icon {
        padding-top: 20px;
    }

        .banner-link li a:hover .banner-link-icon svg {
            display: none;
        }

            .banner-link li a:hover .banner-link-icon svg + .icon {
                display: inline-block;
            }

    .banner-link li a:hover .banner-link-more {
        display: block;
    }

    .banner-link li a:hover .banner-link-number {
        color: #fff;
        padding-top: 20px;
    }
/*banner导航end*/

/*新闻中心*/
.news-center {
    padding: 120px 0 55px;
    background-color: #fff;
}

.title-tabs {
    overflow: hidden;
    position: relative;
}

    .title-tabs.second-title-tabs .title-name {
        background-color: #fafafa;
    }

    .title-tabs:after {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        width: 100%;
        height: 10px;
        background-color: #f6f6f6;
    }

.title-name {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #333;
    float: left;
    padding-right: 20px;
}

.title-link {
    float: left;
    margin-top: 8px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

    .title-link a {
        display: block;
        float: left;
        padding: 0 20px;
        position: relative;
        font-size: 16px;
        color: #999;
        cursor: pointer;
    }

        .title-link a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 20px;
            background-color: #d9d9d9;
        }

        .title-link a:first-child {
            padding-left: 0;
        }

            .title-link a:first-child:before {
                display: none;
            }

        .title-link a:hover {
            color: #0061ce;
        }

        .title-link a.active {
            color: #0061ce;
        }

.tabs-panel:first-child {
    display: block;
}

.title-more {
    float: right;
    background-color: #fff;
    font-size: 16px;
    color: #999;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    margin-top: 6px;
    cursor: pointer;
}

    .title-more .icon {
        margin-left: 10px;
    }

.tabs-content {
    margin-top: 20px;
}

.dynamic-banner {
    width: 373px;
    height: 280px;
    position: relative;
    overflow: hidden;
    float: left;
}

    .dynamic-banner .bd li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

.dynamic-img {
    width: 373px;
    height: 213px;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.dynamic-title {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.dynamic-date {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.dynamic-banner .hd {
    position: absolute;
    right: 15px;
    z-index: 3;
    top: 195px;
}

    .dynamic-banner .hd li {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: rgba(255,255,255,0.4);
        text-indent: -9999px;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 50%;
    }

        .dynamic-banner .hd li.on {
            background-color: rgba(255,255,255,1);
        }

.dynamic-banner .bd li a:hover .dynamic-title {
    color: #0061ce;
}

.dynamic-list {
    float: right;
    width: 800px;
}

    .dynamic-list li {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: #999 dashed 1px;
        transition: all 0.25s;
    }

        .dynamic-list li:hover {
            background-color: #f5f5f5;
            padding: 10px;
        }

        .dynamic-list li:first-child {
            padding: 0;
            border-bottom: none;
        }

            .dynamic-list li:first-child .dynamic-name {
                float: none;
            }

            .dynamic-list li:first-child:hover {
                padding: 0 10px;
            }

.dynamic-name {
    float: left;
    max-width: 670px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .dynamic-name a {
        color: #333;
        font-size: 16px;
        cursor: pointer;
    }

        .dynamic-name a:hover {
            color: #0061ce;
        }

.dynamic-list-date {
    float: right;
    font-size: 16px;
    color: #999;
}

.dynamic-describe {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.dynamic-sbanner {
    margin-top: 50px;
}

    .dynamic-sbanner a {
        cursor: pointer;
        display: block;
        float: left;
        width: 330px;
        height: 107px;
        line-height: 107px;
        background: no-repeat center center;
        background-size: cover;
        position: relative;
        -ms-behavior: url(../css/backgroundsize.min.htc);
        behavior: url(../css/backgroundsize.min.htc);
        margin-left: 30px;
        padding-left: 50px;
        font-size: 22px;
        color: #fff;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

        .dynamic-sbanner a:first-child {
            margin-left: 0;
        }

        .dynamic-sbanner a:hover {
            transform: translate(0, -5px);
            -webkit-transform: translate(0, -5px);
            -moz-transform: translate(0, -5px);
            -o-transform: translate(0, -5px);
            -ms-transform: translate(0, -5px);
            -webkit-box-shadow: 0 5px 5px #bbb;
            -moz-box-shadow: 0 5px 5px #bbb;
            box-shadow: 0 5px 5px #bbb;
        }

.dynamic-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dynamic-swiper .pagination {
    position: absolute;
    right: 15px;
    z-index: 3;
    top: 190px;
}

.dynamic-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,0.4);
    text-indent: -9999px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
}

.dynamic-swiper .swiper-active-switch {
    background-color: rgba(255,255,255,1);
}
/*新闻中心end*/

/*人才服务*/
.person-service {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
    padding: 40px 0;
}

.person-title {
    font-size: 32px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

    .person-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

.service-list {
    overflow: hidden;
    margin-top: 25px;
    padding-top: 10px;
}

    .service-list ul {
        width: 1240px;
    }

        .service-list ul li {
            float: left;
            width: 520px;
            height: 130px;
            background-color: #fff;
            border-radius: 6px;
            margin: 0 40px 40px 0;
            padding: 20px 30px 30px;
            transition: All 0.4s ease-in-out;
        }

.service-icon {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #efe1d5;
    padding: 10px;
    margin-top: 20px;
}

    .service-icon .icon {
        display: inline-block;
        vertical-align: top;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 68px;
        font-size: 32px;
        background-color: #d4864c;
        border-radius: 50%;
        color: #fff;
        transition: all 0.5s;
    }

.service-content {
    float: left;
    margin-left: 25px;
    width: 405px;
}

.service-name {
    position: relative;
    font-size: 22px;
    color: #333;
    padding-top: 15px;
}

    .service-name span {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Arial", sans-serif;
        font-weight: bold;
        color: #fcf6f1;
        font-size: 38px;
        line-height: 1;
        letter-spacing: 10px;
    }

    .service-name a {
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

.service-describe {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #666666;
    margin-top: 5px;
}

.service-more {
    font-size: 14px;
    margin-top: 10px;
}

    .service-more a {
        color: #0061ce;
        cursor: pointer;
    }

.service-list ul li.li1 .service-icon {
    background-color: #efe1d5;
}

    .service-list ul li.li1 .service-icon .icon {
        background-color: #d4864c;
    }

.service-list ul li.li1 .service-name span {
    color: #fcf6f1;
}

.service-list ul li.li2 .service-icon {
    background-color: #e9eff6;
}

    .service-list ul li.li2 .service-icon .icon {
        background-color: #609ce0;
    }

.service-list ul li.li2 .service-name span {
    color: #f3f7fd;
}

.service-list ul li.li3 .service-icon {
    background-color: #ddedf0;
}

    .service-list ul li.li3 .service-icon .icon {
        background-color: #2598ad;
    }

.service-list ul li.li3 .service-name span {
    color: #e6f3f6;
}

.service-list ul li.li4 .service-icon {
    background-color: #e8f1e6;
}

    .service-list ul li.li4 .service-icon .icon {
        background-color: #49a032;
    }

.service-list ul li.li4 .service-name span {
    color: #f1f8ef;
}

.service-list ul li:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 5px #28519c;
}

    .service-list ul li:hover .service-icon .icon {
        transform: rotateY(180deg);
    }

    .service-list ul li:hover .service-name a {
        color: #0061ce;
    }

.institutions-img-new {
    text-align: center;
    line-height: 163px;
}

    .institutions-img-new img {
        max-width: 90%;
        max-height: 90%;
        min-width: 60%;
        min-height: 60%;
    }
/*人才服务end*/

/*品牌活动*/
.activity {
    padding: 50px 0;
    background-color: #fff;
}

.activity-list {
    overflow: hidden;
    margin-top: 20px;
}

    .activity-list ul {
        width: 1236px;
        padding-top: 55px;
    }

    .activity-list li {
        float: left;
        width: 374px;
        height: 295px;
        border: #e3e3e3 solid 1px;
        margin-right: 36px;
        background-color: #fff;
    }

.activity-img {
    height: 200px;
    margin: -55px 20px 0;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

    .activity-img span {
        position: absolute;
        left: -20px;
        top: 9px;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        background-color: #2598ad;
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        font-size: 14px;
    }

        .activity-img span:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 0;
            height: 0;
            border-top: 0 solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 20px solid #1d8294;
        }

.activity-write {
    padding: 15px 20px 20px;
}

.activity-title {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

    .activity-title a {
        cursor: pointer;
    }

.activity-addr {
    font-size: 16px;
    color: #6a6a6a;
    margin-top: 5px;
}

    .activity-addr .icon {
        margin-right: 5px;
    }

.activity-date {
    font-size: 16px;
    color: #6a6a6a;
}

    .activity-date .icon {
        margin-right: 5px;
    }

.new-activity-list {
    padding: 10px;
}

    .new-activity-list li {
        width: 370px;
    }
/*品牌活动end*/

/*各区人才服务频道*/
.talent {
    padding: 20px 0 60px;
    background-color: #fff;
}

.talent-list {
    margin-top: 20px;
}

    .talent-list li {
        float: left;
        width: 149px;
        height: 120px;
        text-align: center;
        border-right: #e5e5e5 solid 1px;
        border-bottom: #e5e5e5 solid 1px;
        overflow: hidden;
    }

        .talent-list li:nth-child(9), .talent-list li:nth-child(10), .talent-list li:nth-child(11), .talent-list li:nth-child(12), .talent-list li:nth-child(13), .talent-list li:nth-child(14), .talent-list li:nth-child(15), .talent-list li:nth-child(16) {
            border-bottom: none;
        }

        .talent-list li:nth-child(8), .talent-list li:nth-child(16) {
            border-right: none;
        }

        .talent-list li a {
            display: block;
            cursor: pointer;
            width: 147px;
            height: 118px;
            position: relative;
        }

            .talent-list li a span {
                display: block;
            }

.talent-logo {
    height: 120px;
    line-height: 120px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

    .talent-logo img {
        max-height: 100%;
        max-width: 100%;
    }

.talent-text {
    font-size: 16px;
    color: #000;
    display: none;
}

.talent-list li a:hover {
    border: #0061ce solid 1px;
}

    .talent-list li a:hover .talent-logo {
        height: 88px;
        line-height: 88px;
    }

        .talent-list li a:hover .talent-logo img {
            filter: none;
        }

    .talent-list li a:hover .talent-text {
        display: block;
    }
/*各区人才服务频道end*/

/*footer*/
.footer {
    padding: 15px 0;
    background: #094892;
}

.footer-logo {
    float: left;
    width: 210px;
    margin-top: 20px;
}

    .footer-logo img {
        max-width: 100%;
    }

.footer-write {
    float: left;
    width: 700px;
    margin: 20px 0 0 30px;
}

.footer-code {
    float: right;
    width: 92px;
}

    .footer-code img {
        width: 92px;
        height: 92px;
    }

.footer-link {
    font-size: 16px;
    color: #fff;
}

    .footer-link a {
        color: #fff;
        cursor: pointer;
    }

    .footer-link em {
        margin: 0 5px;
    }

.copyright {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

.footer-network {
    float: left;
    margin-top: 30px;
}
/*footer end*/

/*产业导航*/
.gray-main {
    background-color: #fafafa;
}

.second-banner {
    height: 200px;
    width: 1200px;
    background: no-repeat center;
    background-size: cover;
    margin: 30px auto 0;
    border-radius: 8px;
}

.banner.second-banner {
    height: 334px;
    position: relative;
}

.second-banner .bd li {
    height: 334px;
}

.second-banner .hd ul li {
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

    .second-banner .hd ul li.on {
        background-color: #0083ff;
    }

.second-banner .prev {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 24px;
    height: 42px;
    margin-top: -21px;
    background: url("../images/prev-icon.png") no-repeat;
    z-index: 1;
    cursor: pointer;
}

.second-banner .next {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 24px;
    height: 42px;
    margin-top: -21px;
    background: url("../images/next-icon.png") no-repeat;
    z-index: 1;
    cursor: pointer;
}

.crumbs {
    font-size: 16px;
    padding: 25px 0;
}

    .crumbs a {
        color: #666;
    }

        .crumbs a:hover {
            color: #0163bd;
        }

            .crumbs a:hover .icon-Accordion7 {
                color: #0163bd;
            }

    .crumbs .icon-Accordion7 {
        color: #999;
        margin-right: 5px;
    }

    .crumbs span {
        color: #0163bd;
    }

    .crumbs em {
        font-family: "SimSun", sans-serif;
        margin: 0 5px;
        color: #999;
    }

.second-content {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}

.industry-tabs-link a {
    float: left;
    font-size: 20px;
    color: #666;
    width: 25%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
}

    .industry-tabs-link a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 40px;
        background-color: #f0f0f0;
    }

    .industry-tabs-link a:first-child:before {
        display: none;
    }

.link-type span {
    font-size: 34px;
    color: #333;
}

.industry-tabs-link a:hover .link-type span {
    color: #0061ce;
}

.industry-tabs-link a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #7fb0e6;
}

.industry-tabs-link a.active .link-type span {
    color: #0061ce;
}

.industry-tabs-content {
    margin-top: 40px;
}

.industry-tabs-panel {
    overflow: hidden;
    display: none;
}

    .industry-tabs-panel:first-child {
        display: block;
    }

.industry-tabs-write {
    float: left;
    width: 590px;
}

.industry-tabs-title {
    font-size: 28px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: #f6f6f6 solid 1px;
}

.industry-tabs-describe {
    margin-top: 20px;
    font-size: 18px;
    line-height: 38px;
    color: #555;
}

.industry-tabs-pop {
    float: right;
    width: 450px;
    padding-top: 10px;
}

.industry-pop-content {
    position: relative;
    height: 300px;
}

.industry-tabs-pop span {
    position: absolute;
    border-radius: 50%;
    display: table;
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.25s;
}

    .industry-tabs-pop span em {
        display: table-cell;
        vertical-align: middle;
    }

    .industry-tabs-pop span:hover {
        transform: scale(1.1);
    }

.pop1 {
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    background-color: rgba(73,160,50,0.04);
    color: #b3d3ac;
    font-size: 15px;
}

    .pop1:hover {
        background-color: rgba(73,160,50,0.1);
    }

.pop2 {
    left: 100px;
    top: 25px;
    width: 95px;
    height: 95px;
    background-color: rgba(255,195,16,0.08);
    color: #ff9800;
    font-size: 19px;
}

    .pop2:hover {
        background-color: rgba(255,195,16,0.12);
    }

.pop3 {
    left: 198px;
    top: 5px;
    width: 95px;
    height: 95px;
    background-color: rgba(50,136,228,0.08);
    color: #3288e4;
    font-size: 19px;
}

    .pop3:hover {
        background-color: rgba(50,136,228,0.12);
    }

.pop4 {
    left: 295px;
    top: 16px;
    width: 114px;
    height: 114px;
    background-color: rgba(50,136,228,0.08);
    color: #3288e4;
    font-size: 19px;
}

    .pop4:hover {
        background-color: rgba(50,136,228,0.12);
    }

.pop5 {
    left: 40px;
    top: 60px;
    width: 75px;
    height: 75px;
    background-color: rgba(50,136,228,0.01);
    color: #adcff4;
    font-size: 15px;
}

    .pop5:hover {
        background-color: rgba(50,136,228,0.1);
    }

.pop6 {
    left: 0;
    top: 102px;
    width: 75px;
    height: 75px;
    background-color: rgba(255,152,0,0.04);
    color: #ff9800;
    font-size: 15px;
}

    .pop6:hover {
        background-color: rgba(255,152,0,0.1);
    }

.pop7 {
    left: 83px;
    top: 120px;
    width: 75px;
    height: 75px;
    background-color: rgba(73,160,50,0.04);
    color: #49a032;
    font-size: 15px;
}

    .pop7:hover {
        background-color: rgba(73,160,50,0.1);
    }

.pop8 {
    left: 164px;
    top: 112px;
    width: 75px;
    height: 75px;
    background-color: rgba(50,136,228,0.03);
    color: #71acec;
    font-size: 15px;
}

    .pop8:hover {
        background-color: rgba(50,136,228,0.1);
    }

.pop9 {
    left: 232px;
    top: 94px;
    width: 75px;
    height: 75px;
    background-color: rgba(255,195,16,0.1);
    color: #ff9800;
    font-size: 15px;
}

    .pop9:hover {
        background-color: rgba(255,195,16,0.2);
    }

.pop10 {
    left: 310px;
    top: 124px;
    width: 75px;
    height: 75px;
    background-color: rgba(73,160,50,0.02);
    color: #b0d6a6;
    font-size: 15px;
}

    .pop10:hover {
        background-color: rgba(73,160,50,0.1);
    }

.pop11 {
    left: 15px;
    top: 180px;
    width: 95px;
    height: 95px;
    background-color: rgba(50,136,228,0.08);
    color: #2f93ff;
    font-size: 19px;
}

    .pop11:hover {
        background-color: rgba(50,136,228,0.12);
    }

.pop12 {
    left: 136px;
    top: 196px;
    width: 75px;
    height: 75px;
    background-color: rgba(50,136,228,0.08);
    color: #71acec;
    font-size: 15px;
}

    .pop12:hover {
        background-color: rgba(50,136,228,0.12);
    }

.pop13 {
    left: 225px;
    top: 168px;
    width: 114px;
    height: 114px;
    background-color: rgba(73,160,50,0.08);
    color: #49a032;
    font-size: 19px;
}

    .pop13:hover {
        background-color: rgba(73,160,50,0.12);
    }

.pop14 {
    left: 346px;
    top: 188px;
    width: 75px;
    height: 75px;
    background-color: rgba(73,160,50,0.03);
    color: #81bd71;
    font-size: 15px;
}

    .pop14:hover {
        background-color: rgba(73,160,50,0.1);
    }
/*.pop1{animation: dingwei1 1s ease-in-out;}
.pop2{animation: dingwei2 1s ease-in-out;}
.pop3{animation: dingwei3 1s ease-in-out;}
.pop4{animation: dingwei4 1s ease-in-out;}
.pop5{animation: dingwei5 1s ease-in-out;}
.pop6{animation: dingwei6 1s ease-in-out;}
.pop7{animation: dingwei7 1s ease-in-out;}
.pop8{animation: dingwei8 1s ease-in-out;}
.pop9{animation: dingwei9 1s ease-in-out;}
.pop10{animation: dingwei10 1s ease-in-out;}
.pop11{animation: dingwei11 1s ease-in-out;}
.pop12{animation: dingwei12 1s ease-in-out;}
.pop13{animation: dingwei13 1s ease-in-out;}
.pop14{animation: dingwei14 1s ease-in-out;}
@keyframes dingwei1 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 0;top:0;}
}
@keyframes dingwei2 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 100px; top:25px;}
}
@keyframes dingwei3 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 198px; top:5px;}
}
@keyframes dingwei4 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 295px; top:16px;}
}
@keyframes dingwei5 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 40px; top:60px;}
}
@keyframes dingwei6 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 0; top:102px;}
}
@keyframes dingwei7 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 83px; top:120px;}
}
@keyframes dingwei8 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 164px; top:112px;}
}
@keyframes dingwei9 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 232px; top:94px;}
}
@keyframes dingwei10 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 310px; top:124px;}
}
@keyframes dingwei11 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 15px; top:180px;}
}
@keyframes dingwei12 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 136px; top:196px;}
}
@keyframes dingwei13 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 225px; top:168px;}
}
@keyframes dingwei14 {
    from {left: 50% ; top:50% ;transform: translate(-50%, -50%);}
    to {left: 346px; top:188px;}
}*/
.animated-pop1 {
    animation: qiqiu1 2.2s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop2 {
    animation: qiqiu2 1.7s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop3 {
    animation: qiqiu3 1.9s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop4 {
    animation: qiqiu1 2.3s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop5 {
    animation: qiqiu2 1.5s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop6 {
    animation: qiqiu3 1.7s ease-in-out infinite;
    animation-direction: alternate;
}

.animated-pop7 {
    animation: qiqiu1 1.9s 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)
    }
}

@keyframes flash-in {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.5;
    }
}

.flash-in {
    animation: flash-in 4s ease-in-out infinite;
    animation-direction: alternate;
}

.industry-title {
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

    .industry-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(15deg);
        width: 8px;
        height: 15px;
        border-radius: 8px;
        background-color: #0061ce;
    }

.industry-box {
    border: #e7e7e7 solid 1px;
    margin-top: 20px;
}

.industry-map {
    height: 770px;
    position: relative;
}

    .industry-map .map {
        width: 100%;
        height: 100%;
    }

.custom-marker {
    width: 30px;
    height: 30px;
    position: relative;
}

.map-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.map-type {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 180px;
    background-color: #fff;
    z-index: 1;
}

.map-type-link {
    overflow: hidden;
}

    .map-type-link a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 42px;
        height: 42px;
        background-color: #e6e6e6;
        font-size: 18px;
        color: #333;
        cursor: pointer;
    }

        .map-type-link a:hover {
            color: #0061ce;
        }

        .map-type-link a.active {
            color: #fff;
            background-color: #0061ce;
        }

.mar-type-list {
    display: none;
    position: relative;
}

    .mar-type-list:first-child {
        display: block;
    }

    .mar-type-list li {
        padding-left: 30px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        color: #a3a3a3;
        border-top: #f3f3f3 solid 1px;
        cursor: pointer;
    }

    .mar-type-list.small li {
        height: 40px;
        line-height: 40px;
    }

    .mar-type-list li:first-child {
        border-top: none;
    }

    .mar-type-list li .icon {
        display: inline-block;
        width: 20px;
        font-size: 20px;
        margin-right: 15px;
        text-align: center;
    }

    .mar-type-list li img {
        display: inline-block;
        width: 20px;
        margin-right: 15px;
        text-align: center;
    }

    .mar-type-list li:hover {
        color: #0061ce;
    }

    .mar-type-list li.active {
        color: #0061ce;
    }

.map-company {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 300px;
    z-index: 1;
    background-color: #fff;
}

.map-company-title {
    background-color: #0061ce;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    height: 42px;
    padding-left: 60px;
    position: relative;
}

    .map-company-title .icon {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        transform: rotate(180deg);
        transition: all 0.25s;
    }

        .map-company-title .icon.active {
            transform: rotate(0deg);
        }

    .map-company-title:before {
        content: "";
        position: absolute;
        left: 30px;
        top: 50%;
        width: 8px;
        height: 8px;
        background-color: #fff;
        margin-top: -4px;
    }

.map-company-list li {
    overflow: hidden;
    padding: 15px;
    border-bottom: #f3f3f3 solid 1px;
}

.map-company-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.map-company-content {
    float: left;
    width: 206px;
}

.map-company-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

    .map-company-name a {
        cursor: pointer;
        color: #0061ce;
    }

.map-company-addr {
    font-size: 14px;
    color: #565656;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-company-page {
    padding: 20px 0;
    text-align: center;
    font-size: 0;
}

    .map-company-page a {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border: #f3f3f3 solid 1px;
        color: #666;
        font-size: 12px;
        margin: 0 2px;
        cursor: pointer;
    }

        .map-company-page a.prev, .map-company-page a.next {
            width: auto;
            padding: 0 5px;
        }

        .map-company-page a:hover {
            background-color: #d3e5fa;
        }

        .map-company-page a.active {
            background-color: #0061ce;
            color: #fff;
        }

.industry-map-result {
    padding: 0 20px 20px;
}

.industry-result-title {
    font-size: 20px;
    color: #333;
    padding: 15px 0;
}

    .industry-result-title span {
        color: #0061ce;
    }

.industry-result-list {
    overflow: hidden;
}

    .industry-result-list ul {
        width: 1122px;
    }

    .industry-result-list li {
        float: left;
        width: 537px;
        margin-right: 24px;
        margin-bottom: 10px;
    }

        .industry-result-list li a {
            display: block;
            width: 100%;
            border: #f3f3f3 solid 1px;
            box-sizing: border-box;
            height: 50px;
            line-height: 48px;
            text-align: center;
            font-size: 16px;
            color: #000;
            cursor: pointer;
        }

            .industry-result-list li a:hover {
                border-color: #0061ce;
                color: #0061ce;
            }

.industry-result-more {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 5px;
}

    .industry-result-more a {
        cursor: pointer;
    }

.zc-marker {
    position: relative;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
    height: 45px;
    width: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding-top: 10px;
    box-shadow: 0 7px 18px 0 rgba(101,121,255,.41);
    box-sizing: border-box;
}
/*.zc-marker:after{position: absolute;
    content: "";
    background: url("../images/dot.png") no-repeat 50%;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}*/
.zj-title {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.zj-number {
    white-space: nowrap;
    color: #ff7200;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 2px;
}

.amap-marker:hover {
    z-index: 101 !important;
}

.amap-marker.zIndex {
    z-index: 101 !important;
}

.map-accordion {
    border-bottom: #eee solid 1px;
}

    .map-accordion:last-child {
        border-bottom: none;
    }

.map-accordion-title {
    overflow: hidden;
    padding: 10px 15px;
    background-color: #f5f5f5;
}

    .map-accordion-title span {
        float: left;
        font-size: 16px;
    }

    .map-accordion-title .icon {
        float: right;
        font-size: 14px;
        transition: all 0.25s;
    }

.map-accordion-panel {
    display: none;
}

.map-accordion-title.active .icon {
    transform: rotate(180deg);
}

.talent-pannel {
    width: 490px;
    position: relative;
    background: url("../images/talent-nav-bg.png") no-repeat center bottom;
    height: 230px;
    padding-top: 10px
}

    .talent-pannel li {
        position: absolute;
        width: 130px;
        text-align: center;
    }

.talent-pannel-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #cdeff6;
    color: #0cb2d3;
    text-align: center;
    line-height: 58px;
    margin: 0 auto;
}

    .talent-pannel-icon .icon {
        font-size: 25px;
    }

.talent-pannel-number {
    font-size: 18px;
    color: #0cb2d3;
}

.talent-pannel-text {
    font-size: 14px;
    color: #0cb2d3;
    line-height: 1.2
}

.talent-pannel li.li1 {
    left: -10px;
    top: 140px;
}

.talent-pannel li.li2 {
    left: 55px;
    top: 41px;
}

    .talent-pannel li.li2 .talent-pannel-icon {
        background-color: #d7f2f3;
        color: #38bec3;
    }

    .talent-pannel li.li2 .talent-pannel-text, .talent-pannel li.li2 .talent-pannel-number {
        color: #38bec3;
    }

.talent-pannel li.li3 {
    left: 176px;
    top: 10px;
}

    .talent-pannel li.li3 .talent-pannel-icon {
        background-color: #d8e7f6;
        color: #0d6cc7;
    }

    .talent-pannel li.li3 .talent-pannel-text, .talent-pannel li.li3 .talent-pannel-number {
        color: #0d6cc7;
    }

.talent-pannel li.li4 {
    left: 296px;
    top: 41px;
}

    .talent-pannel li.li4 .talent-pannel-icon {
        background-color: #ceedf9;
        color: #09a3e3;
    }

    .talent-pannel li.li4 .talent-pannel-text, .talent-pannel li.li4 .talent-pannel-number {
        color: #09a3e3;
    }

.talent-pannel li.li5 {
    left: 380px;
    top: 140px;
}

    .talent-pannel li.li5 .talent-pannel-icon {
        background-color: #d7f5f1;
        color: #38cdb8;
    }

    .talent-pannel li.li5 .talent-pannel-text, .talent-pannel li.li5 .talent-pannel-number {
        color: #38cdb8;
    }

.talent-pannel li.li6 {
    left: 176px;
    top: 185px;
}

    .talent-pannel li.li6 .talent-pannel-text, .talent-pannel li.li6 .talent-pannel-number {
        color: #1d4382;
    }

.company-pop {
    width: 490px;
    position: relative;
    height: 260px;
    padding-top: 10px
}

    .company-pop li {
        position: absolute;
        width: 100px;
        height: 90px;
    }

        .company-pop li.li1 {
            left: -9px;
            top: 10px;
        }

        .company-pop li.li2 {
            left: 125px;
            top: 10px;
        }

        .company-pop li.li3 {
            left: 260px;
            top: 10px;
        }

        .company-pop li.li4 {
            left: 394px;
            top: 10px;
        }

        .company-pop li.li5 {
            left: 58px;
            top: 54px;
        }

        .company-pop li.li6 {
            left: 193px;
            top: 54px;
        }

        .company-pop li.li7 {
            left: 328px;
            top: 54px;
        }

        .company-pop li.li8 {
            left: -9px;
            top: 98px;
        }

        .company-pop li.li9 {
            left: 125px;
            top: 98px;
        }

        .company-pop li.li10 {
            left: 260px;
            top: 98px;
        }

        .company-pop li.li11 {
            left: 394px;
            top: 98px;
        }

        .company-pop li.li12 {
            left: 58px;
            top: 141px;
        }

        .company-pop li.li13 {
            left: 193px;
            top: 141px;
        }

        .company-pop li.li14 {
            left: 328px;
            top: 141px;
        }

        .company-pop li.li15 {
            left: -9px;
            top: 183px;
        }

        .company-pop li.li16 {
            left: 125px;
            top: 183px;
        }

        .company-pop li.li17 {
            left: 260px;
            top: 183px;
        }

        .company-pop li.li18 {
            left: 394px;
            top: 183px;
        }

.resources-pop {
    width: 464px;
    position: relative;
    padding-top: 0;
    height: 340px;
    background: url("../images/talent/zy-nav-bg.png") no-repeat center bottom;
}

.resources-pop-span {
    position: absolute;
    text-align: center;
    border-radius: 0;
    line-height: 1.2;
    display: table;
}

    .resources-pop-span em {
        display: table-cell;
        vertical-align: middle;
        font-style: normal;
    }

    .resources-pop-span.res-pop1 {
        left: 130px;
        top: 250px;
        background-color: #fff8e6;
        color: #ff8d0f;
        font-size: 14px;
        width: 46px;
        height: 46px;
    }

    .resources-pop-span.res-pop2 {
        left: 41px;
        top: 195px;
        background-color: #eef5fc;
        color: #2090ff;
        font-size: 22px;
        width: 72px;
        height: 72px;
    }

    .resources-pop-span.res-pop3 {
        left: 140px;
        top: 142px;
        background-color: #f8fafd;
        color: #3186d3;
        font-size: 16px;
        width: 58px;
        height: 58px;
    }

    .resources-pop-span.res-pop4 {
        left: 79px;
        top: 130px;
        background-color: #f8fafd;
        color: #6ea9e0;
        font-size: 14px;
        width: 42px;
        height: 42px;
    }

    .resources-pop-span.res-pop5 {
        left: 0;
        top: 85px;
        background-color: #f7faf6;
        color: #5ca84c;
        font-size: 17px;
        width: 66px;
        height: 66px;
    }

    .resources-pop-span.res-pop6 {
        left: 168px;
        top: 60px;
        background-color: #f0f7ee;
        color: #5ba74b;
        font-size: 14px;
        width: 46px;
        height: 46px;
    }

    .resources-pop-span.res-pop7 {
        left: 90px;
        top: 17px;
        background-color: #fff8e6;
        color: #ff8500;
        font-size: 20px;
        width: 62px;
        height: 62px;
    }

    .resources-pop-span.res-pop8 {
        left: 250px;
        top: 0;
        background-color: #eef5fc;
        color: #3097fe;
        font-size: 16px;
        width: 54px;
        height: 54px;
    }

    .resources-pop-span.res-pop9 {
        left: 355px;
        top: 40px;
        background-color: #eef5fc;
        color: #0080ff;
        font-size: 20px;
        width: 66px;
        height: 66px;
    }

    .resources-pop-span.res-pop10 {
        left: 286px;
        top: 98px;
        background-color: #f6f9fd;
        color: #6da8e0;
        font-size: 13px;
        width: 42px;
        height: 42px;
    }

    .resources-pop-span.res-pop11 {
        left: 398px;
        top: 122px;
        background-color: #fff8e6;
        color: #ff941f;
        font-size: 20px;
        width: 66px;
        height: 66px;
    }

    .resources-pop-span.res-pop12 {
        left: 277px;
        top: 174px;
        background-color: #f0f7ee;
        color: #5ba74b;
        font-size: 14px;
        width: 46px;
        height: 46px;
    }

    .resources-pop-span.res-pop13 {
        left: 360px;
        top: 205px;
        background-color: #eef5fc;
        color: #3e8dd6;
        font-size: 14px;
        width: 42px;
        height: 42px;
    }

    .resources-pop-span.res-pop14 {
        left: 287px;
        top: 245px;
        background-color: #f0f7ee;
        color: #5ba74b;
        font-size: 18px;
        width: 66px;
        height: 66px;
    }

@keyframes flash1 {
    /*from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.1;
    }*/
    from {
        opacity: 0;
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 1;
    }
}

.flash1 {
    animation: flash1 1.5s ease-in-out infinite;
    animation-direction: alternate;
}

.flash2 {
    animation: flash1 2.5s ease-in-out infinite;
    animation-direction: alternate;
}

.flash3 {
    animation: flash1 3.5s ease-in-out infinite;
    animation-direction: alternate;
}

.flash4 {
    animation: flash1 4.5s ease-in-out infinite;
    animation-direction: alternate;
}
/*产业导航 end*/

/*人才活动*/
.retrieve {
    margin-top: 30px;
}

.retrieve-title {
    float: left;
    font-size: 22px;
    color: #333333;
    position: relative;
    padding-bottom: 5px;
}

    .retrieve-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 24px;
        height: 3px;
        background-color: #ff7112;
    }

.retrieve-type {
    float: right;
}

.retrieve-type-search {
    float: left;
    height: 36px;
    border: #e86831 solid 1px;
    border-radius: 8px;
    overflow: hidden;
}

    .retrieve-type-search input {
        height: 36px;
        width: 255px;
        padding: 0 10px;
        background-color: #fff;
        float: left;
        border: none;
        font-size: 16px;
    }

    .retrieve-type-search a {
        float: left;
        width: 76px;
        height: 36px;
        border-left: #e86831 solid 1px;
        text-align: center;
        line-height: 36px;
        background-color: #ff7112;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

        .retrieve-type-search a .icon {
            font-size: 20px;
            font-weight: bold;
        }

        .retrieve-type-search a:hover {
            background-color: #e86831;
        }

.retrieve-type-calendar {
    float: left;
    margin-left: 10px;
}

.retrieve-type-map {
    float: left;
    margin-left: 10px;
}

.retrieve-btn {
    display: block;
    font-size: 16px;
    border: #e86831 solid 1px;
    color: #fe6600;
    background-color: #fff;
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

    .retrieve-btn:hover {
        background-color: #e86831;
        color: #fff;
    }

.retrieve-list {
    margin-top: 15px;
    border: #e4dfdf solid 1px;
}

.retrieve-item {
    border-bottom: #e4dfdf solid 1px;
    background-color: #fffaf6;
    position: relative;
}

    .retrieve-item:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1px;
        width: 124px;
        background-color: #ff7112;
    }

    .retrieve-item:last-child {
        border-bottom: none;
    }

        .retrieve-item:last-child:before {
            display: none;
        }

.retrieve-label {
    float: left;
    width: 124px;
    text-align: center;
    font-size: 18px;
    line-height: 76px;
    color: #333;
    position: relative;
}

    .retrieve-label.yellow {
        color: #ff7112;
    }

.retrieve-content {
    float: left;
    width: 1074px;
    border-left: #e4dfdf solid 1px;
    background-color: #fff;
    min-height: 76px;
    box-sizing: border-box;
    padding: 20px 15px;
    line-height: 36px;
}

    .retrieve-content .retrieve-type-search {
        margin-left: 15px;
    }

.retrieve-tag span {
    font-size: 16px;
    color: #666;
    margin: 0 15px;
    cursor: pointer;
    display: inline-block;
}

    .retrieve-tag span:hover {
        color: #ff7112;
    }

    .retrieve-tag span.active {
        color: #ff7112;
    }

.second-activity-list {
    margin-bottom: -80px;
}

    .second-activity-list ul li {
        margin-bottom: 85px;
    }

.pages {
    margin: 40px 0 50px;
    text-align: center;
}

    .pages a {
        display: inline-block;
        vertical-align: top;
        width: 38px;
        height: 38px;
        margin: 0 5px;
        border-radius: 4px;
        border: #e4e5e5 solid 1px;
        background-color: #fdfdfe;
        text-align: center;
        line-height: 38px;
        font-size: 16px;
        cursor: pointer;
    }

        .pages a:hover {
            background-color: #7ab2f2;
            border-color: #7ab2f2;
            color: #fff;
        }

        .pages a.active {
            background-color: #0963cc;
            border-color: #0963cc;
            color: #fff;
        }
/*人才活动end*/

/*人才服务*/
.talent-service-list {
    overflow: hidden;
}

    .talent-service-list ul {
        width: 1220px;
    }

    .talent-service-list li {
        background: no-repeat center #fff;
        width: 590px;
        height: 240px;
        margin: 0 20px 20px 0;
        box-shadow: 0 17px 38px 0 rgba(30, 67, 114, 0.23);
        float: left;
        position: relative;
        overflow: hidden;
    }

.word1 {
    position: absolute;
    left: 38px;
    top: 94px;
}

.word2 {
    position: absolute;
    left: 38px;
    top: 141px;
}

.graphics-img1 {
    position: absolute;
    left: 177px;
    top: 37px;
}

.ring {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ring1 {
    left: 121px;
    top: 24px;
    background-color: rgba(123, 173, 250, 0.2)
}

.ring2 {
    left: 296px;
    top: 34px;
    background-color: rgba(123, 173, 250, 0.3)
}

.ring3 {
    left: 64px;
    top: 192px;
    background-color: rgba(123, 173, 250, 0.2)
}

.ring4 {
    left: 455px;
    top: 83px;
    background-color: rgba(123, 173, 250, 0.2)
}

.btn-rect {
    display: block;
    position: absolute;
    width: 156px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 21px;
    z-index: 2;
    cursor: pointer;
}

.rect1 {
    left: 333px;
    top: 34px;
    background-color: #7badfa;
    animation: qiqiu1 2s ease-in-out infinite;
    animation-direction: alternate;
}

.rect2 {
    left: 373px;
    top: 100px;
    background-color: #45bacf;
    animation: qiqiu2 3s ease-in-out infinite;
    animation-direction: alternate;
}

.rect3 {
    left: 333px;
    top: 166px;
    background-color: #7badfa;
    animation: qiqiu3 4s ease-in-out infinite;
    animation-direction: alternate;
}

.btn-rect.rect1:hover {
    color: #fff;
    background-color: #548fea;
}

.btn-rect.rect2:hover {
    color: #fff;
    background-color: #29a4ba;
}

.btn-rect.rect3:hover {
    color: #fff;
    background-color: #548fea;
}

.guide-content1 {
    position: absolute;
    left: 18px;
    top: 15px;
    width: 208px;
    height: 208px;
}

    .guide-content1 .guide-round1 {
        border-radius: 50%;
        width: 208px;
        height: 208px;
        background-color: rgba(123,173,250,0.1);
    }

    .guide-content1 .guide-round2 {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        background-color: rgba(123,173,250,0.1);
        position: absolute;
        left: 29px;
        top: 29px;
        animation: circleRoate 10s linear infinite;
    }

        .guide-content1 .guide-round2 span.round1 {
            position: absolute;
            left: 72px;
            top: -7px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: rgba(123,173,250,0.4);
        }

        .guide-content1 .guide-round2 span.round2 {
            position: absolute;
            right: -3px;
            top: 60px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: rgba(123,173,250,0.4);
        }

        .guide-content1 .guide-round2 span.round3 {
            position: absolute;
            left: 17px;
            top: 125px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: rgba(123,173,250,0.4);
        }

    .guide-content1 .guide-round3 {
        display: table;
        border-radius: 50%;
        width: 112px;
        height: 112px;
        background-color: rgba(123,173,250,1);
        position: absolute;
        left: 48px;
        top: 48px;
        text-align: center;
        cursor: pointer;
    }

        .guide-content1 .guide-round3 span {
            display: table-cell;
            vertical-align: middle;
            font-size: 18px;
            color: #fff;
        }

        .guide-content1 .guide-round3:hover {
            background-color: #4f89e3;
        }

@keyframes circleRoate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.chain-content {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 55px;
    top: -80px;
}

.chain-round1 {
    width: 400px;
    height: 400px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(99,126,243,0.04);
    animation: circleRoate 10s linear infinite;
}

    .chain-round1 .round1 {
        left: 9px;
        top: 271px;
        background-color: rgba(123, 173, 250, 0.2);
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .chain-round1 .round2 {
        left: 400px;
        top: 163px;
        background-color: rgba(123, 173, 250, 0.2);
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

.chain-round2 {
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50px;
    top: 50px;
    border-radius: 50%;
    background-color: rgba(99,126,243,0.04);
    animation: circleRoate 10s linear infinite;
    z-index: 1;
}

    .chain-round2 .round1 {
        left: 12px;
        top: 74px;
        background-color: rgba(123, 173, 250, 0.2);
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

.chain-round3 {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 100px;
    top: 100px;
    border-radius: 50%;
    background-color: rgba(99,126,243,0.07);
    animation: circleRoate 10s linear infinite;
    z-index: 1;
}

    .chain-round3 .round1 {
        left: 150px;
        top: 10px;
        background-color: rgba(123, 173, 250, 0.2);
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

@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)
    }
}

.word3 {
    position: absolute;
    left: 208px;
    top: 32px;
}

.guide-content2 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(250,82,71,0.04);
    position: absolute;
    left: 213px;
    top: 55px;
}

.graphics-img2 {
    position: absolute;
    left: 228px;
    top: 78px;
    z-index: 1;
}

.guide-content3 {
    position: absolute;
    left: 363px;
    top: 15px;
    width: 208px;
    height: 208px;
}

    .guide-content3 .guide-round1 {
        border-radius: 50%;
        width: 208px;
        height: 208px;
        background-color: rgba(69,186,207,0.1);
        animation: circleRoate 10s linear infinite;
    }

        .guide-content3 .guide-round1 span.round1 {
            position: absolute;
            left: 66px;
            top: 3px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: rgba(69,186,207,0.4);
        }

    .guide-content3 .guide-round2 {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        background-color: rgba(69,186,207,0.1);
        position: absolute;
        left: 29px;
        top: 29px;
        animation: circleRoate 10s linear infinite;
    }

        .guide-content3 .guide-round2 span.round1 {
            position: absolute;
            left: -2px;
            top: 88px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: rgba(69,186,207,0.4);
        }

        .guide-content3 .guide-round2 span.round2 {
            position: absolute;
            left: 124px;
            top: 121px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: rgba(69,186,207,0.4);
        }

    .guide-content3 .guide-round3 {
        display: table;
        border-radius: 50%;
        width: 112px;
        height: 112px;
        background-color: rgba(69,186,207,1);
        position: absolute;
        left: 48px;
        top: 48px;
        text-align: center;
        cursor: pointer;
    }

        .guide-content3 .guide-round3 span {
            display: table-cell;
            vertical-align: middle;
            font-size: 18px;
            color: #fff;
        }

        .guide-content3 .guide-round3:hover {
            background-color: #269fb5;
        }

.pop-top1 {
    position: absolute;
    left: 554px;
    top: 116px;
    animation: todown 8s linear infinite;
}

.pop-bottom1 {
    position: absolute;
    left: 33px;
    top: 60px;
    animation: toup 8s linear infinite;
}

@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);
    }
}

.word4 {
    position: absolute;
    left: 219px;
    top: 178px;
    z-index: 1;
}

.graphics-img3 {
    position: absolute;
    left: 247px;
    top: 32px;
    z-index: 1;
}

.life-pop-top1 {
    position: absolute;
    left: 484px;
    top: 166px;
    animation: todown 8s linear infinite;
}

.life-pop-top2 {
    position: absolute;
    left: 500px;
    top: 100px;
    animation: todown 8s linear infinite;
}

.life-pop-bottom1 {
    position: absolute;
    left: 81px;
    bottom: 166px;
    animation: toup 8s linear infinite;
}

.life-pop-bottom2 {
    position: absolute;
    left: 97px;
    bottom: 100px;
    animation: toup 8s linear infinite;
}

.life-link {
    position: absolute;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

    .life-link span {
        position: absolute;
        left: 19px;
        top: 19px;
        width: 86px;
        height: 68px;
        border-radius: 50%;
        color: #fff;
        padding-top: 18px;
        font-size: 14px;
    }

        .life-link span .icon {
            font-size: 18px;
        }

.life-link1 {
    left: 24px;
    top: 26px;
    background-color: rgba(123,173,250,0.1);
    animation: qiqiu1 2s ease-in-out infinite;
    animation-direction: alternate;
}

    .life-link1 span {
        background-color: rgba(123,173,250,0.64);
    }

    .life-link1:hover span {
        background-color: rgba(123,173,250,1);
    }

.life-link2 {
    left: 109px;
    top: 68px;
    background-color: rgba(67,196,123,0.1);
    ;
    animation: qiqiu2 3s ease-in-out infinite;
    animation-direction: alternate;
}

    .life-link2 span {
        background-color: rgba(67,196,123,0.6);
    }

    .life-link2:hover span {
        background-color: rgba(67,196,123,1);
    }

.life-link3 {
    left: 360px;
    top: 40px;
    background-color: rgba(69,186,207,0.1);
    ;
    animation: qiqiu3 2s ease-in-out infinite;
    animation-direction: alternate;
}

    .life-link3 span {
        background-color: rgba(69,186,207,0.6);
    }

    .life-link3:hover span {
        background-color: rgba(69,186,207,1);
    }

.life-link4 {
    left: 446px;
    top: 78px;
    background-color: rgba(150,164,255,0.1);
    ;
    animation: qiqiu1 3s ease-in-out infinite;
    animation-direction: alternate;
}

    .life-link4 span {
        background-color: rgba(88,109,255,0.6);
    }

    .life-link4:hover span {
        background-color: rgba(88,109,255,1);
    }

.life-ring {
    position: absolute;
    left: 247px;
    top: 109px;
}

.word5 {
    position: absolute;
    left: 423px;
    top: 40px;
}

.graphics-img4 {
    position: absolute;
    left: 45px;
    top: 32px;
    z-index: 1;
    animation: qiqiu1 3s ease-in-out infinite;
    animation-direction: alternate;
}

.round-bg1 {
    position: absolute;
    left: 18px;
    top: 97px;
}

.ability-write {
    position: absolute;
    left: 305px;
    top: 80px;
    font-size: 16px;
    color: #999;
}

.ability-search {
    position: absolute;
    left: 203px;
    top: 125px;
    height: 42px;
    border: #3f7ce0 solid 2px;
    border-radius: 22px;
    width: 348px;
    box-shadow: 0 6px 13px 0 rgba(20, 91, 201, 0.25),inset 0 8px 8px 0 rgba(63, 124, 224, 0.25);
}

    .ability-search input {
        height: 42px;
        background-color: transparent;
        border: none;
        line-height: 42px;
        padding: 0 25px;
        width: 254px;
        font-size: 16px;
    }

    .ability-search a {
        position: absolute;
        top: -1px;
        right: -1px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        background-color: #3f7ce0;
        color: #fff;
    }

        .ability-search a .icon {
            font-size: 18px;
        }
/*人才服务end*/
/*人才服务列表*/
.service-link a {
    display: block;
    float: left;
    width: 354px;
    height: 120px;
    padding: 50px 0 0 30px;
    border: #ebe7e7 solid 1px;
    margin-left: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fefefe;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.8;
}

    .service-link a:first-child {
        margin-left: 0;
    }

.service-link-cn {
    font-size: 22px;
    color: #2486f1;
}

.service-link-en {
    font-size: 18px;
    color: #8b8d8e;
    margin-top: 4px;
}

.service-link a:hover {
    background-color: #fff;
    border-color: #ff7112;
    opacity: 1
}

.service-link a.active {
    background-color: #fff;
    border-color: #ebe7e7;
    box-shadow: 3px 4px 29px 0 rgba(219, 219, 219, 0.82);
    opacity: 1
}

    .service-link a.active:before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #ff7112;
    }

    .service-link a.active:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -9px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #ff7112;
        margin-left: -9px;
    }

.service-tabs {
    margin-top: 30px;
}

.retrieve-result {
    margin: 20px 0;
}

.retrieve-result-write {
    float: left;
    font-size: 14px;
    color: #666;
}

    .retrieve-result-write span {
        color: #1f71e0;
        font-size: 18px;
    }

.retrieve-result-down {
    float: right;
    position: relative;
}

.down-name {
    display: block;
    border: #c1c1c1 solid 1px;
    border-radius: 4px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

    .down-name span {
        float: left;
        width: 68px;
        padding: 0 10px;
        border-right: #c1c1c1 solid 1px;
        color: #666;
        font-size: 14px;
    }

    .down-name i {
        float: left;
        width: 24px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }

.down-ul {
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #fff;
    border: #c1c1c1 solid 1px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

    .down-ul li {
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }

        .down-ul li:hover {
            background-color: #fadecb;
        }

.institutions-list li {
    overflow: hidden;
    margin-bottom: 20px;
    border: #e3e3e3 solid 1px;
    background-color: #fff;
    padding: 20px;
}

.institutions-img {
    width: 218px;
    height: 163px;
    border: #e3e3e3 solid 1px;
    float: left;
    background: no-repeat center;
    background-size: cover;
}

.institutions-content {
    float: left;
    width: 908px;
    margin-left: 30px;
}

.institutions-title {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    margin-top: 5px;
}

    .institutions-title a {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

        .institutions-title a:hover {
            color: #1f71e0;
        }

.institutions-tag {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}

    .institutions-tag em {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        line-height: 24px;
        height: 24px;
        border: #1f71e0 solid 1px;
        color: #1f71e0;
        font-size: 14px;
        border-radius: 4px;
        background-color: #e8f1fc;
        margin-right: 16px;
    }

.institutions-address {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

    .institutions-address .icon {
        margin-right: 10px;
    }

.institutions-tel {
    font-size: 16px;
    color: #666;
}

    .institutions-tel .icon {
        margin-right: 10px;
    }

.institutions-describe {
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
}

.matrix-list {
    overflow: hidden;
    margin: 30px 0 -50px;
}

    .matrix-list ul {
        width: 1224px;
        padding-top: 30px;
    }

    .matrix-list li {
        float: left;
        width: 230px;
        border: #e3e3e3 solid 1px;
        margin: 0 24px 50px 0;
        background-color: #fff;
        padding: 45px 25px 22px;
        height: 85px;
    }

.matrix-logo {
    margin: -70px 0 0 0;
    width: 48px;
    height: 74px;
}

    .matrix-logo img {
        display: block;
        width: 100%;
        height: 48px;
        object-fit: cover;
        border: #e4dfdf solid 1px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 25px 5px 0 rgba(0, 0, 0, 0.05);
    }

.matrix-title {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-right: 20px;
}

.matrix-code {
    position: absolute;
    right: 0;
    top: 0;
}

    .matrix-code .icon {
        color: #3f7fd6;
        font-size: 18px;
    }

    .matrix-code .code-down {
        top: 50%;
        transform: translateY(-50%);
        left: 24px;
    }

        .matrix-code .code-down:before {
            left: -6px;
            top: 50%;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #fff;
            margin-top: -6px;
        }

    .matrix-code:hover .code-down {
        display: block;
    }

.matrix-describe {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
}

.service-tabs-content {
    display: none
}

    .service-tabs-content:first-child {
        display: block
    }

.matrix-list > ul > li:nth-child(4) .matrix-code .code-down {
    left: auto;
    right: 25px;
}

    .matrix-list > ul > li:nth-child(4) .matrix-code .code-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }

.matrix-list > ul > li:nth-child(8) .matrix-code .code-down {
    left: auto;
    right: 25px;
}

    .matrix-list > ul > li:nth-child(8) .matrix-code .code-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }

.matrix-list > ul > li:nth-child(12) .matrix-code .code-down {
    left: auto;
    right: 25px;
}

    .matrix-list > ul > li:nth-child(12) .matrix-code .code-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }
/*人才服务列表end*/
/*人才服务圈子*/
.circle-list {
    margin-top: 30px;
}

    .circle-list > ul {
        width: 1220px;
    }

        .circle-list > ul > li {
            float: left;
            width: 283px;
            margin: 0 20px 20px 0;
            border: #e3e3e3 solid 1px;
            background-color: #fff;
        }

.circle-body {
    padding: 20px;
    border-bottom: #e3e3e3 solid 1px;
}

.circle-img {
    float: left;
    width: 68px;
    position: relative;
    margin-right: 15px;
    height: 77px;
}

    .circle-img img {
        display: block;
        width: 66px;
        height: 66px;
        border: #eeeeee solid 1px;
    }

    .circle-img span {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        background-color: #2f8cf4;
        font-size: 14px;
        color: #fff;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

.back-color1 {
    background-color: #2f8cf4;
}

.back-color2 {
    background-color: #00cbcb;
}

.back-color3 {
    background-color: #b89e66;
}

.back-color4 {
    background-color: #707ed4;
}

.back-color5 {
    background-color: #ff7112;
}

.back-color6 {
    background-color: #e4ab0b;
}

.back-color7 {
    background-color: #67acf9;
}

.circle-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .circle-title a {
        font-size: 16px;
        color: #333;
    }

.circle-name {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 5px;
}

    .circle-name .icon {
        font-size: 14px;
        margin-right: 10px;
    }

.circle-web {
    font-size: 14px;
    color: #6a6a6a;
}

    .circle-web .icon {
        font-size: 14px;
        margin-right: 10px;
    }

.circle-footer {
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    background-color: #fcfcfc;
}

    .circle-footer > a {
        color: #6a6a6a;
        margin: 0 8px;
        cursor: pointer;
    }

    .circle-footer span.circle-activity {
        color: #ff781e;
        position: relative;
    }

        .circle-footer span.circle-activity > a {
            color: #ff781e;
        }

            .circle-footer span.circle-activity > a > span {
                display: inline-block;
                height: 18px;
                border: #ff781e solid 1px;
                border-radius: 4px;
                padding: 0 8px;
                font-size: 14px;
                line-height: 18px;
                margin-left: 5px;
            }

    .circle-footer a:hover {
        color: #ff781e;
    }

.circle-code {
    display: inline-block;
    position: relative;
}

.code-down {
    display: none;
    position: absolute;
    left: 50%;
    top: 42px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.26);
    transform: translateX(-50%);
    z-index: 10;
}

    .code-down:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        margin-left: -6px;
    }

.circle-code:hover .code-down {
    display: block;
}

.activity-down {
    display: none;
    position: absolute;
    left: 80px;
    top: 50%;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.26);
    transform: translateY(-50%);
    width: 350px;
    z-index: 10;
}

    .activity-down:before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fff;
        margin-top: -6px;
    }

.activity-down-img {
    width: 100px;
    float: left;
    height: 76px;
    margin: 0 10px 0 15px;
    position: relative;
}

    .activity-down-img span {
        position: absolute;
        left: -14px;
        top: 9px;
        padding: 0 10px;
        height: 22px;
        line-height: 22px;
        background-color: #2598ad;
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        font-size: 13px;
    }

        .activity-down-img span:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -7px;
            width: 0;
            height: 0;
            border-top: 0 solid transparent;
            border-bottom: 7px solid transparent;
            border-right: 14px solid #1d8294;
        }

.activity-down ul li {
    overflow: hidden;
    line-height: 1.4;
    margin: 10px 0;
}

.activity-down .activity-title {
    font-size: 14px;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
}

.activity-down .activity-addr {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .activity-down .activity-addr .icon {
        font-size: 12px;
    }

.activity-down .activity-date {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .activity-down .activity-date .icon {
        font-size: 12px;
    }

.activity-down-content {
    float: left;
    width: 225px;
}

.circle-activity:hover .activity-down {
    display: block;
}

.circle-list > ul > li:nth-child(4) .activity-down {
    left: auto;
    right: 80px;
}

    .circle-list > ul > li:nth-child(4) .activity-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }

.circle-list > ul > li:nth-child(8) .activity-down {
    left: auto;
    right: 80px;
}

    .circle-list > ul > li:nth-child(8) .activity-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }

.circle-list > ul > li:nth-child(12) .activity-down {
    left: auto;
    right: 80px;
}

    .circle-list > ul > li:nth-child(12) .activity-down:before {
        left: auto;
        right: -6px;
        border-left: 6px solid #fff;
        border-right: none;
    }
/*人才服务圈子end*/
/*空间资源指引*/
.space-link a {
    display: block;
    float: left;
    width: 583px;
    height: 170px;
    border: #ebe7e7 solid 1px;
    margin-left: 30px;
    background: no-repeat center;
    position: relative;
    cursor: pointer;
}

    .space-link a:first-child {
        margin-left: 0;
    }

    .space-link a:hover {
        border-color: #ff7112;
    }

    .space-link a.active {
        border-color: #ebe7e7;
        box-shadow: 3px 4px 29px 0 rgba(219, 219, 219, 0.82);
    }

        .space-link a.active:before {
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            background-color: #ff7112;
        }

        .space-link a.active:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -9px;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 9px solid #ff7112;
            margin-left: -9px;
        }

.space-content {
    margin-top: 20px;
}

.space-panel {
    border: #e4dfdf solid 1px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}

    .space-panel:first-child {
        display: block;
    }

    .space-panel:before {
        content: "";
        position: absolute;
        left: 358px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #e4dfdf;
    }

.space-side {
    float: left;
    width: 358px;
}

.space-matter {
    float: right;
    width: 779px;
    padding: 0 30px;
}

.space-side-title {
    background-color: #fffaf6;
    height: 66px;
    line-height: 66px;
    padding: 0 28px;
    font-size: 18px;
    color: #ff7112;
    border-bottom: #e4dfdf solid 1px;
}

.space-side-content {
    padding: 10px 28px 28px;
}

.space-side-name {
    font-size: 17px;
    color: #333;
    padding: 10px 0;
}

.layui-form-select dl dd.layui-this {
    background-color: #2486f1;
}

.layui-form-select .layui-input {
    font-size: 16px;
    color: #333;
}

.layui-form-radio * {
    font-size: 16px;
    color: #333;
}

.layui-form-radio > i {
    margin-right: 4px;
}

    .layui-form-radio > i:hover, .layui-form-radioed > i {
        color: #ff7112;
    }

.layui-form-radio:hover div, .layui-form-radioed div {
    color: #ff7112;
}

.layui-form-radio:hover i, .layui-form-radioed i {
    color: #ff7112;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 12px;
}

.layui-form-checkbox[lay-skin=primary] span {
    color: #333;
}

.layui-form-checkbox span {
    font-size: 16px;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 25px;
}

    .layui-form-checkbox[lay-skin=primary]:hover span {
        color: #ff7112;
    }

    .layui-form-checkbox[lay-skin=primary]:hover i {
        border-color: #ff7112;
    }

.layui-form-checked[lay-skin=primary] i {
    border-color: #ff7112 !important;
    background-color: #ff7112;
}

.space-side-write .layui-form-item {
    margin-bottom: 10px;
}

    .space-side-write .layui-form-item:after {
        content: '';
        clear: both;
        display: table
    }

    .space-side-write .layui-form-item.yellow .layui-form-select .layui-input {
        color: #ff7112;
    }

    .space-side-write .layui-form-item .layui-inline {
        padding: 0;
        margin: 0;
        width: 50%;
        float: left;
    }

        .space-side-write .layui-form-item .layui-inline.wid {
            width: 100%;
        }

.space-side-write .layui-form-label {
    font-size: 16px;
    width: 70px;
    padding: 9px 0;
    text-align: center;
}

.space-side-write .layui-input-block {
    margin-left: 70px;
    text-align: center;
}

.space-side-write .layui-form-radio {
    padding-right: 0;
    position: relative;
    padding-left: 26px;
}

    .space-side-write .layui-form-radio .layui-anim.layui-icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .space-side-write .layui-form-radio div {
        line-height: 1.4;
    }

.space-result {
    overflow: hidden;
    padding: 15px 0;
}

.space-result-title {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

    .space-result-title span {
        color: #ff7112;
        font-size: 24px;
        margin: 0 5px;
    }

.space-result-btn {
    float: right;
    padding: 0 17px;
    height: 36px;
    line-height: 36px;
    background-color: #ff7112;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

    .space-result-btn .icon {
        margin-right: 5px;
    }

    .space-result-btn:hover {
        color: #fff;
        background-color: #ea5f03;
    }

.space-list li {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: #dddddd solid 1px;
}

    .space-list li:first-child {
        padding-top: 10px;
    }

.space-item-img {
    float: left;
    width: 280px;
    height: 172px;
    background: no-repeat center;
    background-size: cover;
    margin-right: 30px;
}

.space-item-content {
    float: left;
    width: 469px;
}

.space-item-title {
    margin-bottom: 10px;
}

.space-item-name {
    float: left;
    max-width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}

    .space-item-name.wid {
        float: none;
        max-width: 100%;
    }

    .space-item-name a {
        color: #333;
        cursor: pointer;
    }

    .space-item-name:hover {
        color: #ff7112;
    }

.space-item-price {
    float: right;
    font-size: 16px;
    color: #666;
}

    .space-item-price span {
        font-size: 22px;
        color: #ff7112;
    }

.space-item-type {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .space-item-type span {
        display: inline-block;
        width: 70px;
        margin-right: 10px;
    }

.space-item-tag {
    margin-top: 20px;
}

    .space-item-tag span {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        margin-right: 12px;
        border-radius: 4px;
        height: 24px;
        line-height: 24px;
        background-color: #e8f1fc;
        color: #1f71e0;
        font-size: 14px;
        border: #1f71e0 solid 1px;
    }

    .space-item-tag.small span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        font-size: 12px;
        margin-right: 6px;
    }
/*空间资源指引end*/

/*活动详情*/
.flexible_intro {
    background-color: #fff;
    padding: 30px;
    border: #e6e6e6 solid 1px;
}

    .flexible_intro .flexible_img {
        width: 310px;
        height: 200px;
        background: no-repeat center center;
        background-size: cover;
        float: left;
        margin-right: 30px;
    }

    .flexible_intro .flexible_xx {
        float: left;
        width: 798px;
        position: relative;
    }

        .flexible_intro .flexible_xx .flexible_name {
            font-size: 22px;
            color: #4f4f4f;
        }

.flexible_name .state {
    color: #1f71e0;
    font-size: 14px;
}

.flexible-title {
    float: left;
}

.flexible-code {
    float: right;
    font-size: 16px;
}

    .flexible-code > a {
        margin-left: 18px;
    }

        .flexible-code > a .icon {
            font-size: 18px;
            color: #1f71e0;
            margin-right: 5px;
        }

    .flexible-code a.introduce-share {
        position: relative;
    }

        .flexible-code a.introduce-share .code-down {
            position: absolute;
            left: 50%;
            top: 30px;
            padding-top: 10px;
            display: none;
            z-index: 1;
            transform: translateX(-50%);
        }

        .flexible-code a.introduce-share:hover .code-down {
            display: block;
        }

.flexible_list {
    margin-top: 6px;
}

    .flexible_list li {
        padding: 2px 0;
        font-size: 16px;
        color: #555;
    }

        .flexible_list li .flex_name {
            display: inline-block;
            vertical-align: top;
            color: #999999;
            width: 70px;
            margin-right: 10px;
        }

    .flexible_list ul li .check_map {
        color: #1f71e0;
        margin-left: 10px;
    }

.introduce-type {
    margin-top: 10px;
}

.introduce-btn {
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #ff7112;
    cursor: pointer;
}

    .introduce-btn:hover {
        background-color: #ed6509;
        color: #fff;
    }

.activity-details-content {
    margin-top: 30px;
}

.activity-describe {
    float: left;
    width: 894px;
}

.activity-enjoy {
    float: right;
    width: 285px;
}

.activity-tabs-nav a {
    cursor: pointer;
    float: left;
    padding: 0 24px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #666666;
    position: relative;
    margin-bottom: -1px;
    border: #fafafa solid 1px;
    border-top: #fafafa solid 3px;
    border-bottom-color: #e4dfdf;
}

    .activity-tabs-nav a:hover {
        color: #ff7112;
    }

    .activity-tabs-nav a.active {
        color: #ff7112;
        border: #e4dfdf solid 1px;
        border-top: #ff7112 solid 3px;
        background-color: #fff;
        border-bottom-color: #fff;
    }

.activity-tabs-content {
    border: #e4dfdf solid 1px;
}

.activity-tabs-panel {
    padding: 15px;
    background-color: #fff;
    display: none
}

    .activity-tabs-panel:first-child {
        display: block;
    }

.activity-intro {
    font-size: 16px;
    color: #666666;
    padding: 0 15px;
    position: relative;
    height: 575px;
}

    .activity-intro .scroller {
        box-sizing: border-box;
        padding-right: 12px;
    }

    .activity-intro p {
        margin: 10px 0;
    }

.address-map {
    height: 300px;
}

    .address-map .map {
        width: 100%;
        height: 100%;
    }

.activity-details-title {
    padding: 11px 0 11px 18px;
    font-size: 18px;
    color: #000;
    position: relative;
}

    .activity-details-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 18px;
        background-color: #ff7112;
        border-radius: 4px;
    }

.activity-comment {
    border: #e4dfdf solid 1px;
    background-color: #fff;
    padding: 30px;
}

.login-state {
    text-align: right;
    font-size: 14px;
}

    .login-state a {
        color: #333;
    }

    .login-state em {
        margin: 0 5px;
        color: #999;
    }

.comment-write {
    margin-top: 10px;
}

.comment-write-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-textarea {
    float: left;
    width: 745px;
    background-color: #fafafa;
    padding: 5px 10px;
    border: #e4dfdf solid 1px;
    border-radius: 4px;
    height: 120px;
    line-height: 20px;
    font-size: 14px;
}

.comment-write-btn {
    text-align: right;
    margin-top: 15px;
}

    .comment-write-btn a {
        display: inline-block;
        background-color: #0061ce;
        vertical-align: top;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
    }

        .comment-write-btn a:hover {
            background-color: #0672ea;
        }

.comment-item {
    overflow: hidden;
    position: relative;
    padding-left: 65px;
    margin: 20px 0;
}

.comment-item-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.comment-name {
    font-size: 14px;
    color: #333;
}

    .comment-name span {
        color: #1f71e0;
        margin-right: 6px;
    }

.comment-describe {
    font-size: 15px;
    color: #444;
    margin-top: 5px;
}

.comment-type {
    margin-top: 5px;
}

    .comment-type a {
        color: #999;
        font-size: 13px;
        margin-right: 10px;
        cursor: pointer;
    }

    .comment-type .icon {
        font-size: 13px;
        margin-right: 4px;
    }

    .comment-type a:hover {
        color: #0061ce;
    }

.reply-box {
    margin-top: 10px;
}

    .reply-box textarea {
        border: #e4e4e4 solid 1px;
        border-radius: 4px;
        padding: 5px 10px;
        height: 80px;
        line-height: 20px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

.reply-btn {
    text-align: right;
    margin-top: 10px;
}

    .reply-btn a {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        background-color: #1f71e0;
        color: #fff;
        margin-left: 4px;
        border-radius: 3px;
        cursor: pointer;
    }

        .reply-btn a:hover {
            background-color: #3b86ed;
        }

.comment-item .comment-item {
    display: none
}

.reply-box {
    display: none
}

.side-activity-list {
    width: 100%;
    margin: 0 0 -60px 0;
}

    .side-activity-list ul {
        width: auto;
    }

    .side-activity-list li {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 70px
    }

    .side-activity-list .activity-img {
        height: 160px;
    }

    .side-activity-list .activity-title {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }

    .side-activity-list .activity-addr {
        font-size: 14px;
    }

        .side-activity-list .activity-addr .icon {
            font-size: 14px;
        }

    .side-activity-list .activity-date {
        font-size: 14px;
    }

        .side-activity-list .activity-date .icon {
            font-size: 14px;
        }
/*活动详情end*/

/*新闻中心*/
.news-link a {
    width: 253px;
    margin-left: 20px;
    height: 105px;
    padding: 45px 0 0 30px;
    opacity: 0.8
}

    .news-link a:first-child {
        margin-left: 0;
    }

    .news-link a:hover {
        opacity: 1;
    }

    .news-link a.active {
        opacity: 1;
    }

.news-tabs {
    border: #e4dfdf solid 1px;
    margin-top: 30px;
    background-color: #fff;
}

.news-tabs-content {
    padding: 10px 24px;
    display: none;
}

    .news-tabs-content:first-child {
        display: block;
    }

.news-list li {
    padding: 20px 0;
    border-bottom: #dddddd solid 1px;
    overflow: hidden;
}

.news-item-img {
    float: right;
    width: 275px;
    height: 155px;
    background: no-repeat center;
    background-size: cover;
    margin-left: 20px;
}

.news-item-title {
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .news-item-title a {
        color: #333;
        cursor: pointer;
    }

        .news-item-title a:hover {
            color: #0061ce;
        }

.news-item-describe {
    font-size: 16px;
    color: #888;
    margin-top: 10px;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
}

.news-item-property {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

    .news-item-property span {
        margin-right: 15px;
    }

        .news-item-property span .icon {
            font-size: 14px;
            margin-right: 5px;
        }
/*新闻中心end*/
/*新闻详情*/
.news-details {
    background-color: #fff;
    border: #e4dfdf solid 1px;
    padding: 10px 28px 28px;
    position: relative;
}

.news-details-title {
    padding: 15px;
    font-size: 24px;
    color: #1f71e0;
    text-align: center;
}

.news-details-type {
    font-size: 16px;
    color: #666666;
    border-bottom: #e4dfdf solid 1px;
    padding: 0 15px 15px;
}

.news-type-date {
    float: left;
}

.news-type-source {
    float: left;
    margin-left: 80px;
}

.news-details-write {
    font-size: 15px;
    color: #666;
    padding: 30px 0;
}

    .news-details-write p {
        text-indent: 2em;
        margin: 10px 0;
    }

    .news-details-write * {
        max-width: 100%;
    }

    .news-details-write img {
        max-width: 100%;
    }

    .news-details-write table {
        max-width: 100%;
    }

.statement {
    font-size: 16px;
    color: #8e8e8e;
    text-align: center;
    padding: 15px 0;
}
/*新闻详情end*/

/*带锚点的详情*/
.anchor-box {
    position: absolute;
    left: 50%;
    margin-left: 610px;
    top: 0;
    width: 120px;
}

    .anchor-box.fixed {
        position: fixed;
    }

.anchor-list {
    position: relative;
    padding: 30px 0;
}

    .anchor-list:before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #d1d1d1;
    }

    .anchor-list .arrow1 {
        top: 0;
        left: 3px;
        background-color: #fff;
        border: #d1d1d1 solid 2px;
        border-radius: 50%;
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        z-index: 10
    }

    .anchor-list .arrow2 {
        bottom: 0;
        left: 3px;
        background-color: #fff;
        border: #d1d1d1 solid 2px;
        border-radius: 50%;
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        z-index: 10
    }

    .anchor-list > ul > li {
        padding-left: 30px;
        position: relative;
        line-height: 30px;
        transition: all 0.25s;
    }

        .anchor-list > ul > li:before {
            content: "";
            position: absolute;
            left: 3px;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -1px;
            width: 6px;
            height: 6px;
            background-color: #d1d1d1;
            border-radius: 50%;
            border: #fff solid 2px;
        }

        .anchor-list > ul > li > a {
            font-family: "宋体", sans-serif;
            font-size: 14px;
            color: #666;
            font-weight: bold;
            cursor: pointer;
        }

            .anchor-list > ul > li > a:hover {
                color: #1f71e0;
            }

        .anchor-list > ul > li ul li {
            padding-left: 18px;
        }

            .anchor-list > ul > li ul li a {
                font-family: "宋体",sans-serif;
                font-size: 14px;
                color: #666;
            }

                .anchor-list > ul > li ul li a:hover {
                    color: #1f71e0;
                }

        .anchor-list > ul > li.active a {
            color: #1f71e0;
        }

        .anchor-list > ul > li.active:before {
            background: url("../images/md_icon3.png") no-repeat;
            width: 24px;
            height: 11px;
            border-radius: 0;
            border: none;
            left: -1px;
        }

.details-item:first-child .details-item-title {
    margin-top: 0;
}

.details-item-title {
    font-size: 18px;
    margin-top: 20px;
    color: #333;
}

    .details-item-title .icon {
        margin-right: 5px;
        color: #1f71e0;
        font-size: 18px;
    }
/*带锚点的详情end*/

/*服务详情*/
.details-card {
    border: #e4dfdf solid 1px;
    background-color: #fff;
    padding: 30px;
}

.details-card-write {
    font-size: 16px;
    color: #666666;
}

    .details-card-write * {
        max-width: 100%;
    }

    .details-card-write img {
        max-width: 100%;
    }

.institution-list li {
    border: #e3e3e3 solid 1px;
    background-color: #fff;
    margin-bottom: 20px;
}

.institution-list.four {
    overflow: hidden;
    padding: 10px;
}

    .institution-list.four ul {
        width: 1236px;
    }

    .institution-list.four li {
        width: 271px;
        float: left;
        margin-right: 28px;
    }

.institution-img {
    background: no-repeat center;
    height: 160px;
    background-size: cover;
}

.institution-write {
    padding: 12px 15px;
}

.institution-title {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .institution-title a {
        cursor: pointer;
        color: #333;
    }

        .institution-title a:hover {
            color: #1f71e0;
        }

.institution-type {
    color: #666;
    font-size: 14px;
}

    .institution-type .icon {
        font-size: 14px;
        margin-right: 5px;
    }

.service-flexible .space-item-tag {
    width: 560px
}

.service-flexible .flexible_list {
    width: 560px
}

.service-flexible-code {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: center;
    width: 120px;
}

.service-code-name {
    font-size: 14px;
    color: #999;
}

.service-flexible-code img {
    max-width: 100%;
}

.dynamic-type {
    font-size: 14px;
    color: #afafaf;
    margin-top: 5px;
}

    .dynamic-type span {
        margin-right: 20px;
    }

        .dynamic-type span .icon {
            margin-right: 5px;
            font-size: 14px;
        }

.institution-list.four .institution-title {
    font-size: 18px;
}

.institution-list.four .institution-type {
    font-size: 16px;
}

    .institution-list.four .institution-type .icon {
        font-size: 16px;
    }
/*服务详情end*/

/*区人才频道*/
.channel-title-tabs:after {
    background: url("../images/line2.png") repeat-x 0 center;
}

.channel-title-tabs .title-more {
    color: #1f71e0;
    font-size: 18px;
}

.channel-title-tabs .title-name {
    font-size: 22px;
    color: #666;
}

    .channel-title-tabs .title-name span {
        margin-right: 5px;
    }

    .channel-title-tabs .title-name span, .channel-title-tabs .title-name img {
        display: inline-block;
        vertical-align: middle;
    }

.channel-news {
    margin-top: 25px;
}

    .channel-news .dynamic-title {
        background-color: rgba(0,0,0,0.3);
        height: 40px;
        line-height: 40px;
        padding: 0 75px 0 15px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
        color: #fff;
        font-size: 16px;
        margin-top: 0;
    }

    .channel-news .dynamic-name a {
        font-size: 18px;
    }

    .channel-news .dynamic-describe {
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
    }

    .channel-news .dynamic-banner {
        width: 575px;
        margin-right: 40px;
        height: 330px;
    }

        .channel-news .dynamic-banner .bd li a:hover .dynamic-title {
            color: #fff;
        }

    .channel-news .dynamic-img {
        height: 330px;
        width: 575px;
    }

    .channel-news .dynamic-list {
        width: 585px;
    }

    .channel-news .dynamic-name {
        max-width: 460px;
    }

    .channel-news .dynamic-list li {
        border-bottom: none;
    }

        .channel-news .dynamic-list li:first-child {
            border-bottom: #cccccc solid 1px;
            padding-bottom: 12px;
        }

    .channel-news .dynamic-banner .hd {
        top: auto;
        bottom: 5px;
    }

    .channel-news .dynamic-banner .pagination {
        top: auto;
        bottom: 10px;
    }

.policy {
    background-color: #fff;
}

.resources {
    background-color: #fff;
    padding-bottom: 40px;
}

.policy-text {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

    .policy-text .hd {
        position: absolute;
        z-index: 3;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

        .policy-text .hd li {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: rgba(255,147,0,0.3);
            text-indent: -9999px;
            margin: 0 5px;
            cursor: pointer;
            border-radius: 50%;
        }

            .policy-text .hd li.on {
                background-color: rgba(255,147,0,1);
            }

    .policy-text .bd {
        overflow: hidden;
    }

        .policy-text .bd ul {
            width: 1240px
        }

            .policy-text .bd ul li {
                margin-right: 40px;
                float: left;
                width: 580px;
                _display: inline;
                overflow: hidden;
            }

.policy-text-title {
    overflow: hidden;
    max-height: 48px;
    font-size: 18px;
    line-height: 24px;
}

    .policy-text-title a {
        color: #333333;
    }

        .policy-text-title a:hover {
            color: #1f71e0;
        }

.policy-text-describe {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.policy-text-date {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

    .policy-text-date .icon {
        margin-right: 5px;
    }

.area-banner {
    height: 400px;
    background: no-repeat center;
    background-size: cover;
}

.channel-details-box {
    position: relative;
}

.channel-details-title {
    background: url("../images/line2.png") repeat-x 0 center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
}

.channel-details-title-bg {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
}

.channel-details-title span {
    display: inline-block;
    width: 44px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 1px;
}

    .channel-details-title span.text1 {
        background: url("../images/word-bg1.png") no-repeat;
    }

    .channel-details-title span.text2 {
        background: url("../images/word-bg2.png") no-repeat;
    }

.white-main {
    background-color: #fff;
}

.channel-details-box .anchor-box {
    top: 45px;
}

    .channel-details-box .anchor-box.fixed {
        top: 0;
    }

.channel-details-box .news-details-write {
    padding-top: 0;
    font-size: 18px;
    line-height: 42px;
}
/*区人才频道end*/

/*个人中心*/
.login-info {
    float: right;
    font-size: 14px;
    line-height: 50px;
}

    .login-info span em {
        color: #d4864c;
        font-size: 16px;
    }

    .login-info > i {
        margin: 0 5px;
        color: #ddd;
        font-size: 16px;
    }

    .login-info a {
        cursor: pointer;
    }

        .login-info a .icon {
            font-size: 14px;
            margin-right: 3px;
        }

.my-menu {
    float: left;
    width: 238px;
    margin-top: 22px;
}

    .my-menu ul {
        border: 1px solid #e8e8e8;
        background-color: #fff;
    }

        .my-menu ul li {
            font-size: 16px;
            color: #333;
            height: 56px;
            line-height: 56px;
            padding: 0 40px 0 30px;
            border-top: #e6e6e6 solid 1px;
            position: relative;
        }

            .my-menu ul li:first-child {
                border-top: none;
            }

            .my-menu ul li .icon {
                margin-right: 18px;
                font-size: 18px;
            }

            .my-menu ul li a {
                display: block;
                cursor: pointer;
            }

            .my-menu ul li.active {
                color: #fff;
                background-color: #0061ce;
            }

                .my-menu ul li.active a {
                    color: #fff;
                }

                .my-menu ul li.active .icon-you {
                    color: #fff;
                }

            .my-menu ul li .icon-you {
                color: #7a7a7a;
                font-size: 14px;
                position: absolute;
                right: 30px;
                top: 50%;
                transform: translateY(-50%);
                margin-right: 0;
            }

.my-center {
    float: left;
    width: 616px;
    margin: 20px 0 0 16px;
}

.my-card {
    border: #e8e8e8 solid 1px;
    background-color: #fff;
}

.my-card-body {
    padding: 16px;
}

.my-information {
    overflow: hidden;
    float: left;
    width: 530px;
}

.my-information-img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    margin-right: 25px;
}

.my-information-write {
    float: left;
    width: 445px;
}

.my-information-name {
    font-size: 20px;
    margin-top: 15px;
}

.my-information-company {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.my-card-head {
    overflow: hidden;
    padding: 12px 16px;
    border-bottom: #e8e8e8 solid 1px;
}

.my-card-head-title {
    font-size: 18px;
    float: left;
}

.my-card-more {
    font-size: 16px;
    float: right;
    color: #0061ce;
    border: #0061ce solid 1px;
    height: 24px;
    padding: 0 10px;
    line-height: 26px;
    cursor: pointer;
    background-color: #ebf3fb;
}

    .my-card-more:hover {
        color: #fff;
        background-color: #0061ce;
    }

.my-activity-list li {
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

    .my-activity-list li:last-child {
        border-bottom: none;
    }

.my-activity-img {
    float: left;
    width: 130px;
    height: 100px;
    margin-right: 16px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 4px;
}

.my-activity-content {
    float: left;
    width: 436px;
}

.my-activity-title {
    font-size: 18px;
}

    .my-activity-title a {
        color: #000;
        cursor: pointer;
    }

        .my-activity-title a:hover {
            color: #0061ce;
        }

.my-activity-type {
    font-size: 14px;
    color: #666;
}

    .my-activity-type span {
        color: #999;
    }

.my-card-small .my-card-body {
    padding: 6px 16px;
}

.my-right {
    float: right;
    width: 300px;
    margin-top: 16px;
}

.my-news-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

    .my-news-list li:last-child {
        border-bottom: none;
    }

.my-news-title a {
    font-size: 14px;
    color: #666;
}

.my-news-type {
    overflow: hidden;
}

.my-news-date {
    float: left;
    color: #999;
    font-size: 14px;
}

    .my-news-date .icon {
        font-size: 14px;
        margin-right: 3px;
    }

.my-news-tag {
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #e6f7ff;
    border-radius: 4px;
    color: #0061ce;
    border: #0061ce solid 1px;
}

.hot-line {
    font-size: 14px;
    color: #666;
}

    .hot-line span {
        color: #333;
    }

    .hot-line .icon {
        font-size: 14px;
        margin-right: 3px;
    }

.my-content {
    float: right;
    width: 930px;
    margin-top: 22px;
}

.my-info-card .my-card-body {
    padding: 15px 0 15px 30px;
}

.my-center-nav {
    float: right;
}

.my-center-item {
    float: left;
    width: 80px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

    .my-center-item:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 24px;
        background-color: #66a0e2;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .my-center-item:first-child:before {
        display: none;
    }

.my-center-item-number {
    font-size: 24px;
    color: #0061ce;
}

.my-center-item-text {
    font-size: 18px;
    color: #333;
}

.my-notice-card {
    border: #e6e6e6 solid 1px;
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
}

.my-notice-name {
    float: left;
    font-size: 20px;
    color: #333;
    width: 100px;
    margin-right: 10px;
    line-height: 26px;
}

.my-notice-content {
    float: left;
    width: 660px;
    position: relative;
    padding-left: 30px;
}

    .my-notice-content .icon-tongzhi {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #3381d8;
        font-size: 22px;
    }

.my-notice-card .my-card-more {
    float: right;
}

.my-notice-scoll {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .my-notice-scoll .bd {
        overflow: hidden;
    }

    .my-notice-scoll ul li {
        height: 26px;
        line-height: 26px;
        font-size: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .my-notice-scoll ul li a {
            color: #333;
        }

            .my-notice-scoll ul li a:hover {
                color: #3381d8;
            }

.mt22 {
    margin-top: 22px;
}

.my-center-activity .my-card-head {
    padding: 22px 30px;
}

.my-center-activity .my-card-head-title {
    font-size: 20px;
}

.my-center-activity .my-card-body {
    padding: 24px 30px 30px;
}

.small-activity-list {
    margin-top: 0
}

    .small-activity-list li {
        width: 268px;
        height: 214px;
        margin-right: 29px;
    }

    .small-activity-list .activity-img {
        height: 145px;
    }

    .small-activity-list .activity-title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .small-activity-list .activity-addr {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .small-activity-list .activity-addr .icon {
            font-size: 13px;
        }

    .small-activity-list .activity-date {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .small-activity-list .activity-date .icon {
            font-size: 13px;
        }

    .small-activity-list .activity-img span {
        padding: 0 15px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
/*个人中心end*/

/*我的消息*/
.my-center-content {
    float: right;
    width: 932px;
    margin-top: 20px;
}

.my-info-list li {
    padding: 15px 0;
    border-bottom: #e8e8e8 solid 1px;
}

.my-info-title a {
    font-size: 18px;
    color: #333;
}

    .my-info-title a:hover {
        color: #0061ce;
    }

.info-tag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #e6f7ff;
    border-radius: 4px;
    color: #0061ce;
    border: #0061ce solid 1px;
    font-size: 13px;
}

.my-info-type {
    font-size: 14px;
    color: #666;
}

.my-info-date {
    font-size: 14px;
    color: #999;
}

.new-my-info-list > ul > li {
    padding: 15px 30px;
    border-bottom: #e6e6e6 solid 1px
}

.new-my-info-list .my-info-date {
    text-align: center
}

    .new-my-info-list .my-info-date span {
        background-color: #eee;
        color: #666;
        line-height: 22px;
        padding: 0 12px;
        display: inline-block;
        vertical-align: top;
        border-radius: 3px
    }

.new-my-info-list .my-info-name {
    font-size: 16px
}

    .new-my-info-list .my-info-name .icon {
        color: #227cd4;
        margin-right: 5px;
        font-size: 18px;
    }

.new-my-info-list .my-info-type {
    overflow: hidden;
    margin-top: 5px
}

.new-my-info-list .my-info-describe {
    float: left;
    max-width: 750px;
    color: #777
}

.new-my-info-list .my-info-btn {
    float: right
}

    .new-my-info-list .my-info-btn a {
        color: #227cd4;
        cursor: pointer
    }

    .new-my-info-list .my-info-btn .icon {
        font-size: 12px;
        margin-left: 4px;
        display: inline-block;
        transition: all 0.25s
    }

.info-down {
    border-top: #e6e6e6 dashed 1px;
    margin-top: 10px;
    display: none;
}

    .info-down .comment-item {
        margin-bottom: 5px;
    }

.new-my-info-list .my-info-btn a.active .icon {
    transform: rotate(-180deg)
}
/*我的消息end*/

/*我的收藏*/
.my-card-link {
    border-bottom: #e8e8e8 solid 1px;
    line-height: 52px;
    padding: 0 16px;
    overflow: hidden;
}

    .my-card-link a {
        display: block;
        float: left;
        height: 52px;
        margin-right: 32px;
        font-size: 18px;
        cursor: pointer;
        position: relative;
    }

        .my-card-link a:hover {
            color: #0061ce;
        }

        .my-card-link a.active {
            color: #0061ce;
        }

            .my-card-link a.active:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background-color: #0061ce;
            }

.my-card-panel {
    display: none;
}

    .my-card-panel:first-child {
        display: block;
    }

.my-hd-list li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: #e8e8e8 solid 1px;
}

.my-hd-img {
    float: left;
    width: 290px;
    height: 185px;
    margin-right: 15px;
    background: no-repeat center;
    background-size: cover;
}

.my-hd-content {
    float: left;
    width: 590px;
}

.my-hd-title a {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

    .my-hd-title a:hover {
        color: #0061ce;
    }

.my-hd-type {
    font-size: 14px;
    color: #666;
}

    .my-hd-type span {
        color: #999;
    }

.my-hd-btn a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #0061ce;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

    .my-hd-btn a:hover {
        background-color: #0270ec;
    }

.news-list.small .news-item-title {
    font-size: 18px;
}

.space-list.small .space-item-content {
    width: 568px;
}

.space-list.small .space-item-img {
    margin-right: 20px;
    height: 200px;
    width: 300px;
}

.space-list.small .space-item-tag {
    margin-top: 10px;
}

.space-list.small li {
    padding: 20px 0;
}

.institutions-list.small .institutions-content {
    width: 596px;
    margin-left: 20px;
}

.institutions-list.small .institutions-title {
    font-size: 20px;
}

.institutions-list.small .institutions-tag em {
    margin-right: 5px;
}

.institutions-list.small li {
    padding: 20px 0;
    border: none;
    border-bottom: #e8e8e8 solid 1px;
    margin-bottom: 0;
}

.institutions-list.small .institutions-describe {
    margin-top: 5px;
}

.institutions-list.small .institutions-img {
    width: 280px;
    height: 200px;
}
/*我的收藏end*/

/*我的活动*/
.my-move-list li {
    padding-bottom: 25px;
    position: relative;
}

    .my-move-list li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #e8e8e8;
        left: 11px;
        top: 5px;
    }

.my-move-title {
    font-size: 16px;
    color: #333;
}

    .my-move-title .title-arrow {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 12px;
        color: #fff;
        border-radius: 50%;
        background-color: #0061ce;
        margin-right: 5px;
        position: relative;
        z-index: 2;
    }

    .my-move-title a {
        color: #0061ce;
        cursor: pointer;
    }

.my-move-content {
    overflow: hidden;
    margin-top: 12px;
    padding-left: 30px;
}

.my-move-img {
    width: 290px;
    height: 182px;
    margin-right: 15px;
    float: left;
    background: no-repeat center;
    background-size: cover;
}

.my-move-write {
    float: left;
    width: 510px;
}

.my-move-type {
    font-size: 14px;
    color: #666;
}

    .my-move-type span {
        color: #999;
    }

.tag-state1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    background-color: #e6f7ff;
    border-radius: 4px;
    color: #0061ce !important;
    border: #0061ce solid 1px;
    font-size: 13px;
}

.tag-state2 {
    display: inline-block;
    padding: 0 7px;
    background-color: #929191;
    border-radius: 4px;
    color: #fff !important;
    border: #929191 solid 1px;
    font-size: 13px;
}
/*我的活动end*/

/*账号设置*/
.head-portrait {
    text-align: center;
    margin-top: 20px;
}

.head-portrait-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: #e8e8e8 solid 1px;
    position: relative;
}

    .head-portrait-img .up-load {
        background: no-repeat center;
        background-size: cover;
        height: 100%;
        width: 100%;
        display: block;
        border-radius: 50%;
    }

.head-portrait-text {
    font-size: 14px;
    color: #999;
}

    .head-portrait-text span {
        color: #f00;
    }

.custom-btn.layui-btn {
    background-color: #0061ce;
    padding: 0 30px;
}

.user-form .layui-inline {
    float: left;
    width: 50%;
    margin-right: 0;
}

.user-form .layui-form-item .layui-input-inline {
    width: 300px;
}

.phone-form {
    width: 700px;
    margin: 30px auto;
}

    .phone-form .layui-form-label i {
        color: #f00;
        margin-right: 3px;
    }

.layui-btn-primary:hover {
    border-color: #0061ce;
}
/*账号设置end*/

/*活动日历*/
input.retrieve-btn::-webkit-input-placeholder {
    color: #fe6600;
}

input.retrieve-btn:hover::-webkit-input-placeholder {
    color: #fff;
}

.laydate-theme-calendar-date.layui-laydate {
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.laydate-theme-calendar-date .layui-laydate-header {
    border-bottom: none;
    width: 70%;
    margin: 0 auto;
}

.laydate-theme-calendar-date .layui-laydate-content {
    padding-top: 0;
}

.laydate-theme-calendar-date.layui-laydate td.layui-this {
    background-color: transparent !important
}

.laydate-theme-calendar-date.layui-laydate li.layui-this {
    background-color: #0061ce !important
}

.laydate-theme-calendar-date.layui-laydate td.layui-this:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #7ab4f6;
}

.laydate-theme-calendar-date .layui-laydate-content td:hover {
    background-color: transparent;
}

.laydate-theme-calendar-date .layui-laydate-content td:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
}

.laydate-theme-calendar-date .layui-laydate-content td:hover:after {
    background-color: #eaeaea;
}

.laydate-theme-calendar-date .layui-laydate-content td:hover {
    background-color: transparent;
}

.laydate-theme-calendar-date .layui-laydate-header i:hover, .laydate-theme-calendar-date .layui-laydate-header span:hover {
    color: #0061ce;
}

.laydate-theme-calendar-date .layui-laydate-content td, .layui-laydate-content th {
    width: 50px;
    height: 36px;
    line-height: 36px;
    padding: 0 7px;
}

.laydate-theme-calendar-date .laydate-day-mark {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0061ce;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 36px;
    font-size: 16px;
}

    .laydate-theme-calendar-date .laydate-day-mark:after {
        opacity: 0;
    }

.laydate-theme-calendar-date .layui-laydate-main {
    width: 380px;
    padding-top: 10px;
}

.laydate-theme-calendar-date .laydate-set-ym span:nth-child(2) {
    color: #0061ce;
}

.layui-laydate-footer span:hover {
    color: #0061ce !important;
}

.laydate-theme-calendar-date .layui-laydate-content td:first-child {
    color: #fe6600;
}

.laydate-theme-calendar-date .layui-laydate-content td.laydate-day-next, .laydate-theme-calendar-date .layui-laydate-content td.laydate-day-prev {
    color: #d2d2d2;
}
/*活动日历end*/

/*活动地图*/
.activity-map {
    width: 1200px;
    height: 770px;
    display: none;
}

    .activity-map .map {
        width: 100%;
        height: 100%;
    }

.activity-map-marker {
    width: 40px;
    height: 40px;
}

    .activity-map-marker:hover .maker-down {
        display: block;
    }

.maker-img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .maker-img .icon-img {
        width: 100%;
        height: 100%
    }

    .maker-img .bg-img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        object-fit: cover;
    }

.maker-down {
    background-color: #fff;
    box-shadow: #a2a2a2 0 0 5px;
    border-radius: 4px;
    z-index: 1;
    padding: 10px;
    position: absolute;
    width: 240px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: none;
}

    .maker-down:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -8px;
        width: 0;
        height: 0;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-top: solid 8px #fff;
    }

.maker-down-img {
    width: 100%;
    height: 120px;
    background: no-repeat center;
    background-size: cover;
}

.maker-down-title {
    font-size: 13px;
    margin-top: 5px;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.maker-down-type {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .maker-down-type .icon {
        font-size: 12px;
        margin-right: 2px;
    }

.marker-ring {
    background: #f89230;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .marker-ring p {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -21px;
        margin-top: -21px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        animation: myfirst 4s infinite;
        border: 2px solid #f89230;
        opacity: 0;
    }

    .marker-ring span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        animation: myfirst 2s infinite;
        border: 2px solid #f89230;
        opacity: 0;
    }

@-moz-keyframes myfirst {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes myfirst {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes myfirst {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 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;
}

.iScrollIndicator {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
/*滚动条end*/

/*区人才频道*/
.fix-nav {
    position: fixed;
    right: 15px;
    top: 75%;
    transform: translateY(-50%);
    display: none;
    z-index: 100;
}

.fix-nav-top {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    line-height: 50px;
    background-color: #fff;
    width: 60px;
    height: 55px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    color: #333333;
}

    .fix-nav-top .icon {
        font-size: 34px;
    }

    .fix-nav-top div {
        font-size: 14px;
    }

.fix-nav li {
    position: relative;
    margin-bottom: 12px;
}

    .fix-nav li:last-child {
        margin-bottom: 0;
    }

.fix-nav-down {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0;
    display: none;
}

.fix-nav-content {
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(3, 3, 3, 0.13);
    position: relative;
    padding: 10px;
}

    .fix-nav-content a {
        white-space: nowrap;
        font-size: 16px;
        color: #0061ce;
    }

    .fix-nav-content:after {
        content: "";
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
        border-left: #fff solid 6px;
    }

.fix-nav li:hover .fix-nav-top {
    background-color: #0061ce;
    color: #fff;
    border-color: #0061ce;
}

.fix-nav li:hover .fix-nav-down {
    display: block
}
/*区人才频道end*/

/*人才一网通查*/
.rc-service-list ul {
    width: 1220px;
}

.rc-service-list li {
    background: no-repeat center #fff;
    width: 590px;
    height: 240px;
    margin: 0 20px 20px 0;
    box-shadow: 0 4px 8px 0 rgba(30, 67, 114, 0.23);
    float: left;
    position: relative;
    overflow: hidden;
}

    .rc-service-list li:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 6px;
        background-color: #f49f0b
    }

.rc-service-list .bd {
    position: relative;
    padding: 36px 30px 0 30px;
    overflow: hidden
}

    .rc-service-list .bd > img {
        float: left;
        display: block
    }

    .rc-service-list .bd .word {
        float: left;
        margin-left: 20px;
        width: 360px;
        padding-top: 12px
    }

        .rc-service-list .bd .word a {
            display: inline-block
        }

        .rc-service-list .bd .word p {
            font-size: 18px;
            color: #333;
            padding-top: 22px
        }

.rc-service-list .fd {
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 70px;
    padding-left: 177px
}

    .rc-service-list .fd a {
        line-height: 70px;
        display: inline-block
    }

        .rc-service-list .fd a span {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            color: #f49f0b
        }

        .rc-service-list .fd a i {
            position: relative;
            top: -2px;
            display: inline-block;
            vertical-align: middle;
            font-size: 28px;
            margin-left: 20px
        }

.rc-service-list .nmb {
    position: absolute;
    right: 40px;
    bottom: 9px;
    font-size: 54px;
    font-weight: lighter;
    color: #fef3e1
}

.rc-service-list .cool {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff
}

    .rc-service-list .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
    }

        .rc-service-list .cool .cool-bubble .icon {
            color: #fff
        }

    .rc-service-list .cool .cool1-img1 {
        position: absolute;
        bottom: 12px;
        left: 78px
    }

    .rc-service-list .cool .cool1-img2 {
        position: absolute;
        top: 24px;
        left: 197px;
        z-index: 1
    }

    .rc-service-list .cool .cool1-bubble1 {
        position: absolute;
        left: 38px;
        top: 17px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble1 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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
        }

    .rc-service-list .cool .cool1-bubble2 {
        position: absolute;
        left: 124px;
        top: 60px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble2 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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
        }

    .rc-service-list .cool .cool1-bubble3 {
        position: absolute;
        left: 25px;
        bottom: 60px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble3 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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
        }

    .rc-service-list .cool .cool1-bubble4 {
        position: absolute;
        right: 127px;
        top: 63px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble4 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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
        }

    .rc-service-list .cool .cool1-bubble5 {
        position: absolute;
        right: 41px;
        top: 21px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble5 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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
        }

    .rc-service-list .cool .cool1-bubble6 {
        position: absolute;
        right: 40px;
        bottom: 60px;
        text-align: center
    }

        .rc-service-list .cool .cool1-bubble6 .text {
            display: block;
            font-size: 14px;
            color: #555;
            padding-top: 5px
        }

        .rc-service-list .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)
    }
}

.rc-service-list .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
}

    .rc-service-list .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
    }

    .rc-service-list .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)
    }
}

.rc-service-list .cool.type2 {
    background: url(../images/images/cool-bg2.png) no-repeat;
    background-size: cover
}

.rc-service-list .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)
    }
}

.rc-service-list .cool .loader {
    width: 221px;
    height: 221px;
    font-size: 10px;
    position: absolute;
    left: 23px;
    top: 10px
}

    .rc-service-list .cool .loader .face {
        position: absolute;
        border-radius: 50%;
        border-style: solid;
        animation: animate 5s linear infinite;
        z-index: 1
    }

        .rc-service-list .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
        }

        .rc-service-list .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
        }

        .rc-service-list .cool .loader .face .circle {
            position: absolute;
            width: 50%;
            height: .1em;
            top: 50%;
            left: 50%;
            background-color: transparent;
            transform: rotate(var(--deg));
            transform-origin: left
        }

            .rc-service-list .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)
    }
}

.rc-service-list .cool .cool2-img2 {
    position: absolute;
    left: 24px;
    top: 11px;
    z-index: 1
}

.rc-service-list .cool .cool2-box1 {
    position: absolute;
    left: 226px;
    top: 22px;
    height: 48px
}

    .rc-service-list .cool .cool2-box1 > img {
        float: left;
        display: block;
        margin-top: 24px
    }

    .rc-service-list .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
    }

    .rc-service-list .cool .cool2-box1 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px
    }

    .rc-service-list .cool .cool2-box1:after {
        content: "";
        display: table;
        clear: both
    }

.rc-service-list .cool .cool2-box2 {
    position: absolute;
    left: 244px;
    top: 99px;
    height: 48px
}

    .rc-service-list .cool .cool2-box2 > img {
        float: left;
        display: block;
        margin-top: 24px
    }

    .rc-service-list .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
    }

    .rc-service-list .cool .cool2-box2 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px
    }

    .rc-service-list .cool .cool2-box2:after {
        content: "";
        display: table;
        clear: both
    }

.rc-service-list .cool .cool2-box3 {
    position: absolute;
    left: 223px;
    top: 178px;
    height: 48px
}

    .rc-service-list .cool .cool2-box3 > img {
        float: left;
        display: block;
        margin-top: 3px
    }

    .rc-service-list .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
    }

    .rc-service-list .cool .cool2-box3 .text {
        display: inline-block;
        font-size: 16px;
        color: #666;
        letter-spacing: 2px;
        line-height: 48px;
        padding-left: 10px
    }

    .rc-service-list .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)
    }
}

.rc-service-list .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
    }
}

.rc-service-list .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)
}

.rc-service-list .cool .letter {
    animation: bounce1 .75s cubic-bezier(.05, 0, .2, 1) infinite alternate;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    margin-top: .2em
}

    .rc-service-list .cool .letter:nth-child(1) {
        animation-delay: 0s
    }

    .rc-service-list .cool .letter:nth-child(2) {
        animation-delay: .08333333s
    }

    .rc-service-list .cool .letter:nth-child(3) {
        animation-delay: .16666667s
    }

    .rc-service-list .cool .letter:nth-child(4) {
        animation-delay: .25s
    }

    .rc-service-list .cool .letter:nth-child(5) {
        animation-delay: .33333333s
    }

    .rc-service-list .cool .letter:nth-child(6) {
        animation-delay: .41666667s
    }

@keyframes bounce1 {
    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
    }
}

.rc-service-list .cool .cool2-xian1 {
    position: absolute;
    left: 22px;
    top: 57px;
    animation: toup 7s linear infinite
}

.rc-service-list .cool .cool2-xian2 {
    position: absolute;
    left: 48px;
    bottom: 43px;
    animation: toup 6.5s linear infinite
}

.rc-service-list .cool .cool2-xian3 {
    position: absolute;
    left: 130px;
    top: 0;
    animation: toup 5s linear infinite
}

.rc-service-list .cool .cool2-xian4 {
    position: absolute;
    left: 120px;
    bottom: 90px;
    animation: todown 6s linear infinite
}

.rc-service-list .cool .cool2-xian5 {
    position: absolute;
    left: 217px;
    bottom: 26px;
    animation: todown 5s linear infinite
}

.rc-service-list .cool .cool2-xian6 {
    position: absolute;
    right: 110px;
    bottom: 40px;
    animation: todown 7s linear infinite
}

.rc-service-list .cool .cool2-xian7 {
    position: absolute;
    right: 28px;
    top: 23px;
    animation: toup 8s linear infinite
}

.rc-service-list .cool .cool2-xian8 {
    position: absolute;
    right: 13px;
    top: 137px;
    animation: toup 9s linear infinite
}

.rc-service-list .cool .cool2-xian9 {
    position: absolute;
    left: 100px;
    top: 137px;
    animation: toup 7s linear infinite
}

.rc-service-list .cool .cool2-xian10 {
    position: absolute;
    left: 150px;
    top: 137px;
    animation: toup 5s linear infinite
}

.rc-service-list .cool .cool2-xian11 {
    position: absolute;
    right: 191px;
    top: 137px;
    animation: toup 8s linear infinite
}

.rc-service-list .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)
    }
}

.rc-service-list li.li2:after {
    background-color: #2fd296
}

.rc-service-list li.li2 .fd a span {
    color: #25c188
}

.rc-service-list li.li2 .nmb {
    color: #e6f9f2
}

.rc-service-list li.li3:after {
    background-color: #e17b7b
}

.rc-service-list li.li3 .fd a span {
    color: #e17b7b
}

.rc-service-list li.li3 .nmb {
    color: #fcf3f3
}

.rc-service-list li.li4:after {
    background-color: #75cbf1
}

.rc-service-list li.li4 .fd a span {
    color: #75cbf1
}

.rc-service-list li.li4 .nmb {
    color: #ebf8fe
}

.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
}

.cool3-img {
    position: absolute;
    left: 216px;
    top: 40px;
}

.type3 {
    background: no-repeat center;
    background-size: cover;
}

.rc-service-list .cool .cool3-bubble1 {
    position: absolute;
    left: 48px;
    top: 128px;
    text-align: center
}

    .rc-service-list .cool .cool3-bubble1 .text {
        display: block;
        font-size: 14px;
        color: #555;
        padding-top: 5px
    }

    .rc-service-list .cool .cool3-bubble1 .cool-bubble {
        width: 28px;
        height: 28px;
        background-color: rgba(163,94,221,0.6);
        border: 8px solid rgba(210,158,255,0.2);
        animation: qiqiu2 3s ease-in-out infinite;
        animation-direction: alternate
    }

.rc-service-list .cool .cool3-bubble2 {
    position: absolute;
    left: 120px;
    top: 35px;
    text-align: center
}

    .rc-service-list .cool .cool3-bubble2 .text {
        display: block;
        font-size: 14px;
        color: #555;
        padding-top: 5px
    }

    .rc-service-list .cool .cool3-bubble2 .cool-bubble {
        background-color: #3587ee;
        border: 8px solid rgba(40, 141, 255, 0.2);
        animation: qiqiu3 3s ease-in-out infinite;
        animation-direction: alternate
    }

.rc-service-list .cool .cool3-bubble3 {
    position: absolute;
    left: 427px;
    top: 70px;
    text-align: center
}

    .rc-service-list .cool .cool3-bubble3 .text {
        display: block;
        font-size: 14px;
        color: #555;
        padding-top: 5px
    }

    .rc-service-list .cool .cool3-bubble3 .cool-bubble {
        width: 28px;
        height: 28px;
        background-color: rgba(244,122,41,0.6);
        border: 8px solid rgba(255, 183, 136, 0.2);
        animation: qiqiu1 3s ease-in-out infinite;
        animation-direction: alternate
    }

.rc-service-list .cool .cool3-bubble4 {
    position: absolute;
    left: 500px;
    top: 26px;
    text-align: center
}

    .rc-service-list .cool .cool3-bubble4 .text {
        display: block;
        font-size: 14px;
        color: #555;
        padding-top: 5px
    }

    .rc-service-list .cool .cool3-bubble4 .cool-bubble {
        background-color: rgba(96,197,61,0.6);
        border: 8px solid rgba(72, 213, 23, 0.2);
        animation: qiqiu2 3s ease-in-out infinite;
        animation-direction: alternate
    }

.rc-service-list .cool .cool3-bubble5 {
    position: absolute;
    left: 502px;
    top: 139px;
    text-align: center
}

    .rc-service-list .cool .cool3-bubble5 .text {
        display: block;
        font-size: 14px;
        color: #555;
        padding-top: 5px
    }

    .rc-service-list .cool .cool3-bubble5 .cool-bubble {
        background-color: rgba(60,191,199,0.6);
        border: 8px solid rgba(60,191,199,0.2);
        animation: qiqiu1 3s ease-in-out infinite;
        animation-direction: alternate
    }

.cool3-lin1 {
    position: absolute;
    left: 210px;
    top: 100px;
    animation: todown 6s linear infinite
}

.cool3-lin2 {
    position: absolute;
    left: 400px;
    top: 100px;
    animation: todown 5s linear infinite
}

.cool3-lin3 {
    position: absolute;
    left: 560px;
    top: 60px;
    animation: todown 7s linear infinite
}

.cool3-lin4 {
    position: absolute;
    left: 30px;
    top: 80px;
    animation: toup 7s linear infinite
}

.cool3-lin5 {
    position: absolute;
    left: 130px;
    top: 80px;
    animation: toup 5s linear infinite
}

.cool3-lin6 {
    position: absolute;
    left: 460px;
    top: 120px;
    animation: toup 8s linear infinite
}

.type4 {
    background: no-repeat center;
    background-size: cover;
}

.cool4-img {
    position: absolute;
    left: 404px;
    top: 90px;
}

.cool4-btn {
    position: absolute;
    left: 387px;
    top: 26px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border: #3587ee solid 1px;
    font-size: 18px;
    color: #3587ee;
    border-radius: 8px;
    background-color: #ecf7ff;
}

.rc-service-list .cool .cool4-bubble1 {
    position: absolute;
    left: 55px;
    top: 34px;
    text-align: center;
}

    .rc-service-list .cool .cool4-bubble1 .text {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        margin-left: 5px;
    }

    .rc-service-list .cool .cool4-bubble1 .cool-bubble {
        width: 30px;
        height: 30px;
        background-color: rgba(163,94,221,0.6);
        border: 8px solid rgba(210,158,255,0.2);
        animation: around 3s ease-in-out infinite
    }

.rc-service-list .cool .cool4-bubble2 {
    position: absolute;
    left: 206px;
    top: 34px;
    text-align: center;
}

    .rc-service-list .cool .cool4-bubble2 .text {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        margin-left: 5px;
    }

    .rc-service-list .cool .cool4-bubble2 .cool-bubble {
        width: 30px;
        height: 30px;
        background-color: #3587ee;
        border: 8px solid rgba(40, 141, 255, 0.2);
        animation: around 3s ease-in-out infinite
    }

.rc-service-list .cool .cool4-bubble3 {
    position: absolute;
    left: 55px;
    top: 100px;
    text-align: center;
}

    .rc-service-list .cool .cool4-bubble3 .text {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        margin-left: 5px;
    }

    .rc-service-list .cool .cool4-bubble3 .cool-bubble {
        width: 30px;
        height: 30px;
        background-color: rgba(244,122,41,0.6);
        border: 8px solid rgba(255, 183, 136, 0.2);
        animation: around 3s ease-in-out infinite
    }

.rc-service-list .cool .cool4-bubble4 {
    position: absolute;
    left: 206px;
    top: 100px;
    text-align: center;
}

    .rc-service-list .cool .cool4-bubble4 .text {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        margin-left: 5px;
    }

    .rc-service-list .cool .cool4-bubble4 .cool-bubble {
        width: 30px;
        height: 30px;
        background-color: rgba(96,197,61,0.6);
        border: 8px solid rgba(72, 213, 23, 0.2);
        animation: around 3s ease-in-out infinite
    }

.rc-service-list .cool .cool4-bubble5 {
    position: absolute;
    left: 55px;
    top: 168px;
    text-align: center;
}

    .rc-service-list .cool .cool4-bubble5 .text {
        display: inline-block;
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        margin-left: 5px;
    }

    .rc-service-list .cool .cool4-bubble5 .cool-bubble {
        width: 30px;
        height: 30px;
        background-color: rgba(60,191,199,0.6);
        border: 8px solid rgba(60,191,199,0.2);
        animation: around 3s ease-in-out infinite
    }

.fix-code {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.close-code {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #0061ce;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
    z-index: 10;
}

.fix-code-icon {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    background-color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 8px;
    cursor: pointer;
    color: #2787ff;
    display: none;
}

    .fix-code-icon .icon {
        font-size: 24px;
    }

.fix-code li {
    position: relative;
    margin-bottom: 12px;
}

    .fix-code li:last-child {
        margin-bottom: 0;
    }

.fix-code-down {
    background-color: #fff;
    padding: 20px 12px;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    width: 140px;
    text-align: center;
}

.fix-code li:hover .fix-code-down {
    display: block
}

.fix-code-tips {
    font-size: 12px;
}

.fix-code-img {
    margin-top: 10px;
}
/*人才一网通查end*/

/*上海有哪些人才政策*/
.policy-link a {
    width: 253px;
    margin-left: 20px;
    height: 110px;
    padding: 40px 0 0 30px;
    opacity: 0.8;
    border-color: #e4dfdf;
}

    .policy-link a:first-child {
        margin-left: 0;
    }

    .policy-link a:hover {
        opacity: 1;
    }

    .policy-link a.active {
        opacity: 1;
    }

.policy-link .service-link-cn {
    line-height: 1.4
}

.talent-content {
    position: relative;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0 5px 10px 0 rgba(225, 231, 238, 0.76);
    margin-top: 30px;
}

.talent-border {
    background-color: #fff;
    border: 1px solid #ddd;
}

.talent-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: #fffaf6;
    padding: 0 40px;
    color: #ff7112;
    font-size: 18px
}

.talent-scroll {
    position: relative;
    margin: 50px 60px
}

    .talent-scroll .hd {
        position: absolute;
        top: -86px;
        right: -24px
    }

        .talent-scroll .hd ul li {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #dcdcdc;
            overflow: hidden;
            text-indent: 100em;
            cursor: pointer;
            margin-right: 5px
        }

            .talent-scroll .hd ul li.on {
                background-color: #ff8c40
            }

    .talent-scroll .bd ul li {
        position: relative;
        overflow: hidden
    }

        .talent-scroll .bd ul li .row {
            float: left;
            width: 278px;
            height: 160px;
            padding: 40px;
            text-align: center;
            border-top: 1px solid #dcdfe4;
            border-right: 1px solid #dcdfe4;
            transition: all .5s
        }

            .talent-scroll .bd ul li .row .icon {
                display: inline-block;
                font-size: 50px;
                color: #2c7dbe;
                line-height: 1;
                animation-duration: .8s;
                animation-fill-mode: both
            }

            .talent-scroll .bd ul li .row .title {
                display: block;
                padding: 10px 0;
                font-size: 18px
            }

            .talent-scroll .bd ul li .row p {
                text-align: left;
                font-size: 16px;
                color: #666
            }

            .talent-scroll .bd ul li .row:nth-of-type(3n) {
                border-right: none
            }

            .talent-scroll .bd ul li .row:nth-of-type(1) {
                border-top: none
            }

            .talent-scroll .bd ul li .row:nth-of-type(2) {
                border-top: none
            }

            .talent-scroll .bd ul li .row:nth-of-type(3) {
                border-top: none
            }

            .talent-scroll .bd ul li .row:hover {
                background-color: #f9fafd;
                box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
                border-color: #f9fafd
            }

                .talent-scroll .bd ul li .row:hover .icon {
                    -webkit-backface-visibility: visible !important;
                    backface-visibility: visible !important;
                    animation-name: flipInY
                }

                .talent-scroll .bd ul li .row:hover .title span {
                    display: inline-block;
                    position: relative;
                }

                    .talent-scroll .bd ul li .row:hover .title span:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                        background-color: #0784dc;
                    }

            .talent-scroll .bd ul li .row:nth-of-type(1) .icon {
                animation: around2 3.5s ease-in-out infinite
            }

            .talent-scroll .bd ul li .row:nth-of-type(2) .icon {
                animation: qiqiu2 3s ease-in-out infinite;
                animation-direction: alternate
            }

            .talent-scroll .bd ul li .row:nth-of-type(3) .icon {
                animation: around2 3s ease-in-out infinite
            }

            .talent-scroll .bd ul li .row:nth-of-type(4) .icon {
                animation: qiqiu2 2.5s ease-in-out infinite;
                animation-direction: alternate
            }

            .talent-scroll .bd ul li .row:nth-of-type(5) .icon {
                animation: around2 4s ease-in-out infinite
            }

            .talent-scroll .bd ul li .row:nth-of-type(6) .icon {
                animation: qiqiu2 2s ease-in-out infinite;
                animation-direction: alternate
            }

            .talent-scroll .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)
    }
}
/*上海有哪些人才政策end*/

/*如何快速查找政策*/
.find-border {
    border: #e4dfdf solid 1px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(225, 231, 238, 0.76);
    border-radius: 0 0 4px 4px;
}

.choose-result {
    position: relative;
    height: 48px;
    line-height: 48px;
    background-color: #f5faff;
    font-size: 18px;
    color: #3f4f5f;
    padding: 0 35px;
    border-bottom: #e4dfdf solid 1px;
    overflow: hidden;
}

    .choose-result span {
        display: inline-block;
        color: #ff7112;
        padding: 0 5px;
        font-size: 22px;
    }

    .choose-result .choose-result-name {
        float: left;
    }

.back-flip {
    float: right;
    color: #ff7112;
    font-size: 26px;
    border: #ff7112 solid 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-top: 8px;
}

.main-box-bd {
    position: relative;
    padding: 35px 40px;
}

.list-style1 {
    position: relative;
}

    .list-style1 li {
        position: relative;
        float: left;
        width: 514px;
        height: 110px;
        padding: 40px 0
    }

        .list-style1 li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #d1d1d1
        }

        .list-style1 li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            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):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: #0061ce
        }

        .list-style1 li:hover .right-btn {
            background-color: #0061ce;
            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%;
            color: #0061ce;
            transition: all .5s;
            background-color: #dbe8fa;
        }

            .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
            }
/*如何快速查找政策end*/

/*我能享受什么政策*/
.navigation-content {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(225, 231, 238, 0.76);
    margin-top: 30px;
}

    .navigation-content .layui-form-radio {
        margin: 0 10px 15px 0
    }

        .navigation-content .layui-form-radio div {
            font-size: 16px
        }

        .navigation-content .layui-form-radio > i:hover, .navigation-content .layui-form-radioed > i {
            color: #ff7112
        }

    .navigation-content .layui-input, .navigation-content .layui-textarea {
        font-size: 16px;
        margin-bottom: 10px
    }

    .navigation-content:after {
        content: "";
        display: table;
        clear: both
    }

    .navigation-content .left-box {
        float: left;
        width: 450px;
        background-color: #f9fafd;
        border-right: 1px solid #dcdfe4;
        min-height: 375px;
    }

        .navigation-content .left-box .title {
            position: relative;
            height: 60px;
            line-height: 60px;
            padding-left: 28px;
            background-color: #fffaf6;
            color: #ff7112;
            font-size: 20px;
            border-bottom: #e4dfdf solid 1px;
        }

            .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 #fffaf6;
                border-bottom: 30px solid transparent;
                z-index: 1
            }

            .navigation-content .left-box .title::before {
                content: "";
                position: absolute;
                right: -21px;
                top: 0;
                display: inline-block;
                width: 0;
                height: 0;
                border-top: 30px solid transparent;
                border-left: 20px solid #e5e1e2;
                border-bottom: 30px solid transparent;
                z-index: 1
            }

        .navigation-content .left-box > .bd {
            position: relative;
            padding: 28px;
        }

        .navigation-content .left-box .rows {
            position: relative;
            margin-bottom: 30px
        }

            .navigation-content .left-box .rows .rows-hd {
                font-size: 17px
            }

            .navigation-content .left-box .rows .rows-bd {
                padding: 10px 0 0 0;
            }

    .navigation-content .right-box {
        float: left;
        width: 747px;
        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: #f5faff;
            padding-left: 60px;
            padding-right: 40px;
            border-bottom: #e4dfdf solid 1px;
        }

            .navigation-content .right-box .hd span {
                float: left;
                color: #333;
                font-size: 20px;
            }

            .navigation-content .right-box .hd a {
                float: right;
                font-size: 18px;
                color: #333
            }

                .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
        }

.my-data {
    position: relative;
    width: calc(100% - 40px)
}

    .my-data .icon {
        position: absolute;
        right: 10px;
        top: 3px;
        font-size: 20px;
        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
    }

.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;
        background: url(../images/02-1.png) no-repeat center center;
        cursor: pointer
    }

        .path-content .path-hd ul li::before {
            content: '';
            position: absolute;
            right: -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 {
            background: url(../images/01-1.png) no-repeat center center
        }

        .path-content .path-hd ul li:last-child {
            background: url(../images/03-1.png) no-repeat center center
        }

            .path-content .path-hd ul li:last-child::before {
                display: none
            }

        .path-content .path-hd ul li.active {
            background: url(../images/02-2.png) no-repeat center center
        }

            .path-content .path-hd ul li.active::before {
                right: -39px
            }

            .path-content .path-hd ul li.active:first-child {
                background: url(../images/01-2.png) no-repeat center center
            }

            .path-content .path-hd ul li.active:last-child {
                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: 194px;
        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: #2486f1;
        border: 7px #c2defd 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
    }

.layui-laydate .layui-this {
    background-color: #2486f1 !important;
}

.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)
    }

.list-style2 {
    position: relative
}

    .list-style2 li {
        position: relative;
        min-height: 106px;
        padding: 25px;
        display: inline-flex
    }

        .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: #0061ce
        }

        .list-style2 li:hover .right-btn {
            background-color: #0061ce;
            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 #0061ce;
            color: #0061ce;
            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
        }
/* 分页样式 */
.page_div {
    margin: 30px 10px 20px 0;
    color: #666;
    text-align: center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 38px;
        height: 32px;
        cursor: pointer;
        color: #666;
        font-size: 18px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 55px;
    color: #0073A9;
    border: 1px solid #0073A9;
}

#nextPage, #prePage {
    width: 80px
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px
    }

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.totalNum, .totalList {
    font-size: 30px;
}
/* 分页样式end */
/*我能享受什么政策end*/

/*政策详情*/
.policy-details {
    position: relative;
    min-height: 600px;
    background-color: #fff;
    border: 1px solid #e4dfdf;
}

    .policy-details .title {
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 24px;
        color: #ff7112;
        background-color: #fffaf6;
        border-bottom: #e4dfdf solid 1px;
    }

    .policy-details .back {
        position: absolute;
        right: 34px;
        top: 24px;
        color: #333;
        font-size: 16px
    }

    .policy-details .hd {
        position: absolute;
        left: 0;
        top: 1px;
        bottom: 0;
        width: 157px;
        border-right: 1px solid #e4dfdf
    }

        .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 #e4dfdf;
            border-right: 1px solid #d1d1d1;
            border-top: 1px solid #d1d1d1;
            margin-top: -1px;
            cursor: pointer;
            font-size: 16px;
        }

            .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
        }
/*政策详情end*/

/*如何快速读懂政策*/
.understand-border {
    border: #dfe2e6 solid 1px;
    box-shadow: 0 1px 10px 0 rgba(225, 231, 238, 0.76);
    background-color: #fff;
    padding: 30px 52px;
    overflow: hidden;
    margin-top: 30px;
}

.understand-list ul {
    width: 1124px;
}

.understand-list li {
    float: left;
    width: 249px;
    border: #e6e6e6 solid 1px;
    margin: 0 30px 20px 0;
}

.understand-border .pages {
    margin: 20px 0;
}

.understand-img {
    width: 100%;
    height: 153px;
    background: no-repeat center;
    background-size: cover;
}

.understand-content {
    padding: 10px 15px;
}

.understand-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .understand-name a {
        color: #333;
        font-size: 18px;
    }

        .understand-name a:hover {
            color: #2486f1;
        }

.understand-type {
    font-size: 12px;
    color: #7a7a7a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*如何快速读懂政策end*/

/*如何快速读懂政策详情*/
.know-details {
    float: left;
    width: 718px;
    background-color: #fbfeff;
    border: #d0e2eb solid 1px;
    border-top: #068fb1 solid 2px;
    padding: 0 30px 30px;
}

.know-details-title {
    font-size: 26px;
    color: #000000;
    padding: 25px 0;
    border-bottom: #c8c8c8 solid 1px;
    text-align: center;
}

.know-details-type {
    padding: 20px 0;
    font-size: 14px;
    color: #919191;
    text-align: center;
}

    .know-details-type span {
        display: inline-block;
        margin: 0 15px;
    }

.know-details-word {
    font-size: 16px;
    color: #333;
}

    .know-details-word * {
        max-width: 100%;
    }

    .know-details-word img {
        max-width: 100%;
    }

.know-side {
    float: right;
    width: 390px;
    border: #d0e2eb solid 1px;
    background-color: #fbfeff;
}

.know-side-title {
    overflow: hidden;
    height: 48px;
    font-size: 20px;
    color: #333333;
    line-height: 48px;
    border-bottom: #d0e2eb solid 1px;
}

    .know-side-title i {
        float: left;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background-color: #2d7ccf;
        color: #fff;
        margin-right: 15px;
    }

.know-side-list {
    padding: 0 20px;
}

    .know-side-list li {
        border-bottom: #737374 dashed 1px;
        padding: 24px 0;
    }

        .know-side-list li:last-child {
            border-bottom: none;
        }

        .know-side-list li a {
            display: block;
            overflow: hidden;
            cursor: pointer;
        }

.know-tag {
    float: left;
    width: 64px;
    height: 48px;
    text-align: center;
    background-color: #1ab0b3;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 15px;
    display: table;
}

    .know-tag span {
        display: table-cell;
        vertical-align: middle;
    }

.know-name {
    display: table;
    float: left;
    width: 270px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

    .know-name span {
        display: table-cell;
        vertical-align: middle;
    }

.know-side-list li a:hover .know-name {
    color: #2d7ccf;
}

.know-side-list li a:hover .know-tag {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
}
/*如何快速读懂政策详情end*/

/*户型配套*/
.door-list {
    overflow: hidden;
    margin-bottom: -80px;
}

    .door-list ul {
        width: 870px;
        padding-top: 60px;
    }

    .door-list li {
        float: left;
        width: 240px;
        border: #e3e3e3 solid 1px;
        margin: 0 48px 80px 0;
    }

.door-img {
    height: 180px;
    width: 240px;
    background: no-repeat center;
    background-size: cover;
    margin-top: -50px;
    margin-left: 22px;
    position: relative;
}

    .door-img span {
        position: absolute;
        left: -22px;
        top: 9px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        height: 30px;
        line-height: 30px;
        background-color: #ff7112;
        color: #fff;
        padding: 0 10px;
        font-size: 14px;
    }

.door-content {
    padding: 12px 20px;
}

.door-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .door-title a {
        color: #333;
        cursor: pointer;
    }

        .door-title a:hover {
            color: #ff7112;
        }

.door-price {
    font-size: 16px;
    color: #ff7112;
    margin-top: 3px;
}
/*户型配套end*/

/*全局搜索*/
.white-main {
    background-color: #fff;
}

.global-search {
    overflow: hidden;
    padding: 40px 0 10px;
}

.global-search-case input {
    height: 48px;
    float: left;
    width: 1040px;
    box-sizing: border-box;
    padding: 6px 11px;
    line-height: 26px;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    border-right: none;
}

.global-search-case a {
    float: left;
    width: 160px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #0061ce;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

    .global-search-case a .icon {
        font-size: 18px;
        margin-right: 10px;
    }

    .global-search-case a:hover {
        background-color: #0570e8;
    }

.global-search-case input:focus, .global-search-case input:hover {
    border-color: #0570e8;
}

.global-search-case input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(31,113,224,.2);
}

.search-hot {
    font-size: 18px;
    margin-top: 15px;
}

    .search-hot span {
        color: #ff7200;
    }

    .search-hot a {
        display: inline-block;
        margin-right: 25px;
        cursor: pointer;
    }

        .search-hot a:hover {
            color: #0061ce;
        }

.search-content .space-side {
    width: 258px;
}

.search-content .space-matter {
    width: 879px;
}

.search-content .space-panel:before {
    left: 258px;
}

.search-content .space-side-title {
    padding: 0 15px;
}

.search-content .space-side-name {
    padding-bottom: 0;
}

.red {
    color: #f00 !important;
}

.search-list li {
    padding: 25px 0;
    border-bottom: #dddddd solid 1px;
}

    .search-list li:first-child {
        padding-top: 10px;
    }

.search-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .search-title a {
        color: #333;
        font-size: 20px;
    }

.search-tag {
    color: #0061ce;
}

.search-describe {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.search-date {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
/*全局搜索end*/

/*人才一网通查改版*/
.flip-container {
    margin-top: 30px;
}

.policy-flip {
    position: relative;
    transition: 0.6s;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    height: 770px;
}

    .policy-flip .find-border {
        margin-top: 0
    }

    .policy-flip .talent-content {
        margin-top: 0;
        z-index: 1;
    }

    .policy-flip .talent-content,
    .policy-flip .find-border-content {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; /* Chrome 、Safari */
        -moz-backface-visibility: hidden; /* Firefox */
        -ms-backface-visibility: hidden; /* Internet Explorer */
    }

    .policy-flip .find-border-content {
        opacity: 0 \9 \0;
    }

.find-border-content {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.flip-container.active .policy-flip {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

    .flip-container.active .policy-flip .find-border-content {
        z-index: 2;
        backface-visibility: visible;
        -webkit-backface-visibility: visible; /* Chrome 、Safari */
        -moz-backface-visibility: visible; /* Firefox */
        -ms-backface-visibility: visible; /* Internet Explorer */
        opacity: 1 \9 \0;
    }

.policy-flip .pages {
    margin: 30px 0;
}

.region-down {
    position: absolute;
    left: 30px;
    width: 1109px;
    top: 60px;
    background-color: #fff;
    box-shadow: 3.009px 3.993px 29px 0px rgba(228, 205, 190, 0.49);
    padding: 15px;
    border-radius: 4px;
    z-index: 10;
    display: none;
}

    .region-down:before {
        content: "";
        position: absolute;
        left: 335px;
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .region-down span {
        display: inline-block;
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #333;
        margin: 3px 5px;
        min-width: 70px;
        text-align: center;
        border: #fff solid 1px;
        border-radius: 5px;
        position: relative;
    }

        .region-down span.active {
            border-color: #ff7112;
            color: #ff7112;
        }

            .region-down span.active:after {
                content: "\e7df";
                font-family: "icon" !important;
                font-size: 16px;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                right: 0;
                bottom: 0;
                line-height: 1;
            }

.find-title {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}

    .find-title span {
        color: #ff7112;
        font-size: 24px;
        margin: 0 3px;
    }

.policy-table {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    border: #e4dfdf solid 1px;
    background-color: #fff;
}

    .policy-table th {
        background-color: #0061ce;
        height: 50px;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }

    .policy-table td {
        padding: 16px 0;
        text-align: center;
        border-bottom: #e7eaee solid 1px;
    }

.policy-table-title {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.25s;
}

    .policy-table-title:hover {
        color: #0061ce;
    }

.policy-table tbody tr:nth-child(even) td {
    background-color: #f7fafe;
}

.policy-table tr:hover .policy-table-title {
    transform: translateX(5px);
    color: #0061ce;
}

.policy-table tr:hover td {
    background-color: #e7f3ff !important;
}

.policy-table-more {
    display: inline-block;
    border: #0061ce solid 1px;
    color: #0061ce;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    cursor: pointer;
}

    .policy-table-more:hover {
        background-color: #0061ce;
        color: #fff;
    }
/*人才一网通查改版end*/

.bi-hover {
    transition: all .4s;
}

    .bi-hover:hover {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
        box-shadow: 1px 4px 10px 2px #ccc;
    }

/*建设中*/
.construction {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

    .construction img {
        max-width: 100%;
        height: 500px;
    }

.construction-btn {
    position: absolute;
    bottom: 180px;
    left: 45px;
    background: url("../images/construction-btn.png") no-repeat;
    text-align: center;
    line-height: 68px;
    width: 230px;
    height: 68px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

    .construction-btn:hover {
        color: #fff;
    }
/*建设中end*/

/*挂件*/
.pendant {
    width: 200px;
    background: url("../images/right-bg.jpg");
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.pendant-name {
    background: url("../images/right-bg1.jpg") no-repeat;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    color: #0061ce;
    line-height: 50px;
}

.pendant-logo {
    padding: 20px 0;
    text-align: center;
}

.pendant-code {
    text-align: center;
    padding: 25px 0;
    border-top: #c6ddef solid 1px;
}

    .pendant-code img {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    }

.fix-nav {
    display: block;
}

.fix-nav-top {
    display: none;
    border: none;
    border-radius: 6px;
    padding-top: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
}

.fix-nav-down {
    display: block;
    right: 0;
    padding-right: 0;
}

.fix-nav-top .icon {
    line-height: 40px;
    color: #2787ff;
}

.fix-nav-top:hover .icon {
    color: #fff;
}

.pendant-write {
    font-size: 18px;
    text-align: center;
    padding: 14px 15px;
}

    .pendant-write a {
        color: #0061ce;
        display: inline-block;
        background: url("../images/arrow1.png") no-repeat center bottom;
        padding-bottom: 12px;
    }
/*挂件end*/




/*复工详情*/
.epidemic-code {
    padding: 10px 10px 20px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -109px;
    box-shadow: 0px 0px 38px 0px rgba(0, 60, 142, 0.27);
    font-family: Microsoft YaHei;
    z-index: 12;
}

    .epidemic-code img {
        width: 121px;
        height: 121px;
    }

.epidemic-code-title {
    margin-top: 10px;
}

    .epidemic-code-title span {
        display: inline-block;
        border-top: #cccccc solid 2px;
        padding-top: 12px;
        font-size: 18px;
        color: #606060;
    }

.epidemic-code-name {
    font-size: 16px;
    color: #606060;
    margin-top: 10px;
}

.epidemic-code.small-code {
    right: -110px;
}

.work-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.work-container {
    width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.work-header {
    overflow: hidden;
    padding: 10px 0;
}

    .work-header img {
        float: left
    }

    .work-header a {
        float: right;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.6);
        margin-top: 20px;
        cursor: pointer;
    }

        .work-header a:hover {
            color: #fff;
        }

.work-banner-word {
    text-align: center;
    margin-top: 30px;
}

    .work-banner-word img {
        max-width: 100%;
    }

.work-footer {
    background-color: #f5f5f5;
    padding: 35px 0;
    border-top: #c4c4c4 solid 1px;
    font-size: 18px;
    color: #696969;
    font-family: Microsoft YaHei;
    text-align: center;
}

.work-box {
    background-color: #fff;
    border-radius: 32px;
    overflow: hidden;
}

.work-title {
    background: url("../images/fugong/work-title-bg.jpg") no-repeat center bottom #fff;
    height: 140px;
    border-radius: 32px 32px 0 0;
    padding: 10px 50px;
}

.work-title-name {
    text-align: center;
    font-size: 26px;
    color: #153695;
    height: 80px;
    display: table;
    width: 100%;
}

    .work-title-name span {
        display: table-cell;
        vertical-align: middle;
    }

.work-title-type {
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: rgba(76, 76, 76, 0.6);
    text-align: center;
    margin-top: 3px;
}

    .work-title-type .type1 {
        float: left;
    }

    .work-title-type .type2 {
        float: right;
    }

    .work-title-type span {
        color: #3055eb;
    }

.work-content {
    overflow: hidden;
    margin-top: 15px;
}

.work-nav {
    float: left;
    width: 158px;
}

.work-main {
    float: right;
    width: 918px;
    margin-right: 60px;
}

.work-nav-item {
    height: 80px;
    line-height: 80px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    font-size: 16px;
    color: #153695;
    padding-left: 22px;
    cursor: pointer;
    background-image: -moz-linear-gradient(90deg, rgb(240, 244, 255) 0%, rgb(255, 255, 255) 55%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 244, 255) 0%, rgb(255, 255, 255) 55%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 244, 255) 0%, rgb(255, 255, 255) 55%);
    box-shadow: 0px 8px 18px 0px rgba(11, 37, 146, 0.1);
    margin-bottom: 10px;
}

    .work-nav-item.active {
        background-image: -moz-linear-gradient(90deg, rgb(56, 110, 237) 0%, rgb(1, 193, 242) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(56, 110, 237) 0%, rgb(1, 193, 242) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(56, 110, 237) 0%, rgb(1, 193, 242) 100%);
        box-shadow: 0 7px 5px 0 rgba(48, 121, 238, 0.23);
        color: #fff;
    }

.work-icon {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 27px;
}

.work-nav-item em {
    float: left;
    font-style: normal;
}

.work-icon.icon1 {
    background: url("../images/fugong/work-icon1.png") no-repeat;
}

.work-nav-item.active .icon1 {
    background: url("../images/fugong/work-icon2.png") no-repeat;
}

.work-icon.icon2 {
    background: url("../images/fugong/work-icon3.png") no-repeat;
}

.work-nav-item.active .icon2 {
    background: url("../images/fugong/work-icon4.png") no-repeat;
}

.work-icon.icon3 {
    background: url("../images/fugong/work-icon5.png") no-repeat;
}

.work-nav-item.active .icon3 {
    background: url("../images/fugong/work-icon6.png") no-repeat;
}

.work-icon.icon4 {
    background: url("../images/fugong/work-icon7.png") no-repeat;
}

.work-nav-item.active .icon4 {
    background: url("../images/fugong/work-icon8.png") no-repeat;
}

.work-write {
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.work-tabs-content {
    display: none;
}

.work-custom-title {
    background: url("../images/fugong/line1.png") no-repeat center;
    text-align: center;
    font-size: 20px;
    color: #1e1e1e;
}

    .work-custom-title.small {
        background: url("../images/fugong/line2.png") no-repeat center;
    }

.work-districts-scoll {
    overflow: hidden;
    position: relative;
    font-family: Microsoft YaHei;
    padding-bottom: 20px;
    margin-top: 30px;
}

    .work-districts-scoll .bd {
        width: 954px;
        overflow: hidden;
    }

        .work-districts-scoll .bd li {
            overflow: hidden;
            width: 954px;
        }

    .work-districts-scoll .hd ul {
        zoom: 1;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        z-index: 10;
    }

        .work-districts-scoll .hd ul li {
            display: inline-block;
            width: 10px;
            height: 10px;
            overflow: hidden;
            margin: 0 3px;
            text-indent: -999px;
            cursor: pointer;
            border-radius: 50%;
            background-color: #eeeeee;
            cursor: pointer;
        }

            .work-districts-scoll .hd ul li.on {
                background-color: #3055eb;
            }

.work-scoll-top {
    border-radius: 8px;
    background-image: -moz-linear-gradient(90deg, rgb(237, 242, 255) 0%, rgb(255, 255, 255) 55%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 242, 255) 0%, rgb(255, 255, 255) 55%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 242, 255) 0%, rgb(255, 255, 255) 55%);
    box-shadow: 0px 8px 18px 0px rgba(11, 37, 146, 0.1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

    .work-scoll-top img {
        margin-right: 10px;
    }

.work-scoll-content {
    margin-top: 10px;
    border: rgb(208, 222, 255) solid 1px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 0 0 rgba(102, 126, 222, 0.06);
    height: 130px;
    padding: 20px;
    box-sizing: border-box;
}

.work-scoll-title {
    font-size: 16px;
    color: #3055eb;
}

.work-scoll-name {
    font-size: 16px;
    color: #3055eb;
    margin-top: 10px;
}

    .work-scoll-name .icon {
        color: #bdb9b8;
        margin-right: 10px;
    }

.work-scoll-tel {
    font-size: 16px;
    color: #3055eb;
    margin-top: 5px;
}

    .work-scoll-tel .icon {
        color: #bdb9b8;
        margin-right: 10px;
    }

.work-scoll-item {
    float: left;
    width: 282px;
    margin-right: 36px;
    margin-bottom: 20px;
}

.ml0 {
    margin-left: 0;
}

.width-full {
    width: 100%
}

.work-form {
    margin-top: 25px;
}

.work-form-item {
    margin-bottom: 30px;
}

.work-form-title {
    overflow: hidden;
}

.work-form-name {
    float: left;
    font-size: 18px;
    color: #000;
}

.work-form-extra {
    float: right;
}

    .work-form-extra a {
        font-size: 14px;
        color: #3055eb;
    }

.work-form-content {
    margin-top: 12px;
}

.work-form .layui-input {
    height: 48px;
    font-size: 16px;
    border: rgb(157, 176, 255) solid 1px;
    border-radius: 8px;
}

.work-form .layui-textarea {
    font-size: 16px;
    border: rgb(157, 176, 255) solid 1px;
    border-radius: 8px;
}

.input-title {
    color: #3055eb !important;
    background-color: #fafbff !important;
}

.work-form .layui-btn {
    width: 348px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    border-radius: 8px;
    background-color: #5675ef;
}

/*复工详情end*/

/* 复工专题 */
.fg-head {
    position: relative;
    height: 628px;
    background: url("../images/fugong/topbanner2.jpg") no-repeat center;
    background-size: auto 100%;
}

    .fg-head .btn-link {
        position: absolute;
        left: 50%;
        bottom: 235px;
        transform: translate(-50%, 0);
        display: block;
        width: 298px;
        height: 66px;
        font-size: 28px;
        color: #fff;
        letter-spacing: 3px;
        text-align: center;
        line-height: 66px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-image: linear-gradient(0deg, rgba(153, 179, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 55%);
    }

        .fg-head .btn-link:hover {
            border: 1px solid rgba(255, 255, 255, 0.5);
            background-image: linear-gradient(0deg, rgba(153, 179, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 55%);
        }

.go-back {
    position: absolute;
    left: 50%;
    top: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-left: 540px;
}

    .go-back:hover {
        color: #fff;
    }

.fg-body {
    position: relative;
    margin-bottom: 60px;
}

    .fg-body::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 210px;
        height: 400px;
        background: url("../images/fugong/bg1.png") repeat-x;
    }

    .fg-body .fg-bd {
        position: relative;
        width: 1216px;
        margin: -210px auto 0 auto;
        background-color: #fff;
        border-radius: 45px;
        min-height: 500px;
    }

        .fg-body .fg-bd::after {
            content: "";
            display: table;
            clear: both;
        }

.zc-container {
    padding: 40px 10px;
    text-align: center;
}

.zc-box {
    position: relative;
    display: inline-block;
    width: 580px;
    margin: 10px 8px;
}

    .zc-box .hd {
        width: 580px;
        height: 112px;
        padding: 40px 0 0 135px;
        box-sizing: border-box;
        color: #153695;
        font-size: 20px;
        text-align: left;
        cursor: pointer;
    }

        .zc-box .hd .arrow {
            position: absolute;
            right: 44px;
            top: 48px;
            display: inline-block;
            width: 7px;
            height: 7px;
            border: 2px solid #2f54eb;
            border-left-width: 0;
            border-bottom-width: 0;
            transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
            transition: all 0.3s;
        }

    .zc-box.active .hd .arrow {
        top: 52px;
        transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    }

    .zc-box .bd {
        display: none;
        width: 548px;
        height: 278px;
        padding: 30px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s;
        background: url("../images/fugong/bdbg.png") no-repeat center bottom;
    }

    .zc-box.active .bd {
        display: block;
    }

    .zc-box .bd .texts {
        min-height: 155px;
        font-size: 16px;
        color: #696969;
        line-height: 2.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-align: left;
        text-indent: 2em;
        margin-bottom: 20px;
    }


    .zc-box .bd > a {
        background-color: #466ee2;
        border-radius: 6px;
        display: inline-block;
        width: 132px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
    }

        .zc-box .bd > a:hover {
            background-color: #315bdb;
        }

    .zc-box.type1 .hd {
        background: url("../images/fugong/titleimg1.png") no-repeat;
    }

    .zc-box.type2 .hd {
        background: url("../images/fugong/titleimg2.png") no-repeat;
    }

    .zc-box.type3 .hd {
        background: url("../images/fugong/titleimg3.png") no-repeat;
    }

    .zc-box.type4 .hd {
        background: url("../images/fugong/titleimg4.png") no-repeat;
    }

    .zc-box.type5 .hd {
        background: url("../images/fugong/titleimg5.png") no-repeat;
    }

    .zc-box.type6 .hd {
        background: url("../images/fugong/titleimg6.png") no-repeat;
    }

    .zc-box.type7 .hd {
        background: url("../images/fugong/titleimg7.png") no-repeat;
    }

    .zc-box.type8 .hd {
        background: url("../images/fugong/titleimg8.png") no-repeat;
    }

    .zc-box.type9 .hd {
        background: url("../images/fugong/titleimg9.png") no-repeat;
    }

    .zc-box.type10 .hd {
        background: url("../images/fugong/titleimg10.png") no-repeat;
    }

.titimg {
    display: block;
    margin: 30px auto 0 auto;
}

.tabs-list {
    position: relative;
    margin: 35px auto;
    width: 1156px;
}

    .tabs-list span {
        display: inline-block;
        width: 125px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        border-radius: 6px;
        font-size: 18px;
        color: #153695;
        margin: 0 8px 16px 8px;
        cursor: pointer;
        background-image: linear-gradient(0deg, rgba(204, 218, 255, 0.4) 0%, rgba(250, 251, 255, 0.4) 100%);
    }

        .tabs-list span:hover,
        .tabs-list span.active {
            color: #fff;
            background-image: linear-gradient(0deg, rgb(54, 112, 237) 0%, rgb(2, 191, 242) 100%);
            box-shadow: 0px 7px 5px 0px rgba(48, 121, 238, 0.23);
        }

.flex-box {
    display: flex;
    margin: 40px;
}

    .flex-box .flex-item {
        flex: 1;
    }

.qu-swiper {
    position: relative;
    width: 680px;
    height: 375px;
}

    .qu-swiper .pagination {
        position: absolute;
        left: 50%;
        z-index: 3;
        bottom: 50px;
    }

    .qu-swiper .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: rgb(198, 200, 209);
        text-indent: -9999px;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 50%;
    }

    .qu-swiper .swiper-active-switch {
        background-color: rgb(48, 85, 235);
    }

.qu-list {
    position: relative;
    width: 680px;
}

    .qu-list .rows {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin: 30px 0;
        font-size: 18px;
    }

        .qu-list .rows .arrow {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: rgb(48, 85, 235);
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        }

        .qu-list .rows > em {
            display: inline-block;
            color: #466ee2;
        }

        .qu-list .rows > span {
            display: inline-block;
            color: #2e2e2e;
        }

.hot-box {
    position: relative;
    width: 391px;
    height: 357px;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
    background: url("../images/fugong/hot-bg.png") no-repeat center;
}

    .hot-box .rows {
        margin: 20px 15px;
        display: flex;
        align-items: center;
    }

        .hot-box .rows .nmb {
            display: inline-block;
            width: 30px;
            height: 25px;
            margin-right: 15px;
        }

        .hot-box .rows:nth-of-type(1) .nmb {
            background: url("../images/fugong/first.png") no-repeat left top;
        }

        .hot-box .rows:nth-of-type(2) .nmb {
            background: url("../images/fugong/second.png") no-repeat left top;
        }

        .hot-box .rows:nth-of-type(3) .nmb {
            background: url("../images/fugong/thrid.png") no-repeat left top;
        }

        .hot-box .rows span {
            font-size: 18px;
            color: #2e2e2e;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            flex: 1
        }

    .hot-box .link-text {
        position: absolute;
        right: 40px;
        bottom: 45px;
        font-size: 16px;
        color: #3055eb;
    }

/* 复工专题end */

@media (max-width: 1500px) {
    .anchor-news-details {
        width: 1030px;
    }

    .anchor-box {
        margin-left: 560px;
    }

        .anchor-box.fixed {
            margin-left: 503px;
        }

    .area-banner {
        height: 300px;
    }

    .channel-details.anchor-news-details {
        width: 1200px;
    }

    .channel-details-box .anchor-box.fixed {
        margin-left: 475px;
    }

    .channel-details-box {
        width: 1030px
    }

    .fix-nav {
        right: 10px;
        transform: scale(0.9);
        transform-origin: right center;
    }

    .back_top {
        right: 10px;
        transform: scale(0.9);
        transform-origin: right center;
    }

    .fix-code {
        right: 15px;
    }

    .fix-nav-top {
        display: block;
    }

    .fix-nav-down {
        display: none;
        right: 60px;
    }
}



/* 我要咨询 */
.zixun-head {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    box-sizing: border-box;
    background-image: linear-gradient(90deg, rgb(235, 240, 255) 0%, rgb(255, 255, 255) 66%);
    box-shadow: 0px 8px 18px 0px rgba(11, 37, 146, 0.1);
    border-radius: 45px 45px 0 0;
}

    .zixun-head .timg {
        display: block;
        margin: 20px auto 15px auto;
    }

    .zixun-head .hd {
        position: relative;
        display: flex;
        justify-content: center;
    }

        .zixun-head .hd:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            height: 1px;
            background: url("../images/fugong/linebg.png") no-repeat center bottom;
            z-index: 1;
        }

        .zixun-head .hd .row {
            border: 1px solid rgb(227, 227, 227);
            background-color: #fff;
            width: 100px;
            height: 36px;
            text-align: center;
            line-height: 36px;
            color: #466ee2;
            border-radius: 5px 5px 0 0;
            margin: 0 15px;
            font-size: 18px;
            cursor: pointer;
        }

            .zixun-head .hd .row.active {
                background-color: #466ee2;
                border-color: #466ee2;
                color: #fff;
            }

.work-districts-scoll.type2 .bd {
    width: 700px;
    overflow: hidden;
}

    .work-districts-scoll.type2 .bd li {
        overflow: hidden;
        width: 700px;
    }

    .work-districts-scoll.type2 .bd li {
        overflow: hidden;
        width: 700px;
    }

        .work-districts-scoll.type2 .bd li .work-scoll-item {
            width: 314px;
        }


.zixun-bd {
    position: relative;
    margin: 35px;
}

    .zixun-bd::after {
        content: "";
        display: table;
        clear: both;
    }

    .zixun-bd .ld {
        float: left;
        width: 748px;
    }

    .zixun-bd .rd {
        float: right;
        width: 361px;
    }

.content-1 {
    width: 748px;
    height: 948px;
    background: url("../images/fugong/content-1.png") no-repeat center;
    padding: 30px 35px 0 35px;
    box-sizing: border-box;
}

.content-2 {
    width: 361px;
    height: 417px;
    background: url("../images/fugong/content-2.png") no-repeat center;
    padding: 50px 35px 0 35px;
    box-sizing: border-box;
}

.work-districts-scoll.type3 {
    margin-top: 10px;
}

    .work-districts-scoll.type3 .bd {
        width: 300px;
        overflow: hidden;
    }

        .work-districts-scoll.type3 .bd li {
            overflow: hidden;
            width: 300px;
        }


.content-3 {
    width: 361px;
    height: 477px;
    background: url("../images/fugong/content-3.png") no-repeat center;
    padding: 50px 35px 0 35px;
    box-sizing: border-box;
    margin-top: 53px;
}

.work-districts-scoll.type4 {
    margin-top: 0;
}

    .work-districts-scoll.type4 .bd {
        width: 300px;
        overflow: hidden;
    }

        .work-districts-scoll.type4 .bd li {
            overflow: hidden;
            width: 300px;
        }

            .work-districts-scoll.type4 .bd li .box-list .rows {
                margin: 30px 15px;
                display: flex;
            }


.box-list {
    position: relative;
    box-sizing: border-box;
}

    .box-list .rows {
        margin: 20px 15px;
        display: flex;
    }

        .box-list .rows .nmb {
            position: relative;
            display: inline-block;
            width: 24px;
            height: 30px;
            margin-right: 15px;
            margin-top: 6px;
            font-size: 30px;
            font-style: italic;
            color: #3055eb;
            font-weight: bold;
            line-height: 1;
            background: url("../images/fugong/dianbg.png") no-repeat right bottom;
        }

        .box-list .rows .bd {
            flex: 1;
        }

        .box-list .rows .text1 {
            font-size: 18px;
            color: #2e2e2e;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .box-list .rows .text2 {
            font-size: 16px;
            color: #f1a012;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-top: 5px;
        }

.m35 {
    margin: 0 35px 35px 35px;
}
/* 我要咨询end */




/* 修改 */
.zc-box {
    vertical-align: text-top;
    margin: 10px 8px;
}

    .zc-box .hd {
        font-weight: bold;
    }

        .zc-box .hd .arrow {
            position: absolute;
            right: 44px;
            top: 48px;
            display: inline-block;
            width: 7px;
            height: 7px;
            border-width: 2px 2px 0 0;
            border-color: #2f54eb;
            border-style: solid;
            -webkit-transform: matrix(-0.707107, 0.707107, -0.707107, -0.707107, 0, 0);
            /*transform: matrix(-0.707107, 0.707107, -0.707107, -0.707107, 0, 0);*/
            transition: all 0.3s;
            transform: rotate(45deg);
        }

    .zc-box.active .hd .arrow {
        top: 52px;
        -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
        transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    }

.qu-list .rows {
    padding-left: 5px;
}

    .qu-list .rows > em {
        margin: 0 20px 0 10px;
    }

/* 修改 */

.fg-head .logo-link {
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -608px;
    display: inline-block;
    width: 90px;
    height: 80px;
}

@font-face {
    font-family: "songti";
    src: url("../fonts/songti.OTF") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.qusapn {
    position: absolute;
    top: -17px;
    font-size: 26px;
    color: #4b4b4b;
    left: 45px;
    padding: 0px 5px;
    min-width: 72px;
    text-align: right;
    font-family: "songti";
    font-weight: bold;
}

    .qusapn span {
        color: #df1800;
    }

.login-boxs {
    position: relative;
    margin: 15px;
    text-align: center;
}

    .login-boxs .texts {
        font-size: 14px;
        color: #888;
    }

    .login-boxs .btns {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        color: #fff;
        font-size: 18px;
        background-image: linear-gradient(0deg, rgb(54, 112, 237) 0%, rgb(2, 191, 242) 100%);
        margin-top: 7px;
        border-radius: 3px;
    }


.zc-box.type11 .hd {
    background: url("../images/fugong/titleimg11.png") no-repeat;
}

.zc-box.type12 .hd {
    background: url("../images/fugong/titleimg12.png") no-repeat;
}

/*首页飘窗*/
.pc-img {
    position: absolute;
    right: 10px;
    top: 654px;
    transform-origin: right top;
    width: 330px;
    z-index: 100;
}

    .pc-img img {
        max-width: 100%;
    }

    .pc-img.active {
        position: fixed;
        top: 10px;
    }

.pc-code {
    padding: 20px 16px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -175px;
    box-shadow: 0 0 38px 0 rgba(0, 60, 142, 0.27);
    font-family: Microsoft YaHei;
    z-index: 12;
    font-size: 13px;
}

    .pc-code img {
        width: 130px;
        height: 130px;
    }

.mt20 {
    margin-top: 20px;
}

.pc-code-name {
    margin-top: 5px
}

    .pc-code-name span {
        display: inline-block;
        background-color: #f00;
        padding: 0 5px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        margin-left: 3px;
        transform: scale(0.8)
    }
/*首页飘窗end*/


@media (max-width: 1500px) {
    .anchor-news-details {
        width: 1030px;
    }

    .anchor-box {
        margin-left: 560px;
    }

        .anchor-box.fixed {
            margin-left: 503px;
        }

    .area-banner {
        height: 300px;
    }

    .channel-details.anchor-news-details {
        width: 1200px;
    }

    .channel-details-box .anchor-box.fixed {
        margin-left: 475px;
    }

    .channel-details-box {
        width: 1030px
    }

    .fix-nav {
        right: 10px;
        transform: scale(0.9);
        transform-origin: right center;
    }

    .back_top {
        right: 10px;
        transform: scale(0.9);
        transform-origin: right center;
    }

    .fix-code {
        right: 15px;
    }

    .fix-nav-top {
        display: block;
    }

    .fix-nav-down {
        display: none;
        right: 62px;
    }

    .pc-img {
        top: 553px;
    }
}

/*服务指南*/
.sbanner-box {
    background: url("../images/guide/banner.jpg") no-repeat;
    height: 360px;
    background-size: cover;
    line-height: 360px;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}

.guide-main {
    background: url("../images/guide/body-bg.jpg") no-repeat;
    background-size: cover;
}

.float-box {
    overflow: hidden
}

    .float-box .crumbs {
        float: left
    }

.language-tabs {
    float: right;
    padding: 20px 0;
}

    .language-tabs span {
        font-size: 18px;
        color: #333;
        padding: 0 20px;
        position: relative;
        cursor: pointer;
    }

        .language-tabs span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 1px;
            height: 10px;
            background-color: #fff;
        }

        .language-tabs span:first-child:before {
            display: none
        }

        .language-tabs span.active {
            color: #0061ce
        }

.guide-policy {
    background: url("../images/guide/bg1.jpg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
}

.guide-policy-tabs {
    border-radius: 14px;
    overflow: hidden;
}

.guide-policy-item {
    cursor: pointer;
    float: left;
    width: 33.333333%;
    height: 66px;
    line-height: 66px;
    border-bottom: #fff solid 1px;
    background: linear-gradient(to top,#dbf4fe,#fff);
    text-align: center;
    border-left: #d8e4e8 solid 1px;
    box-sizing: border-box;
    position: relative
}

    .guide-policy-item:first-child {
        border-left: none;
        border-radius: 14px 0 0 14px
    }

        .guide-policy-item:first-child:after {
            border-radius: 14px 0 0 14px
        }

    .guide-policy-item:last-child {
        border-radius: 0 14px 14px 0;
    }

        .guide-policy-item:last-child:after {
            border-radius: 0 14px 14px 0
        }

    .guide-policy-item .number {
        font-size: 26px;
        background: linear-gradient(to bottom, #5b5b5b 0%, #c6c6c6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .guide-policy-item .name {
        font-size: 22px;
        color: #5d5d5d;
    }

    .guide-policy-item .desc {
        font-size: 16px;
        color: #9b9b9b;
    }

    .guide-policy-item.active {
        background: #fff;
    }

        .guide-policy-item.active:after {
            border: #0061ce solid 1px;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            box-sizing: border-box;
        }

        .guide-policy-item.active .number {
            background: linear-gradient(to bottom, #4760ff 0%, #d573f3 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .guide-policy-item.active .name {
            color: #0572ec
        }

        .guide-policy-item.active .desc {
            color: #0572ec
        }

.guide-policy-list {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 10px;
    margin-top: 10px;
}

.guide-policy-list-item {
    float: left;
    width: 48%;
    margin: 0 1%;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.35s;
    display: block;
}

    .guide-policy-list-item i {
        color: #006dff;
        margin-right: 8px;
    }

    .guide-policy-list-item:hover {
        background-color: #e6f1fd;
        color: #006dff
    }

.guide-down {
    background: url("../images/guide/bg2.jpg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px;
}

.ml-box {
    float: left;
    width: 49%;
}

    .ml-box.right {
        float: right;
        width: 49%;
    }

.guide-title {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
}

.guide-down-list {
    background-color: #fff;
    border-radius: 20px;
    border: #dce5f5 solid 1px;
    margin-top: 10px;
    padding: 10px;
    height: 230px;
    overflow:hidden;
}

    .guide-down-list .guide-policy-list-item {
        float: none;
        padding: 10px 16px;
        width: 100%;
        margin: 0
    }

.acceptance-box {
    background: url("../images/guide/bg2.jpg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    margin: 15px 0;
}

.acceptance-content {
    border-radius: 20px;
    border: #fff solid 1px;
    background: linear-gradient(to bottom,#daf4fe 0%,#fff 200px);
    padding: 20px;
    margin-top: 10px;
}

.acceptance-tag {
    position: relative;
    padding-bottom: 5px;
}

    .acceptance-tag:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right,#2a76ef,#7de7e1);
    }

    .acceptance-tag span {
        font-size: 16px;
        color: #333333;
        display: inline-block;
        height: 28px;
        line-height:28px;
        padding: 0 14px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .acceptance-tag span.active {
            background-color: #006dff;
            color: #fff;
        }

.acceptance-img {
    float: left;
    width: 158px;
    height: 118px;
    border: #fff solid 3px;
    background-size: cover;
    transition: all 0.35s;
}

.acceptance-div {
    float: left;
    margin-left: 15px;
    width: 938px;
}

.acceptance-list-item {
    margin-bottom: 16px;
    cursor: pointer;
}

    .acceptance-list-item:last-child {
        margin-bottom: 0;
    }

.acceptance-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    transition: all 0.35s;
}

.acceptance-desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #7a7c7d;
}

    .acceptance-desc img {
        height: 16px;
        margin-right: 8px;
        width: 16px;
    }

.acceptance-list-item:hover .acceptance-img {
    transform: scale(1.05)
}

.acceptance-list-item:hover .acceptance-title {
    color: #006dff
}

.scrollbar-box {
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
}

    .scrollbar-box::-webkit-scrollbar-thumb {
        background-color: #00d8ff;
        border-radius: 5px;
    }

    /*---滚动条大小--*/
    .scrollbar-box::-webkit-scrollbar {
        width: 4px;
    }

    /*---滚动框背景样式--*/
    .scrollbar-box::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 216, 255, 0.1);
        width: 5px !important;
    }

    .scrollbar-box::-webkit-scrollbar-track {
        background-color: rgba(0, 204, 238, 0.1);
    }
/*服务指南end*/
