<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    background: red;
    background: url(../img/bgbg.png)no-repeat;
    background-size: 100% 100%;
}

.banner {
    width: 100%;
    background: url(../img/banner.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.m-banner img {
    margin: 0 auto;
    width: 100%;
}

.banner img {
    width: 47%;
    padding: 8% 0;
}

.mode1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;

}

.inner {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.kc-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bt {
    width: 80%;
    margin: 2% auto;

}

.gai {
    width: 100%;
}

.mid-box {
    width: 97.7%;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background: #fff;
    padding: 1%;
    position: relative;
}

.kcnr-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.kc {
    display: flex;
    flex-direction: column;
    width: 32%;
    border-radius: 15px;
    border: 2px solid #000;
    margin-bottom: 1%;
    margin-top: 1%;
}

.kc-top {
    width: 70%;
    border: 1px solid #000;
    background: #ffc83a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2% 0;
    margin-top: -4%;
    margin-left: -1%;
}

.kc-bottom {
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 2%;
    text-align: center;
    background: #fff9da;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.kc-bottom span {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-top: 6%;
    margin-bottom: 6%;
}

.qg-btn {
    text-align: center;
    display: block;
    width: 28%;
    background: url(../img/qg-btn.png)no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    padding: 1% 0 1.5% 0;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 80%;
}

.qg-btn1 {
    text-align: center;
    display: block;
    width: 25%;
    background: url(../img/qg-btn.png)no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    padding: 1% 0 1.5% 0;
    font-weight: bold;
    color: #fff;
    margin: 2% auto;
}

.xc-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xc-lit {
    width: 45%;
    display: flex;
    flex-direction: column;
    background: #ffcc33;
    border-radius: 20px;
    border: 2px solid #000;
    margin-bottom: 4%;
}

.xc-lit img {
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
}

.xc-lit span {
    text-align: center;
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    /* border: 2px solid #000;
    background: #ff9900; */
    border-radius: 12px;
    padding: 2% 0;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 6% 0;
    margin-top: 4%;
}

.kcap {
    width: 20%;
    margin: 0 auto;
    margin-top: -1.1%;
    margin-bottom: 3%;
}

.tips {
    width: 100%;
    display: flex;
}

.tips-bt {
    font-size: 25px;
    font-weight: bold;
}

.tips-bt img {
    width: 20%;
    margin-top: 2%;
}

.sktime {
    background: #ff9933;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0.3% 2% 0 2%;
    border-radius: 20px;
    margin-left: 3%;
}

.gggg {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-top: 2%;
}

.lj-tk {
    display: block;
    background: #ffcc33;
    border-radius: 20px;
    border: 1px solid #000;
    width: 70%;
    margin: 0 auto;
}

.lj-tk:hover {
    background: #ff3300;
    color: #fff;
}

.teacher-box {
    width: 100%;
    display: flex;
}

.t-left {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t-right {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.icon-1 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5%;
    border-bottom: 1.5px dashed #f4dfa7;
    margin-bottom: 6%;
    margin-top: 4%;
}

.icon-1 img {
    display: block;
    width: 25%;
}

.txt {
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-left: 3%;
}

.big-t {
    font-size: 28px;
    font-weight: bold;
    color: #473402;
}

.small-t {
    font-size: 20px;
    color: #473402;
    padding-right: 25%;
}

.t-left img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4%;
}

.t-left2 {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t-left2 img {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top: 5%;
}

.bn {
    background: #ffc83a;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #473402;
    padding: 1% 4%;
    border-radius: 30px;
    margin-bottom: 3%;
}

.red {
    color: red;
}

.icon-2 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5%;
    border-bottom: 1.5px dashed #f4dfa7;
    margin-bottom: 6%;
    margin-top: 10%;
}

.icon-2 img {
    display: block;
    width: 25%;
}

.txt2 {
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-left: 3%;
}

.big-t2 {
    font-size: 28px;
    font-weight: bold;
    color: #473402;
}

.small-t2 {
    font-size: 20px;
    color: #473402;
    /* padding-right: 25%; */
}

.city-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.city-box li {
    display: block;
    width: 14.28%;
    text-align: center;
    /* margin: 0 auto; */
    margin-bottom: 2%;
}

.city-box li a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: url(../img/city.png)no-repeat;
    background-size: 100% 100%;
    padding: 6% 0;
    color: #fff;
}

.city-box li a:hover {
    background: url(../img/city-a.png)no-repeat;
    background-size: 100% 100%;
    color: #000;
}

.dibu {
    width: 80%;
    background: url(../img/dibu.png)no-repeat;
    background-size: 100% 100%;
    padding: 6% 0;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    left: 10%;
    z-index: 100;
}

.dibu1 {
    width: 100%;
    background: url(../img/dibu1.png)no-repeat;
    background-size: 100% 100%;
    padding: 10% 0;
    margin: 0 auto;
    display: none;
    position: fixed;
    bottom: 20px;
    z-index:100;
}

.jt {
    display: none;
}

@media screen and (max-width:1539px) {
    .inner {
        width: 85%;
    }
}

@media screen and (max-width:1300px) {
    .inner {
        width: 80%;
    }

    .small-t {
        padding-right: 0%;
    }
}

@media screen and (max-width:1218px) {
    .t-right {
        width: 40%;
    }
}

@media screen and (max-width:1100px) {
    .inner {
        width: 95%;
    }
}

@media screen and (max-width:996px) {
    .dibu {
        display: none;
    }

    .dibu1 {
        display: block;
    }

    .jt {
        display: block;
        text-align: center !important;
    }

    .jt1 {
        display: none;
    }

    .banner {
        display: none;
    }

    .m-banner {
        display: flex;
    }

    .inner {
        width: 100%;
    }

    .bt {
        width: 70%;
    }

    .teacher-box {
        flex-direction: column;
    }

    .t-left,
    .t-right {
        width: 100%;
    }

    .t-left2,
    .t-right2 {
        width: 100%;
    }

    .icon-1 img {
        width: 10%;
    }

    .icon-2 img {
        width: 10%;
    }

    .icon-1,
    .icon-2 {
        margin-bottom: 0%;
    }

    .t-left2 img {
        margin: 0 auto;
    }

    .icon-2 {
        margin-top: 4%;
    }
}

@media screen and (max-width:600px) {
    .city-box li a {
        font-size: 12px;
    }

    .kcap {
        width: 40%;
    }

    .tb td {
        padding: 15px 1px;
    }

    .kc {
        width: 48%;
    }

    .qg-btn {
        left: 60%;
        font-size: 18px;
    }

    .lj-tk {
        width: 100%;
        font-size: 12px;
    }

    .kc-top {
        font-size: 15px;
    }

    .kc-bottom span {
        font-size: 12px;
    }

    .xc-lit span {
        font-size: 15px;
    }

    .bn {
        font-size: 15px;
    }

    .big-t,
    .big-t2 {
        font-size: 18px;
    }

    .small-t2,
    .small-t {
        font-size: 15px;
    }

    .sktime {
        font-size: 12px;
        padding-top: 1%;
    }

    .tips-bt {
        font-size: 18px;
    }

    .tb th {
        font-size: 12px;
    }

    .gggg {
        font-size: 15px;
    }

    .disxx {
        display: none;
    }

    .qg-btn1 {
        font-size: 12px;
    }
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.up {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;

}
.dibu:hover{
    background: url(../img/dibuactive.png)no-repeat;
    background-size: 100% 100%;
}
/* .dibu:hover {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
}

.dibu1:hover {
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
} */</pre></body></html>