body {
    color: #000 !important;
}

:root {
    --color-primary: #3d71ff;
    --color-secondary: #f5f5f5;
    --color-background: #fff;
    --color-bg-second: #f2f2f2;
    --text-color-primary: #fff;
    --text-color: #000;
    --width-main-content: 1200px;
}

.swiperAdv {
    width: 100%;
    /*height: 520px;*/
    position: relative;
    overflow: hidden;
}

.swiperAdv .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperAdv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperAdv .swiper-pagination-bullet-active {
    background: #ff9900;
}


.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: var(--width-main-content);
}

.section-header {
    padding: 48px 0;
}


h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.section-header h2 {
    font-size: 35px;
    font-weight: bold;
}

.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.el-col-8, .el-col-8.is-guttered {
    display: block;
}

.el-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
}

.choose-us__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 20px;
}

.choose-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 40px;
}

.choose-us__num {
    font-size: 50px;
    font-weight: 700;
}

.choose-us__unit {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 700;
    margin-left: 8px;
}

.choose-us_intro {
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 15px;
}

.choose-us__thumbnail > img {
    height: 120px;
}


.page5 .box {
    color: #fff;
    padding: 60px 35px 0;
    width: 386px;
    height: 230px;
    float: left;
    margin: 5px 10px;
    overflow: hidden;
}

.page5 .box:nth-of-type(1) {
    background: url(/cn/images/images2020/page5_1.png) no-repeat center top;
    margin-right: 0;
}

.page5 .box:nth-of-type(2) {
    background: url(/cn/images/images2020/page5_2.png) no-repeat center top;
}

.page5 .box:nth-of-type(3) {
    background: url(/cn/images/images2020/page5_3.png) no-repeat center top;
    margin-left: 0;
}

.page5 .box:nth-of-type(4) {
    background: url(/cn/images/images2020/page5_4.png) no-repeat center top;
    margin-left: 200px;
}

.page5 .box:nth-of-type(5) {
    background: url(/cn/images/images2020/page5_5.png) no-repeat center top;
}

.page5 .box h3 {
    font-size: 24px;
}

.page5 .box ul {
    padding-top: 35px;
}

.page5 .box ul li {
    float: left;
    font-size: 16px;
    width: 50%;
}

.page5 .box:nth-of-type(4) li,
.page5 .box:nth-of-type(5) li {
    width: 100%;
    margin: 5px 10px 5px 0;
}


.wrap-part2 .part2-content {
    width: 1231px;
    height: 540px;
    margin: 0 auto 20px;
    background: url("https://oss.visionacademy.cn/02025/zexiao/part2.png") no-repeat 50%
}

.wrap-part2 .part2-content .part2-leftnav {
    float: left;
    width: 305px;
    height: 480px;
    padding-top: 40px;
    padding-left: 45px
}

.wrap-part2 .part2-content .part2-leftnav ul {
    background-color: #f7f7f7;
    padding: 25px 10px 0;
    overflow: hidden;
    border-radius: 10px
}

.wrap-part2 .part2-content .part2-leftnav ul li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
    cursor: pointer
}

.wrap-part2 .part2-content .part2-leftnav ul li span {
    display: block;
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 18px;
    margin: 0 auto
}

.wrap-part2 .part2-content .part2-leftnav ul li.active span {
    background-color: #28a399;
    color: #fff
}

.wrap-part2 .part2-content .part2-rightcon {
    width: 890px;
    float: right;
    padding-right: 25px;
    padding-top: 35px
}

.wrap-part2 .part2-content .part2-rightcon ul {
    height: 487px;
    padding-right: 10px;
    overflow-y: auto
}

.wrap-part2 .part2-content .part2-rightcon ul li {
    display: none
}

