/* <!-- 大图片区域 --> */
.swipers {
    height: 880px;
    background: url('../images/back2.webp') no-repeat center;
    background-size: 100% 100%;
}
.swiper_con {
}
.swiper_con .con_text {
    padding-top: 290px;
}
.swiper_con .con_text .text_one {
    position: relative;
    width: 68%;
    height: 168px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 6px 4px #273a964f;
}
.swiper_con .text_english {
    position: absolute;
    top: 113px;
    left: 0;
    width: 749px;
    height: 112px;
    opacity: 0.23;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 70px;
    color: #FFFFFF;
    letter-spacing: 0;
}


/* <!-- 内容链接区域 --> */
.content {
    margin-top: 160px;
    
}
content .con_item {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con_item .item_left{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}
.item_left ul {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
}
.item_left img {
    width: 534px;
    height: 280px;
    object-fit: cover;
}
.item_left ul li:first-child {
    margin-bottom: 20px;
}.item_left ul li:last-child {
    margin-top: 50px;
}
.item_left ul li:first-child a {
    font-size: 24px;
    color: #0817DD;
    font-weight: 600;
    line-height: 33px;
    transition: transform 0.35s ease;
}
.item_left ul li:first-child:hover {
    transform: scale(1.1)
}
.item_left ul li {
    font-size: 16px;
    color: #818080;
    line-height: 32px;
}
.item_left ul li:last-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.item_left ul li a {
    font-size: 16px;
    color: #C5C5C5;
    line-height: 32px;
    transition: transform 0.15s ease;
}


/* 移动端区域的样式 */
@media (max-width:765px) {
    .swiper_con {
        height: 197px !important;
    }
}

@media screen and (max-width: 992px) {
    .swipers {
        padding-top: 52px;
        height: auto;
    }
    .swiper_con {
        width: 100%;
        height: 320px;
    }
    .swiper_con .con_text {
        padding: 0;
    }
    .swiper_con .con_text .text_one {
        height: auto;
        padding-top: 55px;
        font-size: 12px;
        text-align: center;
    }
    .swiper_con .text_english {
        top: auto;
        width: 100%;
        height: auto;
        font-size: 14px;
    }



    /* 内柔区域 */
    .content {
        margin: 50px auto;
    }
    .con_item .item_left {
        flex-direction: column;
    }
    .con_item .item_left {
        width: 100%;
        margin: 35px auto;
    }
    .item_left img {
        width: 100%;
        order: 1;
        height: auto;
    }
    .item_left ul {
        width: 100%;
    }
    .item_left ul li:last-child {
        display: none;
    }
    .item_left ul li:first-child{
        margin-bottom: 10px;
    }
    .item_left ul li:first-child:hover {
        transform: none;
    }
    .item_left ul li:first-child a {
        font-size: 18px;
        line-height: 28px;
    }
    .item_left ul li {
        font-size: 14px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .item_left img{
        height: 200px;
        
    }
}