<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

img {
    border: 0 none;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

em,
i,
strong {
    font-style: normal;
    font-weight: 400
}

del {
    text-decoration: line-through
}

input::-ms-clear {
    display: none !important
}

button[disabled],
input[disabled] {
    cursor: default
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
    font-size: 100%;
    font-weight: 400;
    font-family: inherit;
    outline: 0
}

a {
    text-decoration: none;
    color: #666
}

body {
    font: 12px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
    background: #fff
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    font: 14px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, sans-serif;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important
}

.wrapper {
    margin: 0 auto;
    width: 17.55rem
}

.common_btn {
    display: block;
    margin: 0 auto;
    font-size: .6rem;
    line-height: 1.3rem;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#f49530), to(#fbc126));
    background-image: linear-gradient(90deg, #f49530 0, #fbc126 100%);
    border-radius: .25rem
}

.common_title {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.05rem;
    font-weight: 700;
    text-align: center;
    color: #333
}

.common_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.25rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.9rem;
    height: .1rem;
    background-color: #fbc126
}

.common_title .pic {
    position: absolute;
    left: 50%;
    bottom: -.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.common_tel {
    margin-top: .5rem;
    text-align: center;
    font-size: .6rem;
    line-height: .6rem;
    color: #333
}

.common_des {
    margin-top: .4rem;
    text-align: center;
    font-size: .5rem;
    line-height: .5rem;
    color: #999
}

.banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10.3rem;
    width: 100%;
    height: 12rem;
    background: url(../images/banner.jpg) center no-repeat;
    background-size: 100% 100%
}

.banner .common_btn {
    width: 6.75rem;
    height: 1.3rem;
    line-height: 1.3rem;
}

.youshi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1rem;
    height: 29.75rem;
    background-color: #fbfbfb;
    margin-top: 0.5rem;
}

.youshi .common_title .pic {
    width: 12.9rem;
    height: .95rem
}

.youshi_content {
    margin-top: .7rem
}

.youshi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6rem;
    height: 7.9rem;
    -webkit-box-shadow: 0 0 .4rem #c2c2c2;
    box-shadow: 0 0 .4rem #c2c2c2
}

.youshi_list_l {
    width: 8.1rem;
    background-color: #f3975a
}

.youshi_list_r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .45rem;
    font-size: .4rem;
    line-height: .7rem;
    color: #333
}

.youshi_list_pic {
    position: relative;
    width: 100%;
    height: 5.25rem
}

.youshi_list_pic .pic {
    width: 100%
}

.youshi_list_tip {
    position: absolute;
    top: 2.05rem;
    left: 0;
    width: 100%;
    height: 1.15rem;
    font-size: .7rem;
    line-height: 1.15rem;
    text-align: center;
    letter-spacing: 1px;
    color: #fbc027;
    background-color: rgba(0, 0, 0, .5)
}

.youshi_list_des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 2.7rem;
    font-size: .5rem;
    color: #fff;
    text-align: center;
    line-height: .65rem
}

.youshi_list_des .big_word {
    margin-bottom: .1rem;
    font-size: .6rem
}

.dujia {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1rem;
    width: 100%;
    height: 20.45rem;
    background: url(../images/banner02.jpg) center no-repeat;
    background-size: 100% 100%
}

.dujia .common_title .pic {
    width: 14.55rem;
    height: .95rem
}

.dujia_content {
    margin: 1.15rem auto 0;
    font-size: .6rem;
    color: #333
}

.dujia_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.4rem;
    height: 1.45rem
}

.dujia_list_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dujia_list_icon {
    margin-right: .45rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .5rem;
    width: 1.65rem;
    height: 1.45rem;
    font-size: .75rem;
    line-height: 1.45rem;
    color: #fff;
    background: url(../images/02_01.png) center no-repeat;
    background-size: 100% 100%
}

.dujia .common_btn {
    width: 7rem
}

.tixi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .85rem;
    width: 100%;
    /* height: 21.25rem; */
    background: url(../images/banner03.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 1.6rem;
}

.tixi .common_title {
    color: #fff
}

.tixi .common_title .pic {
    width: 12.9rem;
    height: .95rem
}

.tixi_tip {
    width: 18.1rem
}

.tixi_tip .pic {
    width: 100%
}

.tixi_tip_num {
    margin: .95rem 0 .65rem
}

.tixi_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .85rem;
    height: 5.9rem;
    background: url(../images/03_05.png) center no-repeat;
    background-size: 100% 100%
}

.tixi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.75rem;
    width: 5.55rem;
    height: 2.65rem;
    font-size: .5rem
}

.tixi_list:first-child {
    margin-right: .6rem;
    color: #ff9d00
}

.tixi_list:nth-child(2) {
    color: #6eb8c6
}

.tixi_list:nth-child(3) {
    margin-right: .4rem;
    color: #f2959d
}

.tixi_list:nth-child(4) {
    margin-right: .45rem;
    color: #7aafeb
}

.tixi_list:last-child {
    color: #b19bf0
}

.tixi table {
    margin-top: .5rem;
    color: #fff;
    text-align: center
}

