#bodyWapper {
    overflow: hidden;
}

#bodyWapper img {
    display: block;
}

/* 第一屏幕 */
.pageOne {
    position: relative;
}

.pageOne_one {
    position: relative;
}

.pageOne .pageOne_box {
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.pageOne_box_title {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}

.pageOne_box_line {
    width: 48px;
    height: 3px;
    background: #9C1D22;
    margin: 0 auto;
}

.pageOne_box_describe {
    height: 66px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
}

.paginations {
    position: absolute;
    bottom: 59px !important;
    z-index: 1;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    text-align: center;
}

.pageOne .swiper-pagination-bullet {
    width: 12px !important;
    height: 3px !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.pageOne .swiper-pagination-bullet-active {
    padding: 0px 0px;
    background: rgba(156, 29, 34, 1) !important;
    height: 3px !important;
    width: 61px !important;
}

.pageOne-icon {
    position: absolute;
    width: 100%;
    bottom: 12px;
    display: flex;
    z-index: 1;
    justify-content: center;
}

.pageOne-icon>.arrow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.img-arrow2,
.img-arrow1 {
    width: 20px !important;
    height: 20px !important;
    animation: arrowTop 1.5s infinite ease-in-out;
}

.arrow .img-arrow2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: arrowBottom 1.5s infinite ease-in-out;
}

@keyframes arrowTop {
    0% {
        opacity: 50%;
    }

    25% {
        opacity: 0%;
    }

    50% {
        opacity: 50%;
    }

    75% {
        opacity: 100%;
    }

    100% {
        opacity: 50%;
    }
}

@keyframes arrowBottom {
    0% {
        opacity: 50%;
    }

    25% {
        opacity: 100%;
    }

    50% {
        opacity: 50%;
    }

    75% {
        opacity: 0%;
    }

    100% {
        opacity: 50%;
    }
}

.pageOne_right_icon{
    position: absolute;
    top: 374px;
    right: 0px;
    z-index: 3;
}
.pageOne_right_icon img{
    width: 50px;
    height: 61px;
}

/* 第二屏幕 */
.pageTwo {
    position: relative;
    overflow: hidden;
}

.pageTwo_box {
    position: absolute;
    top: 40px;
    left: 38px;
}

.pageTwo_box_title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageTwo_box_describe {
    margin-top: 10px;
    width: 300px;
    height: 66px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
}

.pageTwo_box_class {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;

}

.pageTwo_box_class_one {
    margin-right: 28px;
}

.pageTwo_box_class_one>.pageTwo_box_class_one_title {
    height: 14px;
    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.pageTwo_box_class_one>.pageTwo_box_class_one_describe {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageTwo_box_class_two {
    margin-right: 21px;
}

.pageTwo_box_class_two>.pageTwo_box_class_two_title {
    height: 14px;
    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.pageTwo_box_class_two>.pageTwo_box_class_two_describe {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageTwo_box_class_three>.pageTwo_box_class_three_title {
    height: 14px;
    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.pageTwo_box_class_three>.pageTwo_box_class_three_describe {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}


.pageTwo_box_class_four {
    margin-top: 10px;
    margin-right: 28px;
}

.pageTwo_box_class_four>.pageTwo_box_class_four_title {
    height: 14px;
    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.pageTwo_box_class_four>.pageTwo_box_class_four_describe {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}


.pageTwo_box_class_five {
    margin-top: 10px;
}

.pageTwo_box_class_five>.pageTwo_box_class_five_title {
    height: 14px;
    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}

.pageTwo_box_class_five>.pageTwo_box_class_five_describe {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageTwo_box_detail {
    margin-top: 24px;
}

.pageTwo_box_detail img {
    width: 81px;
    height: 32px;
}


/* 第三屏幕 */
.pageThree {
    position: relative;
}

.pageThree_box {
    position: absolute;
    top: 40px;
    left: 38px;
}

.pageThree_box>.pageThree_box_title {
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

.pageThree_box>.pageThree_box_describe {
    margin-top: 9px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}


/* 第四屏幕 */
.pageFour {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    height: 653px;
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px);
}

.pageFour_box {
    /* position: absolute; */
    margin-top: 40px;
    margin-left: 38px;
}

.pageFour_box>.pageFour_box_title {
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

.pageFour_box>.pageFour_box_describe {
    margin-top: 10px;
    width: 286px;
    height: 66px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
}

.pageFour_box>.pageFour_box_detail {
    margin-top: 19px;
}

.pageFour_box>.pageFour_box_detail>img {
    width: 81px;
    height: 32px;
}


/* 第五屏幕 */
.pageFive {
    position: relative;
    width: 100%;
    min-height: 742px;
    background: #888380;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    overflow: hidden;
}

.pageFive_title {
    margin-top: 40px;
    margin-left: 38px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 25px;

}

.pageFive_one {
    margin: 0px 25px 10px 25px;
    position: relative;
}

.pageFive_one_box {
    position: absolute;
    display: flex;
    bottom: 20px;
    justify-content: space-between;
    left: 20px;
    right: 20px;
    align-items: center;
}

.pageFive_one_box_left>.pageFive_one_box_left_title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageFive_one_box_left>.pageFive_one_box_left_describe {
    margin-top: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.pageFive_one_box_right {
    width: 20px;
    height: 20px;
}
.pageFive_one:last-child{
    margin-bottom: 62px;
}

/* 第六屏幕 */
.pageSix {
    width: 100%;
    height: 667px;
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-image: url('https://hsimage.fotile.com/202309252023444017483.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.pageSix_title {
    margin-top: 40px;
    margin-left: 44px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageSix_describe {
    margin-top: 10px;
    width: 286px;
    margin-left: 44px;
    height: 88px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
}

.pageSix_detail {
    margin-top: 20px;
    margin-left: 53px;
    width: 79px;
    height: 30px;
    border-radius: 2px;
    opacity: 0.5;
    border: 1px solid #FFFFFF;


    font-size: 12px;
    zoom: 0.83;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.pageSix_box {
    display: flex;
    margin-left: 44px;
    margin-top: 30px;
}

.pageSix_box_left {
    background-image: url('https://hsimage.fotile.com/202309231322107854296.png');
    background-size: 100%;
    border-radius: 8px;
    width: 160px;
    height: 192px;
    border-radius: 8px;

}

.pageSix_box_left img {
    width: 48px;
    height: 48px;
    margin-top: 13px;
    margin-left: 12px;
}

.pageSix_box_left>.pageSix_box_left_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 21px;
}

.pageSix_box_left>.pageSix_box_left_describe {
    width: 122px;
    height: 59px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    margin-left: 21px;
}

.pageSix_box_right {
    background-image: url('https://hsimage.fotile.com/202309231322107854296.png');
    background-size: 100%;
    border-radius: 8px;
    width: 160px;
    height: 192px;
}

.pageSix_box_right img {
    width: 48px;
    height: 48px;
    margin-top: 13px;
    margin-left: 12px;
}

.pageSix_box_right>.pageSix_box_right_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 21px;
}

.pageSix_box_right>.pageSix_box_right_describe {
    width: 122px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    margin-left: 21px;
}

.pageSix_twoBox {
    background-image: url('https://hsimage.fotile.com/202309231346316401122.png');
    background-repeat: no-repeat;
    width: 327px;
    height: 153px;
    background-size: 100%;
    margin-left: 44px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.pageSix_twoBox img {
    width: 52px;
    height: 52px;
    margin-top: 20px;
    margin-right: 25px;
}

.pageSix_twoBox_left {
    margin-top: 35px;
    margin-left: 22px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pageSix_twoBox_left_describe {
    margin-top: 6px;
    height: 56px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
}


/* 第七屏幕 */
.pageSeven {
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 30px;
}

.pageSeven>.pageSeven_title {
    margin-top: 90px;
    text-align: center;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
}

.pageSeven>.pageSeven_describe {
    height: 22px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 22px;
}

.pageSeven>.pageSeven_describe1 {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageSeven_name {
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}

.pageSeven_name_title {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #565656;
    margin-top: 20px;
}

.pageSeven_name_input {
    margin-top: 10px;
}

.pageSeven_name_input input {
    width: 100%;
    height: 41px;
    background: #F5F5F5;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding-left: 10px;
}

.pageSeven_name_input input::placeholder {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A9A9A9;

}

.pageSeven_demand {
    margin-left: 25px;
    margin-right: 25px;
}

.pageSeven_demand_title {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #565656;
    margin-top: 20px;
}

.pageSeven_demand_input {
    margin-top: 10px;
}

.pageSeven_demand_input textarea {
    width: 100%;
    height: 60px;
    background: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    /* margin-bottom: 30px; */
}

.pageSeven_demand_input textarea::placeholder {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A9A9A9;
  
}

.submit_btn {
    width: 198px;
    height: 45px;
    background: #232323;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;


    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #EBCBA8;
    line-height: 45px;
    text-align: center;
}

.pageSeven_lastImg {
    overflow: hidden;
    display: flex;
    width: 335px;
    height: 385px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom:90px ;


}
.pageSeven_lastImg>video{
    width: 95vw;
    height: 25vh;
    object-fit: fill;
 
}

.pageSeven_lastImg_title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

.pageSeven_lastImg_describe {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.7);
    height: 22px;
    line-height: 22px;
}

.pageSeven_lastImg_loadmore {
    display: flex;
    justify-content: center;
    margin-top: 29px;
}
.pageSeven_lastImg>img{
    width: 100%;
    height: 100%;
}
.pageSeven_lastImg_loadmore img {
    width: 81px;
    height: 32px;
}






.pageFour_mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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) !important;
}

.pageFour_mySwiper1 .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1) !important;
}

.pageFour_mySwiper1 .three_box {
    width: 250px;
    height: 315px;
    position: relative;
}

.pageFour_mySwiper1 .three_box img {
    width: 100%;
    height: 100%;
}

.pageFour_mySwiper1 .three_box .three_box_two {
    position: absolute;
    bottom: 19px;
    left: 24px;
}

.pageFour_mySwiper1 .three_box .three_box_two .three_box_two_title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
}

.pageFour_mySwiper1 .three_box .three_box_two .three_box_two_describe {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.pageFour_gap {
    margin-top: 59px;
}

.alert-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
  
    background: rgba(0,0,0,.6);
    
  }
  .alert-dialog.show {
    display: block;
  }
  
  .alert-dialog-wrapper {
    position: absolute;
    width: 338px;
    height: 178px;
    background: #fff;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
   
  }
  .close-alert-dialog {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
  }
  .alert-dialog-icon {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
  
    margin: 30px auto 15px;
  
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABXUExURUxpcS7LcC3McC7Nci3McS3McS3McS7KcCzDaS7NcS3McS7McSvOcS3McS3Nci3McC7Mcf///+v68i/McU3ThqvqxqDov1PVioPhqsjx2UrShNn15ff8+XAMySoAAAAQdFJOUwDu61e5+tEbCKWW3C+Se1+ndCNrAAABOklEQVRIx6WWWXbDIAxFscPoUdiu46Td/zpL0qQFM6vvDw73CCQhiRBPYh5p3zLW9nScBclKTBwc8SlNDYqBJ6aGuAUFEamIpUsDUTWXACA7SKqTHkEhI3piJM8RsHJZZ8Oz00GROstXUKhfv4mmFGne8VFQLPXKEqjQUGvkZUawGoQ9XjNBlSaD8DqEm3vlzmy35bDXgsw5YtFa362NmYwFhN6snZHQAmJ3kpP0eeJjtfd60trL/evzmiGgJXYgN3NguaYJYA5y1zYTJgziXsxiIoS5mPv8PyZGmOefnPxmooRx8jmUP8wRJUwovYR5MjpKmITx03JPEiYtA8m/pwge/mJ7nHh+sdBHPm7HmvjIiHKBKUqI0ocpsIgyjmkWmJZU0viAy/+2V0wTx4wKqIEEM/aghquiEe4bt3R7tJRkxC8AAAAASUVORK5CYII=');
  
  
  }
  .alert-dialog-body {
    font-size: 14px;
    text-align: center;
  
   
  }
  .alert-dialog-body .tit {
    margin-bottom: 5px;
    font-size: 20px;
  }

  /* 面包屑 */
  .breadcrumb{
        display: flex;
        height: 62px;
        line-height: 62px;
        /* width: 100%; */
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #61646A;
        background: #f5f5f5;
        position: relative;
  }
  .breadcrumb::after{
    position: absolute;
    clear: both;
    content: "";
    height: 1px;
    background: rgba(220, 220, 220, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }

  .breadcrumb_img{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb_img img{
    width: 20px;
    height: 20px;
  }


  /* 对话框 */
  .dialogBox{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    overflow: hidden;
    z-index: 1000;
    color: #fff;
    display: none;
  }
  .dialogBox .close>img{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 31px;
    right: 30px;
  }
  .dialogBox video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 20px;
}
.jumpBtn{
    width: 335px;
    height: 45px;
    background: #232323;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #EBCBA8;
    line-height: 45px;
    text-align: center;
}