body{
    padding-top: 0 !important;
}
/* 第一屏 */
.index1 {
    width: 100%;
    height: 100%;
}

.indexBanner {
    height: 100%;
    width: 100%;
    position: relative;
}

.index1Swiper {
    width: 100%;
    height: 100%;
}

.index1Swiper .swiper-slide {
    position: relative;
}

.indexBanner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner video::-webkit-media-controls {
    display: none !important;
}

.index1-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.index1-box-box {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
}

.index1-logo {
    font-size: 0.28rem;
    font-family: AlibabaSans-Medium-, AlibabaSans-Medium;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 0.13rem;
}

.index1-logo::after {
    content: '';
    width: 1.3rem;
    height: 0.04rem;
    background: #82202B;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index1-title {
    display: flex;
    margin: 0.18rem 0;
}

.index1-title p {
    font-size: 0.5rem;
    font-family: AlibabaSans-Bold-, AlibabaSans-Bold;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 0.03rem 0.05rem 0rem rgba(43, 46, 47, 0.9);
    margin-right: 0.8rem;
}

.index1-text {
    margin: 0.4rem 0;
    font-size: 0.18rem;
    font-family: AlibabaSans-Regular-, AlibabaSans-Regular;
    font-weight: normal;
    color: #EAE9E9;
    line-height: 0.3rem;
    width: 5rem;
}

.index1-bt {
    width: 1.5rem;
    height: 0.36rem;
    background: #FFF8ED;
    box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(25, 31, 27, 0.17);
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
}

.banner-next:after,
.banner-prev:after {
    color: #fff;
    font-size: 0.4rem;
}

.banner-next {
    right: calc(((100% - 14rem) / 2) / 2);
}

.banner-prev {
    left: calc(((100% - 14rem) / 2) / 2);
}

/* 第二屏 */
.index2 {
    height: 100%;
    width: 100%;
    background: #284186;
    background: url(../img/index/banner2.png) no-repeat;
    background-size: cover;
    position: relative;
}

.index2-title {
    font-size: 0.5rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 1.5rem;
    text-align: center;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.index2Banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.index2Swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.index2Swiper .swiper-slide {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}

.index2Swiper .swiper-slide::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
}

.index2Swiper .swiper-slide:hover {
    background: rgba(255, 248, 237, .6);
}

.index2Swiper .swiper-slide:hover .index2-shade {
    opacity: 0;
}

.index2Swiper .swiper-slide:hover .index2-intro {
    opacity: 1;
}

.index2-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .365s;
    padding-top: 4rem;
}

.index2-icon {
    width: 1.8rem;
    height: 1.8rem;
}

.index2-des {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
}

.index2-intro {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0.7rem;
    transition: all .365s;
    opacity: 0;
}

.index2-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.4rem;
    position: relative;
}

.index2-text::after {
    content: '';
    width: 1rem;
    height: 0.04rem;
    background: #82202B;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index2-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.8rem;
    text-align: center;
}

/* 第三屏 */
.index3-wrap {
    width: 100%;
    height: 100%;
    background: url(../img/index/banner3.png) no-repeat;
    background-size: 100% 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index3 {
    width: 100%;
}

.index3-top {
    margin: 0 auto;
}

.index3-title {
    font-size: 0.5rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.index3-content {
    margin-top: 0.8rem;
    width: 6.4rem;
}

.index3-time {
    font-size: 0.16rem;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #F1BB76;
}

.index3-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 0.2rem 0;
}

.index3-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #676767;
    line-height: 0.3rem;
}

.index3-bt {
    width: 1.5rem;
    height: 0.36rem;
    background: #FFF8ED;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    margin-top: 0.3rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;

}

.index3-swiper {
    width: 100%;
    margin-top: 1.3rem;
}

.index3Swiper {
    width: 100%;
    overflow: hidden;
}

.index3Swiper .swiper-slide {
    background: rgba(0, 0, 0, .6);
    padding: 0.5rem 1.2rem;
    cursor: pointer;
    transition: all .365s;
}

.index3Swiper .swiper-slide::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.index3Swiper-time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CECDCD;
}

.index3Swiper-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.25rem 0;
}

.index3Swiper-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CECDCD;
    line-height: 0.3rem;
}

.index3Swiper .swiper-slide:hover {
    background: rgba(255, 248, 237, .6);
}

.index3Swiper .swiper-slide:hover .index3Swiper-time {
    color: #82202B;
}

.index3Swiper .swiper-slide:hover .index3Swiper-text {
    color: #333333;
}

.index3Swiper .swiper-slide:hover .index3Swiper-p {
    color: #666666;
}

/* 第四屏 */
.index4 {
    background: url(../img/index/banner4.png);
    background-size: 100% auto;
    background-position: top;
}