.inde-tit {
    font-size: 60px;
    padding: 20px 100px;
    /* font-weight: 600; */
}

.inde-comp {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

.inde-comp img {
    width: 100%;
    height: auto;
}






.randd-tit {
    font-size: 48px;
    /* font-weight: 600; */
    padding: 40px 0;
    text-align: center;
}


.randd-top {
    padding: 0px 0 60px !important;
}

.randd-box {
    padding: 60px 0;
}

.randd-bj {
    background-color: #f5f5f5;
}

.randd-bimg {
    width: 100%;
    position: relative;
}

.randd-bimg>img {
    width: 100%;
    height: auto;
}

.randd-big-tit {
    width: 90%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
    display: flex;
    align-items: flex-end;
}

.randd-big-tit>h3 {
    font-size: 48px;
    padding: 0 35px;
}


.randd-btxt {
    padding: 20px 110px;
}

.randd-btxt p {
    font-size: 18px;
    line-height: 38px;

}








.randd-swiper {
    margin-bottom: 20px;
    padding: 20px 0;
    background: linear-gradient(to left, #ffffff, #ffffff);
    position: relative;
    overflow: hidden;
}


.rdslide-box {
    display: flex;
    position: relative;
}

.rdslide-bimg {
   /* width: 51%;*/
}

.rdslide-bimg>img {
    width: 100%;
    height: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/pic19.png");
    left: 4%;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/pic20.png");
    right: 4%;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 25px 25px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
}


.rdslide-bcnt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rdslide-bctri {
    display: flex;
    justify-content: space-between;
}

.bctri-txt {
    width: 45%;
}

.bctri-txt h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bctri-txt p {
    font-size: 18px;
    line-height: 38px;
}

.bctri-txt p span {
    font-weight: 600;
}





@media only screen and (max-width: 1400px) {
    .inde-tit {
        font-size: 46px;
        padding: 10px 60px;
    }



    .randd-top {
        padding: 0px 0 40px !important;
    }

    .randd-box {
        padding: 40px 0;
    }

    .inde-comp {
        padding: 5px 0;
        margin-bottom: 20px;
    }

    .randd-tit {
        font-size: 36px;
        padding: 30px 0;
    }

    .randd-big-tit>h3 {
        font-size: 36px;
        padding: 0 25px;
    }


    .randd-btxt {
        padding: 10px 80px;
    }

    .randd-btxt p {
        font-size: 16px;
        line-height: 30px;
    }




    .randd-swiper {
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .bctri-txt h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .bctri-txt p {
        font-size: 14px;
        line-height: 30px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 22px 22px;
    }


}


@media only screen and (max-width: 769px) {
    .inde-tit {
        font-size: 30px;
        padding: .1rem .3rem;
    }


    .inde-comp {
        margin-bottom: .2rem;
    }

    .randd-big-tit>h3 {
        font-size: 16px;
        padding: 0 .25rem;
    }

    .randd-big-tit {
        width: 96%;
    }

    .randd-tit {
        font-size: 24px;
        padding: .3rem 0;
    }

    .randd-btxt {
        padding: .1rem .3rem;
    }

    .randd-box {
        padding: .4rem 0;
    }

    .randd-top {
        padding: 0px 0 .4rem !important;
    }

    .randd-btxt p {
        font-size: 14px;
        line-height: 26px;
    }




    .rdslide-box {
        flex-direction: column;
    }

    .rdslide-bimg {
        width: 100%;
    }

    .rdslide-bcnt {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .bctri-txt {
        width: 100%;
        padding: .1rem;
    }

    .bctri-txt h4 {
        font-size: 14px;
        margin-bottom: .1rem;
    }


    .bctri-txt p {
        font-size: 12px;
        line-height: 26px;
    }


    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 20px 20px;
    }




}