@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;
    margin-left: 90px;
    width: 35%;
    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{
    padding: 55px 0 60px;
    background-color: #fff;
}
.item-div-2>h3{
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    color: var(--text-color-1);
    text-align: center;
}
.item-div-2>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.item-div-2>div>div{
    flex-shrink: 0;
    width: calc(33.3% - 20px);
}
.item-div-2 .info-div{
    box-sizing: border-box;
    padding: 0 40px 30px;
    border-top: 4px solid var(--bg-color-1);
    box-shadow: 0 4px 6px rgba(68, 68, 68, 0.2);
}
.item-div-2 .info-div>h4{
    margin: 40px auto 30px;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    color: var(--text-color-1);
    text-align: center;
}
.item-div-2>div>p{
    width: 100%;
    margin-top: 55px;
    font-size: 16px;
    color: var(--text-color-1);
    text-align: center;
}

.item-div-2 .info-div>p{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-2 .info-div>p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}



.item-div-3{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 50px;
    background: #f0f0f0;
    justify-content: center;
}
.item-div-3>div.bg-div{
    width: 50%;
    background-color: #f0f0f0;
}
.item-div-3>img{
    display: block;
    max-width: 50%;
}
.item-div-3 .w-1400 {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.item-div-3 .info-div{
    display: block;
    position: initial;
    width: 45%;
}
.item-div-3 img {
    width: 45%;
    height: auto;
}
.item-div-3 .info-div>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 65px;
    font-weight: bold;
    color: var(--text-color-1);
}
.item-div-3 .info-div>div{
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: bold;
}
.item-div-3 .info-div>p{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-3 .info-div>p+p{
    margin-top: 10px;
}
.item-div-3 .info-div>p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}

.item-div-4{
    padding: 65px 0 80px;
    background-color: #fff;
}
.item-div-4>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 65px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}

.item-div-4 .table-ele{
    width: 100%;
    margin: 30px 0 20px;
    border-collapse: collapse;
}

.item-div-4 .table-ele th{
    padding: 15px 0;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    background-color: var(--bg-color-1);
    text-align: center;
    
}
.item-div-4 .table-ele th+th{
    border-left: 1px solid #5a002c;
}
.item-div-4 .table-ele td{
    padding: 30px 20px 30px 30px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ded5da;
}

.item-div-4 .table-ele tbody>tr>td:nth-of-type(even){
    background-color: #fafafa;
}

.item-div-4 .table-ele p{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #333;
    text-align: left;
}
.item-div-4 .table-ele td p>span{
    color: var(--text-color-1);
}
.item-div-4 .table-ele p+p{
    margin-top: 10px;
}
.item-div-4 .table-ele p.pointer-p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}

.item-div-4 .table-ele td>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}
.mobile-table-ele{
    display: none;
}

.item-div-5{
    padding: 65px 0 100px;
    background-color: #f0f0f0;
}
.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>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.item-div-5 .info-div{
    flex-grow: 1;
    display: none;
    position: relative;
    margin-left: 38px;
    padding: 55px 65px 45px;
    background-color: #fff;
    border: 1px solid #ded5da;
}
.item-div-5 .info-div.active{
    display: block;
}
.item-div-5 .info-div::before{
    content: '';
    z-index: 10;
    position: absolute;
    left: -20px;
    top: 15px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
}
.item-div-5 .info-div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-5 .info-div>p>a{
    color: var(--text-color-1);
}

.item-div-5 .info-div>p+p{
    margin-top: 10px;
}
.item-div-5 .info-div>p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}
.item-div-5 .line-div{
    width: 50px;
}
.item-div-5 .line-div>span{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #999999;
    text-align: center;
    border: 1px solid #ded5da;
    background-color: #fff;
    border-radius: 50%;
}
.item-div-5 .line-div>span+span{
    margin-top: 30px;
}
.item-div-5 .line-div>span.active{
    color: #fff;
    background-color: var(--bg-color-1);
}

.item-div-5 .line-div>span+span::before{
    content: '';
    z-index: 10;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 30px;
    border-left: 1px dashed #ded5da;
}

.item-div-6{
    padding: 80px 0 80px;
    background-color: #fff;
}
.item-div-6>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}

