.swiper-slide .hangyu-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url('../../img/index/index_index_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
}

.swiper-slide .hangyu-wrapper .content-wrapper {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 38px;
    width: calc(100% - 80px);
    margin-top: 235px;
    max-width: 1200px;
    align-items: flex-start;
    border-left: 15px solid white;
}

.swiper-slide .hangyu-wrapper .content-wrapper .title {
    font-size: 60px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: top;
}

.swiper-slide .hangyu-wrapper .content-wrapper .desc {
    margin-top: 64px;
    font-size: 36px;
    line-height: 1;
    vertical-align: bottom;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 3px 4px 15px rgba(4, 0, 0, 0.75);
}

.swiper-slide .hangyu-wrapper .content-wrapper .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #173F8F;
    cursor: pointer;
}

.swiper-slide .hangyu-wrapper .down {
    position: absolute;
    bottom: 69px;
    align-self: center;
    height: 38px;
    width: 46px;
    cursor: pointer;
    -webkit-animation: bounce-down 1.6s linear infinite;
    animation: bounce-down 1.6s linear infinite;
}


@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-4px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(4px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-4px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(4px);
    }
}

.swiper-slide .hangyu-wrapper .down img {
    height: 100%;
    width: 100%;
}

.swiper-slide .hangyu-wrapper .icp {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.swiper-slide .hangyu-wrapper .icp a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration:none
}
