﻿.container {
    padding: 0 !important;
}

.active_none {
    opacity: 0;
    visibility: hidden;
    height: 0;
}


.active_none1{
    display: none;
}
.team_content1 img{
    width: 100%;
}
.flex{
    display: flex;
}
body {
    overflow-x: hidden;
}
.pagination-detail{
    display: none;
}
    

/* 动画 */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.banner img {
    width: 100%;
}

/* 移动端导航 */
.header-mobile {
    display: none;
}

.header-mobile .mobile-con {
    display: flex;
    align-items: center;
    height: 60px;
    background: #Fff;
    padding: 0 15px;
}

.header-mobile .icon-logo {
    width: 140px;
}

.header-mobile .mobile-cent {
    padding: 6px;
    display: none;
}

.header-mobile .mobile-cent li {
    margin-bottom: 20px;
    position: relative;
}

.header-mobile .mobile-cent a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 2px;
}

.header-mobile .mobile-cent a::after {
    /* content: '';
    width: 12px;
    height: 12px;
    background: #0f3875;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    border-radius: 50%; */
}

.header-mobile .mobile-cent1 {
    padding: 6px;
    display: none;
    margin-top: 20px;
}

.header-mobile .mobile-cent1 li {
    margin-bottom: 20px;
    position: relative;
}

.header-mobile .mobile-cent1 a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.header-mobile .mobile-cent1 a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0f3875;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    border-radius: 50%;
}

.header-mobile .menu {
    display: block;
    float: right;
    cursor: pointer;
    height: 40px;
    width: 28px;
    position: absolute;
    right: 25px;
    top: 6px;
}

.header-mobile .menu span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0f3875;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-mobile .menu span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0f3875;
    border-radius: 5px;
    position: absolute;
    top: -8px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-mobile .menu span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0f3875;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.inindex .box {
    padding-top: 90px !important;
}

.header-mobile .mobile_nav {
    position: fixed;
    right: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    align-items: flex-start;
    padding: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: #F4F4F4;
    ;
    /* border-radius: 0px 0px 0px 100px; */
    /* opacity: 0.9; */
    z-index: 99;
}

.header-mobile .header-list>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    position: relative;
    padding: 12px 0;
    display: inline-block;
}

.header-mobile .header-list>li {
    position: relative;
    border-bottom: 1px solid #D7D7D7;
}

.header-mobile .header-list .icon-bottom {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 20px;
}

.header-mobile .header-list li.active .icon-bottom {
    background: url(../image/icon-top.svg) no-repeat center;
    background-size: contain;
}

.header-mobile .header-list .icon-bottom1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -6px;
    top: -1px;
}

.header-mobile .header-list li.active1 .icon-bottom1 {
    background: url(../image/icon-top.svg) no-repeat center;
    background-size: contain;
}

.header-mobile .header-list>li::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    opacity: 0.17;
    bottom: 0;
    left: 0;
    transition: all 0.24s;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    -ms-transition: all 0.24s;
    -o-transition: all 0.24s;
}


.header.menu_click .menu span {
    background-color: transparent;
}

.header.menu_click .menu span:before {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(45deg);
    top: 0px;
}

.header.menu_click .menu span:after {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(-45deg);
    top: 0px;
}

.header.menu_click .mobile_nav {
    right: 0;
    /* top: 66px; */
}

.header-mobile .mobile-link {
    display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.header-mobile .mobile-link img {
    width: 80%;
}

/* 轮播图 */
.index-center .swiper-button-prev {
    left: 50px !important;
    right: auto !important;
    color: #fff !important;
    z-index: 20 !important;
}

.index-center .swiper-button-next {
    left: auto !important;
    right: 50px !important;
    color: #fff !important;
    z-index: 20 !important;
}

.index-team .swiper-button-prev {
    left: -72px !important;
    right: auto !important;
    color:rgb(15 56 117) !important;
    z-index: 20 !important;
}

.index-team .swiper-button-next {
    left: auto !important;
    right: -50px !important;
    color: rgb(15 56 117) !important;
    z-index: 20 !important;
}



:root {
    --swiper-navigation-size: 29px !important;
}

.index-center .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 38px !important;
    height: 10px !important;
    border-radius: 8px;
}

.index-center .swiper-container-horizontal>.swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 20;
}

.index-center .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px !important;
    left: 0;
    width: 100%;
    z-index: 20;
}

.index-center .swiper-slide .banner-bg img {
    width: 100%;
    height: 100%;
    /* margin-top: 50px; */
    height: 100vh;
    object-fit: cover;
    max-height: 100%;
}

.index-center .swiper .swiper-mengban {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 113px);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.685062) 100%);
    z-index: 10;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
    /* position: relative; */
    overflow: auto;
    overflow-x: hidden;
}

.mySwiper1 .swiper-slide {
    width: 18%;
    text-align: center;
    font-size: 1.13rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    
    max-height: 398px;
}
.index-team .team-item1 img{
    max-height: fit-content;
}
.mySwiper1 .swiper-slide:nth-child(1) {
    width: 38%;
}

/* 首页头部 */


.header1 {
    background: #fff !important;
    border-color: #f1f1f1;
    box-shadow: 0 0 5px;
}

.header1 .headPc-box .box-right .right-list>li>a {
    color: #252931;
}

.header1 .headPc-box .right-search li a {
    color: #898B8F;
}

.header1 .headPc-box .right-denglu li a{
    color: #252931;
}
.header1 .headPc-box .right-search>i {
    background: url(../image/head-search.svg) no-repeat center;
}
.header {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.8s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.685062) 100%); */
}

.headPc-box {
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2vw;

}

.headPc-box .box-left {
    display: flex;
}

.headPc-box .box-left a {
    line-height: 110px;
    height: 110px;
}

.headPc-box .box-left a:first-child {
    margin-right: 1.8vw;
    position: relative;
}

.headPc-box .box-left a:first-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.25;
    position: absolute;
    top: 44%;
    right: -8%;
}

.headPc-box .box-left .black::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #000 !important;
    mix-blend-mode: normal;
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: -8%;
}

.headPc-box .box-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.headPc-box .box-right .right-list {
    display: flex;
    margin-right: 3.1vw;
}


.headPc-box .box-right .right-list>li {
    padding: 0 1.6vw;
    position: relative;
}

.headPc-box .box-right .right-list>li>a {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 110px;
    height: 110px;
    display: inline-block;
    /* transition: all 0.1s ease 0s; */
}

.headPc-box .box-right .right-list>li>a:hover {
    border-bottom: 2px solid #fff;
}

.headPc-box .box-right .right-list>li>a.active {
    border-bottom: 2px solid #fff;
}

.headPc-box .box-right .right-list>li:first-child {
    margin-left: 0;
}

.headPc-box .box-right .right-list .right-list-img {
    padding: 0;
    position: relative;
    transform: translateY(23px);

}

.headPc-box .right-search {
    display: flex;
    position: relative;
    height: 110px;
    margin-right: 39px;
    align-items: center;
}
.headPc-box .head-search{
     margin-right: 39px;
    position: absolute;
    top: 32px;
        left: -170px;
     opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.headPc-box .head-search i {
    background: url(../image/index-icon-seacher.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
}
.headPc-box .head-search .top-search {
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 10px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.headPc-box .right-search>i {
    background: url(../image/index-icon-seacher.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    transform: translateY(2px);
}


.headPc-box .right-search:hover .head-search {
    opacity: 1;
    visibility: inherit;
    left: -72px;
}
.headPc-box .right-denglu>ul{
    display: flex;
}
.headPc-box .right-denglu li:last-child {
    margin-left: 0.4vw;
}

/*.headPc-box .right-denglu li:first-child {*/
/*    margin-right: 2vw;*/
/*}*/

.headPc-box .head-search input {
    font-family: SourceHanSansCN-Regular , 微软雅黑, SourceHanSansCN;
    flex: 1;
    outline: none;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    line-height: 40px;
    width: 192px;
    
}
.headPc-box .head-search .top-search button i {
    background: url(../image/head-search.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 18px;
}
.headPc-box .right-search li a {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 110px;
    height: 110px;
    display: inline-block;
    transition: all 0.1s ease 0s;
}
.headPc-box .right-denglu li a {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 110px;
    height: 110px;
    display: inline-block;
    transition: all 0.1s ease 0s;
}


.headPc-box .drop-down {
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(228, 228, 228, 0.5);
}

.headPc-box .drop-down .list {
    display: flex;
    max-height: 320px;
}

.headPc-box .drop-down .list>li {
    display: block;
    border-right: 1px solid #EEEEEE;
    padding-top: 29px;
    flex: 0 0 33%;
}
.headPc-box .box-right .right-list li:nth-child(2) .drop-down{
    min-width: 550px;
}
.headPc-box .box-right .right-list li:nth-child(3) .drop-down{
    min-width: 560px;
}
.headPc-box .box-right .right-list li:nth-child(4) .drop-down{
    min-width: 347px;
    min-height: 230px;
}
.headPc-box .box-right .right-list li:nth-child(5) .drop-down{
     min-width: 256px;
    min-height: 78px;
}
.headPc-box .box-right .right-list li:nth-child(6) .drop-down{
   min-width: 562px;
}
.headPc-box .box-right .right-list li:nth-child(7) .drop-down{
    min-width: 331px;
    min-height: 268px;
}

.headPc-box .drop-down .list>li:nth-child(3) {
    flex: 2;
}
.headPc-box .box-right .right-list li:nth-child(7) .list>li,
.headPc-box .box-right .right-list li:nth-child(4) .list>li,
.headPc-box .box-right .right-list li:nth-child(5) .list>li{
    flex: 0 0 50%;
}

.headPc-box .box-right .right-list li:nth-child(6) .list>li{
    flex: 1;
}
.headPc-box .drop-down .list>li>a {
    display: block;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    margin-bottom: 21px;
    /*padding-left: 30px;*/
    padding-right: 60px
    width: max-content;
    text-align: center;
}



.headPc-box .nexine_list {
  display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-left: 30px; */
    flex-wrap: wrap;
    height: 90%;
}


.headPc-box .nexine_list>li {
    /* flex-basis:300px */
}


.headPc-box .nexine_list>li>a {
    display: block;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #252931;
    margin-bottom: 20px;
}

.headPc-box .nexine_list>li>a:hover {
    color: #c5c5c5;
}

.headPc-box .drop-down1 {
    width: 347px;
}

.headPc-box .drop-down1 .list>li {
    flex: 1 !important;
}

.headPc-box .drop-down1 .list>li>a {
    display: block;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    margin-bottom: 21px;
    width: max-content;
    margin: auto;
    margin-bottom: 19px;
    padding: 0;
}

.headPc-box .drop-down1 .list>li {
    padding-bottom: 35px;
}

.headPc-box .drop-down1 .nexine_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 90%;
    width: max-content;
    margin: auto;
    padding-left: 0;
}

/* 公共头部 */
.header_column {
    background: #FFFFFF;
}

.header_column .box-right .right-list>li>a {
    color: #252931;
}

.header_column .right-search li a {
    color: #252931;
}

.header_column .box-left a:first-child::after {
    background: #000000;
    mix-blend-mode: normal;
    opacity: 0.25;
}

.header_column .box-right .right-list>li>a:hover {
    border-bottom: 2px solid #0f3875;
    color: #0f3875;
}

.header_column .box-right .right-list>li>a.active {
    border-bottom: 2px solid #0f3875;
    color: #0f3875;
}
.header_column .right-search i {
    background: url(../image/index-icon-seacher2.svg) no-repeat;
}
.header_column .right-denglu li a {
     color: #252931;
}
/* 轮播图文字 */
.index-center .banner-box .banner-text {
    z-index: 30;
    position: absolute;
    top: 41%;
    left: 20%;
}

.index-center .banner-box .banner-text h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 2.63rem;
    line-height: 59px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 631px;
    transition: all 0.5s ease-in-out;
}

.index-center .banner-box .banner-text h3 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.9;
    margin-top: 17px;
    margin-bottom: 27px;
    transition: all 0.5s ease-in-out;
}

.index-center .banner-box .banner-text button {
    border: 1px solid #FFFFFF;
    border-radius: 1.5rem;
    padding: 0.9rem 0;
    min-width: 148px;
    text-align: center;
    display: inline-block;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    box-sizing: border-box;
    background-color: #fff0;
    transition: all 0.5s ease-in-out;
}
.index-center .banner-box .banner-text button:hover{
    background: #fff;
    color: #000000;
}
/* 国际教育的践行者 */
.index-itn {
    background: #F5F8FA;
    padding-top: 55px;
    padding-bottom: 83px;
}

/* 
.index-itn .itn_content,
.elite_content,
.news_content {
    transition: all 0.3s linear;
} */

.index-itn .itn-title h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}

.index-itn .itn-title h2::before {
    content: '';
    position: absolute;
    left: -13.67%;
    top: 17.14%;
    background: url(../image/index-icon-itn.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 36px;
}

.index-itn .itn-title h4 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #666666;
}

.index-itn .itn-content {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 55px;
    padding-bottom: 61px;
}

.index-itn .itn-content .cont-nav {
    margin-bottom: 21px;
    display: flex;
    background-color: #F5F8FA;
}

.index-itn .cont-nav .nav-left {
    padding-top: 32px;
    padding-left: 32px;
    position: relative;
    width: 50%;
    padding-bottom: 1.5rem;
    /* clip-path: polygon(0 0, 86% -18%, 96% 111%, 0% 100%); */
    background: url(../image/zuo1.svg) repeat;
    background-size: cover;
    /* background: #fff; */
    border-top-right-radius: 1rem;
    cursor: pointer;
}

.index-itn .cont-nav .nav-left .title1 {
    display: flex;
    align-items: center;
}
.index-itn .cont-nav .nav-right .title1 {
    display: flex;
    align-items: center;
}

.index-itn .cont-nav .nav-left .title1 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 34px;
    color: #252931;
    margin-right: 19px;
    margin-bottom: 9px;
}

/* 
.index-itn .cont-nav .nav-left::before {
    content: '';
    width: 4px;
    height: 26px;
    background: #0f3875;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    top: 30%;
    left: 0;
} */
.index-itn .cont-nav .nav-left .juxing {
    position: absolute;
    top: 30%;
    left: 0;
}

.index-itn .cont-nav .nav-left .title1 a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
}

.index-itn .cont-nav .nav-left .title1 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    top: 29%;
    right: -36%;
}
.index-itn .cont-nav .nav-right .title1 a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
}

.index-itn .cont-nav .nav-right .title1 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    top: 29%;
    right: -36%;
}
.index-itn .cont-nav .nav-left .title2 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #898B8F;

}
.index-itn .cont-nav .nav-rihgt .title1 a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
}
.index-itn .cont-nav .right1 {
    background: #fff !important;
    border-top-left-radius: 26px;
}

.index-itn .cont-nav .left1 {
    background: url(../image/zuo2.svg) no-repeat;
    background-position: bottom;
}

.index-itn .cont-nav .nav-right {
    padding-top: 32px;
    padding-left: 75px;
    padding-bottom: 1.5rem;
    flex: 1;
    background: url(../image/you1.svg) no-repeat;
    background-size: cover;
    /* clip-path: polygon(0 0, 105% 0%, 100% 111%, 8% 100%); */
    cursor: pointer;
}

.index-itn .cont-nav .nav-right .title1 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 34px;
    color: #252931;
    margin-right: 19px;
    margin-bottom: 9px;
}

.index-itn .cont-nav .nav-right .title1 span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
}

.index-itn .cont-nav .nav-right .title2 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #898B8F;
}
.index-itn .cont-nav .nav-right .title1 a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    top: 29%;
    right: -36%;
}
.index-itn .itn-content .cont-img,
.cont-case,
.cont-apply {
    padding: 0 32px;
}

.index-itn .itn-content .cont-img .tit,
.cont-case .tit {
    margin-bottom: 0.9rem;
}

.index-itn .itn-content .cont-img .tit h2,
.cont-case .tit h2,
.cont-apply .tit h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1.56rem;
    color: #333333;
    position: relative;
    padding-left: 1.8rem;
}

.index-itn .itn-content .cont-img .tit h2::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../image/index-itn-school.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.index-itn .active_none .cont-img .tit h2::before {
    width: 31px;
    background: url(../image/index-itn-school1.svg) no-repeat;
}

.index-itn .itn-content .cont-img .img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-itn .itn-content .cont-img .img>a {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    max-height: 120px;
    height: 100%;
}