.wrap-part2 .part2-content .part2-rightcon ul li.active {
    display: block
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item {
    margin-bottom: 25px
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item .part2-title {
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 13px;
    position: relative;
    font-weight: 700
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item .part2-title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #28a399;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    border-radius: 25px
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item .part2-title span {
    font-size: 18px;
    margin-right: 50px
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item .part2-subcon {
    background-color: #e4fbf9;
    border-radius: 10px;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%
}

.wrap-part2 .part2-content .part2-rightcon ul .part2-list .part2-item .part2-subcon span {
    margin-right: 30px;
    line-height: 1.6;
    display: block;
    float: left;
    font-size: 18px
}


.news .news-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news .news-column {
    width: 270px
}

.news .news-column .column-content > dd {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    position: relative
}

.news .news-column .column-content > dd:before {
    background-color: #3d3d3d;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4px
}

.news .news-column .column-content .column-img-wrap {
    bottom: 71px;
    padding: 0;
    position: absolute
}

.news .news-column .column-img {
    width: 100%
}

.column-list {
    position: relative
}

.column-list .column-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #d0d0d0;
    justify-content: space-between;
    padding: 12px 0
}

.column-list .column-list__header .title {
    font-size: 16px;
    font-weight: 700;
    padding-left: 13px
}

.column-list .column-list__header:before {
    background: var(--color-primary);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 3px
}

.column-list .column-list__header .more {
    color: #5b5b5b;
    font-size: 14px
}

.news .section-body, .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-left-image1 {
    flex-shrink: 0;
}

.news-left-image {
    margin-right: 32px;
    width: 245px;
}

.el-text.is-truncated {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.Offer_table .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 35px;
}

.Offer_table .ul {
    float: left;
    width: calc(100% + 0.26rem);
    margin: 0 -0.13rem;
    display: flex;
    flex-wrap: wrap;
}

.Offer_table .ul .li {
    float: left;
    width: 11.11%;
    padding: 20px 13px;
}

.Offer_table .ul .li a {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Offer_table .ul .li .ico {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.Offer_table .ul .li .ico img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 6px;
    border: 4px solid #9bb4e9;
    border-radius: 100%;
    box-shadow: 0 0 10px 2px rgba(154, 170, 220, 0.44);
    overflow: hidden;
}

.Offer_table .ul .li .name {
    float: left;
    width: 100%;
    font-size: calc(14px + 0.06rem);
    line-height: calc(20px + 0.1rem);
    color: #333333;
    text-align: center;
    margin-top: 0.28rem;
}

.Offer_table .ul .li:nth-child(9n+2) .ico img {
    border: 4px solid #e8bd6c;
}

.Offer_table .ul .li:nth-child(9n+3) .ico img {
    border: 4px solid #7fabe2;
}

.Offer_table .ul .li:nth-child(9n+4) .ico img {
    border: 4px solid #afdcae;
}

.Offer_table .ul .li:nth-child(9n+5) .ico img {
    border: 4px solid #cfa9e7;
}

.Offer_table .ul .li:nth-child(9n+6) .ico img {
    border: 4px solid #e8bd6c;
}

.Offer_table .ul .li:nth-child(9n+7) .ico img {
    border: 4px solid #7fabe2;
}

.Offer_table .ul .li:nth-child(9n+8) .ico img {
    border: 4px solid #afdcae;
}

.Offer_table .ul .li:nth-child(9n+9) .ico img {
    border: 4px solid #cfa9e7;
}


.partTeacher ul{
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 40px 0 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partTeacher ul li{
    width: 276px;
    height: 346px;
    margin-bottom: 28px;
    overflow: hidden;
}
.partTeacher ul li:nth-child(3n){
    margin: 0 0 28px 0;
}
.partTeacher ul li .single{
    width: 276px;
    height: 346px;
    position: relative;
}
.partTeacher ul li .single:hover .hover_text{
    display: block;
}

.partTeacher ul li .single .pic{
    width: 276px;
    height: 346px;
}
.partTeacher ul li .single .blue{
    width: 276px;
    height: 86px;
    background: rgba(42,88,148,0.69)!important;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partTeacher ul li .single .blue h1{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 0 27px;
}
.partTeacher ul li .single .blue .text{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 27px;
    padding-left: 12px;
    position: relative;
}
.partTeacher ul li .single .blue .text::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50em;
    position: absolute;
    top: 8px;
    left: 0;
}
.partTeacher ul li .single .hover_text{
    width: 276px;
    height: 346px;
    position: absolute;
    left: 0;
    top: 346px;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}
.partTeacher ul li .single .hover_text .hover_bg{
    width: 276px;
    height: 346px;
    background: rgba(52,96,237,0.64);
    display: flex;
    justify-content: center;
    align-items: center;
}
.partTeacher ul li .single .hover_text p{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    word-break: break-all;
    margin: 0 21px;
}
