.pro-bj img {
    width: 100%;
}
.ny-cpfl-warp {
    padding: 100px 0 190px 0;
}

.ny-cpfl-warp .title {
    width: 1200px;
    margin: 0 auto;
}

.ny-cpfl-warp .title h1 {
    font-size: 34px;
}
.ny-cpfl-warp .cpfl-top {
    width: 1200px;
    margin: 0 auto;
}
.ny-cpfl-warp .cpfl-top ul {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.ny-cpfl-warp .cpfl-top ul li a {
    position: relative;
    display: inline-block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #d7d7d7;
    text-align: center;
    line-height: 144px;
    transition: all .3s;
    font-size: 26px;
}
.ny-cpfl-warp .cpfl-top ul li .on {
    background-color: #ebd6c0;
    position: relative;
}
.ny-cpfl-warp .cpfl-top ul li .on::after {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #ebd6c0;
    border-radius: 50%;
}

.ny-cpfl-warp .cpfl-top ul li a:hover {
    background-color: #ebd6c0;
}

.ny-cpfl-warp .cpfl-top ul li a:hover::after {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #ebd6c0;
    border-radius: 50%;
}
.ny-cpfl-warp .cpfl-ad {
    position: relative;
    padding-top: 40px;
}
.ny-cpfl-warp .cpfl-ad img {
    width: 100%;
    height: 431px;
    object-fit: cover;
}
.ny-cpfl-warp .cpfl-ad .ad-box {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 8%;
    bottom: 30%;
    color: #fff;
}
.ny-cpfl-warp .cpfl-dt {
    margin: 100px 0;
    display: flex;
    position: relative;
}
.ny-cpfl-warp .cpfl-dt .l {
    width: 70%;
}
.ny-cpfl-warp .cpfl-dt .l img {
    width: 100%;
}
.ny-cpfl-warp .cpfl-dt .r {
    position: absolute;
    width: 50%;
    background-color: #fff;
    top: 50%;
    right: -5%;
    height: 400px;
    transform: translateY(-50%);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 5% 10%;
}
.ny-cpfl-warp .cpfl-dt .r h1 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-cpfl-warp .cpfl-dt .r h2 {
    font-size: 32px;
    margin: 30px 0;
}
.ny-cpfl-warp .cpfl-dt .r a {
    display: inline-block;
    border-radius: 20px;
    background-color: #ebd6c0;
    padding: 7px 20px;
}


.ny-cpfl-warp .cpfl-dt2 {
    margin: 100px 0;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
.ny-cpfl-warp .cpfl-dt2 .l {
    width: 70%;
}
.ny-cpfl-warp .cpfl-dt2 .l img {
    width: 100%;
}
.ny-cpfl-warp .cpfl-dt2 .r {
    position: absolute;
    width: 50%;
    background-color: #fff;
    top: 50%;
    left: -5%;
    height: 400px;
    transform: translateY(-50%);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 5% 10%;
}
.ny-cpfl-warp .cpfl-dt2 .r h1 {
    font-size: 60px;
    color: #dcdcdc;
}
.ny-cpfl-warp .cpfl-dt2 .r h2 {
    font-size: 32px;
    margin: 30px 0;
}
.ny-cpfl-warp .cpfl-dt2 .r a {
    display: inline-block;
    border-radius: 20px;
    background-color: #ebd6c0;
    padding: 7px 20px;
}
.ny-cpfl-warp .cpfl-dt2 .r h1 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-cpfl-warp .cpfl-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-cpfl-warp .cpfl-b ul li {
    width: 45%;
    margin-bottom: 20px;
}
.ny-cpfl-warp .cpfl-b ul li:nth-child(odd) {
    padding-top: 100px;
}
.ny-cpfl-warp .cpfl-b ul li a {
    width: 100%;
}
.ny-cpfl-warp .cpfl-b ul li a .img-box {
    overflow: hidden;
}
.ny-cpfl-warp .cpfl-b ul li a img {
    width: 100%;
    height: 712px;
    object-fit: cover;
    transition: all .5s;
}
.ny-cpfl-warp .cpfl-b ul li a img:hover {
    transform: scale(1.2);
}
.ny-cpfl-warp .cpfl-b ul li a img {
    width: 100%;
}
.ny-cpfl-warp .cpfl-b ul li a .p-box {
    padding: 40px 0;
}

