@charset "utf-8";
/* CSS Document */
.white-bg{
    background: #fff;
}
.omit2{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.omit1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-width{
    width: 1347px;
}
.brand-box{
    padding: 80px 0 60px;
}
.brand-box h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
}
.brand-show img{
    display: block;
    height: 88px;
    object-fit: cover;
    max-width: 100%;
    margin: auto;
}
.index-course{
    padding: 48px 0 78px;
    background: #dededc;
}
.index-course h1{
    font-size: 58px;
    line-height: 58px;
}
.index-course__box{
    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.index-course__boxcurr{
    display: flex;
}
.index-course__item{
    width: 33.33%;
}
.index-course__itembox{
    margin: 0 8px 24px;
    height: 248px;
    overflow: hidden;
    position: relative;
    border: 1px solid #bfbfbd;
    box-sizing: border-box;
    background: #fff;
}
.index-course__itembox a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-course__itembox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.index-course__type{
    position: absolute;
    right: 10px;
    bottom: 14px;
    line-height: 18px;
    border-radius: 5px;
    color: #f1cf87;
    background: rgb(0 0 0 / 50%);
    padding: 0 6px;
    font-size: 12px;
}
.index-course_tab{
    margin-bottom: 28px;
    margin-top: 46px;
    border-bottom: 1px solid #1f1e1a;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index-course_tab span{
    line-height: 36px;
    padding: 0 25px;
    margin-right: 16px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #1f1e1a;
    border-bottom: 0;
    font-size: 22px;
    cursor: pointer;
}
.index-course_tab .index-course_tabcurr,.index-course_tab span:hover{
    background:#eae800;
}
.index-course__share{
    position: absolute;
    right: 0;
    top:4px;
    width: 77px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #7b7f8b;
    font-size: 14px;
    background: rgb(255 255 255 / 50%);
    border-radius: 77px 0 0 77px;
}
.index-course__share::before{
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url('shareicon.png') no-repeat center;
    background-size: 16px 16px;
}
.learning-growth_con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 16px;
}
.learning-growt_text{
    width: 625px;
}
.learning-growt_text h2{
    font-size: 56px;
    line-height: 56px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d2d2d2;
    color: #1f1a17;
}
.learning-growt_item{
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.learning-growt_item:last-child{
    border-bottom: 0;
}
.learning-growt_item h3{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #4c4a4b;
}
.learning-growt_item p{
    font-size: 18px;
    line-height: 32px;
    color: #565553;
}
.about-us{
    background: url('trainingbg.png') no-repeat center;
    background-size: cover;
}
.about-us_con{
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about-us_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 508px;
}
.about-us_item{
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #334875;
}
.about-us_item:last-child{
    border-bottom: 0;
}
.about-us_item span{
    font-size: 18px;
    line-height: 18px;
    color: #dbe046;
    margin-bottom: 9px;
}
.about-us_item h2{
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 1px;
}
.us-vision{
    height: 348px;
    background: url('visionbg.png') no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.us-vision_con h2{
    font-size: 54px;
    margin-bottom: 32px;
    color: #fff;
}
.us-vision_con p{
    width: 600px;
    font-size: 18px;
    line-height: 30px;
    color: #fff1c8;
}
