
 body::-webkit-scrollbar {
            display: none;
  }
  .banner-swiper .swiper-slide img{
       height: 100vh;
   }
.banner{
    position: relative;
}
.banner_button{
    width: 100%;
    position: absolute;
    top: 36%;
    left: 0%;
    z-index: 9;
    justify-content: center;
    display: flex;
}
.banner_mingpai{
    width: 32%;
}
.banner_button a{
    padding: 10px 40px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}
.banner_button_right{
    color: #fff;
    background-color: #000;
    margin-left: 20px;
}
.appre-section1{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.appre-section1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.publicswiper{
    height: 100%;
    position: relative;
}
.publicswiper .swiper-wrapper{
    height: 100%;
}
.publicswiper .swiper-wrapper .swiper-slide{
    height: 100%;
}
.publicswiper .swiper-wrapper .swiper-slide img{
    height: 100%;
}
.swiper_text{
    width: 100%;
    padding:140px 5%;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left:0;
    z-index: 9;
    display: flex;
    justify-content: space-evenly;
    background-image: linear-gradient(0deg,rgba(0,0,0,.7),transparent);
}
.swiper_text_item{
    width: 22%;
    color: hsla(0,0%,100%,.6);
    border-top: 2px solid hsla(0,0%,100%,.6);
    padding-top: 20px;
    cursor: pointer;
    /*color: #fff;*/
}
.swiper_text_item_title{
    font-size: .20rem;
    
}
.swiper_text_item_contant{
    font-size: .16rem;
    padding-top: 4px;
}
.swiper_text_item_chooise{
    color: #fff;
     border-top: 2px solid #DBAD76;
}
.banner_button a:hover{
   
    color: #000;
}
.banner_button .banner_button_right:hover{
   
    color: #fff;
}
.section_main{
    width: 100%;
   position: absolute;
   top: 12%;
   left: 0%;
   /*transform: translate(-50%,-50%);*/
   color: #fff;
   text-align: center;
   text-shadow: 0px 0px 10px rgba(10,10,10 ,50%);
}
.section_main .section_main_title{
    font-size: .38rem;
    letter-spacing: 0.1em;
}
.section_main .section_main_contant{
    margin-top: 0.14rem;
    font-size: .24rem;
    letter-spacing: 0.1em;
    margin-bottom: .28rem;
}
.section_main_list{
    display: flex;
    justify-content: center;
}
.section_main_list_item{
    padding: 0 .28rem;
    text-align: left;
    font-size: .16rem;
    position: relative;
}
.section_main_list_bottom{
    font-size: .41rem;
}
.section_main_list_bottom .section_main_list_bottom_text{
     font-size: .16rem;
     margin-left: 4px;
}
.section_main_list_xian{
    position: absolute;
    top: 0.26rem;
    right: 0;
    width: 1px;
    height: 0.42rem;
    background-color: hsla(0,0%,100%);
}
.mingpai{
        width: 100%;
    text-align: center;
     position: absolute; 
     top: 10%;
    left: 0%;
     z-index: 9;
    /*transform: translate(-50%,-50%);*/
}
.section_main_quanyi{
    width: 7rem;
     position: absolute; 
     top: 34%;
     right: 8%;
     z-index: 9;
     color: #fff;
}
.quanyi_list_item_img{
    width: .8rem;
    margin: 0 auto;
}
.quanyi_list_item_img img{
    width: 100%;
}
.quanyi_title{
    text-align: center;
    font-size: .32rem;
}
.quanyi_list{
    display: flex;
    margin-top: .4rem;
    flex-wrap: wrap;
}
.quanyi_list_item{
    width: 33.33%;
    text-align: center;
    margin-bottom: .2rem;
}
.quanyi_list_item2{
    width: 33.33%;
}
.quanyi_list_item_bottom{
    margin-top: .1rem;
    font-size: .24rem;
}
.quanyi_list_item_contant{
     font-size: .20rem;
}
.quanyi_beizu{
    text-align: center;
    font-size: .14rem;
    /* margin-top: -0.24rem; */
}
@keyframes fudong{
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
     50%{
        opacity: .5;
        transform: translateY(10px);
    }
     100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.xiafudong{
    animation:fudong 0.5s linear 0.5s 1 both;
}
.new_section_main .section_main_title{
    font-size: .38rem;
    color: red;
    padding-top: .28rem;
}
.new_section_main{
    width: 50%;
    left: 25%;
    background-color: rgba(204,204,204,.8);
    text-shadow:none;
    font-weight: 600;
}
.new_section_main .section_main_contant{
   font-weight: 600;
    color: #000;
    font-size: .2rem;
}
.section_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    /*align-items: center;*/
    width: 100%;
    padding: 0.84rem 5%;
    box-sizing: border-box;
}
.section_bottom_list{
    /*width: 22%;*/
}
.section_bottom_list_title{
     /*background-color: rgba(204,204,204,.8);*/
     /*color: #000;*/
     color: #fff;
     height: 0.48rem;
    line-height: .48rem;
    font-weight: 600;
    text-align: center;
    font-size: .24rem;
}
.section_bottom_list_main{
     /*background-color: rgba(204,204,204,.8);*/
     /*color: #000;*/
     color: #fff;
    font-weight: 600;
    margin-top: 0.14rem;
    padding-top: 0.14rem;    
}
.section_bottom_list_main_item{
    position: relative;
    padding-left: 0.3rem;
    padding-bottom: 0.1rem;
    font-size: .16rem;
}
.fangkuai{
    position: absolute;
    width: .08rem;
    height: .08rem;
    /*background-color: #000;*/
    background-color: #fff;
        top: 0.1rem;
    left: 0.12rem;
    
}
.redbianda{
    color: red;
    font-size: .18rem;
}
.section_bottom2{
    position: absolute;
    left:15%;
    bottom: .4rem;
    background-color: rgba(204,204,204,.8);
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.section_bottom2_list{
    width: 2.6rem;
    text-align: center;
}
.section_bottom2_list_title{
    padding-top: 0.1rem;
    font-weight: 600;
    font-size: .2rem;
}
.section_bottom2_list_num{
    color: red;
    font-size: .28rem;
    font-weight: 600;
    text-decoration:underline;
    padding-bottom: 0.1rem;
}
   .appre-sectionpc{
        display: block;
    }
    .appre-sectionm{
        display: none;
    }
@media screen and (max-width:768px){
    .appre-sectionpc{
        display: none;
    }
    .appre-sectionm{
        display: block;
        height: auto;
    }
    .banner_mingpai{
        width: 300px;
    }
    .banner{
    padding-top: 0px;
}
    .mingpai{
        /*display: none;*/
        top: 10%;
    }
    .banner_button{
        top:81%;
    }
    .banner_button a{
        font-size: 14px;
        padding: 8px 30px;
    }
    .appre-section1{
        height: auto;
    }
    .swiper-slide_top{
      width: 100%;
      /*margin: 40px auto;*/
    }
    .swiper-slide_bottom{
        text-align: center;
         width: 90%;
      margin: 20px auto 40px;
    }
    .swiper{
    --swiper-theme-color: #dbad76;
    --swiper-pagination-color: #dbad76;/* 两种都可以 */
  }
  .swiper_text_item_title{
      font-size: 15px;
      font-weight: 600;
  }
  .swiper_text_item_contant{
      font-size: 12px;
  }
  .section_main{
    top: 4%;
  }
  .section_main .section_main_contant{
      width: 90%;
      margin: 0 auto;
      font-size: 12px;
  }
  .section_main .section_main_title{
       width: 90%;
      margin: 0 auto;
  }
  .section_main_list_bottom{
      font-size: 12px;
  }
  .section_main_quanyi{
      top: 4%;
      width: 100%;
      right: 0;
  }
  .quanyi_title{
      font-size: 20px;
  }
  .quanyi_list_item{
      width: 100%;
      margin-bottom:20px;
  }
  .quanyi_list_item_img{
      width: 60px;
  }
  .quanyi_list_item_bottom{
      font-size: 16px;
  }
  .quanyi_list_item_contant{
      font-size: 14px;
  }
  .quanyi_beizu{
      font-size: 12px;
      margin-top: 0;
  }
}







