.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    opacity: 0;
    width: 0.56rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 300ms ease-in-out;
    border-radius: 0.28rem;
    color: #fff;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
    font-size: 0.28rem;
}
.swiper .swiper-pagination-bullet {
    width: 16px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius: 5px;
    transition: width 300ms ease-in-out;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.30rem;
}
.swiper .swiper-button-prev::after {
    margin-left: -0.05rem;
}
.swiper .swiper-button-next::after {
    margin-left: 0.05rem;
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 0.6;
}

.banner-pic {
    position: relative;
    width: 100%;
    text-align: center;
}
.banner-pic.pic1 {
    /* background: linear-gradient(to right, #014325, #05411d); */
}
.banner-pic.pic2 {
    /* background: linear-gradient(to right, #132d78, #212778); */
}
.banner-pic .btn-box {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 5rem;
    height: 5rem;
}
.banner-pic .btn-box .btn {
    display: block;
    width: 1.7rem;
    height: 0.50rem;
    line-height: 0.50rem;
    text-align: center;
    background:rgba(255, 255, 255, 0.8);
    border-radius:3px;
    color:#333;
    font-size: 0.20rem;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.banner-pic .btn-box .btn1 {
    position: absolute;
    top: -8%;
}
.banner-pic .btn-box .btn2 {
    position: absolute;
    top: 30%;
}
.banner-pic > img {
    width: 100%;
    /* max-width: 1920px; */
}
.banner-pic .banner-text {
    position: absolute;
    left: 3.5rem;
    top: 1.78rem;
    text-align: left;
    z-index: 999;
    color:#ffffff;
}
.banner-text .logo-name {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.05rem;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.banner-text .logo-name .logo {
    float: left;
    width: 1.96rem;
    height: 0.68rem;
}
.banner-text .logo-name .logo img {}
.banner-text .logo-name .name {
    float: left;
    font-weight:500;
    color:#ffffff;
    font-size: 0.5rem;
    padding-left: 0.25rem;
    padding-top: 0.07rem;
}
.banner-text .logo-name .sub-name {
    float: left;
    width: 1.70rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    border:1px solid #ffffff;
    border-radius: 3px;
    backdrop-filter:blur(3px);
    font-weight:300;
    font-size: 0.36rem;
    margin: 0.16rem 0 0 0.1rem;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.banner-text .msg-text {
    position: relative;
    font-weight:300;
    color:#ffffff;
    font-size: 0.26rem;
    line-height: 0.36rem;
    letter-spacing: 0.03rem;
}
.banner-text .msg-text1 {
    margin-top: 0.2rem;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.banner-text .msg-text2 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.banner-text .msg-text3 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.banner-text .msg-text span {
     font-weight: 500;
}
.banner-text .bottom-text {
    padding-top: 0.15rem;
    margin-top: 0.2rem;
    overflow: hidden;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.banner-text .bottom-text .icon {
    float: left;
    margin-top: 0.05rem;
    font-size: 0.5rem;
}
.banner-text .bottom-text .line {
    float: left;
    width: 1px;
    height: 0.46rem;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0.1rem 0.25rem 0 0.25rem;
}
.banner-text .bottom-text .text-right {
    float: left;
}
.banner-text .bottom-text .text-right .max {
    color:#fff;
    font-size: 0.30rem;
    line-height: 0.4rem;
    letter-spacing: 0.04rem;
}
.banner-text .bottom-text .text-right .max span {
    color:#ffac0f;
}
.banner-text .bottom-text .text-right .min {
    font-weight:300;
    color:#ffffff;
    font-size: 0.22rem;
}
.banner-text .banner-name {
    font-weight:300;
    color:#ffffff;
    font-size: 0.60rem;
    padding-bottom: 0.20rem;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.banner-text .banner-name span {
    font-weight: 500;
}
.banner-text .banner-msg {
    font-weight:500;
    color:#ffffff;
    font-size: 0.26rem;
    line-height: 0.40rem;
}
.banner-text .banner-msg1 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.banner-text .banner-msg2 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.banner-text .banner-btn {
    display: block;
    width: 1.7rem;
    height: 0.50rem;
    line-height: 0.50rem;
    text-align: center;
    background:#00826b;
    border-radius:3px;
    color:#ffffff;
    font-size: 0.20rem;
    margin-top: 0.50rem;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/*当前显示*/
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .logo-name,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .msg-text1,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .msg-text2,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .msg-text3,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .bottom-text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .banner-btn,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .banner-msg1,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .banner-msg2,
.swiper .swiper-slide.swiper-slide-active .banner-pic .banner-text .banner-name {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.font19 .btn-box a{
    font-size: 19px !important;
}
.font20 .btn-box a{
    font-size: 20px !important;
}
.font19 .banner-text .banner-btn{
    font-size: 19px !important;
}
.font20 .banner-text .banner-btn{
    font-size: 20px !important;
}

.font19 .banner-pic .btn-box .btn2{
    top: 38%;
}
.font20 .banner-pic .btn-box .btn2{
    top: 48%;
}