@charset "utf-8";

/*优势  */

.youshibox {
    padding: 40px 0;
}

.youshibox_itemboxl {
    width: 90px;
    height: 90px;
    border: 1px solid #fe0629;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.youshibox_itemboxl i {
    margin-top: 6px;
    font-size: 46px;
    color: #fe0629;
}

.youshibox_itemboxr {
    padding-left: 12px;
}

.youshibox_itemboxr h6 {
    /*    font-size: 20px;*/
}

.youshibox_itemboxr p {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}


/*服务项目  */

.fwxm {
    margin-top: 20px;
}

.fwxmtitle {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.fwxmimg img {
    margin: 0 auto;
}

.fwxmh {
    font-size: 18px;
    color: #ccc;
}

.fwxmct {
    border: 1px solid #e5e5e5;
    margin-top: 35px;
}

.fwxmct .fwxmcta {
    padding: 0 30px;
    height: 65px;
}

.fwxmcta_sz {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ddd;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fwxmct .fwxmcta:hover .fwxmcta_sz {
    background-color: #084fb6;
}

.fwxmcta_p {
    flex: 1;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fwxmct .fwxmct_item {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.fwxmct .fwxmct_item:hover {
    background-color: #fafafa;
}

.fwxmct .fwxmct_item:nth-child(2n) {
    border-right: 0;
}

.fwxmct .fwxmct_item:nth-child(-n +2) {
    border-top: 0;
}

.fwxmb {
    background-color: #fafafa;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #e5e5e5;
    border-top: 0;
}


/* 申请资料 */

.sqzl {
    margin-top: 50px;
}

.sqzl_ct {
    margin-top: 35px;
}

.sqzl_ctitem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.sqzl_ctitem:nth-child(2n) {
    margin-right: 0;
}

.sqzl_ctitembox {
    height: 100px;
    padding: 0 20px;
    background-color: #f6f6f6;
}

.sqzl_ctitembox_sz {
    font-size: 75px;
    color: #ddd;
}

.sqzl_ctitembox_txt {
    margin-left: 10px;
    flex: 1;
}

.sqzl_ctitembox_txt h6 {
    color: #084fb6;
}

.sqzl_ctitembox_txt p {
    margin-top: 4px;
    font-size: 14px;
    color: #666;
}


/* 申报流程 */

.sblc {
    margin-top: 50px;
}

.sblc_ct {
    margin-top: 35px;
}

.sblc_item {
    margin: 0 12px;
}

.sblc_itembox_t,
.sblc_itembox_b {
    text-align: center;
}

.sblc_itembox_t span,
.sblc_itembox_b span {
    font-size: 16px;
    color: #b6b6b6;
}

.sblc_itembox_b span {
    display: block;
    margin: auto;
    margin-top: -30px;
}

.sblc_itembox_tsj {
    margin-top: -25px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
}

.sblc_itembox_bsj {
    width: 0;
    height: 0;
    border: 25px solid transparent;
}

.sblc_itembox_ct {
    height: 115px;
    padding: 0 20px;
}

.sblc_itembox_cth {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.sblc_theme .owl-item:nth-child(odd) .sblc_itembox_b {
    visibility: hidden;
}

.sblc_theme .owl-item:nth-child(even) .sblc_itembox_t {
    visibility: hidden;
}

.sblc_ctbox .owl-controls .owl-page.active span {
    background-color: #084fb6;
}

@media screen and (max-width: 768px) {

    /* 优势 */
    .youshibox_itembox {
        flex-wrap: wrap;
    }

    .youshibox_itemboxl {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .youshibox_itemboxr {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .youshibox_itemboxr h6 {
        margin-top: 10px;
        font-size: 16px;
    }

    .youshibox_itemboxr p {
        font-size: 12px;
    }

    .youshibox_item {
        margin-bottom: 20px;
    }

    .youshibox_itemboxl i {
        font-size: 36px;
    }

    /* 服务项目 */
    .fwxm {
        margin-top: 0;
    }

    .fwxmtitle {
        font-size: 24px;
    }

    .fwxmh {
        font-size: 12px;
    }

    .fwxmct {
        margin-top: 25px;
    }

    .fwxmct .fwxmcta {
        padding: 0 10px;
    }

    .fwxmcta_sz {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .fwxmct .fwxmcta {
        height: 50px;
    }

    .fwxmcta_p {
        margin-left: 10px !important;
        font-size: 12px;

    }

    .fwxmb {
        padding: 8px 10px;
        height: auto;
        font-size: 14px;
        line-height: 23px;
    }

    /* 资料 */
    .sqzl_ct {
        margin-top: 25px;
    }

    .sqzl_ctitembox {
        padding: 15px 10px;
        height: auto;
    }

    .sqzl_ctitembox_sz {
        font-size: 22px;
    }

    .sqzl_ctitembox_txt h6 {
        font-size: 16px;
    }

    .sqzl_ctitembox_txt p {
        font-size: 12px;
        line-height: 20px;
    }

    .sqzl_ctitem {
        background-color: #f6f6f6;
    }

    /* 流程 */
    .sblc {
        margin-top: 40px;
    }

    .sblc_ct {
        margin-top: 25px;
    }

    .sblc_itembox_cth {
        font-size: 16px;
        line-height: 24px;
    }

    .foot {
        margin-top: 50px;
    }
}