@charset "utf-8";

/* CSS Document */
.swiper-container1 {
    margin: 40px 0;
}

.swiper-slide1 {
    width: 860px !important;
    height: 420px !important;
    position: relative;
}

.swiper-slide1 .info1 {
    position: absolute;
    top: 70px;
    left: 50px;
}

.swiper-slide1 .title1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    padding-bottom: 30px;
}

.swiper-slide1 .sub-title1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    width: 600px;
}

.swiper-slide1>img {
    height: 420px !important;
    width: 100%;
    border-radius: 6px;
}

.swiper-slide1 a {
    transition: 0.2s;
}

.swiper-slide1 a:hover {
    opacity: .6;
}

/* .swiper-pagination {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #02328d;
} */

.swiper-button-prev1 {
    width: 50%;
    height: 420px;
    left: -450px;
    top: 0;
    border-radius: 6px;
    margin-top: 0;
    z-index: 99;
    transition: 0.2s;
    background: rgba(0, 0, 0, .4);
}

.swiper-button-prev1:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    left: 94%;
    top: 50%;
    margin-top: -180px;
}

.swiper-button-next1 {
    width: 50%;
    height: 420px;
    right: -450px;
    top: 0;
    border-radius: 6px;
    margin-top: 0;
    z-index: 99;
    transition: 0.2s;
    background: rgba(0, 0, 0, .4);
}

.swiper-button-next1:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    right: 94%;
    top: 50%;
    margin-top: -180px;
    transform: rotate(180deg);
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    /* opacity: 0.6; */
}