﻿@charset "utf-8"; /* CSS Document */
.advertise{
    margin: 20px 0 25px;
}
.one-floor_left{
    width: 650px;
    height: 366px;
    overflow: hidden;
    margin-right: 25px;
}
.one-floor_right{
    width: 625px;
}
.one-floor_swiper-item{
    width: 650px;
    height: 366px;
    position: relative;
}
.one-floor_swiper-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.one-floor_swiper-item h3{
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    line-height: 70px;
    padding: 0 20px;
    background: url(../../custom/index/shadowbg.png) no-repeat center left;
    font-size: 18px;
    box-sizing: border-box;
}
.one-floor_swiper-item h3 a{
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.news-pagination{
    position: absolute;
    right: 20px !important;
    bottom: 0 !important;
    display: inline-block;
    width: 40% !important;
    left: auto !important;
    z-index: 1;
    height: 70px;
    line-height: 70px;
    text-align: right;
}
.news-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 6px;
    background: #fff;
    opacity: .5;
}
.news-pagination .swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1;
}
.one-floor_tab-name{
    margin-bottom: 15px;
}
.one-floor_tab-name span{
    width: 124px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    border-radius: 4px;
    background: rgb(22 88 160 / 5%);
    margin-right: 15px;
    cursor: pointer;
}
.one-floor_tab-name .tab-name-curr{
    background: #1658A0;
    color: #fff;
}
.one-floor_tab-con ul{
    display: none;
}
.one-floor_tab-con ul:first-child{
    display: block;
}
.one-floor_tab-con li{
    line-height: 54px;
    font-size: 16px;
    height: 54px;
    padding-left: 15px;
    position: relative;
}
.one-floor_tab-con li b{
    width: 4px;
    height: 4px;
    background: #1658A0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
}
.one-floor_tab-con li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 150px);
    display: inline-block;
}
.one-floor_tab-con li span{
    color: #999;
    margin-left: 20px;
}
.one-floor_more{
    font-size: 18px;
    text-align: right;
    margin-top: 8px;
}
.one-floor_more a{
    color: #1658A0;
    padding-right: 19px;
    background: url(../../custom/index/more.png) no-repeat right center;
}
.common-title{
    margin: 50px 0 40px;
}
.common-title h2{
    font-size: 24px;
    position: relative;
    padding-left: 19px;
}
.common-title h2::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    background: #1658A0;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.two-floor-con{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.process-item,.process-arrow{
    flex: 1;
}
.process-item img{
    width: 140px;
    height: 140px;
}
.process-arrow img{
    margin-top: 55px;
}
.process-item_info{
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
}
.process-item_info .process-num{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1.5px solid #333;
    line-height: 22px;
    font-size: 17px;
    box-sizing: border-box;
}
.common-title_more{
    font-size: 18px;
    float: right;
    color: #1658A0;
    padding-right: 19px;
    background: url(../../custom/index/more.png) no-repeat right center;
    line-height: 40px;
    z-index:1;
    position: relative;
}
.three-floor-con{
    overflow: hidden;
    padding: 0 26px;
}
.three-floor-con ul{
    margin: 0 -13px;
}
.three-floor-con li{
    float: left;
    margin:0 13px 46px;
    position: relative;
}
.three-floor-con li .hot-item{
    width: 290px;
    padding-bottom: 15px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}
