﻿.banner {
    .swiper-slide {
        a {
            display: block; 
            height: 6.6rem;
            .public-container{height: 100%; display: flex; align-items: center;}
        }
        .box_wz{
            width: 680px; word-break: keep-all; padding-top: 50px;
            p{
                color: #fff;font-size: 40px; font-weight: bold; text-shadow: -1px 0 #3c3c3c, 0 1px #3c3c3c, 1px 0 #3c3c3c, 0 -1px #3c3c3c;
            }
            span{
                color: #fff; font-size: 24px; display: block; margin: 10px 0px 35px;    text-shadow: -1px 0 #3c3c3c, 0 1px #3c3c3c, 1px 0 #3c3c3c, 0 -1px #3c3c3c;
            }
            b{
                display: block; font-size: 75px; margin-bottom: 15px;
            }
            button{background: #335ca9; color: #fff; font-size: 20px; height: 50px; width: 96px; border: none;}
        }
    }
}
.swiper-pagination-bullet-active{
   background: #323130;
}
.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 30px;}