@charset "utf-8";

/* 问题风险 */

.fxwt {
    margin-top: 60px;
}

.fxwt_tle {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.fxwt_h {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.fxwt_ct {
    margin-top: 35px;
}

.fxwt_ctitem {
    width: 23.5%;
    margin-right: 2%;
}

.fxwt_ctitem:nth-child(4n) {
    margin-right: 0;
}

.fxwt_ctitembox_img {
    overflow: hidden;
}

.fxwt_ctitembox_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xzxly .fxwt_ctitembox_img img:hover{
    transform: scale(1.1);
}
.fxwt_ctitembox_h {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    background: #f1f1f1;
}
.xzxly .fxwt_ctitem{
margin-top: 25px;
}
.xzxly .fxwt_ctitem:nth-child(-n + 4){
    margin-top: 0;
}
.fxwt_ctitembox_p {
    padding: 0 15px 15px;
    background: #f1f1f1;
}

.fxwt_ctitembox_p p {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 18px;
}

/*  服务内容*/

.fwnr {
    margin-top: 60px;
    padding: 60px 0 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: pink;
}

.fwnr_ct {
    margin-top: 35px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #ddd;
}

.fwnr_itema {
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.fwnr_itema:hover {
    background-color: #084fb6;
}

.fwnr_itema_yuan {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #084fb6;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.fwnr_itema_tlt {
    margin-left: 15px;
    flex: 1;
    font-size: 18px;
    color: #333;
}

.fwnr_ct a:hover .fwnr_itema_tlt {
    color: #fff;
}

/* 业务流程 */

.ywlc {
    margin-top: 60px;
}

.ywlc_ct {
    margin-top: 35px;
}

.ywlc_ctitem {
    position: relative;
}

.ywlc_ctitem_box {
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    padding: 0 20px 20px;
}

.ywlc_ctitem_boxy {
    margin: auto;
    margin-top: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.ywlc_ctitem_boxy i {
    font-size: 40px;
    color: #fe0629;
}

.ywlc_ctitem_boxh {
    margin-top: 15px;
    color: #fe0629;
    font-size: 20px;
    font-weight: 700;
}

.ywlc_ctitem_boxp {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.ywlc_ctitem_boxdw {
    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%);
    z-index: 10;
}

.ywlc_ctitem:last-child .ywlc_ctitem_boxdw {
    display: none;
}

@media screen and (max-width: 768px) {
    .fxwt_h{
        font-size: 12px;
    }
    /* 问题风险 */
    .fxwt_tle{
        font-size: 24px;
    }
    .fxwt{
        margin-top: 40px;
    }
    .fxwt_ctitem{
        width: 49%;
        margin-bottom: 10px;
    }
    .fxwt_ctitem:nth-child(2n){
        margin-right: 0;
    }
    .fxwt_ct{
        margin-top: 25px;
    }
    .fxwt_ctitembox_h{
        padding: 5px 0;
        font-size: 18px;
    }
    .fxwt_ctitem{
        background-color: #f1f1f1;
    }
    /* 服务内容 */
    .fwnr{
        margin-top: 45px;
    }
    .fwnr{
       padding: 40px 0 50px;
    }
    .fwnr_ct{
        margin-top: 25px;
    }
    .fwnr_itema{
        padding: 0 10px !important;
        height: 50px;
    }
    .fwnr_itema_tlt{
        margin-left: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .fwnr_itema_yuan{
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /* 业务流程 */
    .ywlc{
        margin-top: 50px;
    }
    .ywlc_ct{
        margin-top: 25px;
    }
    .ywlc_ctitem_box{
        padding: 0 15px 15px;
        width: 90% !important;
    }
    .ywlc_ctitem{
        margin-bottom: 10px;
    }
    .ywlc_ctitem_boxy{
        margin-top: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .ywlc_ctitem_boxy i{
        font-size:26px;
    }
    .ywlc_ctitem_boxh{
        margin-top: 10px;
        font-size: 16px;
    }
    .ywlc_ctitem_boxp{
        font-size: 12px;
        line-height: 20px;
    }
    .ywlc_ctitem_boxdw{
       display: none;
}
 
    .foot{
        margin-top: 40px;
    }
    .xzxly .fxwt_ctitem{
        margin-top: 15px;
        margin-bottom: 0;
        }
        .xzxly .fxwt_ctitem:nth-child(-n + 4){
            margin-top: 15px;
        }
        .xzxly .fxwt_ctitem:nth-child(-n + 2){
            margin-top: 0;
        }
}