.swiper-ggt{
	height: 500px;
}
.swiper-ggt a{
	display: block;
	height: 100%;
}
.swiper-ggt .swiper-container{
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.swiper-banner img {
    width:100%;
    height:100%;
    -webkit-transition:all 7s;
    transition:all 7s;
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    position: relative;
}
.swiper-banner .swiper-slide-active img {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    z-index: 9999999;
}
.swiper-banner .sj {
    display:none;
}
.swiper-banner .swiper-pagination-bullet {
    width:15px;
    height:15px;
    background:#fff;
    opacity:1;
    border-radius:50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #386EE7;
}
.swiper-banner .swiper-pagination-bullets {
    bottom: 1rem!important;
}
.swiper-banner .swiper-banner-next,.swiper-banner .swiper-banner-prev{
    position: absolute;
    z-index: 99;
    background: rgb(0 0 0 / 10%);
    top: 50%;
    color: #fff;
    font-size: 1.8rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display:none;
    margin-top: -2.5rem;
}
.swiper-banner .swiper-banner-next{
    right: 5%;
}
.swiper-banner .swiper-banner-prev{
    left: 5%;
}
.swiper-banner .swiper-banner-next:hover,.swiper-banner .swiper-banner-prev:hover{
    background: #386EE7;
}
.swiper-banner:hover .swiper-banner-next,.swiper-banner:hover .swiper-banner-prev{
    display:block;
}