<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 絖���css�桁���篁� */
a,a:active,a:hover,a:visited{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
button,input,select,text,textarea{
    outline: none;
}

html.active, html.active body {
    position: relative;
    overflow: hidden;
    height: 100%;
}
body{
    background: #ffffff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*banner紊顔��������css by 篁��� 190320*/
.banner-wrap{
    background: url("../images/school/banner_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}
.banner-box{
}
.school-details{
    width: 540px;
    height: 280px;
    margin-top: 60px;
    background: rgba(0,0,0,.4);
    padding: 30px;
}
.school-details &gt; .top{
    position: relative;
    height: 100px;
    padding: 10px 0 0 110px;
}
.school-details .logo-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.school-details &gt; .top &gt; h1{
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.school-details &gt; .top li{
    margin-bottom: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
}
.school-details &gt; .top li &gt; i{
    margin-right: 5px;
}

.school-details &gt; .bottom{
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media (max-width: 992px) {
    .banner-wrap{
        height: 300px;
    }
    .school-details{
        width: 440px;
        height: 240px;
        margin-top: 30px;
        padding: 30px;
    }
    .school-details &gt; .top{
        height: 70px;
        padding: 10px 0 0 80px;
    }
    .school-details .logo-box{
        width: 70px;
        height: 70px;
    }
    .school-details &gt; .top &gt; h1{
        font-size: 20px;
    }

    .school-details &gt; .bottom{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .banner-wrap{
        height: 240px;
    }
    .school-details{
        width: 100%;
        height: 200px;
        margin-top: 20px;
        padding: 20px;
    }
    .school-details &gt; .top &gt; h1{
        font-size: 16px;
    }

    .school-details &gt; .bottom{
        margin-top: 20px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

/*絲取��*/
.nav-wrap{
    height: 50px;
    background: #07111b;
}
.nav-box{
    position: relative;
}
.nav-box &gt; button{
    display: none;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,.1);
    color: rgba(255, 255, 255, .6);
    border: 0;
    margin: 8px 8px 0 0;
    float: right;
}
.nav-content{
    /*float: left;*/
    position: relative;
}
.nav-content li{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
}
.nav-content li &gt; a{
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
}
.nav-content li:hover &gt; a,.nav-content li.active &gt; a{
    color: rgba(255, 255, 255, 1);
}
.nav-content .log-reg-content{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 12px 10px 0 10px;
    height: 50px;
    font-size: 15px;
    background: #0f1822;
}
.nav-content .log-reg-content &gt; a,.nav-content .log-reg-content &gt; span{
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    margin: 0 10px;
}
.nav-content .log-reg-content &gt; a:hover{
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
    .nav-wrap .container{
        padding: 0;
    }
    .nav-box &gt; button{
        display: block;
    }
    .nav-content{
        position: absolute;
        background: #0f1822;
        width: 100%;
        top: 50px;
        left: 0;
        display: none;
        z-index: 10;
    }
    .nav-content li{
        float: none;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .nav-content .log-reg-content{
        position: static;
        padding: 0;
        text-align: center;
        padding-top: 7px;
        height: 40px;
        font-size: 15px;
        background: rgba(255,255,255,.03);
    }
}

/*筝㊨�翫��絎�*/
.modular-wrap{
    padding: 20px 0;
}
.modular-wrap.bg-gray {
    background: #f8f8f8;
}
.modular-box{

}
.template-title{
    height: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 100px 0 10px;
    font-size: 24px;
    color: #333333;
}
.template-title:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #b0505a;
}
.template-title &gt; a{
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    background: #d9d9d9;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}
.template-title &gt; a:hover{
    background: #cdcdcd;
}
@media (max-width: 992px) {
    .template-title{
        height: 18px;
        line-height: 18px;
        margin-bottom: 20px;
        padding: 0 100px 0 10px;
        font-size: 18px;
    }
    .template-title:before{
        top: 1px;
        width: 4px;
        height: 16px;
    }
    .template-title &gt; a{
        top: 0;
    }
}

/*莚丞�*/
.course-wrap{
    position: relative;
    padding-left: 480px;
    height: 300px;
    overflow: hidden;
}
.course-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    height: 300px;
    overflow: hidden;
}
.course-img &gt; ul{
    position: relative;
    top: 0;
    transition: top .6s ease;
}
.course-img &gt; ul &gt; li{
    position: relative;
    height: 300px;
    width: 470px;
    zoom: 1;
}
.course-img &gt; ul &gt; li img{
    width: 100%;
    height: 100%;
}
.course-img &gt; ul &gt; li span{
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    max-width: 90%;
    background: rgba(0,0,0,.6);
    color: #ffffff;
    font-size: 12px;
    display: none;
    overflow: hidden;

}
.course-title{
    position: relative;
    width: 100%;
    min-height: 100px;
}
.course-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: calc(100% - 30px);
    background: #cecece;
}
.course-title &gt; li{
    position: relative;
    height: 54px;
    padding-left: 30px;
    line-height: 180%;
}
.course-title &gt; li &gt; a{
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.course-title &gt; li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
    background-color: #ffffff;
    background-image: url("../images/school/course_t.png");
    background-repeat: no-repeat;
    background-position: center;
}
.course-title &gt; li.active &gt; a,.course-title &gt; li:hover &gt; a{
    color: #b0505a;
}
.course-title &gt; li.active:before,.course-title &gt; li:hover:before{
    background-image: url("../images/school/course_t1.png");
}

@media (max-width: 992px) {
    .course-wrap{
        padding-left: 310px;
        height: 191px;
    }
    .course-img{
        width: 300px;
        height: 191px;
    }
    .course-img &gt; ul &gt; li{
        height: 191px;
        width: 300px;
    }
    .course-title &gt; li{
        height: 40px;
        padding-left: 30px;
    }
    .course-title &gt; li &gt; a{
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

}
@media (max-width: 767px) {
    .course-wrap{
        padding-left: 0;
        padding-right: 34px;
        height: auto;
        margin-bottom: 40px;
    }
    .course-img{
        position: static;
        width: 100%;
        height: auto;
    }
    .course-img &gt; ul &gt; li{
        height: auto;
        width: 100%;
    }
    .course-img &gt; ul &gt; li span{
        display: inline-block;
    }
    .course-title{
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .course-title &gt; li{
        height: 40px;
        width: 24px;
        padding-left: 0;
    }
    .course-title &gt; li &gt; a{
        -webkit-line-clamp: 1;
        line-clamp: 1;
        display: none;
    }
}

/*�育�糸��茵�*/
.news-list{
    position: relative;
    padding: 0 0 20px 78px;
    height: 88px;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 20px;
}
.news-list:first-child{
    margin-top: 0;
}
.news-list &gt; a{
    text-decoration: none;
    display: block;
}
.news-list .datas{
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background: #f7eff0;
    color: #b0505a;
    text-align: center;
    padding: 10px 0 0 0;
}
.news-list .datas &gt; b{
    font-size: 26px;
    display: block;
    height: 28px;
    line-height: 28px;
}
.news-list .datas &gt; span{
    font-size: 14px;
}
.news-list h2{
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
    padding-top: 2px;
    margin: 0 0 5px 0;
}
.news-list &gt; a:hover h2{
    color: #b0505a;
}
.news-list p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999999;
    font-size: 12px;
    margin: 0;
    line-height: 180%;
}
@media (max-width: 992px) {
    .news-list:last-child{
        display: none;
    }
}
@media (max-width: 767px) {
    .news-list:last-child{
        display: block;
    }
}


/*�後��*/
.album-box{
    float: left;
    width: 33.3333%;
    overflow: hidden;
    position: relative;
}
.album-list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.album-list img{
    position: absolute;
    max-width: none;
}
.album-list img.set-w{
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
}
.album-list img.set-h{
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
}
.album-list a{
    text-decoration: none;
    color: #ffffff;
}
.album-list span{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    color: #ffffff;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    max-width: 90%;
    font-size: 12px;
    overflow: hidden;
}

.sm-album-box{
    width: 100%;
    height: 50%;
    float: left;
    position: relative;
}
@media (max-width: 767px) {
    .album-wrap{
        margin-bottom: 40px;
    }
}

/*�育��*/
.dynamic-wrap{
    overflow: hidden;
}
.dynamic-wrap li{
    position: relative;
    height: 20px;
    padding-right: 50px;
    margin-bottom: 25px;
}
.dynamic-wrap li &gt; a{
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.dynamic-wrap li &gt; a:hover{
    color: #b0505a;
}
.dynamic-wrap li &gt; span{
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
@media (max-width: 992px) {
    .dynamic-wrap li{
        margin-bottom: 15px;
    }
    .dynamic-wrap li &gt; a{
        font-size: 14px;
    }
}


/*banner����css*/
.teachers-wrap{
    width: 100%;
    height: 340px;
    background: #ffffff;
    border: 1px solid #ededed;
    position: relative;
    overflow: hidden;
}

.teachers-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.teachers-pagi &gt; li{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 15px;
    border: 2px solid #dcdcdc;
    background: #dcdcdc;
    cursor: pointer;
    transition: all .3s ease;
}
.teachers-pagi &gt; li.active{
    background: #ff6f21;
    border: 2px solid #ff6f21;
}

.teachers-box {
    z-index: 1;
    position: relative;
    height: 100%;
}
.teachers-box.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}
.teachers-list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 40px;
}
.teachers-list &gt; .tops{
    position: relative;
    height: 130px;
    padding-left: 140px;
    overflow: hidden;
}
.teachers-list &gt; .tops .tx{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 5px solid #ff6f21;
}
.teachers-list &gt; .tops .tx img{
    width: 100%;
    height: 100%;
}
.teachers-list &gt; .tops &gt; a{
    display: inline-block;
    position: relative;
    padding-right: 33px;
    text-decoration: none;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #333333;
    height: 28px;
    line-height: 28px;
    max-width: 100%;
    overflow: hidden;
}
.teachers-list &gt; .tops &gt; a &gt; img{
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
}
.teachers-list &gt; .tops &gt; span{
    display: block;
    font-size: 12px;
    color: #999999;
}
.teachers-list &gt; .tops &gt; div.btns{
    margin-top: 10px;
}
.teachers-list &gt; .tops .btns &gt; button{
    height: 32px;
    width: 64px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
}
.teachers-list &gt; .tops .btns &gt; button.gz{
    border: 1px solid #ff6f21;
    background: #ff6f21;
    color: #ffffff;
}
.teachers-list &gt; .tops .btns &gt; button.gz:hover{
    background: #f87c38;
}
.teachers-list &gt; .tops .btns &gt; button.sx{
    border: 1px solid #ededed;
    background: #ffffff;
    color: #999999;
}
.teachers-list &gt; .tops .btns &gt; button.sx:hover{
    background: #f8f8f8;
}

.teachers-list &gt; .bottoms{
    background: #f8f8f8;
    border: 1px dashed #dedede;
    padding: 20px;
    color: #999999;
    font-size: 14px;
    line-height: 160%;
    margin-top: 20px;
}
.teachers-list &gt; .bottoms &gt; div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
    .teachers-list {
        padding: 20px;
    }
    .teachers-wrap{
        height: 320px;
    }
}

@media (max-width: 767px) {
    .teachers-wrap{
        margin-bottom: 40px;
    }

    .teachers-list &gt; .tops{
        height: 100px;
        padding-left: 110px;
    }
    .teachers-list &gt; .tops .tx{
        width: 100px;
        height: 100px;
        border: 4px solid #ff6f21;
    }
    .teachers-list &gt; .tops &gt; a{
        padding-right: 33px;
        font-size: 20px;
        margin: 10px 0 0 0;
        height: 24px;
        line-height: 24px;
    }
    .teachers-list &gt; .tops &gt; a &gt; img{
        width: 24px;
        height: 24px;
    }
    .teachers-list &gt; .tops &gt; div.btns{
        margin-top: 10px;
    }
    .teachers-list &gt; .tops .btns &gt; button{
        height: 30px;
        font-size: 12px;
    }

    .teachers-list &gt; .bottoms{
        padding: 15px;
        font-size: 13px;
    }
    .teachers-list &gt; .bottoms &gt; div{
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

}

/*絖���*/
.student-wrap{
    width: 100%;
    height: 340px;
    background: #ffffff;
    border: 1px solid #ededed;
    position: relative;
    overflow: hidden;
    padding: 9px 5px;
}

.student-list{
    width: 50%;
    height: 70px;
    float: left;
    padding: 0 20px 0 100px;
    margin: 18px 0;
    position: relative;
}
.student-list &gt; a{
    text-decoration: none;
    color: #333;
}
.student-list .tx{
    position: absolute;
    top: 0;
    left: 20px;
    width: 70px;
    height: 70px;
}
.student-list .tx img.vip{
    position: absolute;
    width: 22px;
    height: 22px;
    bottom: 0;
    right: 0;
}
.student-list .tx img.pot{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.student-list h2{
    margin: 4px 0;
    font-size: 16px;
    color: #333333;
}
.student-list:hover h2{
    color: #b0505a;
}
.student-list p{
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
    .student-wrap{
        height: 320px;
        padding: 9px 12px;
    }
    .student-list{
        width: 100%;
        margin: 15px 0;
    }
}
@media (max-width: 767px) {
    .student-list{
        width: 50%;
        margin: 15px 0;
        padding: 0 10px 0 70px;
    }
    .student-list .tx{
        left: 0;
        width: 60px;
        height: 60px;
    }
    .student-list .tx img.vip{
        width: 20px;
        height: 20px;
    }
    .student-list h2{
        font-size: 14px;
    }
    .student-list p{
        font-size: 12px;
    }
}

/*綺���*/
.footer-wrap{
    background: #1c1f21;
    padding: 50px 0;
}
.footer-box{
    display: flex;
}
.footer-box &gt; div{
    float: left;
}
.footer-box &gt; .logos{
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
}
.footer-box &gt; .logos img{
    max-height: 70px;
}
.footer-box &gt; .dates{
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.1);
    min-height: 70px;
}
.footer-box &gt; .dates &gt; p{
    margin: 0 0 4px 0;
    color: rgba(255, 255, 255, .6);
}
.footer-box &gt; .dates &gt; p &gt; span{
    display: inline-block;
}
@media (max-width: 767px) {
    .footer-box{
        display: block;
        padding: 0 10px;
    }
    .footer-box &gt; .logos{
        width: 100%;
        padding: 0 0 20px 0;
        height: auto;
        line-height: normal;
        border-bottom: 1px solid rgba(255,255,255,.1);
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-box &gt; .dates &gt; p{
        margin: 0 0 8px 0;
        line-height: 180%;
    }
    .footer-box &gt; .dates{
        padding: 0 10px;
        border-left: 0;
        height: auto;
    }
}


/*��蕁究������css*/
.pageturning{
    width: 100%;
    margin-top: 20px;
}
.page-con{
    width: 100%;
    text-align: center;
    font-size: 0;
}
.page-con a,.page-con span{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    position: relative;
    font-size: 12px;
    color: #555;
    transition: all .3s ease;
}
.page-con a.active{
    border: 1px solid #b0505a;
    background: #b0505a;
    color: #ffffff;
}
.page-con a:hover{
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    box-shadow: 0 0 2px 2px rgba(0,36,100,.08);
    -webkit-box-shadow: 0 0 2px 2px rgba(0,36,100,.08);
    -moz-box-shadow: 0 0 2px 2px rgba(0,36,100,.08);
}
.page-con a.active:hover{
    border: 1px solid #b0505a;
    background: #b0505a;
    color: #ffffff;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


</pre></body></html>