html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

.indexSwiper {
    width: 100%;
    height: 100%;
}

.indexSwiper a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.indexSwiper .swiper-pagination {
    bottom: 0.4rem;
}

.indexSwiper .swiper-pagination-bullet {
    width: 0.4rem;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.indexSwiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    background: #28446F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 关于瑞发 */
.about {
    padding: 0.8rem 0rem;
}

.aboutCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aboutL {
    width: 50%;
    cursor: pointer;
}

.aboutL>div {
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
}

.aboutL img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutL span {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.aboutL i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/playIcon.png)no-repeat center center;
    background-size: 100% 100%;
    z-index: 5;
}

.aboutL .videoBox {
    display: none;
}

.aboutL video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutR {
    width: 46%;
}

.aboutR>h3 {
    color: #000;
    font-weight: bolder;
    margin-bottom: 0.3rem;
}

.aboutR>h3 span {
    color: #28446F;
}

.aboutR .txt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}

.aboutR>a {
    width: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.08rem 0.2rem;
    color: #fff;
    background: #2A466B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aboutR>a i {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.08rem;
    background: url(../images/triangle1.png)no-repeat center center;
    background-size: 100% 100%;
}

.aboutR>a:hover {
    transform: translateY(-4px);
    box-shadow: 0rem 0.08rem 0.16rem rgba(16, 59, 138, 0.16);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 关于瑞发 数字滚动 */
.aboutNum {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.aboutNumTop {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bolder;
    color: #2A466B;
}

.aboutNumTop h3 {
    margin-right: 0.06rem;
}

.aboutNumBtm p {
    color: #333;
    font-weight: bold;
    margin: 0.12rem auto 0.05rem auto;
}

.aboutNumBtm span {
    color: #999;
}

/* 产品中心 */
.product {
    background: #b1b1b124;
    padding: 0.8rem 0rem;
}

.productSwiper {
    padding-bottom: 0.55rem;
}

.productSwiper .swiper-pagination {
    bottom: 0rem;
}

.productSwiper .swiper-slide {
    width: 32%;
    margin: 0rem 0.66%;
    background: #fff;
}

.productSwiper a {
    display: block;
}

.productSwiper .imgBox {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.productSwiper .imgBox img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.productSwiper .txtBox {
    padding: 0.25rem 0.2rem;
    color: #000;
    /*min-height: 1.26rem;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.productSwiper .txtBox h3 {
    font-weight: bolder;
    /*margin-bottom: 0.08rem;*/
}

.productSwiper .swiper-slide:hover .txtBox {
    color: #26446E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.productSwiper .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.productSwiper .swiper-pagination-bullet-active {
    background: #26446E;
    transform: scale(1.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 智能装备 */
.equipment {
    padding: 0.8rem 0rem;
}

.publicModule6 {
    height: auto;
    overflow: hidden;
    padding-top: 0.4rem;
}

.imgSwiper {
    position: relative;
}

.publicModule6 .swiper-wrapper {
    align-items: center;
}

.publicModule6 .swiper-slide {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events:none 
}

.publicModule6 .swiper-slide img {
    display: block;
    width: 6.50rem;
    height: 3.65rem;
    margin: 0px auto;
    object-fit: cover;
}

.publicModule6 .swiper-slide div {
    /* text-align: center; */
    display: none;
}

.publicModule6 .swiper-slide h3,
.publicModule6 .conTxt h3 {
    color: #333333;
    margin-bottom: 0.18rem;
}

.publicModule6 .swiper-slide p,
.publicModule6 .conTxt p {
    color: #8695B1;
    line-height: 1.7;
}

.publicModule6 .swiper-slide-active {
    z-index: 2;
    transform: scale(1.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-slide-active::before {
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicModule6 .swiper-button-prev,
.publicModule6 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.publicModule6 .swiper-button-prev {
    left: 12%;
}

.publicModule6 .swiper-button-next {
    right: 12%;
}

.conTxt {
    padding-top: 0.65rem;
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

.publicPrevBtn,
.publicNextBtn {
    width: 0.46rem;
    height: 0.46rem;
    border: 1px solid #26446E;
    box-shadow: 0rem 0rem 0.20rem rgba(189, 206, 240, 0.3);
    border-radius: 0.06rem;

    top: unset;
    margin-top: unset;
    left: unset;
    bottom: unset;
    right: unset;
}

.publicPrevBtn {
    background: url(../images/prev1.png)no-repeat center center, #FFF;
    background-size: 0.16rem 0.16rem;
}

.publicNextBtn {
    background: url(../images/next1.png)no-repeat center center, #FFF;
    background-size: 0.16rem 0.16rem;
}

.publicPrevBtn:hover {
    background: url(../images/prev2.png)no-repeat center center, #26446E;
    background-size: 0.16rem 0.16rem;
}

.publicNextBtn:hover {
    background: url(../images/next2.png)no-repeat center center, #26446E;
    background-size: 0.16rem 0.16rem;
}

.publicPrevBtn::after,
.publicNextBtn::after {
    display: none;
}


/* 新闻中心 */
.news {
    padding: 0.8rem 0rem;
    background: url(../images/newsBg.png)no-repeat center center;
    background-size: cover;
}

.newsCon {
    display: flex;
    justify-content: space-between;
}

.newsL {
    width: 48%;
}

.newsL a {
    display: block;
    width: 100%;

}

.newsL .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 58%;
    margin-bottom: 0.25rem;
}

.newsL .imgBox img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsL .time {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    z-index: 3;
    padding: 0.1rem 0.2rem;
    background: #28456F;
    color: #fff;
}

.newsL h3 {
    color: #333;
    font-weight: bolder;
    margin-bottom: 0.18rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsL span {
    padding-right: 0.18rem;
    color: #707070;
    background: url(../images/next1.png)no-repeat center right;
    background-size: 0.1rem 0.1rem;
}

.newsL:hover img {
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsL:hover h3 {
    color: #28456F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsR {
    width: 48%;
}

.newsR li {
    border-bottom: 1px solid #d4d4d4;
}

.newsR li:last-child {
    border: none;
}


.newsR a {
    padding: 0.22rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsR li:first-child a {
    padding-top: 0rem;
}

.newsR .time {
    color: #707070;
    text-align: right;
}

.newsR .txt {
    width: 78%;
}

.newsR .txt h3 {
    margin-bottom: 0.14rem;
    color: #333;
    font-weight: bolder;
}

.newsR li:hover,
.newsR li:hover .time,
.newsR li:hover h3 {
    color: #26446E;
}

/* 移动端 */
@media (max-width: 800px) {

    /* banner */
    .indexSwiper,
    .indexSwiper img {
        height: auto;
    }

    .indexSwiper .swiper-pagination {
        bottom: 0rem;
    }

    .indexSwiper .swiper-pagination-bullet {
        width: 0.3rem;
    }

    .indexSwiper .swiper-pagination-bullet-active {
        width: 0.5rem;
    }

    /*  */
    .about,
    .product,
    .news {
        padding: 0.6rem 0rem;
    }

    .aboutCon {
        flex-wrap: wrap;
    }

    .aboutL,
    .aboutR {
        width: 100%;
    }

    .aboutL {
        margin-bottom: 0.45rem;
    }

    .aboutR>a {
        width: 2rem;
        padding: 0.18rem 0.2rem;
    }

    .aboutR>a i {
        width: 0.2rem;
        height: 0.2rem;
    }

    .aboutNum {
        flex-wrap: wrap;
    }

    .aboutNum li {
        width: 50%;
        text-align: left;
    }

    .aboutNum li:nth-child(n+3) {
        margin-top: 0.4rem;
    }

    .aboutNumTop {
        justify-content: unset;
    }

    .aboutNumBtm span {
        font-size: 0.22rem;
    }

    /*  */
    .productSwiper .swiper-slide {
        width: 100%;
        margin: 0rem;
    }

    /*  */
    .publicModule6 .swiper-slide {
        width: 100% !important;
        margin: 0rem !important;
    }

    .publicModule6 .swiper-slide-active {
        transform: scale(1);
    }

    .publicModule6 .swiper-slide::before {
        display: none;
    }

    .publicModule6 .swiper-slide img {
        margin: 0rem;
        width: 100%;
        height: 4rem;
    }

    .publicModule6 .swiper-button-prev,
    .publicModule6 .swiper-button-next {
        display: none;
    }

    .conTxt {
        width: 100%;
        padding-top: 0.4rem;
    }

    /*  */
    .newsCon {
        flex-wrap: wrap;
    }

    .newsL,
    .newsR {
        width: 100%;
    }

    .newsL {
        background: #fff;
        padding-bottom: 0.25rem;
    }

    .newsL h3 {
        padding: 0rem 0.3rem;
    }

    .newsL span {
        padding-left: 0.3rem;
    }

    .newsL span {
        padding-right: 0.32rem;
        background-size: 0.2rem 0.2rem;
    }

    .newsR {
        padding-top: 0.4rem;
    }

    .newsR .time {
        text-align: left;
        display: flex;
        font-size: 0.3rem;
        margin-bottom: 0.15rem;
    }

    .newsR .time p {
        font-size: 0.3rem;
        padding-right: 0.15rem;
    }

    .newsR a {
        display: block;
    }

    .newsR .txt {
        width: 100%;
    }
}