@charset "utf-8";


.banner-div{
    position: relative;
}
.banner-div>img{
    display: block;
    width: 100%;
}
.banner-div>div{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-div>div>h3{
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--bg-color-1);
}

.item-div-1{
    position: relative;
    padding-top: 55px;
    background-color: #f8f8f8;
    background-image: url("../images/carrer/1.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
}
.item-div-1>img{
    z-index: 10;
    position: absolute;
    left: -38px;
    top: 0;
    display: block;
    width: 676px;
}
.item-div-1>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-div-1>div>img{
    display: block;
    width: 35%;
    margin-left: 90px;
    flex-shrink: 0;
}
.item-div-1>div>div>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 20px;
    color: var(--text-color-1);
}
.item-div-1>div>div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}


.item-div-2{
    position: relative;
    padding: 60px 0 70px;
    background-image: url(/test/images/school-live/pic-3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.item-div-2>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}

.item-div-2>div>p{
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.item-div-2 .info-div{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.item-div-2 .info-div>div{
    width: 50%;
    box-sizing: border-box;
    padding: 35px 45px 55px;
    border-top: 4px solid var(--bg-color-1);
    box-shadow: 0 4px 6px rgba(68, 68, 68, 0.2);
    background-color: #fff;
}
.item-div-2 .info-div>div+div{
    margin-left: 30px;
}
.item-div-2 .info-div>div>h4{
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 35px;
    font-weight: bold;
    color: var(--text-color-1);
    text-align: center;
}
.item-div-2 .info-div>div>p{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-2 .info-div>div>p+p{
    margin-top: 30px;
}
.item-div-2 .info-div>div>p>a{
    
    font-size: 20px;
    color: var(--text-color-1);
}


.item-div-3{
    padding: 55px 0 70px;
    background-color: #f8f8f8;
}
.item-div-3>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}
.item-div-3>div{
    display: flex;
    justify-content: space-between;
}
.item-div-3>div>img{
    flex-shrink: 0;
    display: block;
    width: 45%;
    margin-left: 30px;
    object-fit: cover;
    flex: 1;
}

.item-div-3>div>div>h4{
    font-size: 22px;
    line-height: 1em;
    margin: 35px 0 10px;
    font-weight: normal;
    color: var(--text-color-1);
}
.item-div-3>div>div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-3>div>div>p+p{
    color: var(--text-color-1);
}
.item-div-3>div>div>p+p>a{
    
    font-size: 20px;
    color: var(--text-color-1);
}

.item-div-4{
    padding: 55px 0 80px;
    background-color: #fff;
}
.item-div-4>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}
.item-div-4>div{
    display: flex;
    justify-content: space-between;
}
.item-div-4>div>img{
    flex-shrink: 0;
    display: block;
    width: 41.4%;
    margin-right: 30px;
    object-fit: cover;
    flex: 1;
}

.item-div-4>div>div>h4{
    font-size: 22px;
    line-height: 1em;
    margin: 35px 0 10px;
    font-weight: normal;
    color: #333;
}
.item-div-4>div>div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-4>div>div>p+p{
    color: var(--text-color-1);
}



.item-div-5{
    position: relative;
    padding: 70px 0 105px;
    background-color: #f8f8f8;
    background-image: url(../images/student-surpport/3.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.item-div-5>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 65px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}
.item-div-5 .info-div{
    box-sizing: border-box;
    padding: 20px;
    border-top: 4px solid var(--bg-color-1);
    box-shadow: 0 4px 6px rgba(68, 68, 68, 0.2);
    background-color: #fff;
}
.item-div-5 .info-div>img{
    display: block;
    width: 100%;
}
.item-div-5 .info-div>h4{
    display: inline-block;
    font-size: 26px;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    color: var(--text-color-1);
    text-align: center;
    border-bottom: 3px solid var(--bg-color-2);
}


.item-div-5 .info-div>p{
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    word-break: break-all;
}
.item-div-5 .info-div>p>a{
    color: var(--text-color-1);
}

.item-div-5 .info-div>p.pointer-p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}

.swiper{
    padding: 0 60px 10px;
}
.swiper-button-next, .swiper-button-prev{
    width: auto !important;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
.swiper-button-prev{
    left: 15px !important;
}
.swiper-button-next{
    right: 15px !important;
}
.swiper-button-next>img{
    transform: rotateZ(180deg);
}
.swiper-button-prev>img,.swiper-button-next>img{
    outline: none;
}
.item-div-6{
    position: relative;
}
.item-div-6>img{
    display: block;
    width: 100%;
}
.item-div-6>div{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.item-div-6>div>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--text-color-1);
}
.item-div-6>div>p{
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 70px;
    color: #fff;
}

.item-div-6>div>a{
    display: inline-block;
    width: 150px;
    line-height: 35px;
    font-size: 18px;
    color: var(--text-color-1);
    background-color: #fff;
    border: 1px solid var(--bg-color-1);
    border-radius: 4px;
}
.item-div-6>div>a:hover{
    color: #fff;
    background-color: var(--bg-color-1);
}
.item-div-6>div>p.mobile-p{
    display: none;
}

.more-btn{
    display: inline-block;
    width: 220px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 4px;
    color: #fff !important;
    background-color: var(--text-color-1);
    text-align: center;
}
.more-btn:hover{
    background-color: #FDBF57;
    color: #000 !important;
}
@media screen and (max-width: 1400px) {
    .swiper-button-next, .swiper-button-prev{
        width: 50px !important;
    }
    .swiper-button-prev{
        left: 0px !important;
    }
    .swiper-button-next{
        right: 0px !important;
    }
}
@media screen and (max-width: 768px) {
    .banner-div>div>h3{
        font-size: 18px;
        padding-left: 15px;
    }
    .item-div-1{
        padding: 20px 15px 0;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
    }
    
    .item-div-1>div{
        flex-wrap: wrap;
    }
    .item-div-1>div>img{
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .item-div-1>div>div>p{
        font-size: 14px;
        line-height: 28px;
    }

    .item-div-2{
        padding: 30px 0 0;
        background-size: auto 100%;
        background-position: 55% -150px;
    }
    .item-div-2>h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .item-div-2>div>p{
        padding: 0 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .item-div-2 .info-div{
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .item-div-2 .info-div>div{
        width: 100%;
        padding: 20px 15px;
    }
    .item-div-2 .info-div>div>h4{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .item-div-2 .info-div>div>p{
        font-size: 14px;
        line-height: 26px;
    }
    .item-div-2 .info-div>div>p+p{
        margin-top: 15px;
    }
    .item-div-2 .info-div>div>p>a{
        font-size: 14px;
    }
    .item-div-2 .info-div>div+div{
        margin-left: 0;
    }
    .item-div-3{
        padding: 30px 15px;
    }
    .item-div-3>h3{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .item-div-3>div{
        flex-wrap: wrap;
    }
    .item-div-3>div>div>p{
        font-size: 14px;
        line-height: 26px;
    }
    .item-div-3>div>div>h4{
        font-size: 16px;
        margin: 20px 0 10px;
    }
    .item-div-3>div>img{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .item-div-3>div>div>p+p>a{
        font-size: 14px;
    }
    .item-div-4{
        padding: 30px 15px 40px;
    }
    .item-div-4>h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-div-4>div{
        flex-wrap: wrap;
    }
    .item-div-4>div>img{
        width: 100%;
        margin-right: 0;
    }
    .item-div-4>div>div>h4{
        font-size: 16px;
        margin: 20px 0 10px;
    }
    .item-div-4>div>div>p{
        font-size: 14px;
        line-height: 26px;
    }

    .item-div-5{
        padding: 35px 0 50px;
        background-image: none;
    }
    .item-div-5>h3{
        font-size: 18px;
        margin-bottom: 35px;
    }
    .item-div-5 .info-div{
        padding: 10px;
    }
    .item-div-5 .info-div>h4{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .item-div-5 .info-div>p{
        font-size: 14px;
        line-height: 26px;
    }
    
    .swiper-button-next, .swiper-button-prev{
        width: 40px !important;
    }
    .item-div-6{
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .item-div-6>img{
        width: auto;
    }
    .item-div-6>div>h3{
        font-size: 18px;
    }
    .item-div-6>div>p{
        font-size: 14px;
        padding: 0 15px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .item-div-6>div>a{
        font-size: 16px;
    }

    .item-div-6>div>p.mobile-p{
        display: block;
    }
    .item-div-6>div>p.pc-p{
        display: none;
    }

    .more-btn{
        display: block;
        margin: 20px auto 20px;
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border-radius: 18px;
    }
}