@charset "UTF-8";
@import url(public.css);
@import url(footer.css);
@import url(header.css);
@import url(Navlist.css);
.main{
    width: 100%;
    position: relative;
}
/* 头部 */
.mainTop{
    width: 100%;
    height:100%;
}
.mainTop:hover{
    cursor: pointer;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 2s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 200px);
}
.banner .active .mainTop-img {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}
/* 首页轮播 */
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 27px !important;
    left: 0;
    width: 100%;
}
.banner .swiper-container{
    z-index: 0 !important;
}
.swiper-container-fade .swiper-slide {
    pointer-events: auto !important;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.banner .swiper-pagination-bullet{
    width: 11px !important;
    height: 11px !important;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active{
    width:48px !important;
    height:11px !important;
    background: #fff !important;
    border-radius:10px !important;
    opacity: 1 !important;
}
.ind_ban_tex{
    width: 50%;
    position: absolute;
    text-align: left;
    top:55%;
    left: 39%;
    transform: translate(-50%,-50%);
    z-index: 5;
    background: linear-gradient(to right, rgb(0 37 135 / 67%),rgb(0,81,135,0.15));
    padding: 36px 27px;
    display: flex;
}
.ind_ban_tex .t_big{
    color: #ffffff;
    font-size:51px;
    font-weight:600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0px;
    text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
    transform: translateY(80px);
    opacity:0;
}
.banner .active .ind_ban_tex .t_big {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}

/* 新闻动态 */
.main_news{
    width: 100%;
    margin: 49px 0 52px 0;
}
.news{
    width: 75%;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.news_left{
    width:59%;
    height: 393px;
    /* position: relative; */
}
.news_left:hover,.news_right:hover,.teacher_top_left:hover{
    cursor: pointer;
}
.news_swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_left-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
}
.news_swiper .swiper-slide{
    position: relative;
}
.news_left-img:hover{
    transform: scale(1.1);
}
.news_left_text{
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size:19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-left: 22px;
    /* background: rgba(0,0,0,.2); */
}
.news_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 35px !important;
    height: 55px !important;
    background: rgba(0,0,0,.4) !important;
    background-image: url(../images/news_left.png) !important;
    background-size: 10px 20px !important;
    background-position: 10px 20px !important;
    background-repeat: no-repeat !important;
    left: 0px !important;
    right: auto !important;
}
.news_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 35px !important;
    height: 55px !important;
    background: rgba(0,0,0,.4) !important;
    background-image:url(../images/news_right.png) !important;
    background-repeat: no-repeat !important;
    background-size: 10px 20px !important;
    background-position: 13px 20px !important;
    right: 0px !important;
    left: auto !important;
}
.news_swiper .swiper-pagination-bullet-active {
    width: 23px !important;
    height: 8px !important;
    background: #FFFFFF;
    border-radius:10px !important;
    opacity: 1 !important;
}
.news_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    opacity: 1 !important;
}
.news_swiper .swiper-pagination-bullets{
    bottom: 16px !important;
    left:647px !important;
    width: 28% !important;
}
.news_right{
    width:40%;
    height: 393px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px 0px rgba(0,4,0,0.05);
}
.news_tab{
    width: 100%;
}
.news_tab_list{
    width: 100%;
}
.news_tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.news_tab_list ul li{
    width:111px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #000000;
}
.news_current{
    width: 146px;
    height:50px;
    background: #F3F3F3;
    color:#0A2555 !important;
    font-weight: bold !important;
    border-top: 1px solid #0A2555;
}
.news_tab_con{
    width: 100%;
}
.news_item{
    width: 100%;
    display: none;
}
.news_item_msg{
    width: 100%;    
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:15px 16px 23px 23px;
}
.news_lq{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.news_lq_left{
    width: 68%;
    display:flex; 
    align-items: center;
}
.news_lq_left img{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.news_lq_left span{
    font-size: 15px;
    color: #333;
}
.news_lq_right{
    font-size: 15px;
    color: #333;
    opacity: 0.8;
}
.news_msg_div01{
    width: 100%;
    display: flex;
    align-items: center;
}
.news_msg_div01_left{
    width:80px;
    height: 57px;
    background: #2D3D6D;
    display: flex;
    flex-direction: column;
}
.news_msg_div01_left span:nth-child(1){
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 32px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    background: #ff0000;
}
.news_msg_div01_left span:nth-child(2){
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #ff0000;
    background: #FFFFFF;
    border: 1px solid #ff0000;
}
.news_msg_div01_right{
    width: 100%;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 33px;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_msg_div01_right:hover{ color: #d84a03;}
.news_msg_div02{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    border-bottom: 1px solid #00000012;
    padding-bottom: 11px;
}
.news_msg_div02 p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #686868;
    line-height: 24px;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_msg_div02 div{
    text-align: right;
    margin-top: 10px;
}
.news_msg_div02 div a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #686868d1;
}
.news_msg_div03{
    display: flex;
    flex-direction: column;
}
.news_msg_div03 p{
    width: 100%;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;

}
.news_msg_div03 p:hover{ color: #004278; font-weight: 900;}
/* 名师风采 */
.main_teacher{
    width: 100%;
    margin: 0 0 52px 0;
}
.teacher{
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.teacher_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 22px;
    margin-bottom: 34px;
}
.teacher_top_left{
    display: flex;
    flex-direction: column;
}
.teacher_top_left span:nth-child(1){
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #2D3D6D;
    margin-bottom: 10px;
}
.teacher_top_left span:nth-child(2){
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2D3D6D;
}
.teacher_top_right{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    opacity: 0.55;
}
.teacher_box{
    width: 100%;
}
.teacher_tab{
    width: 100%;
}
.teacher_tab_list{
    width: 100%;
    margin-bottom: 34px;
}
.teacher_tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.teacher_tab_list ul li{
    padding: 5px 16px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 43px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #b2adad;
    margin-right: 31px;

}
.teacher_tab_list ul li:first-child{
    position: relative;
}
.teacher_current{
    background: #2D3D6D !important;
    color: #fff !important;

}
.teacher_tab_list ul li:first-child::after{
    content: "";
    width: 103px;
    height: 2px;
    background: #2D3D6D;
    position: absolute;
    top: -36px;
    left: -1px;
}
.teacher_tab_con{
    width: 100%;
}
.teacher_item{
    width: 100%;
    display: none;
}
.teacher_item_msg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teacher_box1{
    width:24%;
    padding: 13px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px 0px rgb(0 4 0 / 5%);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.teacher_img{
    width: 40%;
    height: 167px;
    object-fit: cover;
    margin-right: 12px;
    transition: transform 1.2s;
}
.teacher_img:hover{
    transform: scale(1.1);
}
.teacher_box1_right{
    width: 56%;
    display: flex;
    flex-direction: column;
}
.te_name{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #413f3f;
    position: relative;
}
.te_name::after{
    content: "";
    width: 19px;
    height: 3px;
    border-radius: 10px;
    background: #2D3D6D;
    position: absolute;
    top: 30px;
    left: 0;
}
.zhiw{
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #B5B5B5;
    padding-bottom: 9px;
    margin-bottom: 9px;
    margin-top: 20px;
}
.te_zw{
    padding: 2px 10px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 30px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    display: inherit;
}

.te_text{
    width:100%;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    opacity: 0.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.te_more{
    width: 78px;
    height: 22px;
    background: #2D3D6D;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0 0;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.te_more img{
    width: 9px;
    height: 9px;
    margin-left: 6px;
}
/* 教学教研 */
.main_research{
    width: 100%;
    background: url(https://pic.rmb.bdstatic.com/bjh/3edcb660df9/250115/a93746678e2b5b24de5138708e7c90bd.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 52px 0;
    padding: 56px 0 45px 0;
}
.research{
    width: 75%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.research_item{
    width: 31.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.research_item_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.res_left{
    display: flex;
    flex-direction: column;
}
.res_left span:nth-child(1){
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.res_left span:nth-child(2){
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.res_more{
    width: 80px;
    height: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.res_more:hover{
    opacity: 1;
}
.res_more a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.res_box{
    width: 100%;
    margin: 37px 0 45px 0;
    position: relative;
}
.res_box_div01{
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 9;
    position: absolute;
    top: 0;
}
.res_img01{
    width: 35%;
    height: 151px;
    object-fit: cover;
}
.res_box_div01_right{
    width:65%;
    height: 151px;
    background: #0062B3;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.res_text{
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.res_time{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border-top: 1px dashed #FFFFFF;
    padding-top: 15px;
    margin-top: 15px;
    opacity: 0.7;
}
.res_time img{
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.res_box_div02{
    width:100%;
    height: 151px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.res_div02_y{
    width: 153px;
    height: 68px;
    background: #004278;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 67px;
    text-align: center;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    top: 41px;
    left: -43px;
}
.res_div02_t{
    width: 70px;
    height: 60px;
    background: #0066BA;
    line-height: 60px;
    text-align: center;
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 51px;
    left: 52px;
}
.res_div02_text{
    width:100%;
    height: 151px;
    display: flex;
    flex-direction: column;
    padding: 11px 13px 11px 138px;
}
.res_div02_text p{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7D7D7D;
    margin-bottom: 10px;
}
.res_div02_text div{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height:26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.res_info{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.res_info_div{
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xian{
    border-bottom:1px dashed #ffffff42;
}
.dang{
    background: url(../images/dang_img.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.res_info_div_left{
    width:70%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #f1eaea;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.res_info_div_left:hover{ color: #fff; font-weight: 900;}
.res_info_div-right{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.39;
    margin-right: 24px;
}
.teacher_tab_list ul li:hover,.teacher_box1:hover,.research_item:hover{
    cursor: pointer;
}

/* 招生招聘 */
.main_zszp{
    width: 100%;
    margin: 0 0 52px 0;
}
.zszp{
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.zszp a{
    width:49%;
    height: 302px;
    display: flex;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
}
.zs{
    width:100%;
    height: 302px;
    background: url(../images/1.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 1.2s;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
}
.zs:hover,.zp:hover{
    transform: scale(1.2);
}
.zs_p01{
    font-size: 19px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;   
    opacity: 0.7;
}
.zs_p02{
    font-size: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    margin: 30px 0;
}
.zs_p03{
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF; 
    opacity: 0.7;
}
.zp{
    width:100%;
    height: 302px;
    background: url(../images/2.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    transition: transform 1.2s;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
}

/* 专题 */
.main_topic{
    width: 100%;
    background: url(https://pic.rmb.bdstatic.com/bjh/3edcb660df9/250115/5da390222d3795057d5fc7192b8937c3.png) no-repeat;
    background-size: 100% 100%;
    padding: 56px 0 45px 0;
}
.topic{
    width: 75%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
   flex-direction: column;
}
.topic_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}
.topic_item{
    width:23%;
    height: 578px;
    display: flex;
     
}
.topic_item a{
    width: 100%;
    height: 100%;
    position: relative;  
    overflow: hidden; 

}
.topic_item a .topic_item_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
}
.topic_item a .topic_item_banner:hover{
    transform: scale(1.2);
}
.topic_item_text{
    width: 27px;
    height: 401px;
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    margin: 0 auto;
    position: absolute;
    top: 28px;
    left: 28px;
}
.topic_item_more{
    width: 16px;
    height: 121px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
    position: absolute;
    bottom: 0;
    right: 28px;
}
.topic_item_more::after{
    content: "";
    width: 1px;
    height: 25px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 8px;
}
/* 老师弹窗 */
.shadow{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,.27);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.shadow_add{
    width: 60%;
    height: 460px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    position: fixed;
    top: 20%;
    left: 20%;
    display: flex;
}
.shadow_add_left{
    width:31%;
    height: 460px;

}
.shadow_add_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shadow_add_right{
    width:60%;
    display: flex;
    flex-direction: column;
    padding: 47px 43px 30px 34px;
}
.shadow_title{
    font-size: 23px;
    color: #2D3D6D;
}
.shadow_zw{
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin: 20px 0;
    line-height: 27px;
}
.shadow_text{
    width: 100%;
    height: 266px;
    font-size: 15px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    overflow-y: auto;
}
.cancel{
    width: 30px;
    height: 30px;
    position: absolute;
    top:20px;
    right: 30px;
}
@media screen and (min-width:1366px){
    .res_info_div-right {
        margin-right: 17px;
    }
    .footer_top a{
        padding-right: 13px;
    }
    .footer{
        width: 84%;
    }
}