.banner .banner-nav li a::before,
.more-r::before,
.grading-courses .tab-wrap .container-wrap .right-silder-new li a::before,
.grading-courses .tab-wrap .container-wrap .right-silder-new li a::after,
.grading-courses .tab-wrap .container-wrap .right-news dl dt::before,
.grading-courses .tab-wrap .container-wrap .right-news dl dd::before,
.grading-courses .up-lunbo .swiper-slide.active::before,
.grading-courses .up-lunbo .swiper-slide.active::after,
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div p::before,
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div a::before,
.grading-courses .tab-wrap .container-wrap .process-wrap div p::before,
.grading-courses .tab-wrap .container-wrap .process-wrap div a::before,
.grading-courses .tab-wrap .container-wrap .process-wrap ul li::after,
.teacher .teacher-team-wrap .pc-lun .swiper-button-prev:after,
.teacher .teacher-team-wrap .pc-lun .swiper-button-next:after,
.teacher .teacher-team-wrap .bottom-lun .swiper-slide-thumb-active .box-wrap::before,
.teacher  .teacher-team-wrap .text-centent .teacher-name:nth-child(1)::before,
.teacher .teacher-team-wrap .text-centent p:nth-child(2) span:nth-child(1)::before,
.hot-college .container-wrap .left-silder .tops a:last-child::before,
.hot-college .container-wrap .right-college .top-tab a:nth-child(3)::before,
.five-one>ul>li.on::before,
.five-one>ul li.on .yellow-wrap ul li:nth-child(1)::before,
.five-one>ul li.on .yellow-wrap ul:nth-child(2)::before,
.five-one>ul li.on .yellow-wrap ul:nth-child(3)::before,
.five-one>ul li.on .yellow-wrap ul:nth-child(4)::before,
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap::before,
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap::after,
.news .container-warp dl dt p::before,
.news .container-warp dl dd::before,
.news .container-warp dl dt a::before{
    content: "";
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header nav .nav>li:first-child{
    line-height: 53px !important;
}
header nav .nav>li:first-child a{
    color: #262626;
    padding: 17px 15px 16px 15px !important;
}
header nav .nav>li:first-child a::after,
header nav .nav>li:first-child a::before{
    width: 0;
}
.cons-1400px .nav-top,
.cons-1400px .container-warp{
    width: 1400px !important;
    margin: 0 auto;
}
/* 动效代码 */
.common-enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.common-enter,.common-leave,.top-enter p ,.top-leave p {
    transition: opacity 1s,transform 1s,-webkit-transform 1s
}

.common-leave {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
.top-enter p,
.top-enter p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.top-leave p,
.top-leave p {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
/* 动效代码 */
.relative{
    position: relative;
}
.more-r{
    position: relative;
}
.more-r::before{
    margin: auto;
    top: 0;
    bottom: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid transparent;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}
.title-wrap{
    text-align: center;
}
.title-wrap p:nth-child(1){
    font-size: 36px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 16px;
}
.title-wrap p:nth-child(2){
    font-size: 18px;
    color: #5B5B5B;
}
.bg-white{
    background-color: #fff;
}
/* 首页导航样式 */
.index nav{
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
}
.index nav p{
    /* margin-right: 43px; */
    margin-right: 20px;
}
/* banner */
.banner{
    position: relative;
}
.banner .swiper-slide{
    height: 558px;
}
.banner .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
    width: 41px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.banner .banner-nav{
    z-index: 3;
    position: absolute;
    left: calc((100vw - 1200px) / 2 - 108px);
    top: 0;
    width: 180px;
    background-color:rgba(255,255,255,.83) ;
    backdrop-filter: blur(1.25px);
}
.banner .banner-nav li a{
    margin: 6.2px 0;
    position: relative;
    font-size: 14px;
    color: #262626;
    text-align: center;
    display: block;
    height: 44px;
    line-height: 44px;
}
.banner .banner-nav li a::before{
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 0px;
    transition: height .3s;
    background-color:#FFB202;
}
.banner .banner-nav li a:hover{
    background-color: #fff;
}
.banner .banner-nav li a:hover::before{
    height: 26px;
}
/* 数字区域 */
.num-list{
    padding-top: 40px;
    width: 1400px;
    margin: 0 auto;
}
.num-list .one-title{
    font-size: 34px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 32px;
}
.num-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.num-list ul li{
    overflow: hidden;
    padding-top: 15px;
    /* padding-top: 24px; */
    position: relative;
    padding-left: 40px;
    width: 445px;
    height: 184px;
    border-radius: 4px;
    margin-bottom: 32px;
    background: #F8F8F8;
}
.num-list ul li .progress{
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background-color: #FFB202;
}
.num-list ul li p:nth-child(1){
    display: flex;
    align-items: flex-end;
}
.num-list ul li p:nth-child(1) span{
    font-weight: bold;
}
.num-list ul li p:nth-child(1) span{
    margin-bottom: 18px;
    margin-left: 8px;

}
.num-list ul li:nth-child(1) p:nth-child(2){
    margin-top: 15px;
}
.num-list ul li:nth-child(2) p:nth-child(1) span:nth-child(3){
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 57px;
    font-weight: bold;
    color: #3D3D3D;
}
.num-list ul li:nth-child(2) p:nth-child(1) span:nth-child(2){
    margin-left: 4px;
    margin-bottom: 7px;
    font-size: 44px;
    color: #3D3D3D;
}
.num-list ul li:nth-child(1) p:nth-child(1) span,
.num-list ul li:nth-child(5) p:nth-child(1) span{
    font-size: 24px;
    color: #3d3d3d;
}
.num-list ul li:nth-child(3) p:nth-child(1) span,
.num-list ul li:nth-child(4) p:nth-child(1) span{
    font-size: 26px;
    color: #3d3d3d;
}
.num-list ul li:nth-child(6) p:nth-child(1) span{
    font-size: 57px;
    margin-bottom: 6px;
    color: #3D3D3D;
}
.num-list ul li:nth-child(1) p:nth-child(1) i{
    height: 91px;
    font-size: 69px;
}
.num-list ul li p:nth-child(1) i{
    font-size: 74px;
    color: #3D3D3D;
    font-weight: bold;
    /* margin-left: 8px; */
}
.num-list ul li p:nth-child(3){
    display: none;
}
.num-list ul li p:nth-child(2),
.num-list ul li p:nth-child(3){
    margin-top: 10px;
    font-size: 22px;
    color:#3D3D3D;
    font-weight: 400;
}
.num-list ul li:last-child p:nth-child(2){
    margin-top: 15px;
}
.num-list ul li:nth-child(1) p:nth-child(1) img{
    width: 121px;
    height: 87px;
}
.num-list ul li:nth-child(2) p:nth-child(1) img{
    width: 230px;
    height: 89px;
}
.num-list ul li:nth-child(3) p:nth-child(1) img{
    width: 122px;
    height: 87px;
}
.num-list ul li:nth-child(4) p:nth-child(1) img{
    width: 125px;
    height: 87px;
}
.num-list ul li:nth-child(5) p:nth-child(1) img{
    width: 82px;
    height: 87px;
}
.num-list ul li:nth-child(6) p:nth-child(1) img{
    width: 260px;
    height: 56.5px;
}
.num-list ul li:nth-child(1){
    position: relative;
}
.num-list ul li:nth-child(1)::before{
    position: absolute;
    content: "";
    right: 45px;
    top: 76px;
    width: 33px;
    height: 20px;
    z-index: 2;
    background-color: #f9f9f9;
}
.num-list ul li:nth-child(1) .gif{
    position: absolute;
    right: -27px;
    top: -4px;
    width: 220px;
    height: 233px;
}
.num-list ul li:nth-child(1) .gifd{
    /* width: 135px;
    height: 37px;
    right: 4px;*/
    transform: rotate(-8deg);
    bottom: 78px; 
    z-index: 3;
    width: 81px;
    height: 39px;
    right: 20px;
    position: absolute;
}
.num-list ul li:nth-child(2) .gif{
    position: absolute;
    /* right: -35px;
    top: -29px; */
    right: -43px;
    top: -12px;
    width: 250px;
    height: 250px;
}
.num-list ul li:nth-child(3) .gif{
    position: absolute;
    right: -27px;
    top: -33px;
    width: 260px;
    height: 260px;
}
.num-list ul li:nth-child(4) .gif{
    position: absolute;
    right: 11px;
    top: -4px;
    width: 200px;
    height: 200px;
}
.num-list ul li:nth-child(5) .gifd{
    transform: rotate(353deg);
    position: absolute;
    right: 9px;
    top: 27px;
    width: 223px;
    height: 119px;
}
.num-list ul li:nth-child(5) .gif{
    transform: rotate(353deg);
    position: absolute;
    right: 9px;
    top: -20px;
    width: 220px;
    height: 220px;
}
.num-list ul li:nth-child(6) .gif{
    position: absolute;
    right: 1px;
    top: 9px;
    width: 180px;
    height: 180px;
}
.num-list ul li:nth-child(6) p:nth-child(1) i{
    margin-bottom: 5px;
    font-size: 66px;
}
/* 提分课程 */
.grading-courses{
    padding-top: 48px;
}
.grading-courses .up-lunbo{
    position: relative;
    width: 1296px;
    margin: 32px auto 0;
}
.grading-courses #up-class{
    width: 1200px;
}
.grading-courses .up-lunbo .swiper-slide{
    text-align: center;
    padding-bottom: 11px;
    cursor: pointer;
}
.grading-courses .up-lunbo .swiper-slide.active{
    position: relative;
}
.grading-courses .up-lunbo .swiper-slide.active::before{
    width: 100%;
    height: 3.5px;
    background-color: #FFD409;
    bottom: 0;
    left: 0;
}
.grading-courses .up-lunbo .swiper-slide.active::after{
    width: 6px;
    height: 6px;
    background-color: #FFD409;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}
.grading-courses .up-lunbo .swiper-slide img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.grading-courses .up-lunbo .swiper-slide p{
    font-size: 16px;
    color: #262626;
    margin-top: 8px;
}
.grading-courses .up-lunbo .swiper-button-next:hover, 
.grading-courses .up-lunbo .swiper-button-prev:hover{
    background-image: url(https://oss.kaoersi.com/public/images/new-index/t-class-hover.png);
}
.grading-courses .up-lunbo .swiper-button-next, 
.grading-courses .up-lunbo .swiper-button-prev{
    z-index: 1;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/t-class.png);
    top: 62px;
    width: 12px;
    height: 19px;
    background-size: 100% 100%;
}
.grading-courses .up-lunbo .swiper-button-prev{
    transform: rotateY(180deg);
}
.grading-courses .up-lunbo .swiper-button-next:after,.grading-courses .up-lunbo  .swiper-button-prev:after{
    content: "";
}
.grading-courses .tab-wrap{
    padding: 25px 0 37px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/bg1.png);
}
.grading-courses .tab-wrap .container-wrap{
    width: 1400px;
    margin: 0 auto;
    padding: 13px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 23.4px 0 #8c8c8c2e;
}
.grading-courses .tab-wrap .container-wrap{
    /* display: flex; */
    /* justify-content: space-between; */
}
.grading-courses .tab-wrap .container-wrap .left-max{
    width: 100%
}
.grading-courses .tab-wrap .container-wrap .scroll-wrap{
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.grading-courses .tab-wrap .container-wrap .left-max img{
    width: 324px;
    height: 322px;
    border-radius: 8px;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block{
    width: 734px;
    padding: 16px 14px 1px 11px;
    height: 322px;
    overflow: hidden;
}
.section-airc-table-body ul{
    display: flex;
    height: 50px;
    align-items: center;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block .name-list{
    width: 100%;
    display: flex;
    margin-top: 12px;
    border-radius: 4px ;
    background-color: #FFD409;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block .name-list li{
    text-align: center;
    width: 15%;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block .name-list li:nth-child(3){
    width: 22%;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block .name-list li:last-child{
    width: 18%;
}
#bd{
    height: 233px;
}
#bd ul{
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}
#bd ul:hover{
    background-color: #f8f8f8;
}
#bd ul li{
    padding: 13.5px 0;
    width: 15%;
    text-align: center;
    font-size: 14px;
    color: #3D3D3D;
}
#bd ul li:nth-child(3){
    width: 22%;
}
#bd ul li:last-child{
    width: 18%;
}
.grading-courses .tab-wrap .container-wrap .process-wrap{
    width: 1070px;
    padding: 10px 11px 16px 11px;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div:nth-child(1),
.grading-courses .tab-wrap .container-wrap .process-wrap div{
    display: flex;
    justify-content: space-between;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div p,
.grading-courses .tab-wrap .container-wrap .process-wrap div p{
    padding-left: 36px;
    position: relative;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div p::before,
.grading-courses .tab-wrap .container-wrap .process-wrap div p::before{
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/icon2-1.png);
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div a,
.grading-courses .tab-wrap .container-wrap .process-wrap div a{
    font-size: 14px;
    color: #5B5B5B;
    position: relative;
    padding-right: 10px;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block>div a::before,
.grading-courses .tab-wrap .container-wrap .process-wrap div a::before{
    border-left: 1px solid transparent;
    border-right: 1px solid #5B5B5B;
    border-top: 1px solid #5B5B5B;
    border-bottom: 1px solid transparent;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li{
    position: relative;
    width: 190px;
    height: 128px;
    border-radius: 4px;
    background: #FFF;
    padding: 12px 16px;
    text-align: center;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li::after{
    width: 1px;
    height: 79px;
    background: #ECECEC;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li:last-child:after{
    width: 0;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li:hover{
    box-shadow: 0 4px 4px 0 #c1c1c140;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 12px;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li p:nth-child(2){
    width: 26px;
    height: 2px;
    background-color: #3D3D3D;
    margin: 0 auto;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li p:nth-child(3),
.grading-courses .tab-wrap .container-wrap .process-wrap ul li p:nth-child(4){
    font-size: 14px;
    color: #5B5B5B;
}
.grading-courses .tab-wrap .container-wrap .process-wrap ul li p:nth-child(3){
    margin: 16px 0 14px;
}
.grading-courses .tab-wrap .container-wrap .left-max .scroll-block,
.grading-courses .tab-wrap .container-wrap .process-wrap,
.grading-courses .tab-wrap .container-wrap .right-silder-new,
.grading-courses .tab-wrap .container-wrap .right-news dl{
    background-color: #fff;
    box-shadow: 0 5px 23.4px rgba(140,140,140,.18);
    border-radius: 8px;
}
.grading-courses .tab-wrap .container-wrap .right-news{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new{
    padding: 15px 16px;
    width: 292px;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li a{
    border-radius: 7px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    position: relative;
    margin-bottom: 12px;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li:last-child a{
    margin-bottom: 0;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li a::before{
    width: 20px;
    height: 20px;
    right: 20px;
    top: 22px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/icon3-5.png);
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li a::after{
    width: 0px;
    height: 43.77px;
    right: 11px;
    bottom: 0px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/icon3-6.png);
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li a:hover{
    background-color: #FFD409;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li a:hover::after{
    width: 62px;
}
.grading-courses .tab-wrap .container-wrap .right-silder-new li img{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.grading-courses .tab-wrap .container-wrap .right-news dl{
    width: 292px;
    padding: 10px 23px 16px 16px;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dt{
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 34px;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dt::before{
    width: 24px;
    height: 24px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/icon2-2.png);
    left: 0;
    top: 0;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dd{
    padding-left: 12px;
    position: relative;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dd::before{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #3D3D3D;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dd a{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #3D3D3D;
}
.grading-courses .tab-wrap .container-wrap .right-news dl dd a:hover{
    color: #828282;
}
/* 老师 */
.teacher{
    padding-top: 60px;
}
.teacher .container-wrap{
    padding-bottom: 40px;
    margin-top: 44px;
    padding-top: 56px;
    background-size: auto 567px;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/bg2.png);
}
.teacher .container-wrap .numbers{
    display: flex;
    justify-content: space-between;
    width: 1182px;
    margin: 0 auto 40px;
}
.teacher .container-wrap .numbers li{
    display: flex;
    align-items: center;
}
.teacher .container-wrap .numbers li:nth-child(1)>img{
    width: 122px;
    height: 72px;
}
.teacher .container-wrap .numbers li:nth-child(2)>img{
    width: 49px;
    height: 72px;
}
.teacher .container-wrap .numbers li:nth-child(3)>img{
    width: 68px;
    height: 72px;
}
.teacher .container-wrap .numbers li>img{
    transition: all .3s;
}
.teacher .container-wrap .numbers li:hover>img{
    transform: translateY(-10px);
}
.teacher .container-wrap .numbers p{
    color: #fff;
    margin-left: 20px;
}
.teacher .container-wrap .numbers p:nth-child(1){
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
}
.teacher .container-wrap .numbers p:nth-child(1) img{
    width: 12px;
    height: 16px;
    margin-left: 12px;
}
.teacher .container-wrap .numbers p:nth-child(2){
    margin-top: 8px;
    font-size: 14px;
}
.teacher .teacher-team-wrap{
    margin-top: 40px;
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 36px 0px 47px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 -7px 32px 0 rgba(160,160,160,.18);
    background-image: url(https://oss.kaoersi.com/public/images/new-index/lunbo-bg.png);
}
.teacher .teacher-team-wrap .pc-lun{
    position: relative;
    overflow: hidden;
}
.teacher .teacher-team-wrap .pc-lun .box-wrap{
    padding-top: 9px;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #F3F3F3;
}
.teacher .teacher-team-wrap .pos-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
}
.teacher .teacher-team-wrap .child-bottom{
    width: 838px;
    height: 168px;
    position: relative;
}
.teacher .teacher-team-wrap .pc-lun .swiper-button-prev:after,
.teacher .teacher-team-wrap .pc-lun .swiper-button-next:after{
    content: "";
}
.teacher .teacher-team-wrap .bottom-lun{
    width: 838px;
    padding: 16px 17px 0;
    position: absolute;
    left: 4px;
    bottom: -14px;
}
.teacher .teacher-team-wrap .swiper-button-prev,
.teacher .teacher-team-wrap .swiper-button-next{
    margin: auto;
    top: 24px;
    bottom: 0;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
    background-image: url(/public/other/images/tag/new-tag/lun-bo.png);
}
.teacher .teacher-team-wrap .swiper-button-prev{
    left: 1px;
    transform: rotate(180deg);
}
.teacher .teacher-team-wrap .swiper-button-next{
    right: 1px;
}
.teacher .teacher-team-wrap .swiper-slide-thumb-active{
    /* margin-right: 40px; */
    transform: scale(1.12) !important;
}
.teacher .teacher-team-wrap .bottom-lun .swiper-slide{
    text-align: center;
    padding-top: 8px;
    border-radius: 8px 8px 0 0;
    transform: scale(0.9);
    background-color: #F3F3F3;
    /* margin-right: 0px !important; */
}
.teacher .teacher-team-wrap .bottom-lun .swiper-slide img{
    display: inline;
    width: 90%;
    height: 90%;
}
.teacher .teacher-team-wrap .text-centent{
    position: relative;
    height: 450px;
    display: flex;
    justify-content: space-between;
}
.teacher .teacher-team-wrap .text-centent img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 362px;
    height: 436px;
}
.teacher .teacher-team-wrap .text-centent>div{
    padding-left: 20px;
    width: 690px;
}
.teacher .teacher-team-wrap .text-centent .teacher-name:nth-child(1){
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #262626;
    margin-bottom: 24px;
    font-weight: bold;
}
.teacher  .teacher-team-wrap .text-centent .teacher-name:nth-child(1)::before{
    width: 34px;
    height: 34px;
    right: -50px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.comhttps://oss.kaoersi.com/public/other/images/tag/new-tag/after4-1.png);
}
.teacher .teacher-team-wrap .text-centent p:nth-child(2) span:nth-child(1){
    position: relative;
    padding-left: 44px;
}
.teacher .teacher-team-wrap .text-centent p:nth-child(2) span:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/images/new-index/lunbo-icon-1.png);
    width: 18px;
    height: 24.5px;
    left: 11px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.teacher .teacher-team-wrap .text-centent p:nth-child(2) span{
    font-weight: bold;
    padding: 6px 15px;
    margin-right: 20px;
    line-height: 42px;
    height: 42px;
    background-color: #F8F8F8;
    font-size: 18px;
    color: #3d3d3d;
}
.teacher .teacher-team-wrap .text-centent p:nth-child(3){
    margin-top: 23px;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 24.84px;
}
.teacher .teacher-team-wrap .text-centent .btn-wrap{
    margin: 31px 0 179px;
    display: flex;
}
.teacher .teacher-team-wrap .text-centent a:nth-child(1){
    color: #262626;
    background-color: #FFD409;
    border:1px solid #FFD409;
    margin-right: 14px;
    font-weight: bold;
}
.teacher .teacher-team-wrap .text-centent a:nth-child(2){
    color: #5B5B5B;
    margin-right: 14px;
    border:1px solid #DEDEDE;
}
.teacher .teacher-team-wrap .text-centent a{
    display: block;
    text-align: center;
    width: 139px;
    height: 42px;
    line-height: 42px;
    border-radius: 134px;
    font-size: 16px;
}
.teacher .teacher-team-wrap .text-centent a:nth-child(1):hover{
    background-color: #FFB202;
}
.teacher .teacher-team-wrap .text-centent a:nth-child(2):hover{
    background-color: #DEDEDE;
}
/* 热门辅导院校 */
.hot-college{
    padding-top: 40px;
    width: 1400px;
    margin: 0 auto;
}
.hot-college .container-wrap{
    display: flex;
    justify-content: space-between;
}
.hot-college .container-wrap .left-silder{
    padding: 16px;
    width: 371px;
    height: 680px;
    border-radius: 8px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/college-left-bg.png);
}
.hot-college .container-wrap .right-college{
    width: calc(100% - 391px);
    box-shadow: 0 5px 22px #24242421;
    border-radius: 8px;
    padding: 20px 24px 1px;
}
.hot-college .container-wrap .left-silder .tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.hot-college .container-wrap .left-silder .tops p:first-child{
    font-size: 18px;
    color: #3D3D3D;
    font-weight: bold;
}
.hot-college .container-wrap .left-silder .tops a:last-child{
    font-size: 16px;
    color: #5B5B5B;
    padding-right: 18px;
    position: relative;
}
.hot-college .container-wrap .left-silder .tops a:last-child::before{
    right: 6px;
    margin: auto;
    top: 0;
    bottom: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid transparent;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}
.hot-college .container-wrap .left-silder .name-list,
.hot-college .container-wrap .left-silder .major-list{
    background-color: #fff;
    border-radius: 7px;
}
.hot-college .container-wrap .left-silder .name-list{
    display: flex;
    height: 40px;
}
.hot-college .container-wrap .left-silder .name-list li{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: bold;
    line-height: 40px;
}
.hot-college .container-wrap .left-silder .name-list li:nth-child(1){
    width: 21%;
    text-align: right;
}
.hot-college .container-wrap .left-silder .name-list li:nth-child(2){
    padding-left: 34px;
    width: 50%;
}
.hot-college .container-wrap .left-silder .name-list li:nth-child(3){
    width: 23%;
    text-align: center;
}
.hot-college .container-wrap .left-silder .major-list{
    margin-top: 19px;
    padding: 6px 24px;
}
.hot-college .container-wrap .left-silder .major-list li:nth-child(1){
    border-top: 1px solid #fff;
}
.hot-college .container-wrap .left-silder .major-list li{
    /* border-bottom: 1px dashed #DDDDDD; */
    border-top: 1px dashed #DDDDDD;
    padding: 13px 0 10px;
}
.hot-college .container-wrap .left-silder .major-list li:hover{
    background-color: #F7F7F7;
    /* border-bottom: 1px solid #F7F7F7; */
    border-top: 1px solid #F7F7F7;
}
.hot-college .container-wrap .left-silder .major-list li:hover + li{
    border-top: 1px solid #F7F7F7;
}
.hot-college .container-wrap .left-silder .major-list li a{
    display: flex;
    align-items: center;
}
.hot-college .container-wrap .left-silder .major-list li a p:nth-child(1){
    width: 26px;
    font-size: 12px;
    color: #5B5B5B;
    font-weight: bold;
    margin-left: 10px;
    height: 28.5px;
    background-size: 100% 100% ;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hot-college .container-wrap .left-silder .major-list li a p:nth-child(2){
    width: 72%;
    padding-left: 47px;
    font-size: 14px;
    color: #3D3D3D;
}
.hot-college .container-wrap .left-silder .major-list li a p:nth-child(3){
    width: 16%;
    font-size: 14px;
    color: #3D3D3D;
}
.hot-college .container-wrap .left-silder .major-list li:nth-child(1) a p:nth-child(1){
    background-image: url(https://oss.kaoersi.com/public/images/new-index/first.png);
}
.hot-college .container-wrap .left-silder .major-list li:nth-child(2) a p:nth-child(1){
    background-image: url(https://oss.kaoersi.com/public/images/new-index/second.png);
}
.hot-college .container-wrap .left-silder .major-list li:nth-child(3) a p:nth-child(1){
    background-image: url(https://oss.kaoersi.com/public/images/new-index/thrid.png);
}
.hot-college .container-wrap .right-college .top-tab{
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
    margin-bottom: 19px;
    border-bottom: 1px solid #D1D1D1;
}
.hot-college .container-wrap .right-college .top-tab p:nth-child(1){
    width: 29%;
    font-size: 20px;
    color: #262626;
    font-weight: bold;
}
.hot-college .container-wrap .right-college .top-tab a:nth-child(3){
    font-size: 16px;
    color: #5B5B5B;
    padding-right: 18px;
    position: relative;
}
.hot-college .container-wrap .right-college .top-tab a:nth-child(3)::before{
    right: 6px;
}
.hot-college .container-wrap .right-college .top-tab ul{
    display: flex;
}
.hot-college .container-wrap .right-college .top-tab ul li{
    font-size: 16px;
    color: #262626;
    margin-right: 35px;
    cursor: pointer;
}
.hot-college .container-wrap .right-college .top-tab ul li:last-child{
    margin-right: 49px;
}
.hot-college .container-wrap .right-college .top-tab ul li.active{
    font-weight: bold;
}
.hot-college .container-wrap .right-college .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hot-college .container-wrap .right-college .wrap li{
    width: 305px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 24px;
    box-shadow: 0 0 12.7px 4px #b8b8b840;
}
.hot-college .container-wrap .right-college .wrap li .tops{
    position: relative;
}
.hot-college .container-wrap .right-college .wrap li .tops .school-img{
    width: 305px;
    height: 145px;
    border-radius: 4px 4px 0 0;
}
.hot-college .container-wrap .right-college .wrap li .tops p{
    position: absolute;
    right: 16px;
    bottom: 12px;
    font-size: 12px;
    color: #fff;
    display: none;
}
.hot-college .container-wrap .right-college .wrap li .tops p span{
    font-weight: bold;
}
.hot-college .container-wrap .right-college .wrap li .bottom{
    padding: 20px 24px ;
}
.hot-college .container-wrap .right-college .wrap li .bottom>a:nth-child(1){
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.hot-college .container-wrap .right-college .wrap li .bottom p:nth-child(2){
    font-size: 12px;
    color: #5B5B5B;
    margin: 4px 0 16px;
}
.hot-college .container-wrap .right-college .wrap li .bottom div{
    display: flex;
    justify-content: space-between;
}
.hot-college .container-wrap .right-college .wrap li .bottom div a{
    display: block;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #262626;
    width: 122px;
}
.hot-college .container-wrap .right-college .wrap li .bottom div a:nth-child(1){
    background-color:#FFD409;
}
.hot-college .container-wrap .right-college .wrap li .bottom div a:nth-child(2){
    border: 1px solid #C5C5C5;
}
.hot-college .container-wrap .right-college .wrap li .bottom div a:nth-child(1):hover {
    background-color:#FFB202;
}
.hot-college .container-wrap .right-college .wrap li .bottom div a:nth-child(2):hover{
    background-color: #EDEDED;
    border:1px solid #EDEDED;
}
/* 五位一体 */
.five-one{
    padding-top: 80px;
    width: 1400px;
    margin: 0 auto;
}
.hot-college .title-wrap,
.five-one .title-wrap{
    margin-bottom: 45px;
}
.five-one>ul{
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
}
.five-one>ul li:nth-child(1){
    margin-left: 0;
}
.five-one>ul>li{
    /* margin-left: 14px; */
    position: relative;
    width: 206px;
    height: 374px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.five-one>ul>li:last-child{
    margin-right: 0;
}
.five-one>ul>li.on{
    width: 480px;
}
.five-one>ul>li .img-wrap{
    width: 206px;
    height: 374px;
    z-index: 3;
    opacity: 1;
}
.five-one>ul>li.on .img-wrap{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.five-one>ul>li .yellow-wrap{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.five-one>ul>li .yellow-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
    /* height: 321px; */
    height: auto;
}
.five-one>ul>li:nth-child(1) .yellow-wrap img{
    width: 41%;
}
.five-one>ul>li:nth-child(2) .yellow-wrap img,
.five-one>ul>li:nth-child(4) .yellow-wrap img{
    width: 45%;
}
.five-one>ul>li:nth-child(3) .yellow-wrap img{
    width: 43%;
}
.five-one>ul>li .img-wrap img{
    width: 100%;
    height: 100%;
}
.five-one>ul>li.on .yellow-wrap{
    opacity: 1;
    width: 480px;
    height: 374px;
    position: relative;
    padding-left: 24px;
    background-size: 100% 100%;
    background-image: url(/public/other/images/list_kc_tbkc/pic5-bg.png);
    border-radius: 8px;
}
.five-one>ul>li.on::before{
    width: 182px;
    height: 127px;
    background-image: url(/public/other/images/list_kc_tbkc/pic5-1-2.png);
}
.five-one>ul>li.on .yellow-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 41%; */
    height: 278px;
}
.five-one>ul li:nth-child(5).on .yellow-wrap img{
    height: 140px;
}
.five-one>ul>li.on .yellow-wrap{
    padding: 24px 30px 0 46px;
}
.five-one>ul>li.on .yellow-wrap .top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    /* margin-left: 20px; */
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.five-one>ul>li.on .yellow-wrap .top p:nth-child(1){
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    margin-right: 12px;
}
.five-one>ul>li.on .yellow-wrap .top p:nth-child(2){
    font-size: 14px;
    color: #5B5B5B;
}
.five-one>ul>li.on .yellow-wrap p:nth-child(3){
    width: 33px;
    height: 1px;
    margin-bottom: 27px;
    background-color: #3d3d3d;
}
.five-one>ul li.on .yellow-wrap ul{
    margin-top: 29px;
    margin-bottom: 15px !important;
    padding-left: 35px;
    position: relative;
}
.five-one>ul li.on .yellow-wrap ul li{
    margin-bottom: 11px;
}
.five-one>ul li.on .yellow-wrap ul li:nth-child(1){
    display: inline-block;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.five-one>ul li.on .yellow-wrap ul li:nth-child(1)::before{
    content: "";
    position: absolute;
    /* width: 100%; */
    width: 83px;
    height: 9px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(90deg,#ffe775 -1.14%,rgba(248,248,248,0.00)94.53%);
}
.five-one>ul li.on .yellow-wrap ul li:nth-child(2){
    font-size: 14px;
    color: #5b5b5b;
}
.five-one>ul li.on .yellow-wrap ul:nth-child(2)::before,
.five-one>ul li.on .yellow-wrap ul:nth-child(3)::before,
.five-one>ul li.on .yellow-wrap ul:nth-child(4)::before{
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
    bottom: 0;
}
.five-one>ul li.on .yellow-wrap ul:nth-child(2)::before{
    background-image: url(/public/other/images/list_kc_tbkc/pic5-1-3.png);
}
.five-one>ul li.on .yellow-wrap ul:nth-child(3)::before{
    background-image: url(/public/other/images/list_kc_tbkc/pic5-1-4.png);
}
.five-one>ul li.on .yellow-wrap ul:nth-child(4)::before{
    background-image: url(/public/other/images/list_kc_tbkc/pic5-1-5.png);
}
.five-one>ul li.on .yellow-wrap a{
    padding: 0 23px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background-color: #ffd409;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
}
.five-one>ul li.on .yellow-wrap a:hover{
    background-color: #FFB202;
}
.five-one>ul li:nth-child(1).on .yellow-wrap a{
    bottom: 19px;
    right: 31px;
}
.five-one>ul li:nth-child(2).on .yellow-wrap a,
.five-one>ul li:nth-child(4).on .yellow-wrap a{
    bottom: 17px;
    right: 36px;
}
.five-one>ul li:nth-child(3).on .yellow-wrap a{
    bottom: 18px;
    right: 39px;
}
/* .five-one>ul li:nth-child(4).on .yellow-wrap a{
    bottom: 17px;
    right: 25px;
} */
.five-one>ul li:nth-child(5).on .yellow-wrap a{
    bottom: 21px;
    right: 26px;
}
/* 信赖我们 */
.trust-me{
    padding: 119px 0 36px;
    background-color: #fff;
}
.trust-me .container-wrap{
    width: 1400px;
    margin: 0 auto;
}
.trust-me .container-wrap ul{
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trust-me .container-wrap ul li{
    padding: 9px 0 27px 35px;
    margin-bottom: 24px;
    width: 332px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 23.4px 0 #8c8c8c2e;
}
.trust-me .container-wrap ul li img{
    width: 69px;
    height: 69px;
}
.trust-me .container-wrap ul li p:nth-child(2){
    font-size: 24px;
    color:#262626;
    font-weight: bold;
    margin:11px 0 14px;
}
.trust-me .container-wrap ul li p:nth-child(3),
.trust-me .container-wrap ul li p:nth-child(4){
    font-size: 16px;
    color: #5B5B5B;
}
.trust-me .container-wrap ul li p:nth-child(4){
    margin-top: 8px;
}
.trust-me .container-wrap ul li p:last-child{
    margin-top: 24px;
    width: 53px;
    height: 3px;
    background:#FFD409;
}
.trust-me .container-wrap ul li:hover{
    background-color: #FFD409;
    box-shadow: 0 5px 23.4px 0 #8c8c8c2e;
}
/* 考而思教育视界 */
.education{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/bg3.png);
}
.education .container-wrap{
    position: relative;
    padding-top: 45px;
    width: 1400px;
    margin: 0 auto;
}
.education .container-wrap .tab-top{
    position: absolute;
    left: 0;
    top: 44px;
    display: flex;
}
.education .container-wrap .tab-top li{
    cursor: pointer;
    width: 112px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #3D3D3D;
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}
.education .container-wrap .tab-top li.active{
    font-weight: bold;
    background-color: #FFD409;
}
.education .container-wrap .video-con{
    display: flex;
    justify-content: space-between;
}
.education .container-wrap .video-wrap .left-max{
    align-items: center;
    justify-content: space-around;
    display: flex;
    margin-top: 68px;
    width: 1088px;
    height: 609px;
    /* background-color: #000; */
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.education .container-wrap .video-wrap .left-max video{
    width: 1088px;
    height: 609px;
}
.education .container-wrap .video-wrap .left-max .btn-zui-wrap {
    cursor: pointer;
    position: absolute;
    width: 48px;
    height: 48px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap{
    position: relative;
    width: 48px;
    height: 48px;
}
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap img{
    width: 48px;
    height: 48px;
    z-index: 3;
    position: absolute;
}
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap::before{
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 70px;
    border:1px solid rgba(255,255,255,.46);
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: vidoe-btn 1.5s linear 0s infinite;
}
.education .container-wrap .video-wrap .left-max .btn-zui-wrap .btn-wrap::after{
    width: 87px;
    height: 87px;
    position: absolute;
    border-radius: 87px;
    border:1px solid rgba(255,255,255,.46);
    left: -21px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: vidoe-btn1 1.5s linear 0s infinite;
}
@keyframes vidoe-btn {
	from {
        left: -12px;
        width: 70px;
        height: 70px;
		opcity: 1;
	}
	to {
        left: -28px;
		width: 100px;
		height: 100px;
		opacity: 0;
	}
}
@keyframes vidoe-btn1 {
	from {
        left: -21px;
        width: 87px;
        height: 87px;
		opcity: 1;
	}
	to {
        left: -36px;
		width: 117px;
		height: 117px;
		opacity: 0;
	}
}
.education .container-wrap .right-video{
    position: relative;
    margin-top: 21px;
    width: 271px;
}
.education .container-wrap .right-video .overs{
    width: 100%;
    height: 630px;
    overflow: hidden;
}
.education .container-wrap .right-video .btn-wrap{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 17px;
}
.education .container-wrap .right-video .btn-wrap li:last-child{
    transform: rotateY(180deg);
    margin: 0 17px;
}
.education .container-wrap .right-video #video-list .swiper-slide>div div{
    position: relative;
    width: 271px;
    height: 152px;
}
.education .container-wrap .right-video #video-list div video:first-child{
    width: 271px;
    height: 152px;
    border-radius: 4px;
}
.education .container-wrap .right-video #video-list .swiper-slide>div img:last-child{
    position: absolute;
    bottom: 7px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
}
.education .container-wrap .right-video #video-list .swiper-slide p{
    font-size: 14px;
    margin-top: 11px;
    color:#3D3D3D;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.education .container-wrap .right-video video:not(:root):fullscreen{
    width: 80% !important;
    height: 80% !important;
}
.education .container-wrap .right-video .right-video-list{
    padding-top: 46px;
}
#video-list{
    height: 630px;
    overflow: hidden;
}
#video-list .video-wrap{
    cursor: pointer;
}
#video-list .swiper-slide{
    height: 210px;
}
.education .container-wrap .right-video #video-list .active p{
    color: #FFB202;
}
.education .container-wrap .right-video .swiper-button-next,
.education .container-wrap .right-video .swiper-button-prev{
    top: 18px;
    width: 27px;
    height: 27px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/edu-lunbo.png);
    background-size: 100% 100%;
}
.education .container-wrap .right-video .swiper-button-next:hover,
.education .container-wrap .right-video .swiper-button-prev:hover{
    width: 27px;
    height: 27px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/edu-lunbo-hover.png);
    background-size: 100% 100%;
}
.education .container-wrap .right-video .swiper-button-next{
    right: 16px;
}
.education .container-wrap .right-video .swiper-button-prev{
    transform: rotateY(180deg);
    left: 68%;
}
.education .container-wrap .right-video .swiper-button-next:after,
.education .container-wrap .right-video .swiper-button-prev:after{
    content: "";
    width: 27px;
    height: 27px;
}
.education .container-wrap .right-video .right-video-list video{
    width: 271px;
    height: 152px;
    border-radius: 4px;
}
/* 荣誉 */
.honor{
    padding-top: 60px;
    background: linear-gradient(180deg,#f8f8f7 0%,rgba(248,248,247,0.00)100%);
}
#honor{
    width: 1400px;
    margin: 0 auto;
    padding: 44px 5px 53px;
}
#honor .img-wrap{
    text-align: center;
    padding: 19px 0px 28px;
    background-color: #FFF;
    box-shadow: 0 0 9px #0000001a;
}
#honor .img-wrap img{
    width: 188px;
    height: 140px;
}
#honor .img-wrap p{
    font-size: 16px;
    margin-top: 22px;
    color:#262626
}
#honor-scoll{
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
#honor-scoll .swiper-pagination-bullet{
    width: 53px;
    height: 3px;
    opacity: 1;
    margin: 0 4px;
    border-radius: 29px;
    background: #C2C2C2;
}
#honor-scoll .swiper-pagination-bullet-active{
    background: #FFD409;
}
/* 公司环境 */
.environment{
    background-color: #fff;
    padding-top: 54px;
}
.environment .container{
    position: relative;
    margin-top: 44px;
    position: relative;
}
.environment .container .left-fix{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 481px;
    height: 430px;
}
#environment .all-img-wrap{
    display: flex;
}
#environment .all-img-wrap .yellow-left{
    text-align: left;
    /* padding: 85px 0 0 88px; */
    /* width: 468px; */
    padding: 4.5% 0 0 4.63%;
    width: 24.85%;
    /* height: 430px; */
    background-color: #FFD409;
}
#environment .all-img-wrap .yellow-left p:nth-child(1){
    font-size: 32px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 32px;
}
#environment .all-img-wrap .yellow-left p:nth-child(2){
    font-size: 16px;
    color: #5B5B5B;
    width: 295px;
    line-height: 27px;
}
/* .right-swiper{
    position: relative;
} */
#environment .all-img-wrap ul{
    width: calc(100% - 24.6%);
    /* width: calc(100% - 468px); */
    display: flex;
    flex-wrap: wrap;
}
#environment .all-img-wrap{
    text-align: right;
}
#environment .all-img-wrap ul li{
    /* height: 215px; */
    height: auto;
    width: 20%;
    overflow: hidden;
}
#environment .all-img-wrap ul li img{
    /* width: 286px;
    height: 215px; */
    width: 100%;
    height: 100%;
    transition: all .3s;
}
#environment .all-img-wrap ul li img:hover{
    transform: scale(1.2);
}
#environment-scoll{
    z-index: 2;
    left: 88px;
    bottom: 20.3%;
    /* bottom: 85px; */
    width: 66.88px;
    height: 17.26px;
    line-height: 12.26px;
    border-radius: 30.2px;
    background: rgba(255,255,255,.66);
}
#environment-scoll .swiper-pagination-bullet{
    width: 7.55px;
    height: 4.32px;
    opacity: 1;
    margin: 0 4px;
    border-radius: 15.19px;
    background: rgba(0,0,0,.40);
}
#environment-scoll .swiper-pagination-bullet-active{
    width: 17.26px;
    height: 4.32px;
    border-radius: 15.19px;
    background: #262626;
}
.environment .container .btn-wrap{
    z-index: 2;
    position:absolute;
    left: 175px;
    bottom: 20.3%;
    /* bottom: 85px; */
    width: 50px;
    height: 17.26px;
    /* line-height: 12.26px; */
    border-radius: 30.2px;
    background: rgba(255,255,255,.66);
}
.environment .container .swiper-button-next,
.environment .container .swiper-button-prev{
    top: 23px;
    width: 13.5px;
    height: 13.5px;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/env-lun-btn.png);
}
.environment .container .swiper-button-next:after, 
.environment .container .swiper-button-prev:after{
    content: "";
}
.environment .container .swiper-button-next{
    top: 23.01px;
    transform: rotateY(180deg);
    right: 7px;
}
.environment .container .swiper-button-prev{
    left: 5px;
}
/* 资讯速递 */
.news{
    padding: 80px 0 48px;
    background-color: #fff;
}
.news .title-wrap{
    margin-bottom: 47px;
    text-align: center;
}
.news .container-warp{
    display: flex;
    width: 1400px;
    margin: 0 auto;
}
.news .container-warp .left{
    width: 245px;
    height: 398px;
    border-radius: 8px;
    margin-right: 32px;
}
.news .container-warp .new-wrap{
    display: flex;
    justify-content: space-between;
}
.news .container-warp dl{
    width: 353px;
}
.news .container-warp dl dt{
    padding-bottom: 12px;
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D0D0D0;
}
.news .container-warp dl dt p{
    font-weight: 700;
    font-size: 18px;
    color: #3D3D3D;
    padding-left: 13px;
    position: relative;
}
.news .container-warp dl dt p::before{
    width: 3px;
    height: 18px;
    background:#FFD409;
    left: 0;
    top: 5px;
}
.news .container-warp dl dt a{
    display: block;
    font-size: 16px;
    color: #5B5B5B;
    position: relative;
    padding-right: 13px;
}
.news .container-warp dl dt a::before{
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid transparent;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}
.news .container-warp dl dd{
    position: relative;
    padding-left: 16px;
    margin-bottom: 26px;
}
.news .container-warp dl dd:hover a{
    color: #8b8b8b;
}
.news .container-warp dl dd:nth-child(6){
    margin-bottom: 20px;
}
.news .container-warp dl dd::before{
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #3D3D3D;
}
.news .container-warp dl dd a{
    display: block;
    font-size: 14px;
    color: #3D3D3D;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news .container-warp .img-list{
    display: flex;
}
.news .container-warp .img-list li{
    margin-right: 32px;
}
.news .container-warp .img-list li:last-child{
    margin-right: 0;
}
.news .container-warp .img-list li img,
.news .container-warp .img-list li{
    width: 353px;
    height: 117px;
}
/*图片放大弹层*/
.overlay {
    background-color: rgba(0, 0, 0, 0.815);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlayBg {
    position: relative;
    z-index: 11;
    display: flex; /*因为企业荣誉3A认证出现问题所以添加*/
    max-width: 80vw;
    max-height: 80vh;
}
.overlayBg-mb {
    position: relative;
    z-index: 11;
    max-width: 90%;
}
.imgClose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose:hover {
    opacity: 1;
}
.imgClose-mb {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose-mb:hover {
    opacity: 1;
}
.overlayimg {
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
}
/*图片放大弹层*/
.footer-top-bg .cont .text-cont{
    width: calc(100% - 170px);
}
.footer-bottom-bg .info{
    margin-top: 24px !important;
}
.footer-top-bg .cont{
    width: 1400px !important;
}
/* 固定底部广告条 */
.fix-active-bg,
.fix-active-bg .cons .qr-bg,
.fix-active-bg .cons ul li,
.fix-active-bg .cons ul li:last-child{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fix-active-bg{
    z-index: 1;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 11px 0 15px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/active-bottom/fix-bgs.png);
}
.fix-active-bg .cons{
    position: relative;
    width: 1015px;
    margin-left: 31%;
    margin-right: auto;
}
.fix-active-bg .cons .qr-bg{
    position: absolute;
    left: -206px;
    bottom: 0px;
    padding: 8px 11px 6px 11px;
    width: 126px;
    height: 134.07px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/active-bottom/qr-bg.png);
}
.fix-active-bg .cons .qr-bg img{
    width: 104px;
    height: 105px;
}
.fix-active-bg .cons .qr-bg p{
    text-align: center;
    font-size: 11px;
    color: #3d3d3d;
}
.fix-active-bg .cons .texts>img:nth-child(1){
    margin-bottom: 9px;
    height: 41.5px;
    width: 738px;
}
.fix-active-bg .cons ul li{
    padding: 12px 13px 11px 13px;
    margin-right: 21px;
    width: 221.5px;
    height: 42px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/active-bottom/input-bg.png);
}
.fix-active-bg .cons ul li:first-child{
    width: 247.5px;
}
.fix-active-bg .cons ul li:nth-child(2){
    width: 262.5px;
}
.fix-active-bg .cons ul li:nth-child(3){
    width: 250.5px;
}
.fix-active-bg .cons ul,
.fix-active-bg .cons ul li{
    display: flex;
    align-items: center;
}
.fix-active-bg .cons ul li img{
    width: 19px;
    height: 19px;
    margin-right: 6.5px;
}
.fix-active-bg .cons ul li input{
    width: 100%;
    outline: none;
    border:none;
}
.fix-active-bg .cons ul li input,
.fix-active-bg .cons ul li input::placeholder{
    font-size: 14px;
    color: #43418E;
}
.fix-active-bg .cons ul li:last-child{
    padding: 0;
    width: 297px;
    height: 48px;
    background-image: url(https://oss.kaoersi.com/public/images/new-index/active-bottom/btns.png);
}
.fix-active-bg .cons ul li:last-child p{
    width: 170.5px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}
.fix-active-bg .cons .tiger{
    position: absolute;
    bottom: -9.4px;
    right: -149.15px;
    width: 96.65px;
    height: 129.34px;
}
.fix-active-bg>div{
    position: relative;
}
.fix-active-bg>div .active-close{
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 0;
    width: 35px;
    height: 35px;
}
/* 小于1560px样式 */
@media (max-width: 1560px) {
    #environment .all-img-wrap .yellow-left{
        padding: 3.5% 0 0 2.63%;
    }
    #environment-scoll,.environment .container .btn-wrap{
        bottom: 12.3%;
    }
}
/* 小于1560px样式 */
@media (max-width: 1560px) {
    #environment .all-img-wrap .yellow-left {
        padding: 3.5% 0 0 1.63%;
    }
    .fix-active-bg .cons{
        margin-left: 17%;
    }

}
/* 小于1400px样式 */
@media (max-width: 1400px) {
    .index nav,
    .cons-1400px .nav-top, 
    .cons-1400px .container-warp,
    .num-list,
    .grading-courses .tab-wrap .container-wrap,
    .teacher .teacher-team-wrap,
    .hot-college,
    .five-one,
    .trust-me .container-wrap,
    .education .container-wrap,
    #honor,
    .news .container-warp,
    .news .container-warp>div{
        width: 1200px !important
    }
    header nav .nav>li:first-child{
        line-height: 49px !important;
    }
    header nav .nav{
        width: calc(100% - 188px) !important;
    }
    .banner .banner-nav li a:hover::before{
        height: 100%;
        background-color: #FFD409;
    }
    .banner .banner-nav{
        left: calc((100vw - 1200px) / 2 - 8px);
        width: 180px;
    }
    .index nav{
        margin-top: 12px;
    }
    .index nav p{
        margin-right: 0;
    }
    /* 留学辅导，就选考而思 */
    .num-list ul li{
        width: 384px;
        margin-bottom: 24px;
        padding-left: 32px;
        height: 176px;
    }
    .num-list ul li p:nth-child(2){
        position: relative;
        z-index: 1;
    }
    .num-list ul li:nth-child(2) p:nth-child(1) span {
        margin-bottom: 5px;
        font-size: 42px;
    }
    .num-list ul li:nth-child(6) p:nth-child(1) i{
        font-size: 60px;
    }
    .num-list ul li:nth-child(1) p:nth-child(1) i,
    .num-list ul li p:nth-child(1) i{
        font-size: 64px;
    }
    .num-list ul li:first-child p:nth-child(2){
        display: none;
    }
    .num-list ul li:nth-child(1) .gif{
        width: 217px;
        height: 230px;
        right: -37px;
    }
    .num-list ul li:nth-child(1) .gifd{
        width: 120px;
        height: 30px;
        right: 8px;
        bottom: 14px; 
    }
    .num-list ul li:nth-child(2) .gif{
        width: 230px;
        height: 230px;
    }
    .num-list ul li:nth-child(3) .gif{
        top: -43px;
    }
    .num-list ul li:nth-child(4) .gif{
        top: -11px;
    }
    .num-list ul li:nth-child(5) .gif{
        right: -3px;
    }
    .num-list ul li:nth-child(6) p:nth-child(1) i{
        margin-bottom: 0;
    }
    .num-list ul li:nth-child(6) .gif{
        right: -23px;
    }
    .num-list ul li p:nth-child(3){
        display: block;
    }
    /* 考而思全阶提分课程 */
    .grading-courses .up-lunbo{
        width: 1200px;
    }
    .grading-courses #up-class{
        width: 1124px;
    }
    .grading-courses .tab-wrap .container-wrap .left-max img{
        width: 302px;
        height: 322px;
    }
    .grading-courses .tab-wrap .container-wrap .left-max .scroll-block{
        width: 595px;
    }
    .grading-courses .tab-wrap .container-wrap .right-news dl{
        display: none;
    }
    .grading-courses .tab-wrap .container-wrap .right-silder-new{
        width: 255px;
    }
    .grading-courses .tab-wrap .container-wrap .process-wrap{
        width: 100%;
    }
    .grading-courses .tab-wrap .container-wrap .process-wrap ul li::after{
        right: -24px;
    }
    /* 硕博导师 */
    .teacher .container-wrap{
        padding-bottom: 20px;
    }
    .teacher .teacher-team-wrap{
        padding-left: 32px;
        background-image:url(https://oss.kaoersi.com/public/images/new-index/1200-lunbo-bg.png)
    }
    .teacher .teacher-team-wrap .bottom-lun,
    .teacher .teacher-team-wrap .child-bottom{
        width: 677px;
    }
    .teacher .teacher-team-wrap .bottom-lun .swiper-slide img{
        width: 82%;
    }
    .teacher .teacher-team-wrap .bottom-lun .swiper-slide{
        transform: scale(0.88);
    }
    .teacher .teacher-team-wrap .text-centent .teacher-name:nth-child(1){
        margin-bottom: 16px;
    }
    .teacher .teacher-team-wrap .text-centent{
        height: 423px;
    }
    .teacher .teacher-team-wrap .text-centent .btn-wrap {
        margin: 23px 0 179px;
    }
    /* 院校专业 */
    .hot-college .container-wrap .left-silder .name-list li:nth-child(2){
        padding-left: 43px;
    }
    .hot-college .container-wrap .left-silder{
        width: 330px;
        height: 660px;
    }
    .hot-college .container-wrap .left-silder .major-list li{
        padding: 11.3px 0 10px;
    }
    .hot-college .container-wrap .right-college{
        width: calc(100% - 346px);
    }
    .hot-college .container-wrap .right-college .top-tab p:nth-child(1){
        width: 14%;
    }
    .hot-college .container-wrap .right-college .wrap li{
        width: 258px;
        margin-bottom: 16px;
    }
    .hot-college .container-wrap .right-college .wrap li .tops .school-img{
        width: 258px;
        height: 149px;
    }
    .hot-college .container-wrap .right-college .wrap li .bottom {
        padding: 16px 12px;
    }
    .hot-college .container-wrap .right-college .wrap li .bottom a{
        width: 112px;
    }
    /* 五位一体 */
    .five-one>ul>li.on,
    .five-one>ul>li.on .yellow-wrap{
        width: 410px;
        height: 321px;
    }
    .five-one>ul>li.on .yellow-wrap{
        padding: 40px 30px 0 26px;
    }
    .five-one>ul li.on .yellow-wrap ul{
        margin-top: 19px;
    }
    .five-one>ul>li.on .yellow-wrap .top{
        padding-left: 20px !important;
    }
    .five-one>ul>li.on .yellow-wrap img{
        height: 238px;
    }
    .five-one>ul>li,
    .five-one>ul>li .img-wrap{
        width: 182px;
        height: 321px;
    }
    .five-one>ul li:nth-child(1).on .yellow-wrap a{
        right: 21px;
    }
    .five-one>ul li:nth-child(2).on .yellow-wrap a, .five-one>ul li:nth-child(4).on .yellow-wrap a{
        right: 30px;
    }
    .five-one>ul li:nth-child(3).on .yellow-wrap a{
        right: 27px;
    }
    /* 深受信赖 */
    .trust-me{
        padding-top: 60px;
    }
    .trust-me .container-wrap ul li{
        width: 285px;
        margin-bottom: 20px;
    }
    /* 教育视界*/
    .education .container-wrap .video-wrap .left-max,
    .education .container-wrap .video-wrap .left-max video{
        width: 841px;
        height: 453px;
    }
    .education .container-wrap .right-video{
        width: 330px;
    }
    .education .container-wrap .right-video #video-list div video:first-child{
        width: 330px;
        height: 185px;
    }
    #video-list{
        height: 455px;
    }
    .education .container-wrap .right-video #video-list .swiper-slide>div div{
        height: 187px;
    }
    #environment-scoll,.environment .container .btn-wrap{
        bottom: 9.3%;
    }
    #environment .all-img-wrap .yellow-left{
        padding: 2.5% 0 0 1.63%;
    }
    /* 底部新闻资讯 */
    .news{
        padding-top: 60px;
    }
    .news .title-wrap{
        margin-bottom: 36px;
    }
    .news .container-warp .left{
        display: none;
    }
    .news .container-warp .img-list{
        justify-content: space-between;
    }
    .fix-active-bg .cons{
        margin-left: 17%;
    }
}
