.ny-abou-jj-warp {
    margin-top: 190px;
    background-color: #f4f4f4;
}
.about-bj img {
    width: 100%;
}
.ny-abou-jj-warp .ny-abou-jj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}
.ny-abou-jj-warp .ny-abou-jj .l {
    width: 45%;
}
.ny-abou-jj-warp .ny-abou-jj .l h1 {
    font-size: 50px;
    text-transform: uppercase;
}
.ny-abou-jj-warp .ny-abou-jj .l h2 {
    font-size: 40px;
}
.ny-abou-jj-warp .ny-abou-jj .l .p-box {
    margin-top: 50px;
    font-size: 16px;
    line-height: 32px;
}
.ny-abou-jj-warp .ny-abou-jj .r {
    width: 50%;
    margin-top: -100px;
}
.ny-abou-jj-warp .ny-abou-jj .r img {
    width: 100%;
}

/*特征开始*/
.tezheng-warp {
    margin-top: 190px;
}
.tezheng-warp .tezheng-top {
    text-align: center;
}
.tezheng-warp .tezheng-top h1 {
    font-size: 50px;
}
.tezheng-warp .tezheng-top h2 {
    font-size: 40px;
    margin-top: 10px;
}
.tezheng-warp .tezheng-top p {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}
.tezheng-warp .tezheng-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.tezheng-warp .tezheng-content ul li {
    width: 49%;
}
.tezheng-warp .tezheng-content ul li img {
    width: 100%;
    height: 388px;
    object-fit: cover;
}
.tezheng-warp .tezheng-content ul li p {
    padding: 20px;
    font-size: 22px;
    line-height: 42px;
}

/*荣誉证书开始*/
.ryzs-warp {
    margin: 100px 0;
}
.ryzs-warp .ryzs-banner {
    width: 1600px;
    margin: 0 auto;
}
.ryzs-warp .ryzs-banner .ryzs-warp-title h1 {
    font-size: 50px;
}
.ryzs-warp .ryzs-banner .ryzs-warp-title h2 {
    font-size: 40px;
}
.ryzs-warp .ryzs-banner .ryzs-warp-title .p-box {
    font-size: 20px;
    color: #7d7d7d;
    margin-top: 50px;
}
.ryzs-warp .ryzs-banner .ryzs-swiper {
    margin-top: 100px;
}
.ryzs-warp .ryzs-banner .ryzs-swiper .ryzs {
    /*width: 20%;*/
    padding: 0 40px;
    text-align: center;
}
.ryzs-warp .ryzs-banner .ryzs-swiper .ryzs .ryzs-box {
    padding: 40px 0;
    background-color: #f4f4f4;
}
.ryzs-warp .ryzs-banner .ryzs-swiper .ryzs img {
    width: 243px;
    height: 318px;
}
.ryzs-warp .ryzs-banner .ryzs-swiper .ryzs p {
    margin-top: 15px;
}