

/* 内页服务列表 */

.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;
}

.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: center;
}

.nyfwlbboxcta_txtct_img img {
    margin: 0 auto;
	background: #fff;
	display: block;
	border-radius: 50%;
	overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyfwlbboxcta_txtct_h {
    margin-top: 35px;
    font-family: 'ProximaNova-Semibold';
    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 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: #e12644;
}

@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;
    }
    .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;
    }
}

@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;
    }
}