.three-floor-con li .hot-item_img{
    height: 170px;
    overflow: hidden;
}
.three-floor-con li .hot-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.three-floor-con li h2{
    /* position: absolute; */
    height: 21px;
    /* text-align: center; */
    line-height: 21px;
    /* width: 100%;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background: rgb(246 246 246 / 85%); */
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 17px;
    margin-top: 15px;
    box-sizing: border-box;
    /* font-weight: normal; */
}
.three-floor-con li .hot-item_info{
    margin-top: 10px;
    padding: 0 17px;
    height: 21px;
}
.hot-item_info-info{
    color: #666;
    font-size: 12px;
    margin-right: 10px;
    line-height: 21px;
}
.hot-item_info-info:last-child{
    margin-left: 10px;
    margin-right: 0;
}
.hot-item_info-price{
    font-size: 16px;
    color: #FF583D;
}
.three-floor-con li:nth-child(5),
.three-floor-con li:nth-child(6),
.three-floor-con li:nth-child(7),
.three-floor-con li:nth-child(8){
    margin-bottom: 0;
}
.center-center{
    background: url(../../custom/index/jobbg.png) no-repeat center;
    background-size: cover;
    height: 358px;
    padding-top: 35px;
    box-sizing: border-box;
}
.center-center .common-title{
    margin-top: 0;
    margin-bottom: 30px;
}
.center-center .common-title h2,.center-center .common-title .common-title_more{
    color: #fff;
}
.center-center .common-title .common-title_more{
    background: url(../../custom/index/wmore.png) no-repeat right center;
}
.center-center .common-title h2::before{
    background: #fff;
}
.job-table{
    width: 100%;
}
.job-table th{
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}
.job-table td{
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.job-table .td-title{
    padding-left: 17px;
}
.job-table .td-title a{
    color: #fff;
}
.job-table .td-title .dot{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.talent-table th,.talent-table td{
    color: #333;
}
.talent-table .td-title .dot2{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1658A0;
    border-radius: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.talent-table .td-title a{
    color: #333;
}
.talent-table .td-title a:hover{
    color: #1658A0;
}
.teacher-box{
    padding: 0 60px;
    margin-bottom: 50px;
    position: relative;
}
.teacher-box_arrow{
    position: absolute;
    width:32px;
    height:100px;
    top: 50%;
    margin-top: -50px;
    background-color: #EEEEEE;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.arrow-left{
    left: 0;
    background-image: url(../../custom/index/arrowleft.png);
}
.arrow-right{
    right: 0;
    background-image: url(../../custom/index/arrowright.png);
}
.teacher-box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.teacher-box ul li{
    width: 194px;
}
.teacher-item{
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.teacher-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teacher-item h2{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: url(../../custom/index/teacherbg.png) no-repeat bottom left;
    color: #fff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sever-tab-name{
    margin-bottom: 33px;
    height: 69px;
}
.sever-tab-name-item{
    width: 175px;
    height: 60px;
    float: left;
    line-height: 55px;
    background: url(../../custom/index/severbg.png) no-repeat left top;
    border-radius: 4px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.sever-tab-name-item:hover{
    line-height: 53px;
    border: 1px solid #1658A0;
}
.img-severth,.sever-name-item-curr .img-severt{
    display: none;
}
.sever-name-item-curr,.sever-name-item-curr:hover{
    height: 69px;
    color: #fff;
    background: url(../../custom/index/severbgh.png) no-repeat left top;
}
.sever-name-item-curr:hover{
    border: none;
    line-height: 55px;
}
.sever-name-item-curr .img-severth{
    display: inline;
}
.sever-tab-name-item img,.sever-tab-name-item span{
    vertical-align: middle;
}
.sever-tab-name-item span{
    font-size: 20px;
}
.sever-tab-con .sever-tab-con-item{
    overflow: hidden;
    display: none;
}
.sever-tab-con .sever-tab-con-item:first-child{
    display: block;
}
.sever-tab-con-item .sever-shop-box{
    margin-right: -45px;
}
.sever-tab-con-item .sever-shop-box li{
    float: left;
    width: 25%;
    margin-bottom: 45px;
}
.sever-tab-con-item li:nth-child(5),
.sever-tab-con-item li:nth-child(6),
.sever-tab-con-item li:nth-child(7),
.sever-tab-con-item li:nth-child(8){
    margin-bottom: 0;
}
.sever-item{
    margin-right:45px;
}
.sever-item a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.sever-item_img{
    height: 170px;
    overflow: hidden;
    position: relative;
}
.sever-item_laber{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.sever-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sever-item h3{
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgb(22 88 160 / 5%);
    font-size: 18px;
}
.sever-ask-box li{
    padding: 15px 0;
    font-size: 18px;
    position: relative;
    padding-left: 17px;
}
.sever-ask-box li .dot2 {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1658A0;
    border-radius: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.sever-ask-box li .reply-num{
    color: #1658A0;
}
.sever-exam-box li{
    padding: 15px 0;
    border-bottom: 1px solid #F6F6F6;
}
.sever-exam-box li:last-child{
    border-bottom: 0;
}
.sever-ask-box li>a,.sever-exam-box li>a{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sever-exam-box li>a{
    font-size: 18px;
    line-height: 44px;
}
.sever-exam-time{
    font-size: 18px;
    color: #999;
    margin-right: 43px;
}
.sever-exam-right a{
    display: inline-block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    background: #1658A0;
}
.sever-data-box{
    margin: 0 -21px;
}
.sever-data-box li{
    float: left;
    width: 25%;
    margin-bottom:42px;
}
.sever-data-box li:nth-child(5),
.sever-data-box li:nth-child(6),
.sever-data-box li:nth-child(7),
.sever-data-box li:nth-child(8){
    margin-bottom: 0;
}
.sever-data-box .sever-data-item{
    margin: 0 21px;
}
.sever-data-box .sever-data-item-top{
    height: 142px;
    background: rgb(204 204 204 / 12%);
    padding: 23px 21px 14px;
    box-sizing: border-box;
}
.sever-data-name{
    font-size: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.sever-data-item-bottom{
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url(../../custom/index/databg.png) no-repeat top left;
}
.sever-data-item-bottom a{
    padding-left: 32px;
    background: url(../../custom/index/download.png) no-repeat left bottom;
    color: #FFF;
}
.sever-data-info{
    font-size: 16px;
    color: #666;
    margin-top: 13px;
}
.school-box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school-box li{
    width: 200px;
    text-align: center;
}
.school-box-item img{
    width: 84px;
    height: 84px;
    object-fit: cover;
}
.school-box-item h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.school-item-info{
    font-size: 14px;
}
.school-item-info span{
    color: #999;
}
.school-item-info span b{
    font-weight: normal;
    color: #333;
    margin-left: 5px;
}
.link-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.link-box a img{
    width: 280px;
    height: 88px;
    object-fit: cover;
}
.link-text-box{
    font-size: 18px;
    margin-bottom: 57px;
    line-height: 26px;
}
.link-text-box span{
    margin: 0 10px;
}
.link-text-box span:last-child{
    display: none;
}
