/*å¹»ç¯ç‰‡åŸºç¡€æ ·å¼2023*/

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    /* content: " "; */
}

.banner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: -60px;
}

.banner .bigimg .pic {
    overflow: hidden;
}

.banner .bigimg .pic .picimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1.05);
}

.banner .bigimg .pic .text {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banner .bigimg .pic .text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
}

.banner .bigimg .pic .pictext {
    position: absolute;
    left: 20%;
    top: 32%;
    z-index: 2;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .bigimg .pic .pictext img {
    float: left;
}

.banner .bigimg .pic .pictext .swiperText {
    float: left;
    margin: 48px 0 0 18px;
    height: 70px;
}

.banner .bigimg .pic .pictext .swiperText .swiper-slide {
    height: 70px;
    line-height: 70px;
    font-size: 53px;
    color: #fff;
}

.banner .bigimg .pic.swiper-slide-active .picimg {
    transition: all 5s 0.6s;
    transform: scale(1);
}

.banner .bigimg .pic.swiper-slide-active .text img {
    visibility: visible;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: fadeInUp150;
    animation-name: fadeInUp150;
}

.banner .bigimg .pic.s2 .text {
    top: 32.6%;
    transform: translateY(0);
}

.banner .bigimg .pic.s2 .text img {
    width: 100%;
}

.banner .bigimg .pic.s3 .text {
    top: 24%;
    transform: translateY(0);
}

.banner .bigimg .pic.s3 .text img {
    width: 100%;
}

.banner .bigimg .swiper-button-next,
.banner .bigimg .swiper-button-prev {
    top: 50vh;
    width: 51px;
    height: 51px;
    border: rgba(255, 255, 255, 0.8) 1px solid;
    border-radius: 52px;
}

.banner .bigimg .swiper-button-next::after,
.banner .bigimg .swiper-button-prev::after {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner .bigimg .swiper-button-next::before,
.banner .bigimg .swiper-button-prev::before {
    transition: all 0.5s;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #0068B7;
    opacity: 0;
    content: " ";
}

.banner .bigimg .swiper-button-next:hover,
.banner .bigimg .swiper-button-prev:hover {
    transition: all 0.5s;
    border: #0068B7 1px solid;
}

.banner .bigimg .swiper-button-next:hover::before,
.banner .bigimg .swiper-button-prev:hover::before {
    transition: all 0.5s;
    opacity: 1;
}

.banner .bigimg .swiper-button-prev {
    left: 3.3%;
}

.banner .bigimg .swiper-button-prev::after {
    background: url(../icon_2.png) center no-repeat;
}

.banner .bigimg .swiper-button-next {
    right: 3.3%;
}

.banner .bigimg .swiper-button-next::after {
    background: url(../icon_3.png) center no-repeat;
}

.banner .bigimg .swiper-pagination {
    /* display: flex;
    justify-content: flex-end;
    left: 10%;
    bottom: 6.7%;
    width: 80%;
    font-size: 29px;
    color: #0068B7;
    font-family: Arial; */
}

.banner .bigimg .swiper-pagination-total,
.banner .bigimg .lis {
    margin-top: 9px;
    padding-left: 3px;
    font-size: 18px;
    color: #fff;
}

.Height100 {
    -webkit-animation-name: Height100;
    animation-name: Height100;
}

@-webkit-keyframes Height100 {
    0% {
        opacity: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 100%;
    }
}

@keyframes Height100 {
    0% {
        opacity: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 100%;
    }
}

.scroll {
    position: absolute;
    z-index: 10;
    bottom: 3.6%;
    left: 50%;
    margin-left: -18px;
    width: 35px;
    height: 49px;
    background: url(../icon_12.png) center no-repeat;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrolls;
    animation-name: scrolls;
}

.scroll.scroll_fixed {
    display: none;
}

@-webkit-keyframes scrolls {
    from {
        bottom: 3.6%;
    }
    50% {
        bottom: calc(3.6% + 12px);
    }
    100% {
        bottom: 3.6%;
    }
}

@keyframes scrolls {
    from {
        bottom: 3.6%;
    }
    50% {
        bottom: calc(3.6% + 12px);
    }
    100% {
        bottom: 3.6%;
    }
}

/*å¹»ç¯ç‰‡ä¸­çš„å‡ºåœºåŠ¨ç”»*/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.fadeInUp150 {
    -webkit-animation-name: fadeInUp150;
    animation-name: fadeInUp150;
}

@-webkit-keyframes fadeInUp150 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp150 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        -ms-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUpY {
    -webkit-animation-name: fadeInUpY;
    animation-name: fadeInUpY;
}

@-webkit-keyframes fadeInUpY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes fadeInUpY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.opacityIn {
    -webkit-animation-name: opacityIn;
    animation-name: opacityIn;
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacityIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeInUp_box {
    -webkit-animation-name: fadeInUp_box;
    animation-name: fadeInUp_box;
}

@-webkit-keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*ä»…ç§»åŠ¨ç«¯æ ·å¼*/

@media (max-width: 1000px) {
    .banner {
        height: auto;
        top: 0px;
    }
    .banner .bigimg .pic .picimg {
        height: auto;
    }
}