/* 第一屏 */
.section1{background: url(../img/rcfw.png)no-repeat;background-size: cover;}
.section1_con{height: calc(100% - 1rem);}
.section1_up{height: calc(100% - 0rem);position: relative;}
.section1_title{font-size: 0.76rem;font-weight: bold;color: #F8DF97;display:flex;align-items:center;}
.section1_info{font-size: 0.28rem;line-height: 0.58rem;color: #fff;width: 9rem;font-weight: 300; text-align:justify;}
.section1_right{position: absolute;right: 0;bottom: 0;width: 2.83rem;height: 2.83rem;}
.section1_right img{object-fit: contain;width: 100%;height: 100%;}
.section1_down{height: 2.58rem;background: rgba(0, 0, 0, 0.6);display:none;}
.section1_item{font-size: 0.33rem;line-height: 0.42rem;color: #F8DF97;text-align: center;font-weight: 200;}

/* 第二屏 */
.section2_up{width:100%;height:2.4rem;background: url(../img/yewu/rcfw/rcfwbg2.png)no-repeat;background-size: cover;background-color:rgba(0,0,0,.9);}
.section2_down{width:100%;height:calc(100% - 2.4rem);}
.section2_title{color: #F8DF97;font-size: 0.4rem;font-weight: bold;}
.section2_info{font-size: 0.2rem;margin-top: 0.4rem;color:#fff;}
.section2_swiper{width:100%;height:100%;}
.section2_swiper .swiper-slide{display:flex;}
.section2_item{width:50%;height:100%;background:#303138;display:flex;flex-direction:column;align-items:center;color:#fff;justify-content:center;}
.section2_swiper .swiper-slide img{width:50%;height:100%;object-fit:cover;}
.section2_item_title{font-size:.32rem;color:#F8DF97;line-height:.4rem;margin-bottom:.36rem;}
.section2_item_info{font-size:.24rem;line-height:.42rem;}
.section2_item_info p{display:flex;align-items:center;margin-bottom:.24rem;}
.section2_item_info p span{width:.1rem;height:.1rem;border-radius:50%;background: linear-gradient( 180deg, #F1F1F1 0%, #B8B8B8 100%);display:block;
    margin-right: .2rem;
}
.section2_swiper .swiper-button-prev:after,
.section2_swiper .swiper-button-next:after{display: none;}
.section2_swiper .swiper-button-prev{width: .4rem;height: 0.4rem;bottom:1rem;left:20%;top:auto;}
.section2_swiper .swiper-button-next{width: .4rem;height: 0.4rem;bottom:1rem;left: 28%;top:auto;}
.section4_box .swiper-button-prev img,
.section4_box .swiper-button-next img{width: 100%;height: 100%;object-fit: cover;}


/*第三屏*/
.section3{background: #DBD1C8;}
.section3_title{font-size: 0.4rem;color: #303133;font-weight: 500;margin-bottom:.72rem;}
.section3_box{width:100%;height:8rem;}
.section3_swiper {width: 100%;height: 100%;}
.section3_swiper  .swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition: 300ms;transform: scale(0.8);
    }
.section3_swiper .swiper-slide-active,
.section3_swiper .swiper-slide-duplicate-active{transform: scale(1.4);}
.section3_swiper  .swiper-slide img{width:100%;}
.section3_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.section3_swiper .swiper-pagination-custom, .swiper-pagination-fraction{bottom:1rem;}
.section3_swiper .swiper-pagination-bullet{width:.12rem;height:.12rem;background:#A8A8A8;border-radius:.06rem;opacity:1;}
.section3_swiper .swiper-pagination-bullet-active{width:.48rem;background:#BBA77C;}

@media screen and (max-width: 1024px) {
    .section1{height: auto;padding-top: 1.5rem;}
    .section1_con{height: auto;}
    .section1_up{height: auto;padding-bottom: 1.5rem;padding-left: 0.2rem;
        padding-right: 0.2rem;}
    .section1_up .w1170{flex-direction: column;align-items: center;padding: 0 0.2rem;}
    .section1_title{font-size: 0.36rem;margin-bottom: 0.2rem;}
    .section1_right{width: 1.25rem;height: 1.25rem;}
    .section1_down{height: 1.58rem;padding: 0 0.2rem;}
    .section1_item{font-size: 0.26rem;}
    .section2_con{padding: 0 0.2rem;padding-top: 0.5rem;padding-bottom: 1rem;}
    .section2_title{font-size: 0.3rem;margin-bottom: 0.2rem;}
    .section2_info{text-align: center;margin-bottom: 0.2rem;}
    .section_side{width: 20%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;height: 6.8rem;}
    .section2_item{width: 100%;margin-bottom: 0 !important;}
    .section_center{padding: 0.15rem;height: 7.8rem;}
    .section2_item img{width: 0.3rem;height: 0.32rem;}
    .section2_item span{font-size: 0.14rem;text-align: center;}
    .section1_info{width:90%;font-size:.24rem;}
    .section4_con{padding-left:.2rem;padding-right:.2rem;}
    .section4_swiper{height:auto;}
    .section3_item{height:1.8rem;}
    .section4_title{font-size:.3rem;}
    
    .section1_up .w1240{flex-wrap:wrap;justify-content:center;}
}