﻿.index-banner{width: 100%;max-height:297px;height:auto;overflow: hidden;position: relative;background-color: #3a3a3a;}
.index-banner .swiper-container{height: 100%;position: relative;}
.index-banner .swiper-wrapper{height: 100% !important;transition-timing-function: linear;}
.index-banner .swiper-slide{width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.index-banner .swiper-slide > img{max-width: 100%;opacity: 0; max-height:300px;}
.index-banner .swiper-slide .texts{width: 75%;max-width: 1440px;position: absolute;left: 12.5%;top: 50%;transform: translateY(-50%);color: #fff;}
.index-banner .swiper-slide .texts .text01{font-size: 60px;line-height: 60px;}
.index-banner .swiper-slide .texts .text02{font-size: 24px;line-height: 24px;margin-top: 20px;}
.index-banner .swiper-pagination-index{width: 100%;bottom: 40px;z-index: 100;position: absolute;}
.index-banner .swiper-pagination-bullet{width: 40px;height: 3px;background-color: #fff;opacity: 0.6;outline: none;transition: all .6s;margin: 0 10px;border-radius: 0;}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background-color: #0068b6;transition: all .6s;}

@media screen and (max-width: 1044px){
.index-banner{margin-top: 0.9rem;height: auto;}
.index-banner .swiper-slide .texts .text01{font-size: 28px;line-height: 28px;}
.index-banner .swiper-slide .texts .text02{font-size: 16px;line-height: 28px;margin-top: 0.4rem;}
}