.index-itn .itn-content .cont-img .img>a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1.56rem;
    color: #FFFFFF;

}



.index-itn .itn-content .cont-img .img>a img {
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.index-itn .itn-content .cont-img .img>a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.index-itn .itn-content .cont-case .tit h2::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../image/index-itn-case.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6%;
    left: 0;
}

.index-itn .itn-content .cont-case {
    margin-top: 39px;
    margin-bottom: 43px;
}

.index-itn .itn-content .cont-case .text {
    display: flex;
    justify-content: flex-start;
}


.index-itn .itn-content .cont-case .text span {
    display: inline-block;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 10px 1rem;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #252931;
}

.index-itn .itn-content .cont-case .text .active {
    background: #F3FDFF;
    border: 1px solid #0f3875;
    color: #0f3875;
    position: relative;
}

.index-itn .itn-content .cont-case .text .active::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/index-itn-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -12%;
    top: -35%;
}

.index-itn .itn-content .cont-case .text span:hover {
    background: #F3FDFF;
    border: 1px solid #0f3875;
    color: #0f3875;
}

.index-itn .itn-content .cont-case .text span:not(:last-child) {
    margin-right: 20px;
}

.index-itn .itn-content .cont-apply .tit h2::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../image/index-itn-apply.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6%;
    left: 0;
}

.index-itn .itn-content .cont-apply .tit {
    margin-bottom: 32px;
}

.index-itn .itn-content .cont-apply .text {
    display: flex;
    padding-left: 20px;
}

.index-itn .itn-content .cont-apply .text>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.index-itn .itn-content .cont-apply .text>a:not(:last-child) {
    margin-right: 71px;
}

.index-itn .itn-content .cont-apply .text>a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 54px;
    background: #E9E9E9;
    position: absolute;
    top: 14%;
    right: -49%;
}

.index-itn .itn-content .cont-apply .text>a:hover img {
    transform: rotateY(360deg);
}

.index-itn .itn-content .cont-apply .text>a>img {
    margin-bottom: 13px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.index-itn .itn-content .cont-apply .text>a>h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #252931;

}

/* 名校 */
.index-elite {
    padding-top: 55px;
    padding-bottom: 70px;
    background: url(../image/index-elite-banner.jpg) no-repeat;
    background-size: cover;
}

.index-elite .elite-title {
    margin-bottom: 1.56rem;
}

.index-elite .elite-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}

.index-elite .elite-title h2::before {
    content: '';
    position: absolute;
    left: -8.67%;
    top: 20.14%;
    background: url(../image/index-icon-elite.svg) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.index-elite .elite-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #898B8F;
}

.index-elite .elite-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    width: fit-content;
    margin: auto;
    overflow: hidden;
}


.index-elite .elite-nav>div {
    padding: 13px 33px;

    border-radius: 0px 24px 27px 0px;
    border: 1px solid #0f3875;
}

.index-elite .elite-nav>div:nth-child(1) {
    /* background: #0f3875; */
    border-radius: 24px 0px 0px 27px;
}

.index-elite .elite-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: center;
    color: #252931;
}

.index-elite .elite-nav .active {
    background: #0f3875;
    /* border-radius: 21px 0 0 1.55rem; */
    border: none;
}

.index-elite .elite-nav .active>a {
    color: #fff;
}

.index-elite .elite-text-box {
    margin-top: 2.7vw;
}

.index-elite .elite_bonus {
    display: flex;
    justify-content: space-between;
}

.index-elite .elite_bonus .bonus-item {
    display: flex;
    min-width: 20%;
}

.index-elite .bonus-item .bonus_icon {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(12, 66, 76, 0.10622);
    border-radius: 1.13rem;
    margin-right: 0.9rem;
}

.index-elite .bonus-item .bonus_text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #252931;
}

.index-elite .bonus-item .bonus_text h3>span {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 50px;
    color: #252931;
    width: fit-content;
}

.index-elite .bonus-item .bonus_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #898B8F;
}

.index-elite .elite_school {
    margin-top: 2.7vw;
}

.index-elite .elite_school .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 34px;
    color: #252931;
}

.index-elite .elite_school .content {
    display: flex;
    margin-top: 23px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-elite .elite_school .content .item {
    display: inline-block;
    min-width: 19%;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.0619161);
    border-radius: 6px;
    padding: 20px;
    padding-right: 12px;
    margin-bottom: 20px;
}

.index-elite .elite_school .content .item:hover {
    box-shadow: 0px 0px 10px #bbb;
}

.index-elite .elite_school .content .item:hover .item_top .right h3 {
    color: #0f3875;
}

.index-elite .elite_school .content .item .item_top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.index-elite .elite_school .content .item .item_top .left {
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    margin-right: 7px;
    padding: 6px;
}
.index-elite .elite_school .content .item .item_top .left img{
    width: 54px;
    height: 54px;
}
.index-elite .elite_school .content .item .item_top .right h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #252931;
}

.index-elite .elite_school .content .item .item_top .right h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #252931;
}

.index-elite .elite_school .content .item .item_top .right h4>span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 33px;
    color: #252931;
}

.index-elite .elite_school .content .item .item_bottom p {
     width: 100%;
     display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #898B8F;
}

/*.index-elite .elite_school .content .item .item_bottom span:not(:last-child)::before {*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 12px;*/
/*    background: #E6E6E6;*/
/*    position: absolute;*/
/*    top: 16%;*/
/*    right: -19%;*/
/*}*/
.index-elite .title{
    display: flex;
    justify-content: space-between;
    padding-right: 22px;
}
.index-elite .view_more {
    padding-top: 10px;
    cursor: pointer;
}

.index-elite .view_more h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
    transition: all .3s ease;
}

.index-elite .view_more h4:hover {
    transform: translateX(5px);
}

.index-elite .view_more h4::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -32px;
    background: url(../image/right.svg) no-repeat;
    background-size: contain;
}

/* 视频 */
.index-video {
    background: url(../image/index-video-banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 50px;
}

.index-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px;
}

.index-video .item p {
    display: none;
}

.index-video .video-title {
    margin-bottom: 64px;
}

.index-video .video-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}

.index-video .video-title h2::before {
    content: '';
    position: absolute;
    left: -8.67%;
    top: 20.14%;
    background: url(../image/index-video-icon.svg) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.index-video .video-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.6;
}

.index-video .video-content .right {
    padding-left: 29px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.212237);
    border-radius: 6px;
    padding-bottom: 41px;
    position: relative;
    backdrop-filter: blur(12px);
}

/* .index-video .video-content  .mengban {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
   
} */

.index-video .video-content .right .item {
    display: flex;
    position: relative;
    padding-top: 29px;
    cursor: pointer;
}

.index-video .video-content .right .item .img {
    margin-right: 13px;
}

.index-video .video-content .right .item .text {
    margin-right: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.113672);
    padding-bottom: 29px;
    flex: 1;
}

.index-video .video-content .right .item .text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.index-video .video-content .right .item .text .active {
    color: #D8F793;
}

.index-video .video-content .right .item .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.index-video .video-btn {
    width: fit-content;
    margin: auto;
    margin-top: 24px;
}

.index-video .video-btn>a {
    min-width: 190px;
    padding: 12px 0;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 1.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

.index-video .video-btn>a:hover {
    background: #fff;
    color: #0f3875;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

/* 团队 */
.index-team {
    background: url(../image/index-team-banner.png) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 50px;
}

.index-team .team-title {
    margin-bottom: 30px;
}

.index-team .team_content {
    position: relative;
    transition: all 0.3s linear;
	
}
.team_contentaa{max-height: 495px;
    overflow: hidden;}
.index-team .team_content .modle_content {
    display: none;
}

.index-team .team_content .tean_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-team .team_content .modle_content .item {
    flex: 0 0 48%;
    background: #0f3875;
    border-radius: 6px;
    padding: 16px 14px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
}

.index-team .team_content .modle_content .item h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.index-team .team_content .modle_content .item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-team .team_content .modle_content .item .img {
    width: 100%;
    text-align: center;
}

.index-team .team_content .modle_content .item img {
    max-width: 113.58px;
    max-height: 234.82px;
}

.index-team .team-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}

.index-team .team-title h2::before {
    content: '';
    position: absolute;
    left: -11.67%;
    top: 20.14%;
    background: url(../image/index-team-icon.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.index-team .team-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #898B8F;
}

.index-team .team-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #0f3875;
    border-radius: 28px;
    width: fit-content;
    margin: auto;
    margin-bottom: 33px;
    overflow: hidden;
}

.regular_team1 .team-nav {
    border: 1px solid #17365D;
}

.index-team .team-nav>div {
    padding: 12px 33px;
}

.index-team .team-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.index-team .team-nav .active {
    background: #0f3875;
}

.regular_team1 .team-nav .active {
    background: #17365D;
}

.index-team .team-nav .active>a {
    color: #fff;
}

.index-team .team-item {
    background-color: #0f3875;
    min-height: 350px;
    box-sizing: border-box;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 493px;
}

.index-team .team-item .title {
    padding-left: 1.56rem;
}

.index-team .team-item .title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.55rem;
    line-height: 31px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 1rem;
}

.index-team .team-item .title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 21px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    text-align: left;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-team .team-item .title p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 21px;
    color: #FFFFFF;
    max-width: 244px;
    margin-top: 35px;
    text-align: justify;
    display: none;
    white-space: pre-wrap;
}

.index-team .team-item .img {
    /* max-width: 156px;
    max-height: 260px; */
    margin: 0 auto;
    /*height: 100%;*/
	   max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.index-team .team-item .content {
    display: flex;
    flex: .8;
    align-items: flex-end;
}


/* 悬停类名 */
.index-team .swiper-wrapper .unfold {
    width: 38%;
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition:all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
  

.index-team .swiper-wrapper .pack {
    width: 18%!important;
}

.index-team .team-item1 {
    flex-direction: row;
}

.index-team .team-item1 .title p {
    display: block;
}

.index-team .team-item1 .content {
    flex: 1;
}

.index-team .team-item1 .img {
    /*width: 90%;*/
    /*height: 90%;*/
	    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.index-team .more {
    width: fit-content;
    margin: auto;
    margin-top: 72px;
}

.index-team .more a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #0f3875;
    border-radius: 1.55rem;
    border: 1px solid #0f3875;
    transition: all 0.5s ease;
}

.index-team .more a:hover {
    background: #0f3875;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

.regular_team1 .more a:hover {
    background: #17365D;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

.regular_team1 .more a {
    border: 1px solid #17365D;
    color: #17365D;
}

/* 新闻 */
.index-news {
    padding-top: 55px;
    padding-bottom: 177px;
    background-color: #0f3875;
    background-image: url(../image/index-news-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 163%;
}

.index-news .news-title {
    margin-bottom: 43px;
}

.index-news .news-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.index-news .news-title h2::before {
    content: '';
    position: absolute;
    left: -8.67%;
    top: 20.14%;
    background: url(../image/index-news-icon1.svg) no-repeat;
    background-size: contain;
    width: 34px;
    height: 36px;
}

.index-news .news-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.337846);
    border-radius: 21px 1.5rem;
    width: fit-content;
    margin: auto;
    margin-bottom: 54px;
    overflow: hidden;
    /* flex-wrap: wrap; */
}

.index-news .news-content {
    margin-bottom: 41px;
}

.index-news .news-nav>div {
    padding: 13px 33px;
    background: #0f3875;
    min-width: 163px;
    text-align: center;
}

.index-news .news-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #FFFFFF;
}

.index-news .news-nav .active {
    background: #fff;
}

.index-news .news-nav .active>a {
    color: #0f3875;
}

.index-news .news-nav>div:last-child {
    border-radius: 0 1.5rem 1.55rem 0;
}

.index-news .news-content .news-text-box .left .img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.index-news .news-content .news-text-box .left .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.index-news .news-content .news-text-box .left .img img {
    width: 100%;
    border-radius: 10px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    max-height: 370px;
}

.index-news .news-content .news-text-box .left .title {
    background: #FFFFFF;
    box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.0673299);
    border-radius: 0 0 6px 6px;
    padding-top: 35px;
    padding-left: 28px;
    padding-bottom: 23px;
    padding-right: 1rem;
}

.index-news .news-content .news-text-box .left .title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1.56rem;
    color: #333333;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-news .news-content .news-text-box .left .title h3:hover {
    color: #0f3875;
}

.index-news .news-content .news-text-box .left .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 49.59px;
}

.index-news .news-text-box .right .list {
    display: flex;
    padding: 0 21px;
    flex-direction: column;
    border-radius: 10px !important;
}

.index-news .news-text-box .right .list li {
    display: flex;
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding: 0 21px;
}

.index-news .news-text-box .right .list li:hover {
    background-color: #F5F8FA;
}

.index-news .news-text-box .right .list .active {
    background-color: #F5F8FA;
}

.index-news .news-text-box .right .list li:hover a i {
    color: #0f3875;
}

.index-news .news-text-box .right .list li a .font_active {
    color: #0f3875;
}

.index-news .news-text-box .right .list li>a {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 86px;
    justify-content: space-between;
}

.index-news .news-text-box .right .list li:not(:last-child)>a {
    border-bottom: 1px solid #E7E7E7;
}

.index-news .news-text-box .right .list li:first-child {
    border-radius: 6px 6px 0 0;
}

.index-news .news-text-box .right .list li:last-child {
    border-radius: 0 0 6px 6px;
}

.index-news .news-text-box .right .list li>a>i {
    font-style: normal;
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.56rem;
    color: #252931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .news-text-box .right .list li>a>span {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 17px;
    color: #7F7F7F;
    margin-left: 37px;
}

.index-news .news-btn {
    width: fit-content;
    margin: auto;
}