.item-div-6 .table-ele{
    width: 100%;
    margin: 30px 0 20px;
    border-collapse: collapse;
}
.item-div-6>div+div{
    margin-top: 60px;
}
.item-div-6>div>p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    color: #333;
}
.item-div-6>div>p>span+span{
    font-size: 18px;
    color: var(--text-color-1);
}

.item-div-6 .table-ele{
    width: 100%;
    margin: 30px 0 20px;
    border-collapse: collapse;
}

.item-div-6 .table-ele th{
    padding: 15px 0;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    background-color: var(--bg-color-1);
    text-align: center;
    
}
.item-div-6 .table-ele th+th{
    border-left: 1px solid #5a002c;
}
.item-div-6 .table-ele td{
    padding: 40px 40px 18px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ded5da;
}

.item-div-6 .table-ele tbody>tr>td:nth-of-type(1){
    color: var(--text-color-1);
    font-weight: bold;
}

.item-div-6 .table-ele ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
}
.item-div-6 .table-ele ul>li{
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 22px;
    margin-left: 50px;
    color: #333;
}
.item-div-6 .table-ele ul>li>span{
    display: inline-block;
    color: var(--text-color-1);
    vertical-align: 0;
}

.item-div-6 .table-ele td>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
    text-align: left;
}
.item-div-6 .table-ele td>p>a{
    color: var(--text-color-1);
}

.item-div-6 .table-ele td>div{
    text-align: left;
}

.item-div-6 .table-ele td>div>div+div{
    margin-top: 20px;
}
.item-div-6 .table-ele td>div>div>p{
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #333;
    text-align: left;
}
.item-div-6 .table-ele td>div>div>p>a{
    color: var(--text-color-1);
}
.item-div-6 .table-ele td>div>div>p+p{
    margin-top: 10px;
}
.item-div-6 .table-ele td>div>div>p.pointer-p{
    color: var(--text-color-1);
}
.item-div-6 .table-ele td>div>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;
}
.major-description p{
    color: #333333;
    font-size: 18px;
    line-height: 34px;
}
.course-section .course-section-centent .major-description {
    background: #f8f8f8;
}
.course-section .course-section-centent .major-title .title-wrapper{
    width: auto;
}
.course-section .course-section-centent .major-title .title-wrapper h3{
    font-size: 18px;
    padding: 0 30px;
}
.description-content {
    display: flex;
    justify-content: space-between;
}
.description-content>div>p{
    font-size: 18px;
}
.description-content>div>p>a{
    color: var(--text-color-1);
}
.description-content>div>p.pointer-p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: 4px;
}

.description-content>div>p.pointer-p>a{
    color: var(--text-color-1);
}
.description-content .img-right {
    flex-shrink: 0;
    width: 35%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.description-content .img-right img {
    width: 100%;
}
.description-content .video-div{
    width: 56%;
    margin-left: 0;
    margin-bottom: 20px;
}
.description-content.content-05.hide{
    display: none;
}
.description-content.content-05{
    display: block;
}
.description-content .img-right .video-ele{
    display: block;
    width: 100%;
}

.content-05>div>h4{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}
.content-05>div>p+h4{
    margin-top: 20px;
}



.item-div-7{
    padding: 80px 0 80px;
    background-color: #fff;
}
.item-div-7>h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-1);
}
.item-div-7 .info-div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-7 .info-div>p>a{
    color: var(--text-color-1);
}

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


