/* banner  start*/

.ban_title {
    width: 26.97%;
    left: 36.515%;
    top: 27.67%;
}


/* banner  end*/


/* 内容 start */

.con_bottom {
    margin: 5% 0;
}

.block {
    display: block;
}

.box {
    width: 100%;
    position: relative;
    margin-top: 15%;
    cursor: pointer;
}
.lines{
    width: 5%;
    height: 2px;
    background-color: red
}

/* 轮播 start */

.swiper-container-ban {
    width: 67%;
    color: #fff;
    padding-top: 39.59%;
    overflow: hidden;
    margin: 0;
}

.swiper-container-ban .swiper-wrapper {
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-container-ban .pagination {
    bottom: 4%;
}

.swiper-container-ban .swiper-pagination-switch {
    background: transparent;
    border: 2px solid #a19f9c;
}

.swiper-container-ban .swiper-active-switch {
    background: #d1b78c;
    width: 10px;
    opacity: 1;
    border: 2px solid #fff;
}

.alert_left,
.alert_right {
    width: 4.68%;
}

.alert_left {
    left: 2%;
}

.alert_right {
    right: 5%;
}


/* 轮播 end */

.con_right {
    position: absolute;
    width: 35.57%;
    right: 0;
    top: -15%;
    z-index: 2;
}

.con_right img {
    width: 100%;
}

.right_detail {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con_title {
    font-size: 30px;
    margin-bottom: 5%;
    font-family: 'SourceHanSerifCN-Bold';
}

.con_right .line {
    width: 5%;
    height: 2px;
    background-color: #fff;
    /* margin: 5%; */
}

.con_wenan {
    text-align: center;
    line-height: 30px;
    margin-top: 5%;
    padding: 6px 30px 6px 30px ;
    font-size: 18px;
    text-align: left;
}


/* 内容 end */

@media (min-width: 1500px) {
    .con_title {
        font-size: 40px;
    }
    .con_wenan {
        font-size: 22px;
        line-height: 34px;
        padding: 6px 30px 6px 30px ;
        text-align: left;
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .con_title {
        font-size: 36px;
    }
    .con_wenan {
        font-size: 20px;
        padding: 6px 30px 6px 30px ;
        line-height: 32px;
        text-align: left;

    }
}