.index-news .news-btn>a {
    min-width: 190px;
    padding: 12px 0;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 1.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

.index-news .news-btn>a:hover {
    background: #fff;
    color: #0f3875;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

/* 名校解读 */
.graduate_box {
    padding-top: 140px;
    padding-bottom: 50px;
    background: #F5F8FA;
}



.graduate_box .graduate .row>.left {
    background-color: #fff;
    padding: 30px;
}



.graduate_box .graduate .left .seacher {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.graduate_box .graduate .left .seacher input {
    width: 100%;
    padding: 15px 20px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;
    border: 1px solid #D8D8D8;
}

.graduate_box .graduate .left .seacher .seacher_img {
    position: absolute;
    right: 30px;
    top: 15px;
}

.graduate_box .filtrate {
    margin-bottom: 20px;
}

.graduate_box .filtrate_modle {
    display: none;
    padding: 10px 13px;
    background: #F5F5F5;
    margin-bottom: 16px;
    margin-top: 62px;
}

.graduate_box .filtrate_modle h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #252931;
    position: relative;
}

.graduate_box .filtrate_modle h2::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: -8%;
    background: url(../image/Frame.svg) no-repeat;
    background-size: contain;
}

.graduate_box .mobile_nav1 {
    position: fixed;
    right: -100%;
    width: 100%;
    /* height: calc(100vh - 60px); */
    height: 100vh;
    align-items: flex-start;
    /* padding: 30px; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: #F5F5F5;
    /* border-radius: 0px 0px 0px 100px; */
    /* opacity: 0.9; */
    z-index: 99;
    top: 0;
    overflow: scroll;
    padding-bottom: 50px;
}
.graduate_box .mobile_nav1 .mobile_filtrate{
        padding-top: 63px;
}
.menu_click1 .mobile_nav1 {
    right: -81px;
    /* top: 66px; */
}
.menu_click1 .menban1{
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
transition: all .3s linear;
}
.graduate_box .mobile_nav1 .btnActive{
        width: 79%;
}
.menu_click1 .menban {
    background: rgba(0, 0, 0, 0.7);
    width: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.graduate_box .mobile_filtrate .list_box .tilte {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    padding: 13px 16px;
    border-bottom: 1px solid #E7E7E7;
    background: #fff;
}

.graduate_box .mobile_filtrate .list_box .list {
    width: 81%;
    display: flex;
    padding: 16px;
    margin-bottom: 8px;
    background: #fff;
    flex-wrap: wrap;
    padding-bottom: 6px;
}

.graduate_box .mobile_filtrate .list_box .list>li {
    background: #F5F5F5;
    padding: 7px 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
}
.graduate_box .mobile_filtrate .list_box .list1>li{
    flex:  0 0 100%;
        text-align: center;
        padding-bottom: 0;
}
.graduate_box .mobile_filtrate .list_box .list1>li img{
    margin: 0 auto;
    margin-bottom: 5px;
}
.graduate_box .mobile_filtrate .list_box .list .active{
    background: #0f3875;
}
.graduate_box .mobile_filtrate .list_box .list1>.active{
    background: #F5F5F5;
}
.graduate_box .mobile_filtrate .list_box .list1 .zy_list1{
    display: none;
}
.graduate_box .mobile_filtrate .list_box .list1 .zy_list1>li{
        padding: 3px 0;
    margin-bottom: 5px;
}
.graduate_box .mobile_filtrate .list_box .list .active a{
    color: #fff;
}
.graduate_box .mobile_filtrate .list_box .list1 .active a{
    /*color: #333*/
}
.graduate_box .mobile_filtrate .list_box .list1 .active .zy_list1 .active a{
     color: #fff;
}
.graduate_box .btn_list {
    width: 0;
      position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
        transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.graduate_box .btn_list>button {
    display: inline-block;
    flex: 0 0 50%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    padding: 12px 0;
    border: none;
}

.graduate_box .btn_list .left {
    background: #FFFFFF;
    color: #252931;
}

.graduate_box .btn_list .right {
    background: #0f3875;
    color: #FFFFFF;
}




.graduate_box .filtrate .list_box {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    align-items: center;
}

.graduate_box .filtrate .list_box .tilte {
    background: #F5F5F5;
    display: flex;
    min-width: 163px;
    min-height: 60px;
    padding-left: 20px;
    align-items: center;
    justify-content: flex-start;
}
.case_box .filtrate .list_box .tilte{
min-width: 120px;
    
}
.graduate_box .filtrate .list_box .tilte h2 {
    min-width: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    display: inline-block;
}

.graduate_box .filtrate .list_box .list {
    display: flex;
    padding-left: 20px;
    flex: 1;
}

.graduate_box .filtrate .list_box .list>li {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
    margin-right: 31px;
    border-radius: 4px;
}
.graduate_box .filtrate .list_box .list>li>a{
    display: inline-block;
    padding:  8px 10px;
}
.graduate_box .filtrate .list_box .list1>li {
    border-radius: 0;
}
.graduate_box .filtrate .list_box .list .active {
    background: #0f3875;
   
}
.graduate_box .filtrate .list_box .list .active a{
     color: #FFFFFF;
}
.graduate_box .num h3 {
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 20px;
    color: #898B8F;
    margin-bottom: 15px;
}

.graduate_box .school_list .item {
    display: flex;
    padding: 24px 27px;
    padding-right: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
        padding-top: 10px;
}

.graduate_box .school_list .item:hover{
    background: linear-gradient(270deg, rgba(13, 85, 97, 0.11) 0.41%, rgba(255, 255, 255, 0) 72.42%);
}

.graduate_box .school_list .item:hover .right1 span{
    background: #0f3875;
    color: #fff;
}

.graduate_box .school_list .item .left1 {
    display: flex;
    align-items: center;
    flex: 1;
}
.graduate_box .school_list .item .right1{
        flex: 0 0 13%;
}
.graduate_box .school_list .item .number {
    margin-right: 40px;
    width: 55px;
}

.graduate_box .school_list .item .right1 span {
    background: #fff;
    border-radius: 16px;
    padding: 6px 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
    transition: all .3s ease;
    color: #0f3875;
    border: 1px solid #0f3875;
}

.graduate_box .school_list .item .right1 span:hover {
    transform: translateX(10px);
}

.graduate_box .school_list .item .number span {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    text-align: center;
    color: #D50D0D;
}

.graduate_box .school_list .item .img {
    margin-right: 12px;
}
.graduate_box .school_list .item .img img{  
    width: 82px;
    height: 82px;
}
.graduate_box .school_list .item .left1 .text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.graduate_box .school_list .item .left1 .name {
    display: flex;
    /*margin-bottom: 4px;*/
    align-items: center;
        min-height: 64px;
}

.graduate_box .school_list .item .left1 .name h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    color: #252931;
        /*flex: 0 0 35%;*/
            white-space: nowrap;
}

.graduate_box .school_list .item .left1 .name_list {
    display: flex;
    flex-wrap: wrap;
}

.graduate_box .school_list .item .left1 .name_list li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #0f3875;
    padding: 1px 8px;
    border: 1px solid #0f3875;
    border-radius: 4px;
    margin-left: 14px;
    margin-bottom: 5px;
}

.graduate_box .school_list .item .left1 .title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 16px;
    color: #898B8F;
    margin-bottom: 13px;
}

.graduate_box .school_list .item .left1 .tag_list {
    display: flex;
}

.graduate_box .school_list .item .left1 .tag_list li {
    padding: 0 14px;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 22px;
    color: #252931;
    position: relative;
}

.graduate_box .school_list .item .left1 .tag_list li:first-child {
    padding-left: 0;
}

.graduate_box .school_list .item .left1 .tag_list li:not(:first-child)::after {
    content: '';
    width: 1px;
    height: 10px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 31%;
}

.graduate_box .graduate .row .right {
    height: max-content;
}

.graduate_box .graduate .row .right .elite_school {
    padding: 0 30px;
    padding-top: 26px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 21px;
}
.graduate_box .graduate .row .right .scroll{
        width: 100%;
    height: 230px;
    overflow: hidden;
}
.graduate_box .graduate .row .right .elite_school .item {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.graduate_box .graduate .row .right .elite_school .item:not(:last-child) {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.graduate_box .graduate .row .right .elite_school>h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    margin-bottom: 20px;
}

.graduate_box .graduate .row .right .elite_school .item .img {
    margin-right: 12px;
    flex: 0 0 23%;

}
.graduate_box .graduate .row .right .elite_school .item .img img{
    width: 100%;
    height: 100%;
    max-width: 60px;
}
.graduate_box .graduate .row .right .elite_school .item .name h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.graduate_box .graduate .row .right .elite_school .item .name h3 {
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 20px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.graduate_box .graduate .row .right .ranking {
    padding: 26px 30px;
    background-color: #fff;
}

.graduate_box .graduate .row .right .ranking>h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    margin-bottom: 6px;
}

.graduate_box .graduate .row .right .ranking_list .item {
    padding: 15px 18px;
    position: relative;
}

.graduate_box .graduate .row .right .ranking_list .item::after {
    content: '';
    width: 6px;
    height: 6.72px;
    position: absolute;
    left: 3px;
    top: 47%;
    background: #18A999;
    border-radius: 50%;
}

.graduate_box .graduate .row .right .ranking_list .item a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.graduate_box .graduate .row .right .ranking_list .item a:hover {
    color: #0f3875;
}

.graduate_box .graduate .row .right .ranking_list .item:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

 .case_box .scroll {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-primary {
    background-color: #0099CC;
}

.padding-5 {
    padding: 5px;
}

.margin-t-20 {
    margin-top: 20px;
}

/* 名校解读 */
.regular-banner {
    padding-top: 110px;
    position: relative;
    z-index: 1;
}
.regular-banner>img{
    width: 100%;
    max-height: 280px;
}
.regular-banner>.mengban {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2.43656px);
    z-index: 10;
    height: 100%;
}

.regular-banner .school_name {
    position: absolute;
    top: 50%;
    left: 14%;
    display: flex;
    align-items: center;
    z-index: 99;
}

.regular-banner .school_name .text {
    margin-left: 14px;
}

.regular-banner .school_name .img {
    width: 115px;
    height: 115px;
}

.regular-banner .school_name .img img {
    width: 100%;
}

.regular-banner .school_name .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 45px;
    color: #FFFFFF;
}

.regular-banner .school_name .text h3 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 20px;
}

.regular-banner .school_name .text ul {
    display: flex;
}

.regular-banner .school_name .text li {
    background: rgba(0, 0, 0, 0.221698);
    border: 1px solid rgba(255, 255, 255, 0.782672);
    border-radius: 4px;
    padding: 3px 11px;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 16px;
}

.regular-box {
    padding-top: 30px;
    padding-bottom: 70px;
    background: #F5F8FA;
    overflow: hidden;
}

.regular-box .left .cont_nav {
    background: #fff;
    padding: 23px 38px;
    z-index: 99;
    position: sticky;
    top: 0;
}

.regular-box .left .fixed {
    position: fixed;
    top: 110px;
    width: 17%;
}

.regular-box .left .cont_nav .cont_nav-list>li {
    margin-bottom: 27px;
    position: relative;
    width: auto;
}

.regular-box .left .cont_nav .cont_nav-list>li>a {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
    position: relative;

    padding-left: 30px;
}

.regular-box .left .cont_nav .cont_nav-list>li>a::after {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #DBE5F4 0%, rgba(245, 247, 250, 0.79) 100%);
    transform: rotate(-90deg);
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 50%;
}

.regular-box .left .cont_nav .cont_nav-list>.active>a {
    color: #0f3875;
}

.regular-box .left .cont_nav .cont_nav-list>li:hover>a {
    color: #0f3875;
}

.regular-box .left .cont_nav .cont_nav-list>li:hover>a::after {
    background: linear-gradient(180deg, #18A999 0%, rgba(24, 169, 153, 0) 100%);
    transform: rotate(-90deg);
}

.regular-box .left .cont_nav .cont_nav-list>.active>a::after {
    background: linear-gradient(180deg, #18A999 0%, rgba(24, 169, 153, 0) 100%);
    transform: rotate(-90deg);
}

.regular-box .left .two_list {
    margin-top: 3px;
    display: none;
    /* transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

.regular-box .left .two_list>li {
    padding-top: 20px;
    padding-left: 30px;
}

.regular-box .left .two_list>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

.regular-box .left .two_list>li>.active {
    color: #0f3875;
}

.regular-box .left .two_list>li:hover>a {
    color: #0f3875;
}

.regular-box .left .show {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.regular-box .left .ranking_nav {
    padding: 30px;
    background: #fff;
    margin-top: 20px;
}

.regular-box .left .ranking_nav>h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    margin-bottom: 6px;
}

.regular-box .left .ranking_cont .item {
    display: flex;
    margin-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.regular-box .left .ranking_cont .item .img {
    margin-right: 12px;
}

.regular-box .left .ranking_cont .item .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.regular-box .left .ranking_cont .item .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 4px;
}

.regular-box .left .ranking_cont .item .text .num {
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
}

.regular-box .ranking_cont .item .text .qs span {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: #149FB7;
    color: #FFFFFF;
    padding: 0 5px;
}

.regular-box .ranking_cont .item .text .us span {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: #1469B7;
    color: #FFFFFF;
    padding: 0 5px;
}

.regular-box .ranking_cont .item .text i {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #252931;
    margin-left: 6px;
}

/* 右侧 */
.regular-box .right {}
.regular-box .right .item span{
        font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #898B8F!important;
}
.regular-box .elite_school {
    background-color: #fff;
    padding: 32px 30px;
    margin-bottom: 20px;
}

.regular-box .subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 31px;
    color: #252931;
    margin-bottom: 22px;
}

.regular-box .elite_school .content {
    display: flex;
}

.regular-box .elite_school .content .img {
    margin-right: 20px;
    flex: 0 0 41.5%;
}

.regular-box .elite_school .content .img img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.regular-box .elite_school .content .text {
    flex: 1;
}

.regular-box .elite_school .content .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #898B8F;
}

/* 开设学院 */
.regular-box .open_school {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .open_school_list .item {
    background: #FAFAFA;
    border-radius: 6px;
    margin-bottom: 20px;
    /*padding: 20px;*/
        font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #898B8F;
}



.regular-box .open_school_list .item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.regular-box .open_school_list .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

/* 最新排名 */
.regular-box .new_ranking {
    background-color: #fff;
    padding: 32px 30px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .new_ranking .title {
    position: relative;
    display: flex;
    padding-right: 24px;
    justify-content: space-between;
}

.regular-box .new_ranking_list>.active {
    background: #FAFAFA;
}

.regular-box .new_ranking_list .item {
    display: flex;
    justify-content: space-between;
    padding: 10px 24px;
    align-items: center;
}

.regular-box .new_ranking_list .item:hover {}

.regular-box .new_ranking_list .item .left {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
}

.regular-box .new_ranking_list .item span {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400!important;
    font-size: 1.9375rem!important;
    line-height: 36px!important;
    text-align: left;
    color: #E61414!important;
    margin-right: 40px;
    flex: 0 0 43%;
}

.regular-box .new_ranking_list .item i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
}

.regular-box .new_ranking_list .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: right;
    color: #898B8F;
}

.regular-box .view_more {
    padding-top: 10px;
    cursor: pointer;
}

.regular-box .view_more a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
    transition: all .3s ease;
    display: inline-block;
}

.regular-box .view_more a:hover {
    transform: translateX(5px);
}

.regular-box .view_more a::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -32px;
    background: url(../image/right.svg) no-repeat;
    background-size: contain;
}

/* 一分钟了解大学 */
.regular-box .know_school {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .know_school_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.regular-box .know_school_list .item {
    flex: 0 0 33%;
    margin-bottom: 20px;
}

.regular-box .know_school_list .item span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    display: inline-block;
    margin-right: 8px;

}

.regular-box .know_school_list .item i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}
/*标化成绩要求*/
.regular-box .bhcj{
 background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
    
}

.regular-box .bhcj .item{
    margin-bottom: 15px;
}
.regular-box .bhcj i{
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898B8F;
}
/* 申请时间线 */
.regular-box .timelin {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* 录取学生标化成绩 */
.regular-box .data_recording {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .data_recording>div{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898B8F;
}
/* 申请说明 */
.regular-box .instructions {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898B8F;
}

.regular-box .instructions p {

}
.regular-box .instructions img {
    max-width: 100%;
}

/* 招生专业 */
.regular-box .enroll_student {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
}


.regular-box .enroll-nav {
    display: flex;
    margin-bottom: 27px;
}

.regular-box .enroll-nav .enroll_top ,.regular-box .enroll-nav .enroll_top1{
    margin-right: 45px;
    position: relative;
}

.regular-box .enroll-nav .enroll_top:not(:last-child)::after ,.regular-box .enroll-nav .enroll_top1:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #D7D7D7;
    position: absolute;
    top: 17%;
    right: -37%;
}

.regular-box .enroll-nav .enroll_top>a  ,.regular-box .enroll-nav .enroll_top1>a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #252931;
}

.regular-box .enroll-nav .active>a {
    color: #0f3875;
}

.regular-box .enroll_student .enroll-text-box {}

.regular-box .enroll-text-box .enroll_content1 {
     display: flex; 
     justify-content: space-between;
     flex-wrap: wrap;
    
}
.regular-box .enroll-text-box .enroll_content1 .view{
    flex: 0 0 30%;
        box-shadow: 0px 0px 5px #bbb;
    
}
.regular-box .enroll_content .item {
    width: 100%;
    margin-bottom: 24px;
}

.regular-box .enroll_content .item .title {
    background: #FAFAFA;
    padding: 20px;
}

.regular-box .enroll_content .item .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
}

.regular-box .enroll_content .item .education>div {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
}

.regular-box .enroll_content .item .left {
    display: flex;
        flex: 1;
    justify-content: space-between;
}
.regular-box .enroll_content .item .right{
    flex: 0 0 22%;
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
}
.regular-box .enroll_content .item .left a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
        flex: 0 0 40%;
}

.regular-box .enroll_content .item .left .i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: left;
    color: #898B8F;
    flex: 1;
}

.regular-box .enroll_content .item .right>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: right;
    color: #0f3875;
}

/*  导师分析 */
.regular-box .tutor {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .tutor .content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

/* 录取案例 */
.regular-box .enroll_case .enroll_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.regular-box .enroll_case .view {
    background: #FAFAFA;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.regular-box .enroll_case .view:hover {
    box-shadow: 0px 0px 10px #bbb;
}

.regular-box .enroll_case .view .title {
    display: flex;
}

.regular-box .enroll_case .view .title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #252931;
    margin-right: 17px;
    margin-bottom: 18px;
    max-width: 205px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.regular-box .enroll_case .view .title img {
    width: 48px;
    height: 48px;
}

.regular-box .enroll_case .view .brief span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
    margin-right: 8px;
    display: inline-block
}

.regular-box .enroll_case .view .brief i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #252931;
}

.regular-box .enroll_case>.title {
    position: relative;
    display: flex;
    padding-right: 24px;
    justify-content: space-between;
}

