@charset "utf-8";

/*  申报好处*/

.sbhc {
    margin-top: 60px;
}

.sbhc_title_h {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.sbhc_title_x {
    position: relative;
    margin-top: 10px;
}

.sbhc_title_xdw {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ccc;
}

.sbhc_ct {
    margin-top: 45px;
}

.sbhc_ctitem {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.sbhc_ctitem:nth-child(3n) {
    margin-right: 0;
}

.sbhc_ctitem .sbhc_ctitema {
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -ms-border-radius: 50px 0 50px 0;
    -o-border-radius: 50px 0 50px 0;
    /*    box-shadow: 7px 7px 7px #d8d8d8;*/
}

.sbhc_ctitema_i i {
    font-size: 80px;
    color: #084fb6;
    color: #084fb6;
    padding: 0 20px 0 10px;
}

.sbhc_ctitema_x {
    margin: 0 15px;
    width: 1px;
    height: 80px;
    background-color: #aaaaaa;
}

.sbhc_ctitema_txt {
    flex: 1;
}

.sbhc_ctitema_txth {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.sbhc_ctitema_txtp {
    height: 45px;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.sbhc_ctitem .sbhc_ctitema:hover {
    background-color: #084fb6;
}

.sbhc_ctitem .sbhc_ctitema:hover i {
    color: #fff;
}

.sbhc_ctitem .sbhc_ctitema:hover .sbhc_ctitema_txth {
    color: #fff;
}

.sbhc_ctitem .sbhc_ctitema:hover .sbhc_ctitema_txtp {
    color: #fff;
}

.sbhc_ctitem .sbhc_ctitema:hover .sbhc_ctitema_x {
    background-color: #fff;
}


/* 必备条件 */

.bbtj {
    padding: 60px 0 60px;
    margin-top: 50px;
    background-color: #084fb6;
}

.bbtj .sbhc_title_h {
    color: #fff;
}

.bbtj .sbhc_title_xdw {
    color: #fff;
}

.bbtj_ct {
    margin-top: 45px;
}

.bbtj_ctlt_item {

    background-color: #fff;
}



.bbtj_ctlt_itemimg {
    overflow: hidden;
}

.bbtj_ctlt_itemimg img {
    width: 100%;
}

.bbtj_ctlt_itemtxt {
    text-align: center;
    padding: 0 10px;
}
.bbtj_ctlt_itemtxt{
    padding:0 10px 30px;
}
.bbtj_ctlt_itemh {
    margin-top: 20px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

.bbtj_ctlt_itemp {
    margin-top: 10px;
    font-size: 16px;
    color: #8d8d8d;
}

.bbtj_ctlb {
    margin-top: 20px;
}

.bbtj_ctlb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbtj_ctlb_txt {
    flex: 1;
    padding: 40px;
    background-color: #fff;
}

.bbtj_ctlb_txth {
    font-size: 23px;
    color: #333;
    font-weight: 700;
}

.bbtj_ctlb_txtitem {
    margin-top: 10px;
}

.bbtj_ctlb_txtitem span {
    display: inline-block;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 8px 10px;
    font-size: 14px;
    min-width: 30%;
    text-align: center;
    margin: 8px 8px 5px 0;
    background: #f1f1f1;
}

.bbtj_ctr {
    padding-left: 15px !important;
    display: none !important;
}

.bbtj_ctr_box {
    background-color: #fff;
}
.bbtj_ctltbox {
    width: 100%;
}

.bbtj_container {
    width: 100%;
}

.bbtj_slide {
    height: auto;
    background-color: #fff;
}


/* 分类引导 */

.flyd {
    padding: 60px 0 80px;
    background-color: #084fb6;
}

.flydbox {}

.flyd_item {
    margin: 0 8px;
}

.flyd_item .flyd_itema {
    background-color: #fff;
}

.flyd_itemat {
    border-bottom: 1px solid #eee;
    padding: 25px 10px;
}

.flyd_itemat_img {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}

.flyd_itemat_img img {
    width: 100%;
}

.flyd_itemat_txt {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.flyd_itemab {
    text-align: center;
    padding: 10px;
}

.flyd_itemab_p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.flydbox .owl-controls .owl-page.active span {
    background-color: #f93d3e;
}


/* 评分标准 */

.pfbz {
    margin-top: 50px;
}

.pfbz_ct {
    margin-top: 45px;
}

.pfbz_ctt_item {
    width: 25%;
}

.pfbz_ctt_itemimg {
    overflow: hidden;
}

.pfbz_ctt_itemimg img {
    margin: auto;
    display: block;
}

.pfbz_ctt_itemp {
    font-size: 18px;
    color: #fe0629;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}

.pfbz_ctc {
    margin-top: 40px;
    text-align: center;
}

.pfbz_ctc_tle {
    font-size: 20px;
    color: #222;
}

.pfbz_ctc_tle span {
    font-size: 36px;
    color: #fe0629;
    font-weight: 700;
}

.pfbz_ctc_img img {
    padding: 12px 0;
    margin: auto;
}

.pfbz_ctc_p {
    font-size: 18px;
    color: #222;
}

.pfbz_ctlink {
    margin-top: 35px;
}

.pfbz_ctlink .pfbz_ctlinka {
    width: 325px;
    height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    background-color: #084fb6;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.pfbz_ctlink .pfbz_ctlinka:hover {
    transform: scale(.98);
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -ms-transform: scale(.98);
    -o-transform: scale(.98);
}


/*  服务流程*/

.fwlc {
    margin-top: 60px;
    padding: 60px 0 60px;
    background-color: #084fb6;
}

.fwlc .sbhc_title_h {
    color: #fff;
}

.fwlc .sbhc_title_xdw {
    color: #fff;
}

.fwlc_ct {
    margin-top: 45px;
}

.fwlc_ctitem {
    position: relative;
}

.fwlc_ctitem_i {
    margin: auto;
    width: 88px;
    height: 88px;
    line-height: 80px;
    text-align: center;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #fff;
    border: 3px solid #073f90;
}

.fwlc_ctitem_i i {
    font-size: 45px;
    color: #084fb6;
}

.fwlc_ctitem_p {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.fwlc_ctitemdw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.fwlc_ct .fwlc_ctitem:last-child .fwlc_ctitemdw {
    display: none;
}

.fwlc_link {
    margin-top: 40px;
}

.fwlc_link .fwlc_linka {
    width: 260px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #fe0629;
    border-radius: 5px;
    font-size: 26px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fwlc_link .fwlc_linka:hover {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}


/* 解决方案 */

.jjfa {
    padding: 60px 0;
    background-color: #212e46;
}

.jjfa_ctitem {
    padding-top: 20px
}

.jjfa .sbhc_title_h {
    color: #fff;
}

.jjfa .sbhc_title_h:hover {
    color: #f93d3e;
}

.jjfa .sbhc_title_xdw {
    color: #fff;
}

.jjfa_ct {
    margin-top: 35px;
}

.jjfa_ctiteml_item {
    height: 140px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.jjfa_ctiteml_itemh {
    font-size: 24px;
    color: #fff;
}

.jjfa_ctiteml_itemh span {
    font-size: 24px;
    color: #ffde00;
}

.jjfa_ctiteml_itemp {
    margin-top: 10px;
    padding-left: 100px;
    font-size: 14px;
    color: #fff;
}

.jjfa_ctitemr_item {
    height: 140px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.jjfa_ctitemr_itemh {
    text-align: right;
    font-size: 24px;
    color: #fff;
}

.jjfa_ctitemr_itemh span {
    font-size: 24px;
    color: #ffde00;
}

.jjfa_ctitemr_itemp {
    margin-top: 10px;
    padding-right: 100px;
    font-size: 14px;
    color: #fff;
}


/* 我们的优势 */

.wmys {
    padding: 60px 0;
}

.wmys .sbhc_title_h {
    color: #333;
}

.wmys .sbhc_title_xdw {
    color: #ddd;
}

.wmys_ct {
    margin-top: 45px;
}

.wmys_ctl {
    width: 48.5%;
    position: relative;
    padding-top: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #eee;
}

.wmys_ctldw {
    position: absolute;
    left: 50%;
    top: -56px;
    margin-left: -123px;
    width: 246px;
    height: 86px;
    overflow: hidden;
    background: url(../images/imgs/ico2.png) no-repeat 0 -86px;
    line-height: 124px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    z-index: 5;
}

.wmys_ctl_item {
    padding-left: 160px;
    height: 80px;
    line-height: 79px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 20px;
    color: #333;
}

.wmys_ctr {
    width: 48.5%;
    position: relative;
    padding-top: 50px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0px 0px 15px #eee;
}

.wmys_ctrdw {
    position: absolute;
    left: 50%;
    top: -56px;
    margin-left: -123px;
    width: 246px;
    height: 86px;
    overflow: hidden;
    background: url(../images/imgs/ico2.png) no-repeat 0 0;
    line-height: 124px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.wmys_zb {
    width: 3%;
    position: relative;
}

.wmys_zbdw {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 156px;
    height: 158px;
    overflow: hidden;
    display: block;
    background: url(../images/imgs/ico2.png) no-repeat 0 -199px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
}


/* 了解更多 */

.ljgd {
    margin-top: 50px;
}

.ljgd_ct {
    margin-top: 45px;
}

.ljgd_ctbox .ljgd_ctboxa {
    width: 32%;
    margin-right: 2%;
    height: 80px;
    border-radius: 5px;
    color: #333;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    background-color: #f1f1f1;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.ljgd_ctbox .ljgd_ctboxa:hover {
    background-color: #fe0629;
    color: #fff;
    border: 1px solid #fff;
}

.ljgd_ctbox .ljgd_ctboxa:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 768px) {

    /* 好处 */
    .sbhc {
        margin-top: 40px;
    }

    .sbhc_title_h {
        font-size: 24px;
    }

    .sbhc_title_xdw {
        padding: 0 !important;
        width: 100%;
        font-size: 12px;
        color: #ccc;
        line-height: 20px;
        text-align: center;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .sbhc_ctitem {
        width: 49%;
    }

    .sbhc_ctitem:nth-child(3n) {
        margin-right: 2%;
    }

    .sbhc_ctitem:nth-child(2n) {
        margin-right: 0;
    }

    .sbhc_ctitema {
        flex-wrap: wrap;
        height: 100%;
    }

    .sbhc_ctitema>div {
        width: 100%;
    }

    .sbhc_ctitema_i i {
        font-size: 40px;
    }

    .sbhc_ctitema_txth {
        font-size: 16px;
    }

    .sbhc_ctitem .sbhc_ctitema {
        padding: 10px;
        align-items: flex-start !important;
        align-self: flex-start !important;
        text-align: center;
        display: block !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .sbhc_ctitema_i i {
        padding: 0;
    }

    .sbhc_ctitema_txt {
        flex: none;
        display: block;
        width: 100%;
    }

    .sbhc_ctitema_txtp {
        height: auto;
        font-size: 12px;
        line-height: 20px;
    }

    /* 必备条件 */
    .bbtj {
        padding: 40px 0 0;
        margin-top: 40px;
    }
    .bbtj_ct{
        margin-top: 35px;
    }
    .bbtj_ctr {
        display: none !important;
    }

   
    .bbtj_ctlt_itemh {
        font-size: 14px;
    }

    .bbtj_ctlt_itemp p {
        font-size: 12px;
        line-height: 20px;
    }

    .bbtj_ctl {
        margin-top: 20px;
    }

    .bbtj_ctlt_item {
    
    }

    .bbtj_ctlt {
        flex-wrap: wrap;

    }

 

    .bbtj_ctlb {
        flex-wrap: wrap;
    }

    .bbtj_ctlb>div {
        width: 100%;
    }

    .bbtj_ctlb_txt {
        padding: 20px;
    }

    /* 分类引导 */
    .flyd {
        padding: 40px 0 30px;
    }

    .flyd_itemat {
        padding: 20px 10px;
    }

    .flyd_itemat_txt {
        margin-top: 5px;
    }

    .flyd_itemat_txt {
        font-size: 16px;
    }

    .flyd_itemab_p {
        height: 40px;
        font-size: 12px;
        line-height: 20px;
    }

    /* 评分标准 */
    .sbhc_title_x {
        margin-top: 5px;
    }

    .pfbz_ctt_item {
        width: 50%;
        margin-bottom: 10px;
    }

    .pfbz_ctt_itemp {
        font-size: 16px;
        line-height: 20px;
    }

    .pfbz_ctt {
        flex-wrap: wrap;
    }

    .pfbz_ctc_tle {
        font-size: 18px;
    }

    .pfbz_ctc {
        margin-top: 10px;
    }

    .pfbz_ctc_p {
        font-size: 14px;
        line-height: 23px;
    }

    /* 流程 */
    .fwlc {
        margin-top: 50px;
        padding: 40px 0;
    }

    .fwlc_ctitem {
        flex: none;
        margin-bottom: 20px;
        width: 33.33%;
    }

    .fwlc_ctitem_i {
        width: 60px;
        height: 60px;
        line-height: 52px;
    }

    .fwlc_ctitem_i i {
        font-size: 30px;
    }

    .fwlc_ctitem_p {
        font-size: 16px;
    }

    .fwlc_ctitemdw {
        transform: translate(40%, -50%);
        -webkit-transform: translate(40%, -50%);
        -moz-transform: translate(40%, -50%);
        -ms-transform: translate(40%, -50%);
        -o-transform: translate(40%, -50%);
        display: none;
    }

    .fwlc_link {
        display: none;
    }

    .jjfa {
        padding: 45px 0;
    }

    /* 解决方案 */
    .jjfa_ctiteml_item,
    .jjfa_ctitemr_item {
        height: 100px;
    }

    .jjfa_ctitemimg {
        display: none !important;
    }

    .jjfa_ctiteml_itemh,
    .jjfa_ctitemr_itemh {
        font-size: 18px;
    }

    .jjfa_ctiteml_itemp,
    .jjfa_ctitemr_itemp {
        font-size: 12px;
        line-height: 20px;
    }

    /* 我们的优势 */
    .wmys {
        padding: 50px 0;
    }

    .wmys_zb {
        display: none !important;
    }

    .wmys_ctl,
    .wmys_ctr {
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
    }

    .wmys_ctr {
        margin-top: 70px;
    }

    .wmys_ctl_item {
        padding: 0 20px;
        height: 50px;
        line-height: 49px;
        font-size: 16px;
    }

    .wmys_ctldw {
        font-size: 18px;
    }
    .wmys_ctldw{
display: none;
    }
    .wmys_ctr{
        display: none;
    }
    /* 了解更多 */
    .ljgd {
        margin-top: 0px;
    }

    .ljgd_ctbox .ljgd_ctboxa {
        height: 50px;
        line-height: 50px;
        width: 49%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ljgd_ctbox .ljgd_ctboxa:nth-child(3n) {
        margin-right: 2%;
    }

    .ljgd_ctbox .ljgd_ctboxa:nth-child(2n) {
        margin-right: 0;
    }

    .foot {
        margin-top: 40px;
    }
}