body {
    background-color: #ffffff;
}

.box {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.pro-nav {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.pro-nav p {
    line-height: 61px;
    font-size: 16px;
    color: #999999;
}

.pro-nav p span a {
    line-height: 61px;
    font-size: 16px;
    color: #999999;
}
.ryzz {
    padding: 5% 0 5% 12%;
    display: flex;
    justify-content: space-between;
}

.ryzz-title h3 {
    position: relative;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #313131;
    font-weight: 600;
}

.ryzz-title h3::before {
    content: "";
    width: 104px;
    height: 13px;
    background-color: #3d7ad7;
    position: absolute;
    bottom: -54%;
    left: 5.5%;
}

.ryzz-title span {
    position: relative;
}

.ryzz-title h6 {
    margin-top: 19px;
    font-size: 18px;
    color: #898989;
}

.ryzz-left {
    /* width: 40%; */
    padding: 0 5% 0 0;
}

.ryzz-left p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 89px;
}

.zyzz {
    border-top: 1px solid #e3e7f8;
    margin-top: 27px;
}

.zyzz ul {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.zyzz ul li h5 {
    font-size: 36px;
    line-height: 28px;
    color: #015ca5;
    font-weight: 700;
    display: inline-block;
}

.zyzz ul li span {
    font-size: 36px;
    line-height: 28px;
    color: #015ca5;
    font-weight: 700;
}

.zyzz ul li p {
    margin-top: 21px !important;
}

.ryzz-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 73px;
}

.zyzz-btn {
    width: 173px;
    height: 47px;
    border: solid 1px #015ca5;
    text-align: center;
    line-height: 45px;
    color: #015ca5;
}

.zyzz-btn:hover {
    background-color: #015ca5;
    color: #fff;
    transition: 1s;
}

.zlry-btn {
    width: 173px;
    height: 47px;
    border: solid 1px #015ca5;
    text-align: center;
    line-height: 45px;
    margin-left: 36px;
    color: #015ca5;
}

.zlry-btn:hover {
    background-color: #015ca5;
    color: #fff;
    transition: 1s;
}

.ryzz-right {
    /* width: 52%; */
    position: relative;
}

.ryzz-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zyzz-nr {
    position: absolute;
    width: 58%;
    padding: 5%;
    left: 0;
    bottom: 0;
    background-color: #015ca5;
    opacity: 0.54;
}

.zyzz-nr h4 {
    font-size: 22px;
    line-height: 28px !important;
    letter-spacing: 1px;
    color: #ffffff;
}

.zyzz-nr p {
    font-size: 17px;
    line-height: 28px !important;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 30px;
}

.zlry-nr {
    position: absolute;
    width: 58%;
    padding: 5%;
    left: 0;
    bottom: 0;
    background-color: #015ca5;
    opacity: 0.54;
    display: none;
}

.zlry-nr h4 {
    font-size: 22px;
    line-height: 28px !important;
    letter-spacing: 1px;
    color: #ffffff;
}

.zlry-nr p {
    font-size: 17px;
    line-height: 28px !important;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 30px;
}

.swiper-con {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 37px;
    position: relative;
    padding: 1%;
}

.swiper-pagination-bullet-active {
    background-color: #52B54B
}
.swiper-slide{
    box-shadow: 0px 0px 18px 0px rgb(56 56 56 / 10%);
    background: #fff;
    padding: 2% 2%; 
    box-sizing: border-box;
    margin-right: 0;
}
.swiper-button-prev{
    position: absolute;
    content: "";
    left: -2%;
}
.swiper-button-next{
    position: absolute;
    content: "";
    right: -2%;
}
/* .swiper-slide img {
    box-shadow: 0px 0px 18px 0px rgb(56 56 56 / 10%);
    background: #fff;
    padding: 2% 3%;       
    box-shadow: 0px 0px 18px 0px rgba(56, 56, 56, 0.1);
        } */

.mySwiper {
    overflow: hidden;
}
#swper-nr{
    margin-left: 2.5% !important;
}

/* .swiper-button-next {
    position: absolute;
    background: none !important;
}

.swiper-button-next::after {
    display: none !important;
} */

/* .swiper-button-prev {
    position: absolute;
    left: -5%;
    bottom: 0;
    background: none !important;
}

.swiper-button-prev::after {
    display: none !important;
} */


/* #swper-nr {
        overflow: hidden;
    } */


/* 研发实力 */

.yfsl {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 100px;
}