/*  就读讲座 */
.regular-box .chair {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .chair>.title {
    position: relative;
    display: flex;
    padding-right: 24px;
    justify-content: space-between;
}

.regular-box .chair .chair_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.regular-box .chair .chair_content .item {
    /* display: block; */
    margin-bottom: 20px;
    flex: 0 0 32%;
    width: 32%;
}
.regular-box .chair .chair_content .item img{
    width: 100%;
    height: 175px;
}
.regular-box .chair .chair_content .item .img {
    overflow: hidden;

    border-radius: 10px;
}

.regular-box .chair .chair_content .item .img img {
    border-radius: 10px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.regular-box .chair .chair_content .item .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.regular-box .chair .chair_content .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;

    margin-top: 13px;
}

.regular-box .chair .chair_content .item p:hover {
    color: #0f3875;
}

/* 相关资讯 */
.regular-box .correlation {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 43px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .correlation>.title {
    position: relative;
    display: flex;
    padding-right: 24px;
    justify-content: space-between;
}

.regular-box .correlation .correlation_list li {
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regular-box .correlation .correlation_list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
}

.regular-box .correlation .correlation_list li a:hover {
    color: #0f3875;
}

.regular-box .correlation .correlation_list li span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    color: #898B8F;
}

/*  查校链接  */
 .login{
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #0f3875;
border-radius: 22px;
font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #0f3875;
padding: 12px 53px;
cursor: pointer;
}
.regular-box .link {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.regular-box .link .link_list li {
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 10px;
}

.regular-box .link .link_list li>div {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regular-box .link .link_list li>div>span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;
}

.regular-box .link .link_list li>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-decoration-line: underline;
    color: #1953E9;
    width: 62%;
}

.regular-box .link .bottom {
    margin-top: 30px;
}

.regular-box .link .bottom .item h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    margin-bottom: 10px;
}

.regular-box .link .bottom .item p {
    color: rgba(137, 139, 143, 1);
}

/* 专业解析 */
#store {
    border: none !important;
}

.front-table thead tr th {
    border-top: none;
    border-bottom: none;
}

.fixed-table-loading {
    display: none !important;
}

.table-bordered td,
.table-bordered th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.professional_box .table-bordered thead td,
.professional_box .table-bordered thead th {
    border-bottom-width: 1px !important;
}

.professional_box .table thead th {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    text-align: center;
    padding: 10px 0;
}

.professional_box .table thead th img {
    transform: translateY(-1px);
}

.professional_box .table thead th:nth-child(3) {
    cursor: pointer;
}

.professional_box .table thead th:nth-child(1) {
    cursor: pointer;
}

.professional_box .table tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.professional_box .table tbody tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 1.64rem;
    text-align: center;
}

.professional_box .table tbody tr td:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #252931;
}

.professional_box .table tbody tr td:first-child {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 1.9375rem;
    color: #0f3875;
}

.professional_box .table tbody tr td:nth-child(3) {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 1.9375rem;
    color: #252931;
}

.front-table .search-input {
    box-shadow: none;
    font-size: 0.875rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #848484;
    line-height: 20px;
}

 .table-hover tbody tr:hover {
    background-color: #FAFAFA !important;
}

 .professional_box .table tbody tr td .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

 .professional_box .table tbody tr td .name .img {
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    margin-right: 16px;
    width: 46px;
    height: 46px;
    margin-left: 60px;
}

.professional_box .table tbody tr td .name .img img {
    width: 46px;
    height: 46px;
}

.professional_box .table tbody tr td .name .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #252931;
    text-align: left;
}

.professional_box .table tbody tr td .name .text span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
    max-width: 200px;
}

 .float-right {
    width: 100% !important;
    margin-bottom: 15px;
}

.professional_box  .search-input {
    padding: 15px 20px !important;
    font-family: 'PingFang SC' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 22px !important;
    color: #898B8F !important;
    height: 52px !important;
}



.professional_box .graduate .left {
    margin-right: 0;
}

.professional_box .introduce {
    margin-bottom: 22px;
}

.professional_box .introduce h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 31px;
    color: #0f3875;
    margin-bottom: 12px;
}

.professional_box .introduce p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    color: #252931;
    margin-bottom: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.professional_box .introduce .show{
    -webkit-line-clamp: inherit;
}
.professional_box .introduce a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0f3875;
}

.professional_box .major_list {
    padding: 26px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.professional_box .right .major_nav .major_list>li {
    /* margin-bottom: 27px; */
    position: relative;
    width: auto;
}

.professional_box .right .major_nav .major_list>li .nav-box>a {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
    position: relative;
    width: 100%;
    padding: 13px 0;
    padding-left: 25px;
    margin-bottom: 11px;
}

.professional_box .right .major_nav .major_list>li .nav-box>a>.yuan {
    margin-right: 13px;
}

/* .professional_box .right .major_nav .major_list>li>a::after {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #DBE5F4 0%, rgba(245, 247, 250, 0.79) 100%);
    transform: rotate(-90deg);
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 50%;
} */
.professional_box .right .major_nav .major_list .nav-box{
    position: relative;
}
.professional_box .right .major_nav .major_list>.active .nav-box>a {
    color: #0f3875;
    background: #F5F7FA;
}

.professional_box .right .major_nav .major_list>li:hover .nav-box>a {
    color: #0f3875;
}

/* .professional_box .right .major_nav .major_list>a::after {
 
} */

.professional_box .right .two_list ul{
    display: none;
     transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1); 
}
.professional_box .right .two_list>.active{
    display: block;
}
.professional_box .right .two_list li {
    padding-bottom: 20px;
    padding-left: 30px;
}

.professional_box .right .two_list li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}
.professional_box .right .two_list li>.active{
    font-weight: 600;
font-size: 16px;
color: #0f3875;

}

.professional_box .right .two_list li:hover>a {
    color: #0f3875;
}

.professional_box .right .show {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22%;
    right: 0;
    cursor: pointer;
}

/* 专业解析详情 */
.professional_show {
    padding-top: 141px;
}

.professional_show .Professional_ipt {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.professional_show .Professional_ipt .title{
    margin-bottom: 22px;
}
.professional_show .Professional_ipt .title h2{
    font-family: 'PingFang SC';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 31px;
color: #252931;
}
.professional_show .Professional_ipt .content{
    display: flex;
    justify-content: space-between;
}
.professional_show .Professional_ipt .content .image{
        flex: 0 0 38.4%;
        margin-right: 19px;
}
.professional_show .Professional_ipt .content .image img{
        width: 100%;
        height: 100%;
            max-height: 239px;
    object-fit: contain;
}
.professional_show .Professional_ipt .content .text{
    flex: 1;
}
.professional_show .Professional_ipt .content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 31px;
    color: #252931;
    margin-bottom: 15px;
}

.professional_show .Professional_ipt .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #898B8F;
}

.professional_show .Professional_ipt .content li{
      font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #898B8F;
        list-style: disc;
}
.professional_show .Professional_ipt .content h3 {
    color: rgba(37, 41, 49, 1);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}

.professional_show .Professional_ipt .consult {
    display: flex;
    background: #F5F7FA;
    padding: 57px 34px;
    margin-top: 26px;
    align-items: center;
    justify-content: space-between;
}

.professional_show .Professional_ipt .consult h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #252931;
}

.professional_show .consult .about>a {
    display: flex;
    min-width: 200px;
    height: 56px;
    background: #0f3875;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.204055);
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.professional_show .consult.about img {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.professional_show .consult .about a:hover {
    transform: translateX(10px);
}

.professional_show .grade {
    background-color: #fff;
    padding: 32px 30px;
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* 标准成绩 */
.professional_show .grade-nav {
    display: flex;
    margin-bottom: 27px;
}

.professional_show .grade-nav .grade_top {
    margin-right: 45px;
    position: relative;
}

.professional_show .grade-nav .grade_top>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #252931;
}

.professional_show .grade-nav .active>a {
    color: #0f3875;
}

.professional_show .grade-nav .grade_top:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #D7D7D7;
    position: absolute;
    top: 17%;
    right: -27%;
}

/* 新闻*/
.news_swiper {
    padding-top: 150px;
    margin-bottom: 40px;
}

.news_swiper .swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.news_swiper .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.news_swiper .swiper-slide>a{
    display: contents;
}
.news_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_swiper .swiper-pagination {
    bottom: 20px !important;
    left: -41% !important;
}

.news_swiper .swiper-container-horizontal>.swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: .8;
}

.news_swiper .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
    width: 38px !important;
    height: 10px !important;
    border-radius: 8px;
}

.news_swiper .row>div {
    padding: 0;
}

.news_swiper .mengban {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0px 0px 6px 6px;
}

.news_swiper .left .text {
    position: absolute;
    left: 2.5%;
    bottom: 48px;
    text-align: left;
    z-index: 111;
}

.news_swiper .left .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 40px;
    color: #FFFFFF;
}

.news_swiper .left .text span {
    display: block;
    width: fit-content;
    padding: 3px 11px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.221698);
    border-radius: 20px;
    margin-bottom: 8px;
}

.news_swiper .right .img-list {
    display: flex;
    flex-wrap: wrap;
}

.news_swiper .right .img-list a {
    display: block;
    margin-left: 20px;
    position: relative;
    flex: 0 0 45%;
}

.news_swiper .right .img-list a img {
    width: 100%;
    height: 100%;
    min-height: 188px;
    border-radius: 10px;
}

.news_swiper .right .img-list .mengban {
    width: 100%;
    max-height: 68px;
    background: linear-gradient(180deg, rgba(37, 41, 49, 0) 0%, #252931 100%);
    border-radius: 0px 0px 6px 6px;
    position: absolute;
    left: 0;
    bottom: 0;

}


.news_swiper .right .img-list .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 10px 12px;
}

.news_swiper .right .img-list .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_swiper .right .img-list a:nth-child(-n+2) {
    margin-bottom: 20px;
}

.news_consult {
    padding-bottom: 20px;
}

.news_consult .row>div {
    padding: 0;
}

.news_consult .left {
    padding-top: 7px;
}

.news_title {
    height: fit-content;
    margin-bottom: 24px;
}

.news_title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 24px;
    color: #000000;
    position: relative;
    padding-left: 12px;
}

.news_title h3::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 5px;
    background-color: #18A999;
    border-radius: 6px;
}

.news_consult .content_list .item {
    display: flex;
    border-radius: 6px;
    margin-bottom: 30px;
}

.news_consult .content_list .item img {
    width: 100%;
    transition: all .3s;
}

.news_consult .content_list .item .img {
    margin-right: 20px;
    width: 100%;
    max-width: 292px;
    max-height: 166px;
    overflow: hidden;
    border-radius: 10px;
}

.news_consult .content_list .item .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.news_consult .content_list .text {
    padding-right: 20px;
}

.news_consult .content_list .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    margin-bottom: 8px;
}

.news_consult .content_list .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    margin-bottom: 46px;
}

.news_consult .content_list .text i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

.news_consult .right {
    flex: 1;
}

.news_consult .right .top {
    display: flex;
    margin-bottom: 20px;
}

.news_consult .right .top>div {
    width: 100%;
    max-width: 200px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.news_consult .right .top>div img {
    width: 32px;
}

.news_consult .right .top>div span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.news_consult .right .top .ben {
    background: url(../image/news-svg3.svg) no-repeat;
    background-size: cover;

}

.news_consult .right .top .yan {
    background: url(../image/news-svg4.svg) no-repeat;
    background-size: cover;

}

.news_consult .right .bottom {
    width: 89%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 23px;
    padding-bottom: 20px;
    transform: translateX(-4px);
    border-radius: 6px;
}

.news_consult .right .bottom .news_title {
    padding-left: 23px;
    margin-bottom: 16px;
}

/* .news_consult .right .bottom .list {
   
} */

.news_consult .right .bottom .list li {
    padding: 14px 0;
    display: flex;
    padding-right: 47px;
    align-items: center;
    justify-content: space-between;
    padding-left: 38px;
    /* cursor: pointer; */
    transition: all .1s ease-out;
}

.news_consult .right .bottom .list li h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    padding-left: 24px;
    position: relative;
}

.news_consult .right .bottom .list li h4::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #DBE5F4 0%, rgba(245, 247, 250, 0.79) 100%);
}

.news_consult .right .bottom .list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    position: relative;
    display: none;
    transition: all .3s;
}

.news_consult .right .bottom .list li a::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27%;
    right: -36%;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
}

.news_consult .right .bottom .list .active {
    border-left: 3px solid #18A999;
    background: linear-gradient(270deg, rgba(24, 169, 153, 0) 0%, rgba(24, 169, 153, 0.15) 100%);
}

.news_consult .right .bottom .list .active h4::after {
    background: linear-gradient(270deg, rgba(24, 169, 153, 0) 0%, rgb(10 171 153) 100%);
}

.news_consult .right .bottom .list .active a {
    display: block;
}

.news_consult .right .bottom .list .active h4 {
    color: #0E5F68;
}


.news_consult .right .bottom .list li:hover {
    border-left: 3px solid #18A999;
    background: linear-gradient(270deg, rgba(24, 169, 153, 0) 0%, rgba(24, 169, 153, 0.15) 100%);
}

.news_consult .right .bottom .list li:hover h4::after {
    background: linear-gradient(270deg, rgba(24, 169, 153, 0) 0%, rgb(10 171 153) 100%);
}

.news_consult .right .bottom .list li:hover a {
    display: block;
}

.news_consult .right .bottom .list li:hover h4 {
    color: #0E5F68;
}

.news_list .lsit_box:nth-child(odd) {
    background-color: #fff;
}

.news_list .lsit_box:nth-child(even) .text {
    background-color: #fff;
}

.news_list .lsit_box {
    padding-top: 48px;
    padding-bottom: 50px;
}

.news_list .lsit_box .news_title a {
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    margin-right: 33px;
    position: relative;
    transition: all .3s;
}

.news_list .lsit_box .news_title a:hover {
    transform: translateX(5px);
}

.news_list .lsit_box .news_title a::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27%;
    right: -36%;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
}

.news_list .item {
    transition: all .3s ease;
    display: inline-block;
        width: 100%;
}

.news_list .img {
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}

.news_list .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.news_list .item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.news_list .img img {
    width: 100%;
    max-height: 188px;
    transition: all .3s;
}

.news_list .text {
    background: #F5F7FA;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
}

.news_list .text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_list .text i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
    margin-top: 4px;
    margin-bottom: 12px;
}

.news_list .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 新闻列表 */
.news-list {
    padding-top: 150px;
}

.news-list .list .item {
    display: flex;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.news-list .list .item img {
    width: 100%;
    transition: all .3s;
}

.news-list .list .item .img {
    margin-right: 20px;
    width: 100%;
    max-width: 292px;
    max-height: 166px;
    overflow: hidden;
}

.news-list .list .item .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.news-list .list .text {
    padding-right: 20px;
}

.news-list .list .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    margin-bottom: 8px;
}

.news-list .list .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    margin-bottom: 46px;
}

.news-list .list .text i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

/* 新闻详情页 */
.news-show {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #F5F8FA;
}

.news-show .row {
    /* flex-wrap: nowrap; */
}

.news-show .left {
    background: #fff;
    padding: 0;
    margin-right: 20px;
}

.news-show .left>.title {
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.news-show .left .title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 39px;
    color: #252931;
    margin-bottom: 7px;
}

.news-show .left .title i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

.news-show .left .content {
    padding: 41px 30px;
    /*text-align: center;*/
    border-bottom: 1px solid #E6E6E6;
}

.news-show .left .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    /*text-align: center;*/
    color: #252931;
}

.news-show .left .content img{
    max-width: 80% !important;
}

.news-show .left .next {
    display: flex;
    padding: 51px 30px;
    align-items: center;
    justify-content: space-between;
}

.news-show .left .next1 {
    display: none;
}

.news-show .left .next .left {
    display: flex;
}

.news-show .left .next .right {
    display: flex;
}

.news-show .left .next i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    white-space: nowrap;
}

.news-show .left .next p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    max-width: 269px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show .left .next span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #0f3875;
    padding: 12px 67px;
    border: 1px solid #0f3875;
    border-radius: 22px;
}

.news-show .row>.right {
    padding: 0;
    flex: 1;
    background-color: #fff;
        height: fit-content;
}

.news-show .right .new-list {
    padding: 20px 30px;
}

.news-show .right .title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 31px;
    color: #000000;
    margin-bottom: 15px;
}

