﻿@charset "utf-8";
/*全局样式*/
address, caption, cite, code, em, strong, th, optgroup {
    font-style: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

button {
    display: block;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

select, input, label, button, img {
    vertical-align: middle;
}

input, button, textarea, img {
    line-height: normal;
}

input, textarea, select, button {
    outline: medium none;
    resize: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, table, img, span, dl, dt, dd {
    margin: 0;
    padding: 0;
}

img {
    border: medium none;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

dl, dt, dd, li, ul {
    list-style-type: none;
}

i {
    font-style: normal;
}

a {
    color: #252525;
}

    a:link, a:active, a:visited {
        text-decoration: none;
    }

    a:hover {
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html, body {
    height: 100%;
    font-size: 10px;
    line-height: 1.68em;
}

pre {
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}

@media screen and (max-width: 375px) and (min-width: 321px) {
    html, body {
        font-size: 11px;
    }
}

@media screen and (min-width: 376px) {
    html, body {
        font-size: 12px;
    }
}

body {
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
    color: #333;
}

/*人才资讯*/
.swiper-slide a {
    display: block;
}

.infor_list {
    padding: 5% 0;
    margin: 0 4%;
    border-bottom: #eee solid 1px;
}

    .infor_list .infor_wr {
        width: 66%;
        float: left;
    }

.infor_wr .wr1 {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.8rem;
    padding-top: 5px;
}

.infor_wr .wr2 {
    margin-top: 5px;
    font-size: 1rem;
    color: #929292;
    line-height: 1.2rem;
    height: 14px;
}

    .infor_wr .wr2 .span1 {
        display: inline-block;
        text-align: left;
        background: url(../images/yj.png) no-repeat 0 center;
        background-size: auto 80%;
        padding: 0 18px;
    }

    .infor_wr .wr2 .span2 {
        display: inline-block;
    }

.infor_list .infor_img {
    width: 32%;
    float: right;
    text-align: center;
    position: relative;
}

    .infor_list .infor_img a {
        display: block;
    }

    .infor_list .infor_img img {
        width: 100%;
    }

.swiper-slide img {
    width: 100%;
    height: 265px;
}

/*@media screen and (min-width:400px) {
    .swiper-slide img {
        min-height: 265px;
    }
}

@media screen and (max-width:350px) {
    .swiper-slide img {
        min-height: 205px;
    }
}*/

.swiper-slide .span_wz {
    position: absolute;
    height: 40px;
    width: 96%;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 0 2%;
    font-size: 1.4rem;
    line-height: 40px;
    background: url(../images/b_spanbg.png) repeat-x;
}
/*资讯详细*/
.infor_title {
    height: 45px;
    background: #0096ff;
    line-height: 48px;
    font-size: 1.2rem;
    color: #fff;
    padding-left: 10px;
}

    .infor_title a {
        color: #fff;
    }

    .infor_title span {
        font-size: 1.1rem;
        font-family: 宋体;
    }

.infor_con {
    padding: 5% 3%;
}

.zx_title {
    font-size: 2rem;
    color: #333;
    line-height: 2.5rem;
}

.zx_remarks {
    color: #1984e0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 15px;
    border-bottom: #dfdfdf solid 1px;
    padding-bottom: 8px;
}

    .zx_remarks .span1 {
        display: inline-block;
        float: left;
        color: #1984e0;
    }

    .zx_remarks .span2 {
        display: inline-block;
        float: right;
        color: #1984e0;
        background: url(../images/yj.png) no-repeat 0 2px;
        background-size: auto 70%;
        min-width: 50px;
        text-align: center;
        display:none;
    }

.zx_details {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

    .zx_details p {
        text-indent: 2.6rem;
    }

    .zx_details img {
        width: 100%;
        display: block;
    }
/*通知通告、重要政策*/
.notice_search {
    height: 45px;
    padding: 4%;
}

    .notice_search .sear1 {
        border: #d7d7d7 solid 1px;
        float: left;
        width: 78%;
        height: 43px;
        background: url(../images/search1.png) no-repeat 5px 8px;
        background-size: auto 60%;
        padding-left: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .notice_search .sear1 input {
            height: 40px;
            width: 100%;
            border: none;
            font-size: 1.4rem;
            line-height: 40px;
        }

    .notice_search .sear2 {
        float: left;
        width: 20%;
        margin-left: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 43px;
    }

        .notice_search .sear2 a {
            display: block;
            width: 100%;
            height: 43px;
            line-height: 42px;
            text-align: center;
            font-size: 1.4rem;
            color: #fff;
            background: #1984e0;
        }

.notice_list ul li {
    border-top: #dfdfdf solid 1px;
    padding: 5% 4%;
}

    .notice_list ul li .li_bt {
        font-size: 1.6rem;
        line-height: 2rem;
    }

        .notice_list ul li .li_bt a {
            color: #333;
        }

    .notice_list ul li .li_js {
        font-size: 1.3rem;
        line-height: 2rem;
        color: #888;
        margin-top: 10px;
        word-break: break-all;
        word-wrap: break-word;
    }

        .notice_list ul li .li_js a {
            color: #888;
        }

.li_tztg {
    color: #1984e0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 8px;
}

    .li_tztg .span1 {
        display: inline-block;
        float: left;
    }

    .li_tztg .span2 {
        display: inline-block;
        float: right;
        background: url(../images/yj.png) no-repeat 0 center;
        background-size: auto 70%;
        min-width: 42px;
        text-align: right;
    }
/*重要政策详细*/
.policy_title {
    height: 45px;
    background: #0096ff;
    line-height: 48px;
    font-size: 1.2rem;
    color: #fff;
    padding-left: 10px;
}

    .policy_title a {
        color: #fff;
    }

    .policy_title span {
        font-size: 1.1rem;
        font-family: 宋体;
    }

.policy_con {
    padding: 5% 3% 0;
}

.policy_xx h3 {
    font-size: 1.5rem;
    color: #222;
    line-height: 2rem;
}

.xx_linkwidth {
    width: 100%;
    height: 45px;
    overflow-x: auto;
    margin-top: 5%;
}

    .xx_linkwidth::-webkit-scrollbar {
        display: none;
    }

.xx_link {
    height: 45px;
    width: 176%;
}

    .xx_link a {
        display: block;
        float: left;
        width: 14.2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 1.4rem;
        border: #cecece solid 1px;
        border-right: #f5f5f5 solid 1px;
        background: #f5f5f5;
    }

        .xx_link a.on {
            color: #fff;
            border: #0096ff solid 1px;
            background: #0096ff;
        }

        .xx_link a:last-child {
            border-right: #cecece solid 1px;
        }

.xx_con {
    margin-top: 5%;
}

.xx_detailed {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #808080;
    display: none;
    font-family: 微软雅黑;
    word-break: break-all;
}
    .xx_detailed p {
        text-indent: 2em;
    }
    .xx_detailed span {
        color: #222;
    }
    /*.xx_detailed p{ text-indent:2.6rem;}*/
    .xx_detailed img {
        width: 100%;
    }
/*政策查询标签查询*/
.policy_bqxx {
    height: 64px;
}

    .policy_bqxx a {
        display: block;
        float: left;
        width: 50%;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 1.8rem;
        color: #fff;
        position: relative;
    }

        .policy_bqxx a.bqxx_a1 {
            background: #1984e0;
        }

            .policy_bqxx a.bqxx_a1 i {
                position: absolute;
                right: -7px;
                top: 60px;
                width: 7px;
                height: 5px;
                display: block;
                line-height: 0;
                display: none;
            }

        .policy_bqxx a.bqxx_a2 {
            background: #1969e0;
        }

            .policy_bqxx a.bqxx_a2 i {
                position: absolute;
                left: -7px;
                top: 60px;
                width: 7px;
                height: 5px;
                display: block;
                line-height: 0;
                display: none;
            }

        .policy_bqxx a.bqxx_a1.on {
            height: 64px;
        }

            .policy_bqxx a.bqxx_a1.on i, .policy_bqxx a.bqxx_a2.on i {
                display: block;
            }

        .policy_bqxx a.bqxx_a2.on {
            height: 64px;
        }

.policy_zz {
    padding: 4%;
    border-bottom: #dfdfdf solid 1px;
}

    .policy_zz:last-child {
        border-bottom: none;
    }

.policy_query .zz_title {
    color: #656565;
    font-size: 1.7rem;
    line-height: 40px;
    background: url(../images/fx_icon1.png) no-repeat 0 12px;
    padding-left: 25px;
    background-size: auto 45%;
}

.policy_query .query_ul {
    margin-top: 10px;
}

    .policy_query .query_ul li {
        width: 33.3%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        margin-bottom: 3%;
    }

        .policy_query .query_ul li a {
            display: inline-block;
            width: 90%;
            border: #d7d7d7 solid 1px;
            font-size: 1.3rem;
            line-height: 40px;
            height: 40px;
            color: #636363;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .policy_query .query_ul li a span {
            }

        .policy_query .query_ul li.on a {
            background: #1984e0;
            color: #fff;
        }

            .policy_query .query_ul li.on a span {
                background: url(../images/xz.png) no-repeat 0 6px;
                padding-left: 18px;
                background-size: auto 55%;
            }

.start_js {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    background: url(../images/btn_top.png) repeat-x top #fff;
    width: 100%;
    border-top: #dfdfdf solid 1px;
}

    .start_js a {
        margin: 15px auto 0;
        height: 45px;
        width: 70%;
        display: block;
        background: #0782e1;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        line-height: 45px;
    }

@media screen and (max-width: 410px) {
    .policy_query .query_ul li a {
        font-size: 1.2rem;
    }

    .policy_query .query_ul li.on a span {
        background: url(../images/xz.png) no-repeat 0 4px;
        padding-left: 14px;
        background-size: auto 50%;
    }
}
/*政策查询关键字查询*/
.policy_gjz {
    padding: 4%;
}

.gjz_title {
    color: #656565;
    font-size: 1.7rem;
    line-height: 40px;
    background: url(../images/fx_icon1.png) no-repeat 0 12px;
    padding-left: 25px;
    background-size: auto 45%;
}

.gjz_search {
    height: 45px;
    margin-top: 5px;
}

    .gjz_search .sear1 {
        border: #d7d7d7 solid 1px;
        float: left;
        width: 78%;
        height: 43px;
        background: url(../images/search1.png) no-repeat 5px 8px;
        background-size: auto 60%;
        padding-left: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .gjz_search .sear1 input {
            height: 40px;
            width: 100%;
            border: none;
            font-size: 1.4rem;
            line-height: 40px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .gjz_search .sear2 {
        float: left;
        width: 20%;
        margin-left: 2%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 43px;
    }

        .gjz_search .sear2 a {
            display: block;
            width: 100%;
            height: 43px;
            line-height: 42px;
            text-align: center;
            font-size: 1.4rem;
            color: #fff;
            background: #1984e0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.gjz_bz {
    margin-top: 20px;
    background: url(../images/xing.png) no-repeat 0 6px;
    padding-left: 25px;
    font-size: 1.4rem;
    line-height: 24px;
}

.zc_search {
    display: none;
}
/*关于我们*/
.about_banner img {
    width: 100%;
}

.about_intro {
    padding: 4%;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #333;
}

    .about_intro p {
        text-indent: 3rem;
    }

.about_lx {
    padding: 5% 4%;
}

.about_phone {
    border-bottom: #dfdfdf solid 1px;
    font-size: 1.5rem;
    line-height: 30px;
    height: 30px;
    color: #333;
}

    .about_phone span {
        color: #1984e0;
        font-size: 1.4rem;
        margin-left: 10px;
    }

.about_email {
    font-size: 1.5rem;
    line-height: 30px;
    color: #333;
}

    .about_email span {
        color: #1984e0;
        font-size: 1.4rem;
        margin-left: 10px;
    }
/*活动参与*/
.activity {
    padding: 0 4%;
}

.activity_con {
    border-bottom: #dfdfdf solid 1px;
    padding: 5% 0;
}

.activity_img img {
    width: 100%;
}
.activity_img a {
    display:block;
}

.activity_name {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
    margin-top: 20px;
}

    .activity_name a {
        color: #181818;
    }

.activity_intro {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5d5d5d;
    margin-top: 10px;
}

    .activity_intro a {
        color: #888;
    }

.activity_btn {
    text-align: center;
    margin-top: 15px;
}

    .activity_btn a {
        display: inline-block;
        width: 50%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        background: #1984e0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.5rem;
    }
/*活动参与详情*/
.activity_infor {
    padding: 5% 3% 71px;
}

.hd_title {
    font-size: 2rem;
    color: #333;
    line-height: 2.5rem;
}

.hd_remarks {
    color: #1984e0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 15px;
    padding-bottom: 8px;
}

    .hd_remarks .span1 {
        display: inline-block;
        float: left;
    }

.hd_details {
    padding-top: 5px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #5d5d5d;
    padding-bottom: 15px;
}
    /*.hd_details p{ text-indent:2.6rem;}*/
    .hd_details img {
        width: 100%;
        display: block;
    }

    .hd_details .xbt {
        font-size: 1.7rem;
        line-height: 2.2rem;
        display: block;
        color: #000;
    }

.ac_inforfoot {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    background: url(../images/bg_icon1.png);
    width: 100%;
    border-top: #dfdfdf solid 1px;
}

    .ac_inforfoot a {
        margin: 15px auto 0;
        height: 45px;
        width: 70%;
        display: block;
        background: #0782e1;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        line-height: 45px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.yjds .ds_con {
    margin-top: 10px;
}

.yjds .ds_img {
    width: 30%;
    float: left;
}

    .yjds .ds_img img {
        display: block;
        width: 90%;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.yjds .ds_intro {
    width: 70%;
    float: left;
    line-height: 1.6rem;
    font-size: 1.2rem;
}

    .yjds .ds_intro span {
        font-size: 1.3rem;
        line-height: 2rem;
        color: #222;
    }
/*活动预告*/
.activity_img {
    position: relative;
}

    .activity_img i {
        background: url(../images/yg_icon.png) no-repeat;
        background-size: 100% auto;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 35%;
        height: 13%;
    }
/*在线报名*/
.con_name {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.newstb {
    font-size: 1.4rem;
    color: #656565;
}

    .newstb td {
        padding: 8px 5px;
        border-bottom: 1px solid #ececec;
    }

    .newstb .need {
        color: #F00;
        margin-left: 4px;
        padding-top: 5px;
        font-family: "宋体";
    }

    .newstb .comminput {
        border: 1px solid #CCC;
        width: 100%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.con_wy {
    margin-top: 20px;
}

    .con_wy .wy_btn {
        border: 1px solid #3156a3;
        height: 50px;
        width: 100%;
        color: #3156a3;
        display: block;
        margin: 0 auto;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        line-height: 46px;
        font-size: 1.3rem;
    }
/*分页样式*/
.PageList {
    text-align: center;
}




/*创新创业资源*/
.phone_map{ height:100%; position:relative; width:100%; overflow-x:hidden;}
.map{ height:100%; width:100%; overflow:hidden}
.map_search{ height:3.4rem; width:100%; border-bottom:#d5d5d5 solid 1px;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; position:fixed; left:0; top:0; z-index:10}
.map_search input{ display:block; height:3.3rem; background: url(../images/search1.png) no-repeat 1rem center #fff;background-size: 1.5rem auto;  width:80%; float:left; border:none; font-size:1.5rem; line-height:3.5rem; color:#555;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; padding-left:3rem;-webkit-appearance:none;}

.map_search a{ display:block; width:20%; height:3.3rem;line-height: 3.3rem;color: #fff;font-size: 1.4rem; float:left;background:#017ad7; /*background: url(../images/map/search_bg.png) repeat-x;*/ text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; border-left:#d5d5d5 solid 1px}
.map_search a img{ max-width:25px;margin-top:10px;}
.map_link{ position:absolute; right:3%; top:60px; width:50px;}
.map_link ul li{ margin-bottom:5px;}
.map_link ul li a{ display:block; width:50px;height:50px; padding-top:26px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:#d2d2d2 solid 1px; background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; text-align:center; color:#999; font-size:1.3rem;}
.map_link ul li.on a{ border:#017ad7 solid 1px; color:#fff;}
.map_link ul li a.a1{ background:url(../images/map/icon02.png) no-repeat #fff center 2px; background-size:50% auto;}
.map_link ul li a.a2{ background:url(../images/map/icon03.png) no-repeat #fff center 3px; background-size:50% auto;}
.map_link ul li a.a3{ background:url(../images/map/icon04.png) no-repeat #fff center 4px; background-size:50% auto;}
.map_link ul li.on a.a1{ background:url(../images/map/onicon02.png) no-repeat #017ad7 center 2px; background-size:50% auto;}
.map_link ul li.on a.a2{ background:url(../images/map/onicon03.png) no-repeat #017ad7 center 3px; background-size:50% auto;}
.map_link ul li.on a.a3{ background:url(../images/map/onicon04.png) no-repeat #017ad7 center 4px; background-size:50% auto;}
.map_result{  position:absolute; bottom:3%; width:90%; left:5%; background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:#d2d2d2 solid 1px;}
.map_result .result1{-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; padding:3%; position:relative}
.map_result .result_name{ font-size:1.4rem; color:#017ad7;padding-right: 25px;}
.map_result .result_xx{ font-size:1.2rem; color:#888; margin-top:5px;}
.map_result .result_xx .span2{ margin-left:10px;}
.map_result .result_xx .span2 em{ color:#017ad7}
.map_result .result_more{ position:absolute; right:2%; top:10px; background:url(../images/map/more.png) no-repeat right center; height:26px; line-height:26px; padding-right:24px;background-size:auto 80%; font-size:1.2rem;}
.map_result .result2{-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; border-top:#d2d2d2 solid 1px;}
.map_result .result2 a{ display:block; width:50%;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; float:left; text-align:center; font-size:1.4rem; padding:3% 0;}
.map_result .result2 a:first-child{  border-right:#d2d2d2 solid 1px;}
.map_result .result2 a img{ max-width:30px;}
.anchorBL{ display:none}
/*资源导航*/
.zy_nav{ padding:3%;padding-top: 0;}
.zynav_list{ margin-top:5%}
.zynav_list h3{ border:#d9d9d9 solid 1px; border-bottom:#fff solid 1px; border-top:#017ad7 solid 5px; width:32%; text-align:center; background:#fff; font-size:1.2rem; height:2rem; line-height:1.8rem; position:relative; z-index:10; padding-left:1%; color:#017ad7;}
.zynav_list:nth-child(2) h3{ color:#bf3486; border-top:#bf3486 solid 5px}
.zynav_list:nth-child(3) h3{ color:#7ba50f; border-top:#7ba50f solid 5px}
.zynav_list:nth-child(4) h3{ color:#f19221; border-top:#f19221 solid 5px}
.zylist_con{ background:#fff; border:#d9d9d9 solid 1px; margin-top:-1px; padding:2% 1%;}
.zylist_con li{ display:block; float:left; width:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; text-align:center;border-bottom:#d7d7d7 solid 1px; padding:0.5rem 0;}
/*.zylist_con li:nth-child(1){ border-bottom:none;}
.zylist_con li:nth-child(2){ border-bottom:none;}
.zylist_con li:nth-child(3){ border-bottom:none;}*/
/*.zylist_con li:nth-child(4){ border-top:none;}*/
.zylist_con li:nth-child(3) a{ border-right:none;}
.zylist_con li:nth-child(6) a{ border-right:none;}
.zylist_con li:nth-child(9) a{ border-right:none;}
.zylist_con li:nth-child(12) a{ border-right:none;}
.zylist_con li:nth-child(15) a{ border-right:none;}
/*.zylist_con li:last-child a{ border-right:none;}*/
.zylist_con li.remove_bottom{border-bottom:none;}
.zylist_con li a{border-right:#c8c8c8 solid 1px; display:block; line-height:1.2rem; padding:0 0.5rem; font-size:1.1rem; overflow:hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;}
/*资源列表*/
.maplist_search{ height:4.2rem; width:100%; border-bottom:#d5d5d5 solid 1px;}
.maplist_search input{ display:block; height:4.2rem; background:#fff; width:80%; float:left; border:none; font-size:1.5rem; line-height:48px; color:#333;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; padding-left:5%;}
.maplist_search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#585858;}
.maplist_search input:-moz-placeholder, textarea:-moz-placeholder {color:#585858;}
.maplist_search input::-moz-placeholder, textarea::-moz-placeholder {color:#585858;}
.maplist_search input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#585858;}
.maplist_search a{ display:block; width:20%; height:4.2rem; float:left; background:#017ad7; text-align:center;}
.maplist_search a img{ max-width:25px;margin-top:1.1rem;}
.maplist_link{ height:4.2rem; border-bottom:#d5d5d5 solid 1px; background:#fff;}
.maplist_link > ul > li{ float:left; width:33.3%; border-right:#d5d5d5 solid 1px;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; position:relative;}
.maplist_link a.a1{ display: inline-block; width:100%; text-align:center; font-size:1.4rem; line-height:4.3rem;}
.maplist_link li.on a.a1{ background:#0782e1; color:#fff;}
.maplist_link ul li:last-child{ border-right:none}
.maplist_link ul li a.a1 em{ background:url(../images/map/xl1.png) no-repeat; display:inline-block; width:15px; height:9px; margin-left:5px}
.maplist_link ul li.on a.a1 em{ background:url(../images/map/xl2.png) no-repeat;}
.li_float{ position: absolute; left:-1px; top:4.2rem; width:100%; background:#fff; z-index:10; border:#d5d5d5 solid 1px;border-top:none; display:none; padding-bottom:1rem;}
.li_float ul.list_ul li{ font-size:1.3rem; line-height:2.4rem; text-align: center;}
.li_float ul.list_ul li a{ display:block;}
.li_float1{ width:100%; height:100%; position:fixed; top:8.6rem;left:0; background:#f5f5f5; z-index:11; display:none}
.li_float1>ul>li{ line-height:4rem;}
.li_float1>ul>li>a{ font-size:1.3rem; line-height:4rem; display:block; padding-left:4.5rem;}
.li_float1>ul>li:nth-child(1)>a{ background:url(../images/map/sx_icon5.png) no-repeat 2rem center; background-size:auto 50%;}
.li_float1>ul>li:nth-child(2)>a{ background:url(../images/map/sx_icon1.png) no-repeat 2rem center; background-size:auto 50%;}
.li_float1>ul>li:nth-child(3)>a{ background:url(../images/map/sx_icon2.png) no-repeat 2rem center; background-size:auto 50%;}
.li_float1>ul>li:nth-child(4)>a{ background:url(../images/map/sx_icon3.png) no-repeat 2rem center; background-size:auto 50%;}
.li_float1>ul>li:nth-child(5)>a{ background:url(../images/map/sx_icon4.png) no-repeat 2rem center; background-size:auto 50%;}
.li_float1>ul>li:nth-child(1)>a.on{ background:url(../images/map/sx_icon5.png) no-repeat 2rem center #fff; background-size:auto 50%;}
.li_float1>ul>li:nth-child(2)>a.on{ background:url(../images/map/sx_icon1.png) no-repeat 2rem center #fff; background-size:auto 50%;}
.li_float1>ul>li:nth-child(3)>a.on{ background:url(../images/map/sx_icon2.png) no-repeat 2rem center #fff; background-size:auto 50%;}
.li_float1>ul>li:nth-child(4)>a.on{ background:url(../images/map/sx_icon3.png) no-repeat 2rem center #fff; background-size:auto 50%;}
.li_float1>ul>li:nth-child(5)>a.on{ background:url(../images/map/sx_icon4.png) no-repeat 2rem center #fff; background-size:auto 50%;}
.li_float1>ul>li ul.sxsecond_ul{ position: absolute; height:100%; width:50%; right:0; top:0; background:#fff; z-index:12; padding-left:1rem;  display:none}
.li_float1>ul>li ul.sxsecond_ul li{font-size:1.3rem; line-height:4rem; display:block; border-bottom:#c4c4c4 solid 1px;}
.li_float1>ul>li ul.sxsecond_ul li a{ display:block; padding-left:1rem;}
.li_float1>ul>li ul.sxsecond_ul li.on{ border-bottom:#0f8dee solid 1px;}
.li_float1>ul>li ul.sxsecond_ul li.on a{ color:#0f8dee; background:url(../images/map/rgou.png) no-repeat 90% center; background-size:auto 45%;}
.sx_btn{ position: fixed; bottom:0; height:4rem; left:0; width:100%; z-index:130}
.sx_btn a{ display:inline-block; width:50%; font-size:1.3rem; line-height:4rem; text-align:center; color:#fff;}
.sx_btn a:nth-child(1){ background:#017ad7}
.sx_btn a:nth-child(2){ background:#f98d00}
.maplist_jg{ padding:3%;}
.jg_number{ font-size:1.3rem; color:#848484;}
.jg_number span{ color:#017ad7; margin:0 2px;}
.jg_list{ margin-top:10px;}
.list_con{ border:#d5d5d5 solid 1px; background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; width:100%;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; padding:3%; margin-bottom:5%}
.list_con .list_img{ float:left; width:25%;}
.list_con .list_img img{ width:100%;}
.list_con .list_xx{ float:left; width:72%; margin-left:3%;}
.list_xxt{ position:relative; border-bottom:#d5d5d5 solid 1px; padding-bottom:3%;}
.list_xxt .xx_name{ font-size:1.4rem; color:#017ad7}
.list_xxt .xx_addr{ font-size:1.2rem; color:#afafaf; background:url(../images/map/list_icon01.png) no-repeat 0 2px; padding-left:15px; margin-top:5px;}
.list_xxt .xx_more{ position:absolute; right:0; height:20px; top:0; background:url(../images/map/more.png) no-repeat right center; padding-right:18px; background-size:auto 80%; line-height:20px; font-size:1.2rem;}
.list_xxb{ margin-top:3%;}
.list_xxb a{ display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box; -moz-box-sizing:border-box; font-size:1.4rem; width:50%; text-align:center; border-right:#d5d5d5 solid 1px; height:24px;}
.list_xxb a:last-child{ border-right:none}
.list_xxb a img{ height:80%; margin-right:2px;}
/*资源列表详细*/
.phone_details{ padding:3%}
.details_survey{-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius:2px;border: #d5d5d5 solid 1px;background: #fff;padding: 3%;}
.survey_top{  padding-bottom:3%; display: -webkit-flex; display: flex;}
.survey_name{flex: 1 1 0;}
.survey_name .survey_bt{ font-size:1.4rem; color:#000}
.survey_name .survey_bq{ margin-top:0.5rem;}
.survey_name .survey_bq span{ display:inline-block; border:#00adfd solid 1px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; color:#00adfd; padding:0.1rem 0.5rem; margin-right:0.5rem;font-size: 1rem;margin-bottom: 0.5rem;}
.survey_name .survey_dz{ margin-top:0.5rem}
.survey_name .survey_dz a{ display:block; width:4rem; height:2.6rem; line-height:2.6rem; color:#fff; background:url(../images/map/dzq_icon1.png) no-repeat #017ad7 0.8rem center; background-size:auto 70%; padding-left:2rem;}
.survey_img{width:9rem; margin-left:0.5rem;}
.survey_img img{ width:100%}
.sur_address{display: -webkit-flex; display: flex;border-bottom:#d5d5d5 solid 1px; padding-bottom:0.5rem;}
.saddre_xx{flex: 1 1 0; font-size:1.2rem; color:#393939;}
.saddre_map{ width:6rem; font-size:1.15rem; text-align:right}
.saddre_map a{ display:block}
.saddre_map em{ background:url(../images/map/dzq_icon2.png) no-repeat 0 center; background-size: auto 80%; padding-left:1.8rem;}
.saddre_map i{ background:url(../images/map/rjt.png) no-repeat right center; background-size: auto 75%; padding-left:1.2rem;}
.sur_phone{display: -webkit-flex; display: flex; margin-top:0.5rem;}
.sphone_xx{flex: 1 1 0; font-size:1.2rem; color:#393939;}
.sphone_map{ width:6rem; font-size:1.15rem; text-align:right}
.sphone_map a{ display:block}
.sphone_map em{ background:url(../images/map/dzq_icon3.png) no-repeat 0 center; background-size: auto 80%; padding-left:1.8rem;}
.sphone_map i{ background:url(../images/map/rjt.png) no-repeat right center; background-size: auto 75%; padding-left:1.2rem;}
.synopsis{-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius:2px;border: #d5d5d5 solid 1px;background: #fff;padding: 3%;margin-top: 3%;font-size:1.35rem; line-height:2rem; color:#747474;}
.synopsis h3{ font-size:1.35rem; margin-bottom:0.5rem;}
.synopsis p{ font-size:1.35rem; line-height:2rem; color:#747474;}
.synopsis img{ max-width: 100%;}
/*选择角色*/
.de_title img{width:100%}
.de_bt{ font-size:1.3rem; margin-top:1.5rem}
.de_jslist{ margin-top:0.5rem;}
.de_jslist ul li{ border:#d5d5d5 solid 1px; border-top:none; background:#fff;-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box; padding:1rem;}
.de_jslist ul li:first-child{border-top:#d5d5d5 solid 1px;}
.de_jslist ul li a{ display:block;display: -webkit-flex; display: flex; background:url(../images/map/dh_icon1.png) no-repeat right center; background-size:2rem 2rem;}
.de_jslist ul li a.on{ background:url(../images/map/dh_icon2.png) no-repeat right center; background-size:2rem 2rem;}
.de_jslist ul li a .js_img{ display:block; width:8rem; border:#f2f2f2 solid 1px;}
.de_jslist ul li a .js_img img{ width:100%;}
.de_jslist ul li a .js_name{ display:block; flex: 1 1 0; font-size:1.2rem; padding-top:2.2rem; padding-left:1.5rem; color:#333;}
.de_jsnext{ text-align:center; margin-top:1.5rem}
.de_jsnext a{ display:inline-block; width:10rem; height:3rem; line-height:3rem; text-align:center; background:url(../images/map/xyb.png) repeat-x; color:#fff; font-size:1.3rem;}
.de_jsnext a.on{background: #ccc;margin-right: 10px;}
/*选择服务*/
.de_fwlist{ margin-top:1rem; background:#fff; border:#d5d5d5 solid 1px;-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box; padding:2rem 2rem 1rem;}
.de_fwlist ul li{ float:left; margin-bottom:2rem; /*width:33.3%*/margin-right: 1rem;}
.de_fwlist ul li a{ display:block; background:url(../images/map/fxk_icon1.png) no-repeat 0 center; padding-left:1.7rem; background-size:1.5rem 1.5rem; font-size:1.2rem;}
.de_fwlist ul li a.on{background:url(../images/map/fxk_icon2.png) no-repeat 0 center;background-size:1.5rem 1.5rem;}
@media screen and (max-width:374px){
	.de_fwlist ul li{ width:auto; margin-right:1rem;}
}
@media screen and (max-width:320px){
	.de_fwlist ul li{ width:auto; margin-right:0.5rem;}
}
/*他们可能帮助您*/
.de_bzhu{ margin-top:1.5rem; color:#333; font-size:1.2rem;display: -webkit-flex; display: flex; }
.de_bzhu span{flex: 1 1 0; display:block; line-height:2.2rem;}
.de_bzhu span i{ color:#ff6c00;}
.de_bzhu a{ background:#f19e0d; color:#fff; border:#dd830f solid 1px; width:8rem; height:2rem; text-align:center; line-height:2rem;}
@media screen and (max-width:320px){
	.de_bzhu{ font-size:1rem;}
	.de_bzhu a{ width:6.4rem;}
}
.fuw_nr{ margin-top:1rem;}
.fuw_table{ width:100%; border:#d5d5d5 solid 1px;}
.fuw_table th{ font-size:1.2rem; color:#808487; background:#eff3f6; text-align:left; font-weight:normal; height:2.6rem; padding:0 0.5rem; border-bottom:#d5d5d5 solid 1px;}
.fuw_table th:last-child{ width:2.6rem;}
.fuw_table td{ font-size:1.1rem; text-align:left;height:3rem; padding:0 0.5rem;border-bottom:#d5d5d5 solid 1px; background:#fff;}
.fuw_table td:last-child{ text-align:center}
.fuw_table td span{ color:#047edb}

.fuw_more{ text-align: right;margin-top: 0.2rem;}
.fuw_more a{ font-size: 1.2rem;color: #047edb;}
/*地图新增样式*/
/*.map_1 { background: url(../images/map/tu_bgs.png); border:#aeaeae solid 1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.map_1 a{ color:#1d1d1d}
.map_2 {background: url(../images/map/tu_bgs.png); border:#aeaeae solid 1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.map_2 a{ color:#1d1d1d}
.map_3 { background: url(../images/map/tu_bgs.png); border:#aeaeae solid 1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.map_3 a{ color:#1d1d1d}
.map_4 { background: url(../images/map/tu_bgs.png); border:#aeaeae solid 1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.map_4 a{ color:#1d1d1d}*/

/*2016-09-08  新增地图样式*/

.map_a {
    background: url(../images/map/m1.png) no-repeat 50% 50%;
}

.map_b {
    background: url(../images/map/m2.png) no-repeat 50% 50%;
}

.map_c {
    background: url(../images/map/m3.png) no-repeat 50% 50%;
}

.map_d {
    background: url(../images/map/m4.png) no-repeat 50% 50%;
}

.map_e {
    background: url(../images/map/m5.png) no-repeat 50% 50%;
}

.map_1 {
    background: url(../images/map/map_1.png) no-repeat left center;
}

.map_2 {
    background: url(../images/map/map_2.png) no-repeat left center;
}

.map_03 {
    background: url(../images/map/map_3.png) no-repeat left center;
}

.map_4 {
    background: url(../images/map/map_4.png) no-repeat left center;
}

.map_5 {
    background: url(../images/map/map_5.png) no-repeat left center;
}

    .map_1 a, .map_2 a, .map_3 a, .map_4 a, .map_5 a {
        text-align: center;
        display: inline-block;
        width: 95px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-overflow: hidden;
        overflow: hidden;
    }

    .map_1 img, .map_2 img, .map_3 img, .map_4 img, .map_5 img {
        display: block;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        margin-top: 9px;
        float: left;
        margin-left: 2px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

.map_1 a {
    color: #FC57A0;
}

.map_2 a {
    color: #1EC6AF;
}

.map_3 a {
    color: #C95ED9;
}

.map_4 a {
    color: #FF9105;
}

/*2017-02-08新增样式*/

.de_back{ margin-top:1.5rem; text-align:center;}
.de_back a{ display:inline-block;width:10rem}
.de_back a img{ max-width:100%;}

.map_5 img {
    margin-top: 8px;
    margin-left: 7px;
}



/*20170221资源列表详细调整*/
.case_jingd{-webkit-box-sizing: border-box;box-sizing: border-box;-moz-box-sizing: border-box;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius:2px;border: #d5d5d5 solid 1px;background: #fff;padding: 3%; margin-top:3%}
.casejd_bt{ overflow:hidden; height:2rem; line-height:2rem;display: -webkit-flex; display: flex;}
.casejd_bt span{font-size:1.3rem; color:#333;-webkit-box-flex:1; -webkit-flex:1; flex:1;}
.casejd_bt a{ background:url(../images/jt.png) no-repeat center center; background-size:0.7rem auto; width:2rem; height:2rem;}
.casejd_ul li{ padding:1.2rem 0 1rem; border-bottom:#c5c5c5 dashed 1px;}
.casejd_ul li:last-child{ border-bottom:none;}
.casejd_ul li a{ display:block; width:100%; display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;}
.casejd_img{ width:8.5rem;}
.casejd_img img{ max-width:100%;}
.casejd_nr{-webkit-box-flex:1;-webkit-flex:1; -ms-flex:1; flex:1; padding-left:0.8rem;}
.casejdnr_name{ font-size:1.3rem; color:#333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.casejdnr_ms{ font-size:1.2rem; color:#6c6c6c;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:0.3rem; line-height:1.4rem;}
.casejdnr_date{ font-size:1.2rem; color:#3c3939; line-height:1.6rem; margin-top:0.3rem;}
.casejdnr_date i{ background:url(../images/time.png) no-repeat 0 center; padding-left:1.5rem; background-size:1.3rem auto;}
.dtzx_ul li{ padding:1rem 0; border-bottom:#e9e9e9 solid 1px; background:url(../images/dian1.png) no-repeat 0 center; padding-left:1rem;}
.dtzx_ul li:last-child{ border-bottom:none;}
.dtzx_ul li a{ display:block; width:100%;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;}
.dtzx_ul li a .dtzx_name{overflow:hidden; white-space: nowrap;text-overflow: ellipsis; max-width:100%;width:100%; padding-right:1rem; font-size:1.25rem; color:#747474;}
.dtzx_ul li a .dtzx_date{ width:10rem; color:#afafaf; font-size:1.1rem; text-align:right;}
/*20200519登录页调整*/
.login-nav{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.login-nav span{font-size: 16px; color:#999; padding-bottom: 10px; margin-right: 15px;}
.login-nav span:last-child{margin-right:0;}
.login-nav span.active{color:#000;position: relative; font-size: 24px;}
.login-nav span.active:before{content: ""; position: absolute; left: 0; bottom:0; width:20px; height: 2px; background-color: #0093d6;}
.login-form-list{display:none;}
.login-code{display: inline-block;border-radius: 20px;height: 24px;	line-height: 22px;	background-color: #0093d6;color:#fff;	text-align: center;
	font-size: 12px;cursor: pointer; padding: 0 15px;}
.code-again{display: inline-block;padding: 0 15px;border-radius: 20px;height: 24px;line-height: 22px;background-color: #e5e5e5;color:#777;	text-align: center;
	font-size: 12px;}
/*20200519登录页调整end*/


/*来华服务包*/
.package-body {
    background: url("../images/package/pack-bg.jpg") no-repeat center top #0050ff;
    background-size: 100%;
}

.top-nav {
    color: #fff;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
}

    .top-nav img {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }

    .top-nav a {
        color: #fff;
    }

.package-info {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 100px 15px 15px;
}

.info-title {
    font-size: 24px;
}

.info-desc {
    margin-top: 10px;
    line-height: 2;
}

.package-box {
    display: flex;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.left-side {
    width: 75px;
    margin-top: 12px;
}

.side-content {
    flex: 1;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box
}
/*.package-body.active .package-info{height: 0;overflow: hidden}*/
.package-body.active .package-box {
    width: 100%;
    height: 100vh;
}

    .package-body.active .package-box .side-content {
        height: 100%;
    }

.package-list-scroll {
    flex: 1;
    overflow-y: auto;
}

.package-list {
    display: none;
    flex-direction: column;
    height: 100%;
}

    .package-list.active {
        display: flex
    }

.left-side span {
    display: flex;
    height: 42px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    line-height:1.2;
}

    .left-side span.active {
        background: url("../images/package/nav-bg.png") no-repeat center;
        background-size: 100% 100%;
        border-radius: 6px 0 0 6px;
        color: #2563EB;
        padding-left: 7px;
    }

        .left-side span.active:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 13px;
            background-color: #2563EB;
        }

.package-list-title {
    background: linear-gradient(to bottom, #CBD5E1, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    line-height: 1.2
}

.package-tag a {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0,117,255,0.1);
    border-radius: 4px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    color: #2563EB;
    margin-bottom: 4px;
    /*max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}
.package-tag.eng a {
    height: auto;
    line-height: 1.2;
    padding:5px 10px;
    min-height:20px;
    display:inline-flex;
    align-items:center;
}
.package-list-title.eng {
    background: linear-gradient(to bottom, #CBD5E1, #f3f7f9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pack-write {
    margin-top: 15px;
    color: #334155;
}
    .pack-write:first-child{
        margin-top:10px;
    }

    .pack-write-title {
        font-size: 14px;
        color: #334155;
        border-bottom: #F1F5F9 solid 1px;
        padding: 10px 0 10px 12px;
        margin-bottom: 10px;
        position:relative;
        font-weight:bold;
    }
        .pack-write-title:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background-color: #2563EB;
        }

        .text-center {
            text-align: center;
        }

.pack-write p {
    margin: 5px 0;
}

.pack-write img {
    max-width: 100%;
}
/*来华服务包end*/

/*服务指南*/
.guide-body {
    background: url("../images/guide/body-bg.jpg") no-repeat center top #e7f5fe;
    background-size: 100%;
    min-height: 100%
}

.guide-top.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url("../images/guide/body-bg.jpg") no-repeat center top #e7f5fe;
    z-index: 10;
}

.language-tabs {
    text-align: right;
    padding: 10px 0;
}

    .language-tabs span {
        font-size: 12px;
        color: #333;
        padding: 0 12px;
        position: relative;
        cursor: pointer;
    }

        .language-tabs span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 1px;
            height: 10px;
            background-color: #fff;
        }

        .language-tabs span:first-child:before {
            display: none
        }

        .language-tabs span.active {
            color: #0061ce
        }

.guide-policy-tabs {
    border-radius: 14px;
    overflow: hidden;
    padding: 0 10px;
}

.guide-policy-item {
    cursor: pointer;
    float: left;
    width: 33.333333%;
    min-height: 42px;
    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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

    .guide-policy-item:first-child {
        border-left: none;
        border-radius: 7px 0 0 7px
    }

        .guide-policy-item:first-child:after {
            border-radius: 7px 0 0 7px
        }

    .guide-policy-item:last-child {
        border-radius: 0 7px 7px 0;
    }

        .guide-policy-item:last-child:after {
            border-radius: 0 7px 7px 0
        }

    .guide-policy-item .name {
        font-size: 13px;
        color: #5d5d5d;
    }

    .guide-policy-item .desc {
        font-size: 12px;
        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 .name {
            color: #0572ec
        }

        .guide-policy-item.active .desc {
            color: #0572ec
        }

.guide-policy-content {
    padding: 0 10px;
    margin-top: 10px
}

.guide-desc-item {
    box-shadow: 0 2px 5px 0 rgba(0, 132, 255, 0.23);
    border-radius: 10px;
    border: #fff solid 1px;
    background: linear-gradient(to bottom,#daf4fe 0%,#fff 50px);
    padding: 10px;
}

.guide-card-title {
    font-size: 12px;
    color: #0572ec;
}

    .guide-card-title .number {
        background: linear-gradient(to bottom, #4760ff 0%, #d573f3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        margin-right: 3px;
    }

    .guide-card-title .name {
        font-size: 15px;
        font-weight: bold
    }

.guide-policy-list {
    margin-top: 10px;
}

.guide-policy-list-item {
    font-size: 12px;
    padding: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .guide-policy-list-item i {
        color: #0572ec;
        margin-right: 5px
    }

    .guide-policy-list-item:active {
        background-color: #e6f1fd;
        color: #0572ec
    }

.guide-card {
    background: url("../images/guide/title-bg.jpg") no-repeat left top #fff;
    background-size: 100% 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 132, 255, 0.23);
    border-radius: 10px;
    margin: 10px;
}

.guide-card-head {
    height: 42px;
    padding: 0 10px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #262626;
}

.guide-down-list {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}

.acceptance-content {
    border-radius: 10px;
    border: #fff solid 1px;
    background: linear-gradient(to bottom,#daf4fe 0%,#fff 200px);
    padding: 10px;
}

.acceptance-tag {
    position: relative;
    padding-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

    .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: 12px;
        color: #333333;
        display: inline-block;
        height: 20px;
        padding: 0 6px;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .acceptance-tag span.active {
            background-color: #006dff;
            color: #fff;
        }

.acceptance-list {
    margin-top: 12px;
}

.acceptance-list-item {
    margin-bottom: 15px;
}

.acceptance-img {
    width: 100%;
    height: 150px;
    border: #fff solid 2px;
    background: no-repeat center;
    background-size: cover;
}

.acceptance-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.acceptance-desc {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    white-space: pre-wrap;
    margin-top: 3px;
    display:flex;

}

.cceptance-desc-flex{
    flex:1;
}

.acceptance-desc img {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    margin-top:3px;
}
/*服务指南end*/