.yfsl-title {
    width: 100%;
}

.yfsl-title h3 {
    position: relative;
    font-size: 36px;
    letter-spacing: 0px;
    color: #313131;
    font-weight: 600;
    text-align: center;
}

.yfsl-title h3::before {
    content: "";
    width: 104px;
    height: 13px;
    background-color: #3d7ad7;
    position: absolute;
    bottom: 0;
    left: 46.5%;
}

.yfsl-title span {
    position: relative;
}

.yfsl-nr {
    margin-top: 60px;
}

.yfsl-nr ul {
    display: flex;
    justify-content: space-between;
}

.yfsl-nr ul li {
    width: 32%;
}

.yfsl-nr ul li .img1 {
    width: 100%;
}

.yfsl-nr ul li .img1 img {
    width: 100%;
}

.zytd {
    height: 66px;
    background-color: #015ca5;
    line-height: 66px;
    text-align: center;
}
.zytd:hover img{
    transform: rotateY(180deg);
}
.zytd img {
    vertical-align: middle;
    transition: .5s;
}

.zytd span {
    margin-left: 18px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
}
.img1{
    overflow: hidden;
}
.img1 img{
    transition: .5s;
}
.img1:hover img{
    transform: scale(1.2);
}
.yfsl-nr ul li p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
    margin: 23px 0 28px 0;
}

footer {
    margin-top: 80px;
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
    .yfsl {
        padding: 0 4%;
    }
    .swiper-button-prev{
        position: absolute;
        content: "";
        left: 0%;
    }
    .swiper-button-next{
        position: absolute;
        content: "";
        right: 0%;
    }
    .pro-nav{
        padding: 0 3%;
    }
}

@media (max-width:1199px) {}

@media (max-width:990px) {
    .ryzz {
        display: flex;
        flex-wrap: wrap;
        padding: 5%;
    }
    .ryzz-left {
        width: 100%;
        padding: 0;
    }
    .ryzz-right {
        width: 100%;
        margin-top: 5%;
    }
    .ryzz-btn {
        display: flex;
        justify-content: space-between;
    }
    .yfsl-nr {
        margin-top: 0;
    }
    .yfsl-nr ul {
        display: flex;
        flex-wrap: wrap;
    }
    .yfsl-nr ul li {
        width: 48%;
        margin-top: 10%;
    }
}

@media (max-width:767px) {
    .ryzz-left p {
        font-size: 16px;
        margin-top: 10%;
    }
    .zyzz {
        margin-top: 10%;
    }
    .zyzz ul {
        margin-top: 10%;
    }
    .zyzz ul li h5 {
        font-size: 25px;
    }
    .zyzz ul li span {
        font-size: 25px;
    }
    .zyzz ul li p {
        margin-top: 10% !important;
        font-size: 14px;
    }
    .zyzz-nr {
        width: 100%;
        height: 100%;
    }
    .zyzz-nr h4 {
        font-size: 14px;
        line-height: 0!important;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .zyzz-nr p {
        font-size: 12px;
        line-height: 28px !important;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 2%;
    }
    .zlry-nr {
        width: 100%;
        height: 100%;
    }
    .zlry-nr h4 {
        font-size: 14px;
        line-height: 0!important;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .zlry-nr p {
        font-size: 12px;
        line-height: 28px !important;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 2%;
    }
    .ryzz-btn {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10%;
    }
    .zyzz-btn {
        width: 100%;
        margin: 0;
    }
    .ryzz-btn a {
        width: 100%;
    }
    .zlry-btn {
        width: 100%;
        margin: 0;
        margin-top: 10%;
    }
    .ryzz-title h3 {
        font-size: 26px;
        text-align: center;
    }
    .ryzz-title h3::before {
        display: none;
    }
    .ryzz-title h6 {
        font-size: 14px;
        text-align: center;
        margin-top: 3%;
    }
    .ryzz-left p {
        text-align: center;
        margin-top: 5%;
    }
    .yfsl-nr ul li {
        width: 100%;
    }
    .yfsl-nr ul li p {
        text-align: center;
    }
    .yfsl {
        margin-top: 10%;
    }
    .yfsl-title h3::before {
        display: none;
    }
    .yfsl-title h3 {
        font-size: 26px;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
    #swper-nr{
        margin: 0 !important;
    }
    .ryzz{
        padding: 6.5%;
    }
    .pro-nav p {
        font-size: 14px;
    }
    .pro-nav p span a{
        font-size: 14px;
    }
}