.news-show .new-box .item {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

.news-show .new-box .item .img {
    margin-right: 15px;
    width: 102px;
    height: 58px;
}
.news-show .new-box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-show .new-box .item .text{
    flex: 1;
}
.news-show .new-box .item .text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 录取案例 */
.case_box .graduate .row {
    justify-content: flex-end;
}

.case_box .graduate .row>.left {
    max-width: 74%;
}

.case_box .enroll_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.case_box .enroll_content tbody{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.case_box .enroll_content  tbody tr{
    flex: 0 0 32%;
}
.case_box .enroll-text-box .view {
    background: #FAFAFA;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #E5E5E5;
    transition: all .1s ease-in-out;
    text-align: left;
    min-height: 178px;
}
.case_box .enroll-text-box .view>a{
    display: flex;
    flex-direction: column;
    height: 136px;
    justify-content: space-between;
    
}
.case_box .enroll-text-box .view:hover {
    box-shadow: 0px 0px 10px #bbb;
}

.case_box .enroll-text-box .view .title {
    display: flex;
    justify-content: space-between;
}

.case_box .enroll-text-box .view .title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    margin-right: 17px;
    margin-bottom: 18px;
    max-width: 205px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case_box .enroll-text-box .view .title img {
    width: 48px;
    height: 48px;
}

.case_box .enroll-text-box .view .brief span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
    margin-right: 8px;
    display: inline-block
}

.case_box .enroll-text-box .view .brief i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #252931;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
        flex: 1;
   max-width: 160px;
}

.case_box .filtrate {
    margin-bottom: 30px;
    margin-top: 64px;
}
.case_box .float-right{
    /*left: 3% !important;*/
    /*width: 94% !important;*/
    /*position: absolute;*/
    /*top: 21px;*/
}

.case_box .columns-right{
    display: none;
}
.case_box .form-control{
    padding: 15px 20px!important;
    font-family: 'PingFang SC'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 1rem!important;
    line-height: 22px!important;
    color: #898B8F!important;
        height: auto;
}
.case_box .filtrate .list_box .list>li {
    margin-right: 18px;
    width: max-content;
    /*position: relative;*/
}

.case_box .filtrate .list_box .list1>.active{
    background: #F5F5F5;
}
.case_box .filtrate .list_box .list1>.active a{
    color: #252931;
}

.case_box .enroll_content td{
    padding: 0!important;
    width: 310px;
}
.share_box {
    background: #F5F8FA;
}

.share_box .title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.share_box .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 31px;
    color: #000000;
}

.share_box .title a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    padding-right: 18px;
    position: relative;
}
.share_box .title a::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27%;
    right: 0;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
}

.share_box .item .img {
    border-radius: 6px 6px 0px 0px;
}

.share_box .item {
    transition: all .3s ease;
    cursor: pointer;
    display: inline-block;
}

.share_box .item .img img {
    width: 100%;
    height: 254px;
}

.share_box .item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.share_box .item .text {
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
}
.share_box .row{
    padding-bottom: 65px;
}
.share_box .item .text .top {
    padding: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.share_box .item .text .top h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 10px;
    min-height: 50px;
}

.share_box .item .text .top p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

.share_box .item .text .bottom {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share_box .item .text .bottom i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;
}

.share_box .item .text .bottom b {
    color: rgba(37, 41, 49, 1);
}

.share_box .item .text .bottom span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

.case_box .graduate .left {
    margin-right: 0;
}

.case_box .ranking .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case_box .ranking .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
}

.case_box .ranking .title a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    color: #898B8F;
    padding-right: 13px;
    position: relative;
}

.case_box .ranking .title a::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27%;
    right: -13%;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
}

/* 案例详情 */
.case_show {
    padding-top: 30px;
}

.case_show .graduate .row>.left {
    background-color: #F5F8FA;
}

.case_show .enroll-text-box {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
}

.case_show .enroll-text-box .view {
    width: 30.5%;
    margin-right: 20PX;
}
.case_box .enroll_content .view:nth-child(3n){
    margin-right: 0;
}
.case_show .subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.case_show .graduate .row>.left {
    padding: 0;
}
.case_show .anli img{
    width: 100%;
}
.case-title {
    display: flex;
    margin-top: 140px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 207px;
    margin-bottom: 30px;
    border-top: 1px solid #E6E6E6;
}

.case-title .tit h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 45px;
    color: #252931;
    margin-bottom: 23px;
}

.case-title .time {
    display: flex;
}

.case-title .time span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #0f3875;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #0f3875;
    margin-right: 10px;
}

.case-title .time i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

.text_box {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 20px;
}

.case_show .details .cont {
    display: flex;
    flex-wrap: wrap;
}

.case_show .details .cont>div {
    width: 50%;
    margin-bottom: 17px;
}

.case_show .details .cont>div span {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;
    min-width: 64px;
}

.case_show .details .cont>div i {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;

    margin-left: 18px;
    color: #252931;
}

.case_show .details .text {
    display: flex;
}

.case_show .details .text span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;
    margin-right: 18px;
}

.case_show .details .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;

    color: #252931;
}

.case_show .anli p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.case_show .team p,
.case_show .programmuqu p,
.case_show .scientific p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;

}

.case_show .chair {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.case_show .chair .chair_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_show .chair .chair_content .item {
    display: inline-block;
    margin-bottom: 20px;
    flex: 0 0 32%;
    transition: all .3s ease-out;
}

.case_show .chair .chair_content .item:hover {
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 10%); */
    transform: translateY(-10px);
}

.case_show .chair .chair_content .item img {
    border-radius: 10px;
    margin-bottom: 13px;
}

.case_show .chair .chair_content .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.case_show .offer {
    display: flex;
}

.case_show .offer>div {
    width: 50%;
}

.case_show .offer .item {
    display: flex;
    align-items: flex-end;
}

.case_show .offer .item>div {
    position: relative;
}
.case_show .offer .item>div>img{
    width: 233px;
    height: 271px;
}
.case_show .offer .item .duigou {
    margin-left: 9px;
    margin-right: 6px;
}

.case_show .offer .menban {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.575894) 100%);
}

.case_show .offer .menban .fangdajing {
    position: absolute;
    bottom: 15px;
    left: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.case_show .offer .menban .fangdajing i {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #FFFFFF;
}

.case_show .order .forms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_show .order .forms>div {
    width: 45%;
    margin-bottom: 23px;
        margin-left: 16px;
}

.case_show .order .forms>div>h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 13px;
}

.case_show .order .forms>div>input {
    width: 95%;
    padding: 11px 15px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}

.case_show .order .order_btn {
    display: flex;
    justify-content: flex-end;
}

.case_show .order button {
    display: block;
    width: fit-content;
    padding: 12px 52px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    background: #0f3875;
    border-radius: 4px;
    border: none;
}

.case_show .tutor .tutor_list .item {
  display: flex;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 24px;
    background: #F5F5F5;
}
.case_show .tutor .tutor_list .item .img{
    flex: 0 0 17%;
     display: flex;
    align-items: center;
    justify-content: center;
}
.case_show .tutor_list .item .img img {
      width: 137px;
    height: 137px;
}

.case_show .tutor_list .item .text {
  /*background: #FAFAFA;*/
    margin-left: 20px;

}

.case_show .tutor_list .item .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 4px;
}

.case_show .tutor_list .item .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #252931;
    margin-bottom: 15px;
}

.case_show .tutor_list .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #898B8F;
    padding-top: 15px;
    border-top: 1px solid #EAEAEA;
    margin-bottom: 6px;
}

.case_show .admitdaoshi_box .title {
    margin-bottom: 30px;
    display: flex;
}

.case_show .admitdaoshi_box .title span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898B8F;
    width: 25%;
}

.case_show .admitdaoshi_box .title b {
    color: #252931;
    margin-left: 8px;
    font-weight: 400;
}

.case_show .admitdaoshi_box .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252931;
}

.case_show .student .img {
    margin-bottom: 20px;
}

.case_show .student .img img {
    width: 237px;
    height: 275px;
    border-radius: 6px;
    margin-right: 19px;
    border: 1px solid #EDEDED;
}

.case_show .student .download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F7FA;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.case_show .student .download .left {
    display: flex;
    align-items: center;
}

.case_show .student .download .left span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    margin-left: 12px;
}

.case_show .student .download .right a {
    display: block;
    padding: 5px 26px;
    background: #1E78D9;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #FFFFFF;
}

.case_box .zy_list{
    display: none;
    /*display: flex;*/
    position: absolute;
    width: 100%;
    top: 45px;
    padding: 20px;
    left: 20px;
    background: #F5F5F5;
    flex-wrap: wrap;
    max-width: 843px;
    padding-bottom: 0;
}

.case_box .zy_list>li{
    margin-right: 19px;
    margin-bottom: 13px;
    border-radius: 4px;
}
/*.case_box .zy_list>.active>a{*/
/*    background: #0f3875;*/

/*color: #FFFFFF;*/
/*}*/


.case_box .zy_list>li>a{
    display: inline-block;
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #252931;
padding: 8px 10px;
} 
.case_box .zy_list>.active a{
    color: #FFFFFF!important;
}
.case_box .filtrate .list_box .list1>.active .zy_list{
    display: flex;
}
.case_box .mobile_nav1 .list_box .list1>.active .zy_list1{
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    overflow: auto;
        align-items: center;
}
.case_box .mobile_nav1 .list_box .list1>.active .zy_list1>li{
    flex: 0 0 50%;
}
/* 历年录取汇总 */
.case-collect {
    padding-top: 170px;
    background: #F5F8FA;
    padding-bottom: 57px;
}

.case-collect .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    color: #252931;
    margin-bottom: 40px;
    text-align: center;
}

.case-collect .content {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px;
}

.case-collect .content .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    padding-left: 29px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.case-collect .content .list li a:hover {
    color: #0f3875;
}

.case-collect .content .list li::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #18A999;
    position: absolute;
    left: 1%;
    top: 46%;
    border-radius: 50%;
}

.case-collect .content .list li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
}

.case-collect .content .list li>i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
}

/* 学院分享 */
.nav_box {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    transition: all .5s ease;
}

.nav_box .nav {
    justify-content: space-between;
}

.nav_box .left .list {
    display: flex;
}

.nav_box .left .list>li,
.nav_box .right .list>li {
    padding: 27px 0;
}

.nav_box .left .list .active {
    border-bottom: 3px solid #0f3875;
}

.nav_box .left .list .active a {
    color: #0f3875;

}

.nav_box .left .list>li:not(:last-child) {
    margin-right: 70px;
}

.nav_box .left .list>li>a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
}

.nav_box .right .list {
    display: flex;
}

.nav_box .right .list>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: right;
    color: #898B8F;
}

.nav_box .right .list>li:not(:last-child) {
    margin-right: 25px;
    position: relative;
}

.nav_box .right .list>li:not(:last-child)::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../image/index-itn-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 42%;
    right: -20px;
}

.share-box {
    background: #F5F8FA;
    padding: 55px 0;
}

.share-box .title {
    margin-bottom: 25px;
}

.share-box .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
    text-align: center;
}

.share-box .video-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #0f3875;
    border-radius: 1.5rem 1.56rem;
    width: fit-content;
    margin: auto;
    margin-bottom: 33px;
    overflow: hidden;
}

.share-box .video-nav .active {
    background: #0f3875;
}

.share-box .video-nav>div {
    padding: 13px 33px;
}

.share-box .video-nav .active>a {
    color: #fff;
}

.share-box .video-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.share-box .video_cont {
    position: relative;
    transition: all 0.3s linear;
}

.share-box .video_cont .item img {
    width: 100%;
}

.share-box video {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.share-box .item {
    margin-bottom: 20px;
}

.share-box .item .text {
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    padding: 23px 20px;
}

.share-box .item .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 4px;
}

.share-box .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

/* 留学讲座 */
.cathedra-box .cathedra-swiper {
    margin-top: 20px;
    position: relative;
}

.cathedra-box .left .cont_nav {
    position: unset;
}

.cathedra-box .cathedra-top {
    display: flex;
    margin-bottom: 20px;
}

.cathedra-box .cathedra-top>div {
    width: 50%;
}

.cathedra-box .cathedra-top .img {
    border-radius: 6px 0 0 6px;
}

.cathedra-box .cathedra-top .img img {
    width: 100%;
    height: 100%;
}

.cathedra-box .cathedra-top .text {
    background: #FFFFFF;
    border-radius: 0 6px 6px 0;
    padding: 29px 26px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.cathedra-box .cathedra-top .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
    color: #252931;
}

.cathedra-box .cathedra-top .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
    margin-top: 4px;
    margin-bottom: 31px;
}

.cathedra-box .cathedra-top .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

.cathedra-box .cathedra-top .text span {
    height: fit-content;
    margin-top: auto;
}

.cathedra-box .cathedra_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cathedra-box .cathedra_list>div {
    width: 32%;
}

.cathedra-box .item .img {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.cathedra-box .item .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cathedra-box .item .img img {
    width: 100%;
    transition: all .3s;
    height: 185px;
}

.cathedra-box .item .text {
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 20px;
}

.cathedra-box .item .text .top {
    padding: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.cathedra-box .item .text .top h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cathedra-box .item .text .top p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cathedra-box .item .text .top p:hover {
    color: #0f3875;
}

.cathedra-box .item .text .bottom {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cathedra-box .item .text .bottom i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
}

.cathedra-box .item .text .bottom b {
    color: rgba(37, 41, 49, 1);
}

.cathedra-box .item .text .bottom span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
}

.cathedar-sub {
    background: url(../image/cathedra-sub.png) no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.cathedar-sub .sub-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cathedar-sub .sub-box .left h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.cathedar-sub .sub-box .left p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}

.cathedar-sub .sub-box .right {
    display: flex;
}

.cathedar-sub .sub-box .right input {
    padding: 17px 24px;
    border: none;
    background: #FFFFFF;
    border-radius: 28px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #898B8F;
    margin-left: 27px;
}

.cathedar-sub .sub-box .right .about {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
    justify-content: center;
    margin-left: 20px;
}

.cathedar-sub .sub-box .right .about>a {
    display: flex;
    min-width: 200px;
    height: 56px;
    background: #fff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.204055);
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 20px;
    color: #0f3875;
    transition: all 0.5s ease;
}

.cathedar-sub .sub-box .right .about img {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.cathedar-sub .sub-box .right .about a:hover {
    transform: translateX(10px);
}

/* 留学讲座详情 */
.cathedar-show .cathedar-video {
    padding-bottom: 20px;
    background: #F5F8FA;
}

.cathedar-show .left {
    background: #F5F8FA;

}

.cathedar-show .left video {
    width: 100%;
    max-height: 600px;
}

.cathedar-show .left .content {
    /* margin-top: 20px; */
    padding: 30px;
    background: #fff;
}
.cathedar-show .left .content h2{
    font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 39px;
text-align: left;
color: #252931;
margin-bottom: 7px;
}
.cathedar-show .left .content span{
        width: 100%;
    font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* identical to box height */
display: inline-block;
margin-bottom: 16px;
color: #898B8F;
text-align: left;

}
.cathedar-show .left .content h3{
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #252931;
margin-bottom: 33px;
text-align: left;
}
.cathedar-show .left .content p {
    /* margin-top: 20px; */
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #252931;
    text-align: left;
}

.cathedar-show .row>.right {
    height: max-content;
}

.cathedar-show .enroll-text-box .enroll_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.cathedar-show .introduce {
    display: flex;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.cathedar-show .introduce .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    margin-bottom: 7px;
}

.cathedar-show .introduce .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

.cathedar-show .enroll-text-box>h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
    color: #000000;
}

.cathedar-show .enroll-text-box .view {
    width: 32%;
    background: #FAFAFA;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all .1s;
}

.cathedar-show .enroll-text-box .view:hover {
    box-shadow: 0px 0px 10px #bbb;
}

.cathedar-show .enroll-text-box .view .title {
    display: flex;
}

.cathedar-show .enroll-text-box .view .title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    margin-right: 17px;
    margin-bottom: 18px;
    max-width: 205px;
}

.cathedar-show .enroll-text-box .view .title img {
    width: 48px;
    height: 48px;
}

.cathedar-show .enroll-text-box .view .brief span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
    margin-right: 8px;
    display: inline-block
}

.cathedar-show .enroll-text-box .view .brief i {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #252931;
}

/* 本科留学 */
.regular-center .swiper-slide .banner-bg img {
    height: 73.2vh;
}

.regular-center .swiper-button-next,
.regular-center .swiper-button-prev {
    top: 37%;
}

.regular-center .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30% !important;
    left: 0;
    width: 100%;
    z-index: 20;
}

.regular-center .banner-box .banner-text h2 {
    font-size: 2.625rem;
    max-width: 777px;
    margin-bottom: 47px;
}

