@charset "utf-8";

/* 内页服务列表 */

.service_list .nygsxw {
    margin-top: 50px;
}

.nyfwlb {
    margin-top: 95px;
    padding-bottom: 120px;
}

.nyfwlbboxct {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nyfwlbbox .nyfwlbboxcta {
    display: flex;
    width: 49%;
    margin-right: 2%;
    background-color: #f3f3f3;
    margin-bottom: 35px;
}

.nyfwlbbox .nyfwlbboxcta:nth-child(2n) {
    margin-right: 0;
}

.nyfwlbboxcta_img {
    width: 60%;
    overflow: hidden;
    margin: 30px;
}

.nyfwlbboxcta_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border: 1px solid #dfdfdf;
}

.nyfwlbboxcta_txt {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.nyfwlbboxcta_txtct {
    width: 100%;
    text-align: center;
}
.nyfwlbboxcta_txtct_img{
    color: #bbb;
}
.nyfwlbboxcta_txtct_img i {
    margin: 0 auto;
    /* background: #fff; */
    display: block;
    font-size: 55px;
    line-height: 1;
    overflow: hidden;
    transition: all .5s;
}

.nyfwlbboxcta_txtct_h {
    margin-top: 25px;
    font-size: 24px;
    color: #333;
}

.nyfwlbboxcta_txtct_p {
    margin-top: 10px;
    color: #888;
    line-height: 24px;
    font-size: 14px;
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_img i{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    color: #999;
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_h {
    color: #f84e00;
}

@media screen and (max-width:1700px) {
    .nyfwlbboxcta_txt {
        padding: 0 30px;
    }
    .nyfwlbboxcta_txtct_h {
        margin-top: 10px;
    }
    .nyfwlbboxcta_txtct_h {
        font-size: 20px;
        line-height: 22px;
    }
    .nyfwlbboxcta_txtct_p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width:1200px) {
    .nyfwlbboxcta_img {
        width: 50%;
    }
    .nyfwlbboxcta_img img {
        height: 100%;
        object-fit: cover
    }
    .nyfwlbboxcta_txt {
        padding: 20px 10px;
    }
    .nyfwlbboxcta_txtct_img img {
        width: 60px;
    }
    .nyfwlbboxcta_txtct_p {
        margin-top: 5px;
    }
    .nyfwlbboxcta_txt {
        width: 50%;
    }
}

@media screen and (max-width:992px) {
    .nyfwlbboxcta_img {
        width: 40%;
    }
    .nyfwlbboxcta_txt {
        width: 60%;
    }
    .nyfwlb {
        margin-top: 60px;
        padding-bottom: 0;
    }
    .nyfwlbboxcta_txtct_h {
        font-size: 18px;
        line-height: 20px;
        margin-top: 5px;
    }
    .nyfwlbboxcta_img img {
        height: 100%;
        object-fit: cover;
    }
    .nyfwlbboxcta_txt {
        padding: 10px;
    }
    .nyfwlbbox .nyfwlbboxcta {
        margin-bottom: 20px;
    }
    .service_list .nygsxw {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .nyfwlbbox .nyfwlbboxcta {
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .nyfwlbboxcta>div {
        width: 100%;
    }
    .nyfwlbboxcta_img {
        height: 160px;
    }
    .nyfwlbboxcta_txt {
        padding: 0 20px 40px;
    }
    .nyfwlbbox .nyfwlbboxcta {
        margin-bottom: 30px;
    }
}