.tixi table td {
    height: 1.25rem
}

.tixi table td p{
    padding: .4rem;
    text-align: justify;
}
.tixi table td a{
    color: #fff;
}


.tixi table th {
    height: 1.3rem;
    background-color: #6f7c92;
    border-top: .1rem solid #fbc126
}

.teacher {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.1rem;
    width: 100%;
    height: 60.5rem;
    background: url(../images/banner04.jpg) center no-repeat;
    background-size: 100% 100%
}

.teacher .common_title .pic {
    width: 13.6rem;
    height: .95rem
}

.teacher_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.05rem auto 0
}

.teacher_list {
    margin-bottom: .65rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7.5rem .3rem 0;
    width: 8.4rem;
    height: 12.6rem;
    font-size: .5rem;
    color: #333
}

.teacher_list_name {
    padding-top: .35rem;
    font-size: .75rem;
    line-height: .75rem;
    text-align: center
}

.teacher_list_pos {
    position: relative;
    margin: .35rem 0 .4rem;
    text-align: center;
    line-height: .5rem
}

.teacher_list_pos::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -.15rem;
    width: 6.65rem;
    height: .05rem;
    background-color: #ff9b3a
}

.teacher_list_txt {
    line-height: .6rem
}

.teacher_list .text_indent {
    margin: 0 -.2rem
}