.regular-nav {
    width: 100%;
    background-color: #fff;

}

.regular-nav .list {
    display: flex;
    width: 54%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 27px 0;
}

.regular-nav .list li {
    display: flex;
    position: relative;
    width: 33%;
    justify-content: center;
}

.regular-nav .list li span {
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 56px;
    text-align: center;
    color: #0f3875;
}

.regular-nav .list li i{
     font-family: 'D-DIN';
    font-style: normal;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 56px;
    text-align: center;
    color: #0f3875;
    margin-right: 12px;
}

.regular-nav1 .list li span {
    color: #17365D;
}
.regular-nav1 .list li i{
    color: #17365D;
}
.regular-nav .list li p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;

}
.regular_classroom .right .room_content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.89rem;
    line-height: 50px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.regular-nav .list li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 32px;
    background: #DFE5EF;
    position: absolute;
    top: 16%;
    right: -1%;
}

.harvest {
    padding-top: 60px;
    background: #F5F8FA;
}

.harvest .harvest-top {
    text-align: center;
}

.harvest .harvest-top h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    margin-bottom: 12px;
    color: #252931;
}

.harvest .harvest-top h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #898B8F;

}

.harvest .harvest-bottom {
    padding-top: 77px;
    display: flex;
    justify-content: flex-end;
}

.harvest .harvest-bottom .number {
    width: 25%;
}

.harvest .harvest-bottom .img img {
    width: 100%;
    height: 100%;
}

.harvest .harvest-bottom .number b {
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 32px;
    color: #0f3875;

}

.harvest1 .harvest-bottom .number b {
    color: #17365D;
}

.harvest .harvest-bottom .number .list {
    display: inline-flex;
}

.harvest .harvest-bottom .number .list li {
    padding: 8px 17px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    color: #0f3875;
    background: url(../image/number.svg) no-repeat;
    background-size: contain;
}

.harvest1 .harvest-bottom .number .list li {
    color: #17365D;
}

.harvest .harvest-bottom .number p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #0f3875;
    margin-top: 14px;
    text-align: center;
    padding-left: 28px;
}

.harvest1 .harvest-bottom .number p {
    color: #17365D;
}

.harvest .harvest-bottom .number .item {
    margin-top: 59px;
}

.regular_message {
    padding: 60px 0;
    background: #0f3875;
}

.regular_message1 {
    background: #17365D;
}

.regular_message .title {
    text-align: center;
    margin-bottom: 60px;
}

.regular_message .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    color: #FFFFFF;
}

.regular_message .content {
    position: relative;
}

.regular_message .content .tit {
    background: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.regular_message .content .tit span {
    display: inline-block;
    padding: 14px 0;
    width: 19%;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}


.regular_message .swiper-wrapper .swiper-slide:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.regular_message .swiper-wrapper .item span {
    display: inline-block;
    padding: 14px 0;
    width: auto;
    min-width: 19%;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.regular_message .mengban {
    width: 100%;
    height: 156px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(13, 85, 97, 0) 0%, #0f3875 100%);
}

.regular_message1 .mengban {
    width: 100%;
    height: 156px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(13, 85, 97, 0) 0%, #17365D 100%);
}

.regular_message .btn1 {
    width: fit-content;
    margin: auto;
    margin-top: 51px;
}

.regular_message .btn1 a {
    min-width: 190px;
    padding: 12px 0;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 1.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

.regular_message .btn1 a:hover {
    background: #fff;
    color: #0f3875;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

.regular_message1 .btn1 a:hover {
    color: #17365D;
}

.regular_tool {
    background: #F5F8FA;
    padding: 60px 0;
}

.regular_tool .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
    margin-bottom: 40px;
}

.regular_tool .team-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #0f3875;
    border-radius: 1.5rem 1.56rem;
    width: fit-content;
    margin: auto;
    margin-bottom: 33px;
    overflow: hidden;
}

.regular_tool1 .team-nav {
    border: 1px solid #17365D;
}

.regular_tool .team-nav>div {
    padding: 13px 33px;
}

.regular_tool .team-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.regular_tool .team-nav .active {
    background: #0f3875;
}

.regular_tool1 .team-nav .active {
    background: #17365D;
}

.regular_tool .team-nav .active>a {
    color: #fff;
}

.regular_tool .item {
    display: inline-block;
    transition: all .3s ease-out;
}

.regular_tool .item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.regular_tool .item .img {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.regular_tool .item .img img {
    width: 100%;
    transition: all .3s ease-out;
    height: 254px;
}

.regular_tool .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.regular_tool .item .text {
    padding: 23px 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
}

.regular_tool .item .text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.regular_tool .item .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 13px;
    color: #898B8F;
}

.regular_tool .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #898B8F;
}

.regular_tool .btn2 {
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.regular_tool .btn2 a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #0f3875;
    border-radius: 1.55rem;
    border: 1px solid #0f3875;
    transition: all 0.5s ease;
}

.regular_tool1 .btn2 a {
    border: 1px solid #17365D;
    color: #17365D;
}

.regular_tool .btn2 a:hover {
    background: #0f3875;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
}

.regular_tool1 .btn2 a:hover {
    background: #17365D;
}

/* 课堂信息 */
.regular_classroom {
    padding-top: 110px;
    padding-bottom: 120px;

    background: url(../image/regular_classroom-banner.png) no-repeat;
    background-size: cover;
}

.regular_classroom1 {
    background: url(../image/regular_classroom-banner1.png) no-repeat;
    background-size: cover;
}

.regular_classroom .container {
    display: flex;
}

.regular_classroom .left {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
    margin-right: 119px;
}

.regular_classroom .left>div {
    width: 33%;
    flex-direction: column;
    display: flex;
    min-height: 198px;
    align-items: center;
    justify-content: center;
}

.regular_classroom .left .item img {
    width: 88px;
    height: 88px;
    margin-bottom: 12px;
}
.regular_classroom .left .item .white{
    display: none;
}
.regular_classroom .left .item {
    transition-property: transform;
    transition-duration: .3s;
    position: relative;
    margin-bottom: 20px;
}

.regular_classroom .left .item:hover {
    transform: translateY(-5px);
}

.regular_classroom .left .item p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.regular_classroom .left .item::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 35%) 0%, rgba(0, 0, 0, 0) 80%);
    transition-property: transform opacity;
    transition-duration: .3s;
}

.regular_classroom .left .item:hover::before {
    opacity: 1;
    transform: translateY(10px);
}

.regular_classroom .left .active {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.212237);
    border-radius: 20px;
}

.regular_classroom .right {
    flex: 1;
}

.regular_classroom .right .room_content {
    transition: all 0.5s ease;
}

.regular_classroom .right .room_content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.regular_classroom .right .room_content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

.regular_classroom .right .room_content ul {
    margin-top: 60px;
    margin-bottom: 78px;
    min-height: 181px;
}

.regular_classroom .right .room_content li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 23px;
    padding-left: 31px;
    position: relative;
}

.regular_classroom .right .room_content li::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/regular_classroom-icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 18%;
    left: 0;
}

.regular_classroom .right .room_content .btn1 {
    width: fit-content;
    margin-top: 51px;
}

.regular_classroom .right .room_content .btn1 a {
    min-width: 190px;
    padding: 12px 0;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 1.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

.regular_classroom .right .room_content .btn1 a:hover {
    /*transform: translateY(-10px);*/
    background: #fff;
    color: #17365D;
}

/* 服务特色 */
.regular_feature {
    padding-top: 60px;
    padding-bottom: 4px;
    background: url(../image/regular_feature-banner.png) no-repeat;
    background-size: cover;
}

.regular_feature .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
}

.regular_feature .content {
    display: flex;
}
.regular_feature .content1 .team-info {
    width: 9rem;
    height: 9rem;
    margin: 0 auto;
    background: url(../image/bg002.png) no-repeat center center/ 100% 100%;
    position: relative;
    margin-top: 60px;
}
.team-info .info-con {
    padding: 5px;
    width: 10.5rem;
    border: 1px solid #ccc;
    position: absolute;
    border-radius: 3px;
}
.team-info .c1 {
    top: -48px;
    left: -8.8rem;
}
.team-info .c2 {
    top: -56px;
    right: -8rem;
}
.team-info .c3 {
    top: 101px;
    left: -8rem;
}
.team-info .c4 {
  top: 85px;
    right: -9rem;
}
.team-info .info-con p:first-child {
    color: #17365D;
}
.team-info .info-con P {
    font-size: 0.7rem;
    text-align: center;
    line-height: 18px;
}
.regular_feature .left {
    width: 18.9%;
    margin-right: 121px;
}

.regular_feature .left .feature_top {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 23px 0;
    margin-bottom: 52px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regular_feature .left .feature_top .img {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    background: linear-gradient(180deg, #F5F7FA 0%, rgba(245, 247, 250, 0) 100%);
}



.regular_feature .left .feature_top .img img {
    object-fit: none;
}

.regular_feature .left .feature_top .img .white {
    display: none;
}

.regular_feature .left .feature_top h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-left: 15px;
}

.regular_feature .left .active {
    background: linear-gradient(180deg, #17365D 0%, #17365D 100%);
}

.regular_feature1 .left .active {
   background: linear-gradient(180deg, #0f3875 0%, #0f3875 100%);
}

.regular_feature .left .active .img {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(245, 247, 250, 0) 100%);
}

.regular_feature .left .active h3 {
    color: #fff;
}

.regular_feature .right {
    flex: 1;
    width: 100%;
}

.regular_feature .feature_content {
    transition: all 0.3s linear;
}

.regular_feature .top_list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 42px;
}

.regular_feature .top_list .list_top h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-bottom: 4px;
    cursor: pointer;
}

.regular_feature .top_list .list_top1 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-bottom: 4px;
    cursor: pointer;
}
.regular_feature .top_list .list_top2 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-bottom: 4px;
    cursor: pointer;
}
.regular_feature .top_list .list_top3 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-bottom: 4px;
    cursor: pointer;
}
.regular_feature .top_list .list_top4 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-bottom: 4px;
    cursor: pointer;
}
.regular_feature .top_list>.active h3 {
    color: #0f3875;
    border-bottom: 3px solid #0f3875;
}

.regular_feature .feature-text {
    transition: all 0.3s linear;
    text-align: center;
}

.regular_feature .feature-text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #000000;
}

.regular_feature .group {
    margin-top: 58px;
}

.regular_feature .group ul {
    width: 900px;
    height: 403px;
    background: url(../image/feature_content-img1.png) no-repeat;
    background-size: cover;
    position: relative;
}

.regular_feature .group ul li {
    position: absolute;
    padding-top: 24px;
    padding-bottom: 29px;
}

.regular_feature .group ul li strong {
    width: 100%;
    display: inline-block;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 7px;
    color: #0f3875;
}

.regular_feature .group ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #898B8F;
}

.regular_feature .group ul li:nth-child(1) {
    top: 0;
    left: 0;
}

.regular_feature .group ul li:nth-child(1) strong,
.regular_feature .group ul li:nth-child(3) strong {
    text-align: left;
}

.regular_feature .group ul li:nth-child(2) {
    top: 0;
    right: 0;
}

.regular_feature .group ul li:nth-child(2) strong,
.regular_feature .group ul li:nth-child(4) strong {
    text-align: right;
}

.regular_feature .group ul li:nth-child(3) {
    bottom: 0;
    left: 0;
}

.regular_feature .group ul li:nth-child(4) {
    bottom: 0;
    right: 0;
}

.regular_feature1 .left .active {
    background: linear-gradient(180deg, #0f3875 0%, #0f3875 100%);

}

.regular_feature .biaoge1 {
    width: 100%;
    border: 1px solid #666;
    border-radius: 10px;
    border-collapse: initial;
}

.regular_feature .biaoge1 tr td {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding: 20px;
    border-right: 1px solid #666;
    vertical-align: top;
    text-align: left;
}

.regular_feature .biaoge1 thead tr td {
    height: 57px;
    border-bottom: 1px solid #666;
    text-align: center;
    font-size: 21px;
}

.regular_feature .biaoge1 b {
    font-size: 21px;
    color: #0d5661;
}

.regular_feature .biaoge1 tr td.c {
    vertical-align: middle;
}

.regular_feature .bk_main_3_2_a {
    width: 100%;
}

.regular_feature .bk_main_3_2_a ul {
    width: 100%;
    height: 550px;
    background: url(../image/bk_main_3_2.png) center no-repeat;
    margin-top: 20px;
    padding-top: 4px;
    position: relative;
}

.regular_feature .bk_main_3_2_a li {
    width: 380px;
    position: absolute;
}

.regular_feature .bk_main_3_2_a li:nth-child(1) {
    left: 0px;
    top: 100px;
}

.regular_feature .bk_main_3_2_a li:nth-child(2) {
    right: 0px;
    top: 100px;
}

.regular_feature .bk_main_3_2_a li:nth-child(3) {
    left: 0px;
    bottom: 117px;
}

.regular_feature .bk_main_3_2_a li:nth-child(4) {
    right: 0px;
    bottom: 117px;
}

.regular_feature .bk_main_3_2_a li strong {
    width: 104px;
    height: 104px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    padding-top: 20px;
    position: absolute;
}

.regular_feature .bk_main_3_2_a li:nth-child(1) strong {
    right: -47px;
    top: 10px;
}

.regular_feature .bk_main_3_2_a li:nth-child(2) strong {
    left: -49px;
    top: 8px;
}

.regular_feature .bk_main_3_2_a li:nth-child(3) strong {
    right: -48px;
    top: -5px;
}

.regular_feature .bk_main_3_2_a li:nth-child(4) strong {
    left: -49px;
    top: -4px;
}

.regular_feature .bk_main_3_2_a li p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

.regular_feature .bk_main_3_2_a li:nth-child(1) p {
    /* float: right; */
    margin-right: 20px;
}

.regular_feature .bk_main_3_2_a li:nth-child(2) p {
    /* float: left; */
    margin-left: 20px;
}

.regular_feature .bk_main_3_2_a li:nth-child(3) p {
    /* float: right; */
    margin-right: 20px;
}

.regular_feature .bk_main_3_2_a li:nth-child(4) p {
    /* float: left; */
    margin-left: 20px;
}

.regular_feature .bk_main_3_2_b {
    width: 100%;
    height: 230px;
    background: url(../image/bk_main_3_2b.png) center no-repeat;
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.regular_feature .bk_main_3_2_b ul {
    width: 100%;
    padding: 0px 82px;
    display: flex;
    justify-content: space-between;
}

.regular_feature .bk_main_3_2_b li {
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 20%;
    /* float: left; */
}
.regular_feature  .bk_main_3_4_a ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}
.regular_feature  .bk_main_3_4_a ul li{
    flex: 0 0 23%;
    background: #ECECEB;
    min-height: 170px;
    border-radius: 20px;
    
}
.regular_feature .bk_main_3_4_a ul li:nth-child(-n + 4){
    margin-bottom: 78px;
}
.regular_feature  .bk_main_3_4_a ul li span{
    font-size: 18px;
    color: #faf9f8;
    display: flex;
    background: #0D5661;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -15px;
}
.regular_feature  .bk_main_3_4_a ul li p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 15px;
    padding-top: 10px;
    text-align: left;
}
/* 解决方案 */
.regular_solve {
    background: #0f3875;
    padding-top: 45px;
    padding-bottom: 78px;
}

.regular_solve1 {
    background: #17365D;
}

.regular_solve .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 41px;
}

.regular_solve .content {
    display: flex;
    justify-content: space-between;
}

.regular_solve .content .item {
    width: 24%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.212237);
    border-radius: 6px;
    padding: 0 25px;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    transition: all .3s ease-out;
}

.regular_solve .content .item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.regular_solve .content .item img {}

.regular_solve .content .item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
    color: #FFFFFF;
}

.regular_solve .content .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 26px;
    min-height: 96px;
}

.regular_solve .content .item a {
    display: inline-block;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.regular_solve .content .item a::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: -25px;
    top: 2px;
    background: url(../image/xiaoyou.svg) no-repeat;
    background-size: contain;
    transition: all .3s ease-out;
}

.regular_solve .content .item:hover a::after {
    transform: translateX(6px);
}

.regular_solve .btn1 {
    width: fit-content;
    margin: auto;
    margin-top: 51px;
}

