@charset "utf-8";

/* 内页服务列表 */

.service_list .nygsxw {
    margin-top: 50px;
}

.nyfwlb {
    margin-top: 95px;
}

.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;
    padding: 40px 60px;
}

.nyfwlbboxcta_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyfwlbboxcta_txt {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.nyfwlbboxcta_txtct {
    width: 100%;
    text-align: left;
}

.nyfwlbboxcta_txtct_img i {
    margin: 0 auto;
    /* background: #fff; */
    display: block;
    font-size: 65px;
    line-height: 1;
    overflow: hidden;
}

.nyfwlbboxcta_txtct_h {
    /* margin-top: 35px; */
    font-size: 26px;
    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 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_h {
    color: #ed3c03;
}

@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:1500px){
    .nyfwlbboxcta_img{
        padding: 20px 40px;
        width: 50%;
    }
    .nyfwlbboxcta_txt{
        width: 50%;
        padding: 0 20px;
    }
    .nygsxw_titlel{
        font-size: 32px;
    }
}

@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;
        font-size: 12px;
    }
    .nyfwlbboxcta_txt {
        width: 50%;
    }
}

@media screen and (max-width:992px) {
    .nyfwlbboxcta_img {
        width: 40%;
        padding: 20px;
    }
    .nyfwlbboxcta_txt {
        width: 60%;
    }
    .nyfwlb {
        margin-top: 60px;
    }
    .nyfwlbboxcta_txtct_h {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0;
    }
    .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: 20px 10px;
    }
    .nyfwlbbox .nyfwlbboxcta {
        margin-bottom: 30px;
    }
}