.teacher_list:first-child {
    background: url(../images/teacher01.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(2) {
    background: url(../images/teacher02.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(3) {
    background: url(../images/teacher03.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(4) {
    background: url(../images/teacher04.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(5) {
    background: url(../images/teacher05.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(6) {
    background: url(../images/teacher06.png) center no-repeat;
    background-size: 100% 100%
}

.teacher_list:nth-child(7) {
    background: url(../images/teacher07.png) center no-repeat;
    background-size: 100% 100%
}

/* .teacher_list:last-child {
    background: url(../images/teacher08.png) center no-repeat;
    background-size: 100% 100%
} */

.teacher .common_btn {
    width: 8rem
}

.student {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.1rem;
    height: 25.05rem;
    background-color: #f1a470
}

.student .common_title .pic {
    width: 14.05rem;
    height: .95rem
}

.student .common_des {
    line-height: .75rem;
    color: #333;
    opacity: .8
}

.student_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .75rem
}

.student_list {
    margin-bottom: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.3rem .15rem 0;
    width: 5.4rem;
    height: 7.9rem;
    color: #000;
    background: url(../images/7.png) center no-repeat;
    background-size: 100% 100%
}

.student_list:first-child .student_list_sch {
    letter-spacing: -.05rem
}

.student_list:first-child,
.student_list:nth-child(3),
.student_list:nth-child(4) {
    background: url(../images/6.png) center no-repeat;
    background-size: 100% 100%
}

.student_list_name {
    margin-bottom: .15rem;
    font-size: .7rem;
    line-height: .7rem
}

.student_list_txt {
    font-size: .45rem
}

.student_list_des {
    font-size: .425rem;
    color: #333
}

.student_list_des .indent {
    margin-right: -.2rem
}

.student .common_btn {
    margin-top: .5rem;
    width: 8rem
}

.student .common_tel {
    color: #fff
}

.book {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.05rem;
    width: 100%;
    height: 23.9rem;
    background: url(../images/banner05.jpg) center no-repeat;
    background-size: 100% 100%
}

.book .common_title .pic {
    width: 14.65rem;
    height: .95rem
}

.book_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .8rem
}

.book_list {
    overflow: hidden;
    margin-bottom: .65rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .2rem;
    padding-top: 4.1rem;
    width: 8.45rem;
    height: 5.85rem;
    color: #fff;
    font-size: .45rem;
    text-align: center;
    -webkit-box-shadow: 0 0 .4rem #c2c2c2;
    box-shadow: 0 0 .4rem #c2c2c2
}

.book_list_name {
    font-size: .55rem;
    line-height: .55rem
}

.book_list_des {
    margin-top: .25rem;
    font-size: .5rem;
    line-height: .5rem
}

.book_list:first-child {
    background: url(../images/11.png) center no-repeat;
    background-size: 100% 100%
}

.book_list:nth-child(2) {
    background: url(../images/12.png) center no-repeat;
    background-size: 100% 100%
}

.book_list:nth-child(3) {
    background: url(../images/13.png) center no-repeat;
    background-size: 100% 100%
}

.book_list:nth-child(4) {
    background: url(../images/4.png) center no-repeat;
    background-size: 100% 100%
}

.book_list:last-child {
    padding-top: 4.4rem;
    width: 100%;
    background: url(../images/5.png) center no-repeat;
    background-size: 100% 100%
}

.book_list:last-child .book_list_name {
    font-size: .6rem;
    line-height: .6rem
}

.yanfa {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.3rem;
    width: 100%;
    height: 22.5rem;
    background: url(../images/banner06.jpg) center no-repeat;
    background-size: 100% 100%
}

.yanfa_title {
    font-size: .8rem;
    line-height: .8rem;
    font-weight: 700;
    text-align: center;
    color: #333
}

.yanfa_des {
    margin: .4rem auto .7rem;
    font-size: .5rem;
    line-height: .8rem;
    color: #6b757a
}

.yanfa_banner {
    margin: 0 auto;
    width: 17.15rem;
    height: 15.75rem;
    background: url(../images/book.png) center no-repeat;
    background-size: 100% 100%
}

.tong {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.05rem;
    height: 20.2rem
}

.tong .common_title .pic {
    width: 11rem;
    height: .95rem
}

.tong_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.3rem;
    height: 15.6rem;
    background: url(../images/9.png) center no-repeat;
    background-size: 100% 100%
}

.tong_list {
    margin-bottom: .6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .55rem .5rem 0;
    width: 8.3rem;
    height: 8.75rem;
    font-size: .5rem;
    line-height: .65rem;
    color: #fffefe
}

.tong_list:last-child,
.tong_list:nth-child(3) {
    padding-top: .75rem;
    height: 6.25rem
}

.xieyi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .8rem;
    width: 100%;
    height: 22.8rem;
    background: url(../images/banner07.jpg) center no-repeat;
    background-size: 100% 100%
}

.xieyi .common_title {
    font-size: .75rem;
    color: #fff
}

.xieyi .common_title .pic {
    width: 15rem;
    height: .95rem
}

.xieyi .common_title::after {
    background-color: #fa413b
}

.xieyi .yellow_word {
    font-size: .9rem;
    color: #fbc026
}

.xieyi .common_des {
    color: #e7e7e7
}

.xieyi_content {
    margin: .3rem auto .9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .5rem;
    height: 16.95rem;
    font-size: .5rem;
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.xieyi_content_pic {
    margin: 0 auto .5rem;
    width: 16.6rem;
    height: 8.4rem;
    background: url(../images/people.png) center no-repeat;
    background-size: 100% 100%
}

.xieyi_content_title {
    margin-bottom: .3rem;
    text-align: center;
    font-size: .6rem;
    line-height: .6rem
}

.xieyi_content_des {
    margin-bottom: .3rem;
    padding: 0 .45rem;
    line-height: .7rem
}

.xieyi .common_btn {
    width: 4.25rem
}

.school {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.1rem;
    height: 41rem;
    background: url(../images/banner08.jpg) center no-repeat;
    background-size: 100% 100%
}

.school .common_title .pic {
    width: 16.5rem;
    height: .95rem
}

.school_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .95rem auto .25rem
}

.school_item {
    width: 33.33%;
    line-height: 1.45rem;
    font-size: .75rem;
    color: #fffefe;
    text-align: center
}

.school_item:first-child {
    background-color: #499bf6
}

.school_item:nth-child(2) {
    background-color: #fc9e4a
}

.school_item:last-child {
    background-color: #fa6054
}

.school_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.school_list {
    margin-bottom: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5.4rem;
    width: 8.5rem;
    height: 9.65rem
}

.school_list_name {
    padding-left: .5rem;
    font-size: .6rem;
    line-height: .6rem;
    color: #333
}

.school_list_txt {
    padding-left: .5rem;
    font-size: .5rem;
    line-height: .5rem;
    color: #4c4c4c
}

.school_list_num {
    margin: .15rem 0
}

.school_list_btn {
    display: block;
    margin: .7rem auto 0;
    border: solid 1px #e0293d;
    border-radius: .15rem;
    width: 3.45rem;
    height: .95rem;
    font-size: .6rem;
    line-height: .95rem;
    color: #df1f1f;
    text-align: center
}

.school_list:first-child {
    background: url(../images/1-1.png) center no-repeat;
    background-size: 100% 100%
}

.school_list:nth-child(2) {
    background: url(../images/2-2.png) center no-repeat;
    background-size: 100% 100%
}

.school_list:nth-child(3) {
    background: url(../images/2-1.png) center no-repeat;
    background-size: 100% 100%
}

.school_list:nth-child(4) {
    background: url(../images/3.png) center no-repeat;
    background-size: 100% 100%
}

.school_list:nth-child(5) {
    background: url(../images/1.png) center no-repeat;
    background-size: 100% 100%
}

.school_list:nth-child(6) {
    background: url(../images/2.png) center no-repeat;
    background-size: 100% 100%
}

.school_des {
    margin: .5rem 0 .6rem;
    text-align: center;
    font-size: .6rem;
    color: #f49630
}

.school .common_btn {
    width: 8rem
}

.school .common_tel {
    margin-top: .25rem
}

.map {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.05rem;
    height: 17.25rem
}

.map .common_title .pic {
    width: 14.75rem;
    height: .95rem
}

.map_banner {
    margin: .65rem 0 .9rem;
    width: 100%;
    height: 9.6rem;
    background: url(../images/map.png) center no-repeat;
    background-size: 100% 100%
}

.map .common_btn {
    width: 8rem
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.9rem;
    background-color: #2a314d
}

.footer_banner {
    width: 17.65rem;
    height: 2.85rem;
    background: url(../images/footer.png) center no-repeat;
    background-size: 100% 100%
}

/*# sourceMappingURL=map/index.css.map */</pre></body></html>