.regular_solve .btn1 a {
    min-width: 190px;
    padding: 12px 0;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 1.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

.regular_solve .btn1 a:hover {
    background: #fff;
    box-shadow: 0 5px 30px #0f387554;
    /*transform: translateY(-6px);*/
    color: #0f3875;
}

.regular_solve .btn2 a:hover {
    background: #fff;
    box-shadow: 0 5px 30px #0f387554;
    transform: translateY(-6px);
    color: #17365D;
}

.regular_team .team_content {
    display: flex;
}

.regular_team .team-nav {
    margin-bottom: 69px;
}

.regular_team .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.regular_team .item .img {
    border-radius: 50%;
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.regular_team .item .img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 1.1s ease;
}

.regular_team .item .img img:hover {
     transform: rotateY(360deg);
}

.regular_team .item .text {
    text-align: center;
}

.regular_team .item .text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 6px;
}

.regular_team .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: center;
    color: #898B8F;
}

.regular_team .item .text p:hover {
    color: #17365D;
}

.regular_video .video-title h2::before {
    background: none;
}

.regular_video {
    padding-bottom: 175px;
    background: url(../image/index-video-banner1.png) no-repeat;
}

/* 研究生主页 */
.grad-elite .elite-title h2::before {
    content: '';
    background: none;
}

.regulagraduate_videor_video {
    padding-bottom: 175px;
}

/* 关于我们 */
.about_top {
    padding: 81px 0;
    background: url(https://www.middlebury.cn/static/images/about-banner4.png) no-repeat;
    background-size: cover;
}

.about_top .title {
    margin-bottom: 18px;
    text-align: center;
}

.about_top .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about_top .title h2::after {
    content: '';
    width: 56px;
    height: 3px;
    background: #0f3875;
    position: absolute;
    bottom: -34%;
    left: 38%;
}

.about_top .title .img {
    border-radius: 8px;
    margin-top: 50px;
    position: relative;
}

.about_top .title img {
    border-radius: 8px;
}

.about_top .title .bofang {
    position: absolute;
    right: 12.5%;
    bottom: 17px;
    cursor: pointer;
}

.about_top .title h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 34px;
    color: #0f3875;
    margin-top: 35px;
}

.about_top .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    text-align: center;
    color: #4A4B4E;
}

.about_top .text {
    margin-bottom: 72px;
}

.about_top .number {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about_top .number .item {
    flex: 0 0 30%;
}

.about_top .number .item h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 67px;
    text-align: center;
    color: #0f3875;
    border-bottom: 1px dashed #C8F7FF;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 11px;
}

.about_top .number .item h2::after {
    content: '';
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 41.5%;
    background: #0f3875;
}

.about_top .number .item span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    color: #0f3875;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.about_top .more {
    width: fit-content;
    margin: 0 auto;
}

.about_top .more button {
    font-family: 'PingFang SC';
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 10px 21px;
    background-color: #fff0;
    min-width: 149px;
    text-align: left;
    position: relative;
}

.about_top .more button::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/bottom1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.about_top .logo {
    margin-top: 67px;
    padding-top: 65px;
    display: flex;
    justify-content: space-around;
}

.about_top .logo>div {
    width: 32%;
    padding-top: 58px;
    padding-bottom: 26px;
    background: rgba(255, 255, 255, 0.100526);
    backdrop-filter: blur(4.07742px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 15px;
}

.about_top .logo h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.about_top .logo h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    position: relative;
}

.about_top .logo div:nth-child(1) h3::after {
    content: '';
    width: 74px;
    height: 98px;
    background-image: url(../image/01.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 5px;
    left: 42%;
}

.about_top .logo div:nth-child(2) h3::after {
    content: '';
    width: 74px;
    height: 98px;
    background-image: url(../image/02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;

    bottom: 5px;
    left: 42%;
}


.about_top .logo div:nth-child(3) h3::after {
    content: '';
    width: 74px;
    height: 98px;
    background-image: url(../image/03.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 5px;
    left: 42%;
}

.about_top .pop-up {
    position: fixed;
    z-index: 9999;
    min-width: 1024px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: none;
}

.about_top .pop-up video {
    width: 100%;
    height: 100%;
}

.about_top .pop-up img {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 22px;
    cursor: pointer;
    z-index: 99;
}

.about_top .bg {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(8, 7, 7, 0.6);
    z-index: 100;
    backdrop-filter: saturate(180%) blur(1px);
    opacity: .9;
}

.about_education {
    padding-top: 74px;
    padding-bottom: 391px;
    background: url(https://www.middlebury.cn/static/images/about-banner3.png) no-repeat;
    background-size: cover;
}

.about_education .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.about_education .title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 19px;
    margin-bottom: 82px;
}

.about_education .time {
    display: flex;
    justify-content: space-around;

}

.about_education .time h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #9CB8BD;
}

.about_education .time span {
    font-style: normal;
    font-weight: 300;
    font-size: 4.375rem;
    line-height: 98px;
    text-align: center;
    color: #FFFFFF;
}

.about_education .time i {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #FFFFFF;
}

.about-site {
    padding-top: 81px;
    padding-bottom: 113px;
    background: #fff;
}

.about-site .title {
    margin-bottom: 67px;
    text-align: center;
}

.about-site .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about-site .title h2::after {
    content: '';
    width: 56px;
    height: 3px;
    background: #0f3875;
    position: absolute;
    bottom: -34%;
    left: 31%;
}

.about-site .item {
    position: relative;
}

.about-site .item img {
    width: 100%;
}

.about-site .item .text {
    position: absolute;
    top: 53px;
    left: 30px;
}

.about-site .item .text .p1 {
    margin-bottom: 25px;
}

.about-site .item .text .p1 h3 {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.about-site .item .text .p1 span {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.about-site .item .text .p2 {
    margin-bottom: 26px;
}

.about-site .item .text .p2 h4 {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.about-site .item .text .p2 p {

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
}

.about-develop {
    padding-top: 79px;
    background: url(../image/about-develop-banner.png) no-repeat;
    background-size: cover;
    padding-bottom: 140px;
}

.about-develop .title {
    margin-bottom: 67px;
    text-align: center;
}

.about-develop .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about-develop .title h2::after {
    content: '';
    width: 56px;
    height: 3px;
    background: #0f3875;
    position: absolute;
    bottom: -34%;
    left: 31%;
}

/* 申请工具 */

.index-center .banner-box .banner-text1 {
    left: 35%;
}

.tool-center .swiper .banner-text h2 {
    margin-bottom: 3px !important;
}

.tool-center .swiper .banner-text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 0;
}

.tool {
    background: #F5F7FA;
    padding: 50px 0;
}

.tool .item {
    display: inline-block;
    margin-bottom: 20px;
}

.tool .img {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.tool .img img {
    width: 100%;
    height: 248px;
    transition: all .3s ease;
}

.tool .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.tool .text {
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    padding: 23px 20px;
}

.tool .text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #252931;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tool .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #898B8F;
    margin-top: 4px;
    margin-bottom: 13px;
}

.tool .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 导师团队 */
.mentor-overseas {
    background: #F5F8FA;
    padding: 55px 0;
}

.mentor-overseas .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
    margin-bottom: 34px;
}

.mentor-overseas .overseas-nav {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #0f3875;
    border-radius: 1.5rem 1.56rem;
    width: fit-content;
    margin: auto;
    overflow: hidden;
}

.mentor-overseas .overseas-nav>div {
    padding: 12px 33px;
}

.mentor-overseas .overseas-nav>div>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    color: #252931;
}

.mentor-overseas .overseas-nav .active {
    background: #0f3875;
    /* border-radius: 21px 0 0 1.55rem; */
}

.mentor-overseas .overseas-nav .active>a {
    color: #fff;
}

.mentor-overseas .overseas_content {
    transition: all .3s ease;
}

.mentor-overseas .overseas_content .item .img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 99;
    transform: translateY(26%);
    cursor: pointer;
}

.mentor-overseas .overseas_content .item .mengban {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 85, 97, 0.8), rgba(13, 85, 97, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mentor-overseas .overseas_content .item .mengban span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.mentor-overseas .overseas_content .item .img img {
    width: 100%;
    height: 100%;
}

.mentor-overseas .overseas_content .item .img:hover .mengban {
    opacity: 1;
    visibility: visible;
}

.mentor-overseas .overseas_content .item .text {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 68px;
    padding-bottom: 21px;
}

.mentor-overseas .overseas_content .item .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}

.mentor-overseas .overseas_content .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #898B8F;
}

.mentor-overseas .overseas_content .more {
    width: fit-content;
    margin: auto;
    margin-top: 40px;

}

.mentor-overseas .overseas_content .more a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #0f3875;
    border-radius: 1.55rem;
    border: 1px solid #0f3875;
    transition: all 0.5s ease;
}

.mentor-overseas .overseas_content .more a:hover {
    background: #0f3875;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    transform: translateY(-6px);
}

.mentor-flow {
    background: url(https://www.middlebury.cn/static/images/about-banner3.png) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 81px;
}

.mentor-flow .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.mentor-flow .title p {
    font-style: normal;
    font-weight: 200;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.mentor-flow .img {
    margin-top: 72px;
    text-align: center;
}

.mentor-flow .img img {
    width: 100%;
}

.mentor-overseas .overseas_content1 {
    transition: all .3s ease;
}

.mentor-overseas .overseas_content1 .item {
    transition: all .3s ease;
    display: inline-block;
    width: 100%;
}

.mentor-overseas .overseas_content1 .item:hover {
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 10%); */
    transform: translateY(-10px);
}

.mentor-overseas .overseas_content1 .item .img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 99;
    transform: translateY(26%);
}

.mentor-overseas .overseas_content1 .item .img img {
    width: 100%;
    height: 100%;
}

.mentor-overseas .overseas_content1 .item .text {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 68px;
    padding-bottom: 21px;
}

.mentor-overseas .overseas_content1 .item .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}

.mentor-overseas .overseas_content1 .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #898B8F;
    padding: 0 25px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 52px;
}

.mentor-overseas .overseas_content1 .more {
    width: fit-content;
    margin: auto;
    margin-top: 40px;

}

.mentor-overseas .overseas_content1 .more a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #0f3875;
    border-radius: 1.55rem;
    border: 1px solid #0f3875;
    transition: all 0.5s ease;
}

.mentor-overseas .overseas_content1 .more a:hover {
    background: #0f3875;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    transform: translateY(-6px);
}

/* 导师详情 */

.mentor_box .introduce {
    display: flex;
    padding-bottom: 100px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.mentor_box .row{
    justify-content: space-between;
}
.mentor_box .introduce_left {
    flex: 0 0 26%;
}

.mentor_box .introduce_right {
    flex: 1;
}

.mentor_box .introduce_left .head {
    width: 79%;
    border-radius: 50%;
    padding: 9px;
    height: 200px;
    border: 1px solid #0f3875;
    overflow: hidden;
    text-align: center;
    margin-bottom: 22px;
}

.mentor_box .introduce_left .head img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mentor_box .introduce_left .tag span {
    width: fit-content;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    color: #000000;
    border: 1px solid #0f3875;
    border-radius: 30px;
    padding: 1px 14px;
    margin-bottom: 13px;
    margin-right: 9px;
}

.mentor_box .introduce_right .name {
    padding-bottom: 11px;
    border-bottom: 2px solid #E6E6E6;
    position: relative;
    margin-bottom: 16px;
}

.mentor_box .introduce_right .name::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #0f3875;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.mentor_box .introduce_right .name h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    color: #0f3875;

}

.mentor_box .introduce_right .text .position {
    margin-bottom: 16px;
}

.mentor_box .introduce_right .text .position p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 26px;
    color: #0f3875;
}

.mentor_box .introduce_right .text .advantage p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #252931;
}

.mentor_box .introduce_right .subscribe {
      width: fit-content;
    margin: 0 auto;
    background: #0f3875;
    border-radius: 5px;
    padding: 12px 54px;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    bottom: 6%;
    left: 46%;
      font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 25px;
    color: #FFFFFF;
}

.mentor_box .introduce_right .subscribe:before {
    content: '';
    position: absolute;
    border: #0f3875 solid 3px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-property: top right bottom left;
    transition-duration: .3s;
}

.mentor_box .introduce_right .subscribe:hover::before {
    top: -6px;
    right: -6px;
    left: -6px;
    bottom: -6px;
}

.mentor_box .introduce_right .subscribe a {
  
}
.mentor_box .introduce_right .text ul{
        padding-left: 20px;
}
.mentor_box .introduce_right li{
        list-style: disc;
        line-height: 25px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #252931;

}
.mentor_box .text1 ul{
    padding-left: 25px;
}
.mentor_box .text1 li{
    list-style: disc;
}
.mentor_box .text1 img{
    width: 100%;
}
.mentor_box .trait {
    margin-top: 23px;
}
.mentor_box .trait img{
    /*width: auto;*/
}
.mentor_box .trait p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.mentor_box .title1 {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.mentor_box .title1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../image/trait-icon.svg) no-repeat;
    background-size: contain;
}

.mentor_box .title1 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
    color: #000000;
}

.mentor_box .text1 {
    margin-bottom: 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.mentor_box .data_recording {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
}
.mentor_box .data_recording img{
    width: 100%;
}


.mentor_box .good .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mentor_box .good .content .item {
    width: 23%;
    margin-bottom: 20px;
}

.mentor_box .good .content .item img {
    width: 100%;
}

.mentor_box .good .more {
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}

.mentor_box .good .more a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #0f3875;
    border-radius: 1.55rem;
    border: 1px solid #0f3875;
    transition: all 0.5s ease;
}

.mentor_box .good .more a:hover {
    background: #0f3875;
    color: #fff;
    box-shadow: 0 5px 30px #0f387554;
    transform: translateY(-6px);
}

.mentor-overseas .show {
    position: fixed;
    z-index: 9999;
    min-width: 1024px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: none;
}

.mentor-overseas .bg {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(8, 7, 7, 0.6);
    z-index: 100;
    backdrop-filter: saturate(180%) blur(1px);
    opacity: .9;
}


.mentor-overseas .show .show-die {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 22px;
    cursor: pointer;
    z-index: 99;
}

.mentor-overseas .more-item {
    display: flex;
    padding: 73px 105px;
}

.mentor-overseas .more-item .head {
    margin-right: 127px;
}

.mentor-overseas .more-item .head .img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.mentor-overseas .more-item .head .img img {
    width: 100%;
    height: 100%;
}

.mentor-overseas .more-item .head .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 6px;
}

.mentor-overseas .more-item .head .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #898B8F;
}

.mentor-overseas .more-item .right {
    padding-top: 12px;
    position: relative;
}

.mentor-overseas .more-item .right::after {
    content: '';
    width: 20px;
    background: url(../image/more-item-icon.png) no-repeat;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -12px;
}

.mentor-overseas .more-item .right .motto1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 36px;
}

.mentor-overseas .more-item .right .motto_text {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
}

.mentor-overseas .more-item .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    color: #252931;
    text-align: left;
    margin-bottom: 8px;
}

.mentor-overseas .more-item .school1 {
    display: flex;
    align-items: center;
}

.mentor-overseas .more-item .right .school_box {
    margin-bottom: 27px;
}
.mentor-overseas .more-item .right .brief_box {
    margin-bottom: 27px;
}
.mentor-overseas .more-item .case1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898B8F;
}

.mentor_box .row>.right .img {
    border-radius: 50%;
    overflow: hidden;
}
/**/


/* 服务特色 */
.serve-center .swiper .swiper-mengban {
    background: #0d5661cc;
}

.serve-center .swiper .swiper-mengban1 {
    /*background: #0d5661cc;*/
     background: #0a1d3eab; 
}

.serve-center .banner-text h2 {
    font-family: 'YouSheBiaoTiYuan' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 6.2117rem !important;
    line-height: 129px !important;

    background: linear-gradient(153.34deg, rgba(0, 84, 233, 0.16) 17.54%, rgba(36, 98, 208, 0) 71.66%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 4.84815px 4.84815px 4.84815px rgba(16, 39, 79, 0.26);
    text-align: center;
}

.serve-center .banner-box .banner-text {
    z-index: 30;
    position: absolute;
    top: 41%;
    left: 37%;
}

.serve-center .banner-box .banner-text .text-bottom {
    padding: 9px 130px 13px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 51%, rgba(255, 255, 255, 0) 100%);
}

.serve-center .banner-box .banner-text .text-bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.serve-nav .list li span {
    color: #2A3B59;
}
.serve-nav .list li i{
    color: #2A3B59;
}
.serve-one {
    background: linear-gradient(0deg, #F5F7FA, #F5F7FA), linear-gradient(270deg, #F5F7FA 0%, #F5F7FA 34.25%, rgba(245, 247, 250, 0) 100%);
    padding-top: 56px;
}

.serve-one .title {
    margin-bottom: 56px;
}

.serve-one .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
}

