<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/bgbg_02.jpg)no-repeat;
    background-size: 100% 100%;
}

.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/banner-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 0 0 10% 0;
    z-index: 10
}

.mode {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8%;
}

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

.bg {
    background: #ffefd2;
    border: 10px solid #e9a153;
}

.banner-txt {
    width: 60%;
    margin: 15% auto 0 auto;
    z-index: 10;
}

.banner-img {
    width: 100%;
    margin-top: -25%;
}

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

}

.bt1 {
    width: 80%;
    margin: -5% auto 0 auto;
    z-index: 11;
}

.tutu {
    width: 95%;
    margin: 5% auto;
}

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

.bt2 {
    width: 80%;
    margin: -5% auto 0 auto;
}

.ques {
    width: 95%;
    background: url(../img/ques-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0.5% auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 60px;
}

.mtt {
    margin-top: 3%;
}

.mbb {
    margin-bottom: 3%;
}

.ques-l {
    width: 20%;
    background: #a31e17;
    text-align: center;
    border-radius: 50px;
    background: url(../img/ques-l-1.png)no-repeat;
    background-size: 100% 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.ques-l2 {
    background: url(../img/ques-l-2.png)no-repeat;
    background-size: 100% 100%;
    color: #a31e17;
}

.ques-r {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 80%;
}

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

.bt3 {
    width: 80%;
    margin: -5% auto 0 auto;
}

.lsjs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 3%;
}

.ls1 {
    width: 30%;
    background: url(../img/bz-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 1% 4%;
}

.bz {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.ts {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 12% auto;
}

.ts-img {
    width: 80%;
    margin: 4% auto 0 auto;
}

.swiper-box {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 6% auto;
    height: 380px;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inter {
    position: absolute;
    bottom: 0;
    /* background: url(../img/teacher0inter.png)no-repeat;
    background-size: 100% 100%; */
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    padding: 5%;
    color: #fff;
    text-align: left;
    display: none;
    height: 160px;
    overflow-y: auto;
}

.swiper-slide:hover .inter {
    display: block;
}

.bt4 {
    width: 60%;
    margin: -5% auto 0 auto;
}

.eight {
    width: 95%;
    margin: 2% auto;
}

.bt5 {
    width: 60%;
    margin: -5% auto 0 auto;
}

.bg-box {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 4% auto;
    border: 1px solid #a31e17;

}

.bg-top {
    width: 100%;
    display: flex;
}

.bg-top1 {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #a31e17;
}

.bg-top1:last-child {
    border: none;
}

.tb1,
.tb2,
.tb3 {
    width: 16.666666666%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a31e17;
    padding: 1% 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.tb4 {
    width: 50%;
    background: #a31e17;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;

}

.tb11,
.tb21,
.tb31 {
    width: 16.666666666%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1% 0;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    border-right: 1px solid #a31e17;
    text-align: center;

}

.tb41 {
    width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 1%;

}

.bt6 {
    width: 60%;
    margin: -5% auto 0 auto;
}

.fw {
    width: 95%;
    margin: 3% auto;
    display: flex;
    justify-content: space-around;
}

.tsfe {
    width: 4%;
}

.fw-r {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fw1 {
    width: 48%;
    background: #ffd7ac;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    justify-content: center;
    border-right: 5px;
}

.fw1 img {
    width: 4%;
}

.fw1 span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-left: 5%;
    color: #a31e17;
}

.fw1:nth-child(2) {
    background: #fff;
}

.fw1:nth-child(3) {
    background: #fff;
}

.fw1:nth-child(6) {
    background: #fff;
    margin-bottom: 0;
}

.fw1:nth-child(5) {
    background: #fff;
    margin-bottom: 0;
}

.bt7 {
    width: 25%;
    margin: -5% auto 0 auto;
}

.city-box {
    width: 95%;
    margin: 3% auto;
    display: flex;
   /*  justify-content: space-between; */
    flex-wrap: wrap;
}

.city-box li {
    display: flex;
    width: 16.6666666666%;
}

.city-box li a {
    display: block;
    text-decoration: none;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background: url(../img/city-bg.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 9% 0;
}

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

.fw11 {
    width: 10%;
    background: url(../img/fc-bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding: 5% 0 4% 0;
    position: fixed;
    right: 3%;
    top: 30%;
}

.fw11 a {
    display: block;
    width: 80%;
    margin: 5% auto;
    text-align: center;
    background: url(../img/fc-a.png)no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #a31e17;
    padding: 5% 0;
    text-decoration: none;
}

.eight-m {
    display: none;
}
/* é€šç”¨å¤´éƒ¨ */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* end */

* {
    box-sizing: border-box;
}

/* é€šç”¨åº•éƒ¨ */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    padding-bottom: 2%;
    background: #fff;
}

.footer p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
    text-decoration: none;
}

.m-footer {
    display: none;
}

@media screen and (max-width: 1500px) {
    .inner{
        width: 85%;
    }
}
@media only all and (max-width:1080px) {
    .ht_top h1 a{
        width: 1.31rem;
        height: 0.4rem;
        background-size: 100% 100%;
        margin-top: 0.2rem;
    }
	.footer {
    display: none;
    
	}
	.m-footer {
		display: block;
		color: #fff;
		text-align: center;
		height: 1rem;
		width: 100%;
		font-size: 0.2rem;
		line-height: 1rem;
		background-color: #f02048;
	}
    .inner {
        width: 100%;
    }

    .fw11 {
        display: none;
    }

    .bt1,
    .bt2,
    .bt3,
    .bt4,
    .bt5,
    .bt6 {
        width: 100%;
    }

    .bt7 {
        width: 45%;
    }

    .ques-l {
        font-size: 0.14rem;
        height: 0.6rem;

    }

    .ques-r {
        font-size: 0.14rem;
        text-align: left;
        padding: 1%;
    }

    .ques {
        height: 0.6rem;
    }

    .lsjs {
        flex-wrap: wrap;
    }

    .ls1 {
        width: 48%;
        margin-bottom: 2%;
    }

    .bz {
        font-size: 0.22rem;
    }

    .ts {
        font-size: 0.16rem;
    }

    .ts-img {
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 0.69rem !important;
        height: 0.25rem !important;
    }

    .swiper-button-next {
        right: 38.5% !important;
    }

    .swiper-button-prev {
        left: 38.5% !important;
    }

    .swiper-box {
        margin: 9% auto;
        height: 280px;
    }

    .inter {
        font-size: 0.22rem;
    }

    .eight {
        display: none;
    }

    .eight-m {
        display: block;
        width: 97%;
        margin: 3% auto;
    }

    .tb1,
    .tb2,
    .tb3,
    .tb4 {
        font-size: 0.16rem;
    }

    .tb11,
    .tb21,
    .tb31,
    .tb41 {
        font-size: 0.16rem;
    }

    .city-box li {
        width: 25%;
    }

    .city-box li a {
        font-size: 0.16rem;
    }
    .fw1 span{
        font-size: 0.16rem;
    }
}</pre></body></html>