@media screen and (max-width: 768px) {
    .banner-div>div>h3{
        font-size: 18px;
        padding-left: 15px;
    }
    .item-div-1{
        padding: 20px 15px 0;
        background-size: 100%;
        background-image: none;
    }
    .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>h3{
        font-size: 20px;
    }
    .item-div-1>div>div>p{
        font-size: 14px;
        line-height: 28px;
    }

    .item-div-2{
        padding: 25px 0 30px;
    }
    .item-div-2>h3{
        font-size: 18px;
    }
    .item-div-2>div{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .item-div-2>div>div{
        width: 100%;
    }
    .item-div-2 .info-div{
        padding: 0 20px 15px;
    }
    .item-div-2 .info-div>h4{
        font-size: 18px;
        margin: 20px auto 15px;
    }
    .item-div-2 .info-div>p{
        font-size: 14px;
        line-height: 28px;
    }
    .item-div-2>div>p{
        padding: 0 15px;
        font-size: 12px;
        margin-top: 20px;
        text-align: left;
    }
    
    .course-section .course-section-centent .major-title{
        margin-top: 20px;
        height: auto;
    }
    .course-section .course-section-centent .major-title .title-wrapper{
        width: 25%;
        height: auto;
        box-sizing: border-box;
    }
    .course-section .course-section-centent .major-title .title-wrapper.active{
        border-top: 4px solid #ffc862;
    }
    
    .course-section .course-section-centent .major-title .title-wrapper h3{
        font-size: 14px;
        padding: 20px 0;
        line-height: inherit;
    }
    .course-section .course-section-centent .major-description{
        padding: 20px 15px;
        border: none;
    }
    .description-content>div>p{
        font-size: 14px;
        line-height: 26px;
    }
    .description-content{
        display: block;
    }
    .description-content p{
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    .description-content .img-right{
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .description-content .img-right img{
        display: block;
    }

    .item-div-4{
        padding: 30px 0 0;
    }
    .item-div-4>h3{
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .item-div-4>div>p{
        padding: 0 15px;
    }
    .item-div-4 .table-ele{
        margin: 15px 0 0;
    }
    .item-div-4 .table-ele th{
        font-size: 16px;
        width: 25%;
    }
    .item-div-4 .table-ele td{
        padding: 10px 5px;
        font-size: 14px;
    }
    .item-div-4 .table-ele p{
        font-size: 14px;
        line-height: 28px;
    }
    .mobile-table-ele{
        display: block;
    }
    .pc-table{
        display: none;
    }

    .item-div-5{
        padding: 30px 0 30px;
    }
    .item-div-5>h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-div-5>div{
        flex-wrap: wrap;
    }
    .item-div-5 .line-div{
        width: auto;
        padding-left: 15px;
    }
    .item-div-5 .info-div{
        margin-left: 0;
        margin-top: 20px;
        padding: 20px;
    }
    .item-div-5 .info-div::before{
        left: 25px;
        top: -15px;
        border-right-color:transparent;
        border-bottom-color: #fff;
        border-width: 8px;
    }
    .item-div-5 .line-div{
        
    }
    .item-div-5 .line-div>span{
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin-right: 10px;
    }
    .item-div-5 .line-div>span+span::before{
        content: none;
    }
    .item-div-5 .info-div>p{
        font-size: 14px;
        line-height: 28px;
    }
    .item-div-6{
        padding: 30px 0;
    }
    .item-div-6>h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-div-6>div>p{
        flex-wrap: wrap;
        padding: 0 15px;
        font-size: 14px;
    }
    .item-div-6>div>p>span+span{
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5em;
    }
    .item-div-6 .table-ele td>p{
        word-break: break-all;
    }
    .item-div-6 .table-ele td>p>a{
        word-break: break-all;
    }

    .item-div-6 .table-ele th{
        font-size: 16px;
    }
    .item-div-6 .table-ele td{
        font-size: 14px;
        padding: 10px 5px;
    }
    .item-div-6 .table-ele td:nth-of-type(1){
        width: 20%;
    }
    .item-div-6 .table-ele ul{
        margin-left: -20px;
    }
    .item-div-6 .table-ele ul>li{
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .item-div-6>div+div{
        margin-top: 30px;
    }
    .item-div-6 .table-ele td>p{
        font-size: 14px;
        line-height: 28px;
    }
    .item-div-6 .table-ele td>div{
        flex-wrap: wrap;
    }
    .item-div-6 .table-ele td>div>div>p{
        font-size: 14px;
        line-height: 28px;
    }
    .item-div-6 .table-ele td>div>div+div{
        margin-top: 10px;
    }



    .item-div-7{
        padding: 30px 0 30px;
    }
    .item-div-7>h3{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-div-7 .info-div{
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 20px;
        padding: 20px;
    }
    .item-div-7 .info-div::before{
        left: 25px;
        top: -15px;
        border-right-color:transparent;
        border-bottom-color: #fff;
        border-width: 8px;
    }
    .item-div-7 .info-div>p{
        font-size: 14px;
        line-height: 28px;
    }

    .content-05>div>h4{
        font-size: 18px;
    }
}