.serve-one .table_p {
    overflow: hidden;
    position: relative;
    height: 734px;
}

.serve-one .table_box {
    margin-top: 20px;
    height: 742px;
}

.serve-one .table_list {
    display: flex;
}

.serve-one .table_list li:nth-child(1) {
    flex: 0 0 8.4%;
}

.serve-one .table_list li:nth-child(1) h2 {
    border-radius: 12px 0px 0px 0px;
}

.serve-one .table_list li:nth-child(1) strong {
    width: 100%;
    background: #FFFFFF;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E6E6E6;
    writing-mode: vertical-rl;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
}

.serve-one .table_list li:nth-child(2) {
    flex: 1;
}

.serve-one .table_list li:nth-child(3) {
    flex: 0 0 16.7%;
    transform: translateY(-13px);
}

.serve-one .table_list li:nth-child(4) {
    flex: 0 0 16.7%;
}

.serve-one .table_list li:nth-child(5) {
    flex: 0 0 16.7%;
}

.serve-one .table_list li:nth-child(5) h2 {
    border-radius: 0px 12px 0px 0px;
}

.serve-one .table_list li:nth-child(3) h2 {
    background: linear-gradient(97.42deg, #466394 0%, #1F2D44 100%);
    border-radius: 12px 12px 0px 0px;
    color: #fff;
    height: 78px;
}

.serve-one .table_list li:nth-child(3) p {
    background: #EBF2FF;
}

.serve-one1 .table_list li:nth-child(3) h2 {
    background: linear-gradient(97.42deg, #197584 0%, #0f3875 100%);
    border-radius: 12px 12px 0px 0px;
    color: #fff;
    height: 78px;
}

.serve-one1 .table_list li:nth-child(3) p {
    background: #EEFDFF;
}

.serve-one .table_list li h2 {
    background: #EEEEEE;
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding: 18px 0;
}

.serve-one .table_list li p {
    width: 100%;
    background: #FFFFFF;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #E6E6E6;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 41px;
    text-align: center;
    color: #000000;
}

.serve-one .table_list li p span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #9C9C9C;
}

.serve-one .item_box {
    display: flex;
}

.serve-one .item_box>div:first-child {
    flex: 1;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    text-align: center;
    color: #000000;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serve-one .item_box>div:last-child {
    flex: 0 0 40%;
}

.table_color {
    color: #0f3875 !important;
}

.serve-one .table_btn {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.serve-one .table_btn button {
    border: 1px solid #0f3875;
    border-radius: 47px;
    padding: 13px 36px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    background-color: #fff;
    color: #0f3875;
}

.serve-one .table_p .menban {
    width: 100%;
    height: 169px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0) 0%, #F5F7FA 100%);
}

.serve-one1 {
    background: #fff;
}

.serve-crowd {
    background: url(../image/serve-banner2.png) no-repeat;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 64px;
}

.serve-crowd .title {
    margin-bottom: 56px;
}

.serve-crowd .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
}

.serve-crowd .item {
    position: relative;
    margin-bottom: 20px;
}

.serve-crowd .item>div {
    position: absolute;
    left: 35px;
    top: 36%;
}

.serve-crowd .item>div>p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
}

.serve-crowd .item>img {
    border-radius: 20px;
}

.serve-star {
    padding: 64px 0;
    background: url(../image/serve-stra.jpg) no-repeat;
    background-size: cover;
}

.serve-star2 {
    padding: 64px 0;
    background: url(../image/serve-stra2.png) no-repeat;
    background-size: cover;
}

.serve-star .title {
    margin-bottom: 77px;
}

.serve-star .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;

}

.serve-star .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.serve-star .content .item {
    width: 36.6%;
    padding: 32px 29px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.212237);
    border-radius: 6px;
    margin-bottom: 50px;
    min-height: 235px;
}

.serve-star .content .item h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 31px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 18px;
    padding-left: 28.5px;
    position: relative;
}

.serve-star .content .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 22px;
    position: relative;
}

.serve-star .content .item p::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.serve-star .content .item:nth-child(1) h2::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/Frame1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -8px;
}

.serve-star .content .item:nth-child(2) h2::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/Frame2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -8px;
}

.serve-star .content .item:nth-child(3) h2::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/Frame3.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -8px;
}

.serve-star .content .item:nth-child(4) h2::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/Frame4.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -8px;
}

.serve-star .img {
    position: absolute;
    bottom: -7%;
    left: 34.5%;
}

.serve-star .btn1 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 16px;
}

.serve-star .btn1 a {
    border: 1px solid #FFFFFF;
    border-radius: 47px;
    padding: 13px 84px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    display: block;
    color: #FFFFFF;

}

.serve-star .btn1 a:hover {
    transform: translateY(-7px);
}

.serve-promote {
    background: url(../image/serve-promote-banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 74px;
}

.serve-promote .title {
    margin-bottom: 55px;
}

.serve-promote .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
}

.serve-promote .content {}

.serve-promote .content .item {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 40px 0;
    margin-bottom: 18px;
    width: 102%;
    transition: all .1s ease-out;
}

.serve-promote .content .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
    color: #000000;

}

.serve-promote .content .item:hover {
    box-shadow: 0px 0px 10px #bbb;
}

.serve-news {
    padding-top: 59px;
    padding-bottom: 66px;
    background: url(https://www.middlebury.cn/static/images/serve-news-banner.png) no-repeat;
    background-size: cover;
}

.serve-news2 {
    padding-top: 59px;
    padding-bottom: 66px;
    background: url(../image/serve-news-banner.jpg) no-repeat;
    background-size: cover;
}

.serve-news .news-nav {
    display: flex;
    justify-content: center;
}

.serve-news .serveNews_top {
    padding: 0 32px;
    margin-bottom: 53px;
}

.serve-news .news-nav .active a {
    border-bottom: 3px solid #fff;

}

.serve-news .serveNews_top a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 8px;
}

.serve-news .serveNews_content .item .img {
    border-radius: 6.38396px 6.38396px 0px 0px;
    overflow: hidden;
}

.serve-news .serveNews_content .item .img img {
    width: 100%;
    transition: all .3s;
}

.serve-news .serveNews_content .item .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.serve-news .serveNews_content .item .text {
    padding: 23px 20px;
    background: #FFFFFF;
    box-shadow: 0px 6.38396px 21.2799px rgba(0, 0, 0, 0.0619161);
    border-radius: 0px 0px 6.38396px 6.38396px;
}

.serve-news .serveNews_content .item .text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;

    color: #252931;
}

.serve-news .serveNews_content .item .text p {
    margin-top: 3px;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #898B8F;
}

.serve-news .serveNews_content .item .text p:hover {
    color: #2A3B59;
}

.serve-news .serveNews_content .item .text a {
    display: inline-block;
    background: #2A3B59;
    border-radius: 17.0239px;
    padding: 6.3px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.931rem;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.serve-news .serveNews_content .item .text a:hover {
    transform: translateX(10px);
}

.serve-news .serveNews_content .more {
    width: fit-content;
    margin: auto;
    margin-top: 36px;
}

.serve-news .serveNews_content .more a {
    min-width: 190px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 22px;
    transition: all 0.5s ease;
}

.serve-news .serveNews_content .more a:hover {
    transform: translateY(-7px);
}

.serve-flow {
    padding-top: 50px;
    padding-bottom: 102px;
    background: linear-gradient(0deg, #F5F7FA, #F5F7FA), linear-gradient(270deg, #F5F7FA 0%, #F5F7FA 34.25%, rgba(245, 247, 250, 0) 100%);
}

.serve-flow .title {
    margin-bottom: 20px;
    text-align: center;
}

.serve-flow .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #252931;
}

.serve-si {
    background: #F5F7FA;
    padding: 54px 0;
}

.serve-si .title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 50px;
    text-align: center;
    color: #252931;
    margin-bottom: 62px;
}

.serve-si .content {
    max-width: 1200px;
    margin-left: auto;
    position: relative;
}

.serve-si .content::after {
    content: '';
    width: 2px;
    height: 84.5%;
    background: rgba(13, 85, 97, 0.3);
    position: absolute;
    top: 36px;
    left: -56px;
}

.serve-si .item {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(101, 16, 51, 0.05);
    border-radius: 10px;
    margin-bottom: 22px;
    position: relative;
    transition: all .3s ease;
}

.serve-si .item:hover {
    background: #0f3875;
}

.serve-si .item:hover dt {
    color: #FFFFFF;
}

.serve-si .item:hover dd {
    color: rgba(255, 255, 255, 0.8);
}

.serve-si .item:hover .biaoti {
    color: #0f3875;
}

.serve-si .item:hover::after {
    border-right: 22px solid #0f3875;
}

.serve-si .item::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 22px solid #FFFFFF;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    left: -35px;
    top: 27px;
    transition: all .3s ease;
}

.serve-si .item dt {
    margin-bottom: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    text-transform: uppercase;
    color: #252931;
}

.serve-si .item dd {
    font-family: 'PingFang SC';
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #898B8F;
    margin-bottom: 24px;
}

.serve-si .item .biaoti {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 34px;
    text-transform: uppercase;
    color: #0f3875;
    position: absolute;
    right: 107.8%;
    top: 25px;
    width: fit-content;
}

.serve-si .item .biaoti::after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../image/si.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: 22%;
}

/* 公共底部 */
.footer {
    position: relative;
    padding-top: 189px;
    padding-bottom: 31px;
    border-bottom: 9px solid #0f3875;
}

.footer .footer-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;padding-bottom: 20px;
}

.footer .footer-nav .left {
    flex: 1;
    padding-right: 135px;
}

.footer .footer-nav .list {
    display: flex;
    justify-content: space-between;
}

.footer .footer-nav .list>li>a {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 28px;
    text-align: center;
    color: #252931;
}

.footer .footer-nav .list_page {
    margin-top: 27px;
}

.footer .footer-nav .list_page>li {
    margin-bottom: 13px;
}

.footer .footer-nav .list_page>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.footer .footer-nav .list_page>li>a:hover {
    color: #0f3875;
}

.footer .footer-nav .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .footer-nav .right h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.56rem;
    color: #898B8F;
    margin-bottom: 6px;
}

.footer .footer-nav .right h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #252931;
    margin-bottom: 9px;
}

.footer .footer-bottom {
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #E4EBEC;
}

.footer .footer-bottom .copyright {
    display: flex;
    justify-content: space-between;
}


.footer .copyright .left {
    display: flex;
}


.footer .copyright .left a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    margin-left: 7px;
}

.footer .copyright .right a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
}

.footer .copyright .right a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
}

.footer .site_box {
    width: 100%;
    position: absolute;
    top: -34%;
    left: 0;
}

.footer .site {
    width: 73%;
    margin: 0 auto;
}


.footer .site .site_lsit {
    display: flex;
}

.footer .site .left {
    display: flex;
    margin-right: 36px;
}

.footer .site .left .item {
    padding-top: 20px;
    padding-left: 27px;
    padding-right: 15px;
    display: flex;
    background: #FFFFFF;
    margin-right: 20px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.0602805);
}

.footer .site .left .item .text h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.56rem;
    text-align: left;
    color: #252931;
}

.footer .site .left .item .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    color: #898B8F;
    margin-top: 5px;
    max-width: 196px;
}

.footer .site .left .item .text p:hover {
    color: #0f3875;
}

.footer .site .left .item .img {
    margin-left: 12px;
    display: flex;
    align-items: flex-end;
}

.footer .site .left .item .img img {
    width: 100%;
}

.footer .site .right {
    display: flex;
}

.footer .site .right .item:first-child {
    margin-right: 1.56rem;
}

.footer .site .right .item .image {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    width: 107%;
    height: 100%;
    margin-right: 1.56rem;
    display: flex;
    justify-content: center;
}
.footer .site .right .item .image_l {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    width: 107%;
    height: 100%;
    margin-right: 1.56rem;
    display: flex;
    justify-content: center;
}
.footer .site .right .item .image_r {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    width: 107%;
    height: 100%;
    margin-right: 1.56rem;
    display: flex;
    justify-content: center;
}
.footer .site .right .item .image img {
    object-fit: scale-down;
}

.footer .site .right .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: center;
    color: #898B8F;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin-top: 10px;
}

.footer .message_box {
    width: 100%;
    max-height: 243px;
    position: absolute;
    top: -15%;
    left: 0;
}

.footer .message {
    display: flex;
    width: 73%;
    max-height: 217px;
    background: linear-gradient(133.88deg, #FFFFFF 2.57%, #FFFFFF 98.31%);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.0962751);
    border-radius: 20px;
    margin: 0 auto;
    min-height: 246px;
}

.footer .message .text {
    display: flex;
    margin-top: 71px;
    margin-bottom: 46px;
    flex: 0 0 30%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 58px;
}

.footer .message .text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 39px;
    color: #252931;
    margin-bottom: 11px;
}

.footer .message .text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #898B8F;
    mix-blend-mode: normal;
    opacity: 0.7;
    max-width: 321px;
}

.footer .message .name {
    display: flex;
    /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.0271081) 3.02%, rgba(0, 0, 0, 0.0001) 86.29%);*/
    align-items: center;
    /*border-radius: 70px 0 0 70px;*/
    background: url(../image/Intersect.svg) ;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 0 40%;
    justify-content: center;
}


.footer .message .name .ipt {
    padding-bottom: 1rem;
    border-bottom: 1px solid #D1D2D3;
}

.footer .message .name .ipt:first-child {
    margin-right: 51px;
}


.footer .message .name input {
    border: none;
    font-style: normal;
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55rem;
    color: #252931;
    background-color: var(--swiper-navigation-size);
}

.footer .message .about {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
    justify-content: center;
}

.footer .message .about>a {
    display: flex;
    min-width: 200px;
    height: 56px;
    background: #0f3875;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.204055);
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.footer .message1 .about>a {
    background: #17365D;
}

.footer .message .about img {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.footer .message .about a:hover {
    transform: translateX(10px);
}

.footer1 {
    padding-top: 60px;
}
/*分页*/
.pager .pagination{
    margin-top: 30px;
}
.pager ul{
    justify-content: center;
}
.pager li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: #F7F8FA;
    border: 1px solid #F7F8FA;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #7F7F7F;
}
.pager li.active {
    background: #0f3875;
    color: #fff;
}
.pager li:hover {
    background: #0f3875;
    color: #fff;
}
.pager li:hover a {
    color: #fff;
}
.pager li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #7F7F7F;
}
/*搜索*/
.search-cont{
	padding: 40px 0;
	padding-top: 60px;
}
.search-cont .search-txt p{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 73px;
}
.search-cont .search-txt p>strong{
	color: #D8232A;
}
.search-cont .search-list{
	margin-top: 20px;
}
.search-cont .search-box p{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}
.search-cont .search-box h2{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}
.search-cont .search-box{
	padding: 25px 0;
	position: relative;
}
.search-cont .search-box::before{
	content: "";
	width: 100%;
	height: 2px;
	background:#ECECEC;
	position: absolute;
	bottom: 0;
	left: 0;
}
.search-cont .search-box::after{
	content: "";
	width: 0;
	height: 2px;
	background:#ECECEC;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.search-cont .search-box:hover::after{
	background: #0D5661;
    width: 100%;
}
.search-cont .left-search{
	display: flex;
    margin: 20px 0;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius:  0px 6px 6px 0px;
    -moz-border-radius:  0px 6px 6px 0px;
    -ms-border-radius:   0px 6px 6px 0px;
    -o-border-radius:    0px 6px 6px 0px;
}
.search-cont .left-search input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
}
.search-cont .left-search button{
	outline: none;
    border: none;
    background: #0D5661;
    border-radius: 0px 6px 6px 0px;
     -webkit-border-radius:  0px 6px 6px 0px;
    -moz-border-radius:  0px 6px 6px 0px;
    -ms-border-radius:   0px 6px 6px 0px;
    -o-border-radius:    0px 6px 6px 0px;
    padding: 20px 32px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular , 微软雅黑, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
}
.search-cont .left-search button::before {
    content: "";
    background: url(https://www.middlebury.cn/static/images/product-list-icon3.png) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 30%;
}

.fixednav {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.pagination{
    display: flex!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: #0f3875!important;
    border-color: #0f3875!important;
}
.page-link {
    color: #0f3875!important;
}