/* <!-- 大图片区域 --> */
.swipers {
    height: 880px;
    background: url('../images/back3.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: 720px;
    height: 168px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 6px 4px #273a964f;
}
:lang(en) .con_text .text_one {
    width: 800px;
    font-size: 50px;
}
.swiper_con .text_english {
    position: absolute;
    top: 165px;
    left: 0;
    width: 749px;
    height: 112px;
    opacity: 0.23;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 70px;
    color: #FFFFFF;
    letter-spacing: 0;
}
:lang(zh) .text_english {
    top: 165px;
}



.college_text {
    position: relative;
    display: flex;
    height: 757px;
}
.college_text .college_left_ls {
    text-align: justify;
}
.college_text .college_left_ls .item_ls {
    width: 463px;
    margin: 163px 0 10px 0;
    color: #666666;
    font-size: 18px;
    font-face: PingFangSC;
    font-weight: 400;
    letter-spacing: 0.38px;
    paragraph-spacing: 0;
    line-height: 30px;
}
:lang(en) .college_left_ls .item_ls {
    font-size: 16px;
}
.item_ls span:nth-child(2) {
    color: #0024d4;
    font-size: 18px;
    font-face: PingFangSC;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.38px;
    paragraph-spacing: 0;
    text-align: left;
}
.college_text .college_left_ls  .item_ls2 {
    width: 463px;
    margin-bottom: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.38px;
    line-height: 30px;
}
:lang(en) .college_left_ls  .item_ls2 {
    font-size: 16px;
}
.college_text .college_right {
    width: 492.49px;
    height: 416.8px;
    margin: 206px 0 0 314px;
}
.Watermark {
    position: absolute;
    top: 340px;
    left: 479px;
    width: 311px;
    height: 163px;
    opacity: 0.1;
    overflow: hidden;
}
.Watermark img {
    
    font-family: SourceHanSansCN-Heavy;
    font-weight: 900;
    font-size: 110px;
    color: #444444;
    
}

/* <!-- 公司愿景 --> */
.content .content_title {
    width: fit-content;
    height: 103px;
    margin: 0 auto;
    /* overflow: hidden; */
    text-align: center;
}
.content_title::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 25px;
    margin-right: 7px;
    background-color: #3052F9;
    line-height: 103px;
    border-radius: 12px;

}
.content_title span{
    width: fit-content;
    height: 50px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #444444;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}
.content_title img{
    margin-left: 7px;
}
.content_title p {
    width: 304px;
    height: 33px;
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    text-indent: -2rem;
}
.con_image {
    width: 100%;
    margin: 42px 0 130px 0;
}
.con_image img {
    width: 100%;
}

/* <!-- 创始团队 --> */
.content .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 143px 0;
}
.team .team_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 23%;
    height: 350px;  
    margin: 50px 0 0 20px ;
}
.team_item .item_top {
    width: 237px;
    height: 307px;
}
.item_top img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.team_item .item_bottom {
    width: 237px;
    height: 25px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
}
.item_bottom p {
    padding-top: 18px;
}

.team_item .item_position {
    position: absolute;
    left: 2%;
    bottom: 20%;
    transform: skew(-20deg);
    width: 128px;
    height: 42px;
    color: #fff;
    background-image: linear-gradient(270deg, #506EFF 9%, #0ACFF3 94%);
}
.item_position p {
    width: 100%;
    height: 100%;
    transform: skew(20deg);
    text-align: center;
    line-height: 42px;
}






/* 移动端区域的样式 */
@media (max-width:765px) {
    .swiper_con {
        height: 197px !important;
    }
}
@media screen and (max-width: 992px) {
    .swipers {
        height: auto;
    }
    .swiper_con {
        height: 320px;
        padding-top: 52px;
    }
    .swiper_con .con_text {
        padding-top: 55px;
    }
    .swiper_con .con_text .text_one {
        width: 58%;
        height: auto;
        font-size: 14px;
    }



    .college_text {
        height: auto;
        margin: 45px auto;
        flex-direction: column;
    }
    .college_text .college_left_ls .item_ls,
    .college_text .college_left_ls .item_ls2 {
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 26px;
    }
    .college_text .college_right {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .college_text .college_right img {
        width: 100%;
        margin-top: 15px
    }
    .item_ls span:nth-child(2) {
        font-size: 16px;
        line-height: 26px;
    }
    .swiper_con .text_english {
        top: 35px;
        width: 100%;
        height:auto;
        font-size: 14PX;
    }


    /* 公司愿景 */
    .content .content_title {
        height: auto;

    }
    .content_title::before  {
        height: 15px;
    }
    .content_title span {
        font-size: 18px;
        font-weight: 600;
    }
    .content_title img{
        width: 25px;
        margin-left: 7px;
    }
    .content_title p {
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 16px;
        text-indent: 0;
    }
    .con_image {
        height: 283px;
        margin: 15px 0;
    }
    .con_image img {
        width: 100%;
        height: 100%;
    }


    .content .team {
        flex-direction: column;
    }
    .team .team_item {
        width: 100%;
        align-items: center;
        margin: 50px 0 0 0;
    }
    .team_item .item_position {
        left: auto;
        margin-right: 190px;
    }
    /* .team_item .item_top {
        width: fit-content;
    }
    .item_top img {
        height: 48%;
    } */
}