    @charset "utf-8";
    /* CSS Document */
    
    body {
        margin: 0;
        padding: 0;
        font-size: 0.24rem;
        line-height: 1.7;
        font-family: "微软雅黑";
        -webkit-text-size-adjust: 100%;
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    html {
        font-size: -moz-calc(100vw / 7.5);
        font-size: calc(100vw / 7.5);
    }
    
    img {
        border: 0;
        vertical-align: bottom;
        width: 100%;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    ul,
    li {
        list-style-type: none;
    }
    
    a {
        text-decoration: none;
        color: inherit;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    .tc {
        text-align: center;
    }
    
    .tl {
        text-align: left;
    }
    
    .tr {
        text-align: right;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .cl {
        clear: both;
    }
    
    .fb {
        font-weight: bold;
    }
    
    input:focus,
    textarea:focus {
        outline: none;
    }
    
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    textarea {
        -webkit-appearance: none;
    }
    
    input,
    textarea,
    select {
        font: inherit;
    }
    
    h3 {
        font-size: 0.26rem;
        font-weight: normal;
    }
    
    em {
        font-style: normal;
    }
    
    .flex {
        display: flex;
        display: -webkit-flex;
    }
    
    .between {
        justify-content: space-between;
    }
    
    .around {
        justify-content: space-around;
    }
    
    .center {
        align-items: center;
    }
    
    .wrap {
        flex-wrap: wrap;
    }
    
    .rel {
        position: relative;
    }
    
    .abs {
        position: absolute;
    }
    
    .ellipsis {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    
    .wow {
        animation-duration: 1.5s;
    }
    /*header*/
    
    .wrap_box {
        max-width: 7.5rem;
        margin: 0 auto;
        background: #fff;
    }
    
    .content {
        padding: 0 0.24rem;
    }
    
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }
    
    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        background: #fff;
    }
    
    .logo {
        width: 1.17rem;
        height: 1.2rem;
        margin-left: .3rem;
    }
    
    .search {
        width: 0.34rem;
        right: 0.9rem;
        top: 0.3rem;
    }
    
    .srch {
        position: absolute;
        top: 1.25rem;
        left: 0;
        right: 0;
        width: 94%;
        margin: 2% auto 0;
        -webkit-appearance: none;
        border: solid 1rem #eee;
        z-index: 3;
        display: none;
    }
    
    .srch_txt {
        width: 83%;
        border: none;
        color: #333;
        background: #ffffff;
        -webkit-appearance: none;
        padding: 0.1rem;
    }
    
    .srch_txt::-webkit-input-placeholder {
        color: #CCC;
    }
    
    .srch_sub {
        position: absolute;
        top: 0;
        right: 0;
        width: 17%;
        height: 100%;
        border: none;
        color: #ffffff;
        text-align: center;
        background: #d0a874;
        -webkit-appearance: none;
    }
    
    .menu {
        width: 0.34rem;
        right: 0.24rem;
        top: 0.3rem;
    }
    
    .menu_list {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        z-index: 999999;
        padding: 2rem 0 0;
        display: none;
    }
    
    .menu_list li a {
        font-size: 0.3rem;
        line-height: 2.5;
        color: #fff;
    }
    
    .menu_close {
        right: 0.3rem;
        top: 0.1rem;
        font-size: 0.6rem;
        color: #fff;
    }
    
    .banner {
        margin: 1.09rem 0 0;
    }
    
    .banner img {
        height: 5rem;
        object-fit: cover;
    }
    
    .banner .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }
    
    .banner .swiper-pagination-bullet-active {
        background: #d0a874;
    }
    /*index*/
    
    .tit {
        color: #01142f;
    }
    
    .tit h2 {
        font-size: .40rem;
        text-transform: uppercase;
        line-height: .62rem;
    }
    
    .tit p {
        font-size: .36rem;
        line-height: .58rem;
    }
    
    .course_box {
        margin: .6rem 0 .3rem;
    }
    
    .course {
        margin: .45rem 0 0;
    }
    
    .course li {
        width: 3.41rem;
        margin-bottom: .3rem;
        animation-name: fadeInUp;
    }
    
    .course_pic {
        overflow: hidden;
    }
    
    .course_pic>img {
        width: 100%;
        height: 2.02rem;
    }
    
    .course_pic::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/bg.png) no-repeat center;
        background-size: 100% 100%;
        content: "";
        display: block;
        z-index: 1;
    }
    
    .course_tit {
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .28rem;
        color: #fff;
    }
    
    .course_tit img {
        width: .6rem;
        margin-right: .20rem;
    }
    
    .course_txt {
        color: #252424;
        line-height: .7rem;
        font-weight: 600;
    }
    
    .about_bg {
        background: url(../images/about_bg.jpg) no-repeat center top;
        background-size: 100% 100%;
        padding: 5% 0 3%;
    }
    
    .tit2 {
        color: #fff;
    }
    
    .about_video {
        margin: .6rem 0 0;
    }
    
    .video {
        width: 6.82rem;
        height: 5rem;
        left: 0;
        top: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .video_bg {
        width: 6.75rem;
        height: 4.75rem;
        margin: .5rem 0 0;
    }
    
    .num {
        margin-top: 5%;
    }
    
    .num li {
        width: 33.3%;
        background: url(../images/bor1.jpg) no-repeat right center;
        text-align: center;
        color: #e2e2e2;
    }
    
    .num li:last-child {
        background: none;
    }
    
    .num li p {
        font-size: .2rem;
    }
    
    .num li p span {
        font-family: Impact;
        color: #c78e39;
        font-size: .48rem;
    }
    
    .num li h3 {
        font-size: .24rem;
    }
    
    .about_txt {
        color: #e2e2e2;
        font-size: .26rem;
        line-height: .52rem;
        margin: 5% 0;
    }
    
    .more {
        width: 2.12rem;
        height: .57rem;
        background: #cea972;
        line-height: .57rem;
        display: block;
        color: #131313;
        font-size: .26rem;
    }
    
    .four_tit {
        color: #000;
        font-size: .44rem;
        line-height: 2;
    }
    
    .four_tit i {
        font-size: .95rem;
        color: #c78e39;
    }
    
    .class_type li {
        width: 3.36rem;
        height: 3.25rem;
        border: solid 1px #dbdbdb;
        padding: .25rem .2rem 0;
        position: relative;
        margin-bottom: .55rem;
        text-align: center;
    }
    
    .class_type li img {
        width: .83rem;
        height: .83rem;
    }
    
    .class_type li h3 {
        text-align: center;
        font-size: .32rem;
        color: #252525;
        line-height: .6rem;
        position: relative;
    }
    
    .class_type li h3::after {
        width: .59rem;
        height: .04rem;
        background: #c78e39;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        bottom: 0;
        position: absolute;
    }
    
    .class_type li p {
        margin-top: 2%;
        color: #727272;
        line-height: 1.875;
    }
    
    .environment {
        margin: 3% 0 1%;
    }
    
    .environment li {
        width: 3.38rem;
        margin-bottom: .3rem;
        animation-name: fadeInUp;
    }
    
    .environment li img {
        width: 100%;
        height: 5.06rem;
        object-fit: cover;
    }
    
    .environment_con p {
        height: 0.8rem;
        overflow: hidden;
        line-height: .4rem;
    }
    
    .auto {
        margin: 0 auto;
    }
    
    .student_bg {
        background: url(../images/student_bg.jpg) no-repeat center top;
        background-size: 100% 100%;
        padding: 4% 0 .5rem;
        margin: .7rem 0 0;
    }
    
    .student {
        width: 7.5rem;
        margin: 4% auto;
    }
    
    .student .swiper-slide {
        width: 5.67rem;
    }
    
    .student .swiper-slide img {
        width: 100%;
        height: 3.78rem;
        object-fit: contain;
    }
    
    .student .swiper-slide::after {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .student .swiper-button-next,
    .student .swiper-button-prev {
        width: .24rem;
        height: .4rem;
        margin-top: -0.2rem;
    }
    
    .student .swiper-button-next {
        background: url(../images/nar3.png) no-repeat;
        background-size: 100%;
        right: .24rem;
    }
    
    .student .swiper-button-prev {
        background: url(../images/nar2.png) no-repeat;
        background-size: 100%;
        left: .24rem;
    }
    
    .student .swiper-slide-active::after {
        display: none;
    }
    
    .news_box {
        margin: 5% 0;
    }
    
    .m_news {
        margin: 3% 0 0;
    }
    
    .m_news li {
        margin-bottom: .1rem;
        animation-duration: 1.5s;
    }
    
    .m_news li img {
        width: 100%;
        height: 4.08rem;
        object-fit: contain;
    }
    
    .m_news_con {
        margin: .4rem 0;
    }
    
    .m_news_date {
        width: 1.29rem;
        border-right: solid 1px #cecece;
        text-align: center;
    }
    
    .m_news_con p {
        color: #666;
        font-size: .27rem;
        line-height: 1;
    }
    
    .m_news_con h3 {
        color: #333;
        font-size: .81rem;
        line-height: 1;
        margin: .2rem 0 0;
    }
    
    .m_news_txt {
        width: 5.4rem;
    }
    
    .m_news_txt h4 {
        color: #333;
        font-size: .3rem;
        line-height: 1.2;
    }
    
    .m_news_txt p {
        color: #838383;
        line-height: .44rem;
        font-size: .26rem;
        margin: .15rem 0 0;
        height: .88rem;
        overflow: hidden;
    }
    
    .m_news li:hover .m_news_txt h4 {
        color: #e9b935;
    }
    
    .footer_bg {
        background: #ebeef3;
        padding: .58rem 0 .45rem;
    }
    
    .footer {
        width: 4.3rem;
    }
    
    .footer_contact {
        margin: .38rem 0 0;
    }
    
    .footer_contact li {
        margin-bottom: .2rem;
        color: #1e1e1e;
    }
    
    .footer_contact li img {
        width: .36rem;
        margin-right: .15rem;
        vertical-align: middle;
    }
    
    .footer_contact li b {
        color: #282727;
        font-size: .38rem;
        font-family: Impact;
        line-height: 1;
        vertical-align: bottom;
    }
    
    .code {
        width: 1.4rem;
    }
    
    .code>img {
        width: 1.27rem;
        height: 1.27rem;
    }
    
    .code p {
        color: #1c1c1c;
        font-size: .2rem;
    }
    
    .code p img {
        margin-right: 5rem;
    }
    
    .copyright {
        background: #101010;
        color: #fff;
        padding: .20rem 0;
    }
    
    .main_banner {
        display: none;
        margin: 1.09rem 0 0;
    }
    
    .m_tit {
        left: 0;
        right: 0;
        top: 38%;
        color: #fff;
    }
    
    .m_tit h3 {
        font-size: .58rem;
        line-height: .9rem;
    }
    
    .m_tit p {
        font-size: .34rem;
        line-height: .58rem;
    }
    
    .path_bg {
        line-height: .74rem;
        box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.2);
        color: #111111;
    }
    
    .path_bg img {
        width: .25rem;
        margin-right: .1rem;
        vertical-align: middle;
    }
    /* .page a {
  
  color: #222;
  font-size: 14rem;
  background: #e8e8e8;
  padding: 0 17rem;
  line-height: 43rem;
  margin: 0 2rem;
  display: inline-block;
}
.page .on {
  background: #c78e39;
  color: #fff;
} */
    
    .main {
        margin: 4% 0;
    }
    
    .form {
        margin: 5% 0 0;
    }
    
    .form_list {
        height: .66rem;
        border: solid 1px #cbcbcb;
        border-radius: .3rem;
        line-height: .66rem;
        padding: 0 0 0 .25rem;
        color: #353535;
        font-size: .26rem;
        margin-bottom: .3rem;
    }
    
    .user {
        width: 4.8rem;
        border: none;
        height: .55rem;
    }
    
    .btn {
        width: 100%;
        height: .64rem;
        background: #c78e39;
        line-height: .64rem;
        border-radius: .3rem;
        display: block;
        margin: .3rem auto 0;
        border: none;
        color: #fff;
        font-size: .32rem;
    }
    
    .m_about {
        color: #0b0b0b;
        font-size: .26rem;
        margin: 3% 0;
    }
    
    .about_num {
        padding-bottom: .5rem;
    }
    
    .about_num li {
        width: 33.33%;
        background: url(../images/line.png) no-repeat right center;
        background-size: 1px;
        color: #454545;
        padding-left: .2rem;
    }
    
    .about_num li:last-child {
        background: none;
    }
    
    .about_num li img {
        width: .5rem;
        float: left;
        margin-right: .1rem;
        margin-top: .2rem;
    }
    
    .about_num li h3 {
        font-size: .22rem;
        line-height: 1.2;
    }
    
    .about_num li h3 b {
        color: #d4a662;
        font-size: .4rem;
        font-family: Impact;
    }
    
    .about_num li p {
        font-size: .22rem;
    }
    
    .m_type {
        margin: .40rem 0 0;
    }
    
    .m_type a {
        width: 1.77rem;
        height: .68rem;
        border: solid 1px #6f6f6f;
        line-height: .68rem;
        text-align: center;
        color: #111111;
        display: inline-block;
        margin: 0 .24rem .2rem 0;
        font-size: .28rem;
    }
    
    .m_type a.current {
        border: solid 1px #d18e29;
        background: #d18e29;
        color: #fff;
    }
    
    .m_student {
        margin: .40rem 0;
    }
    
    .m_student li {
        width: 3.4rem;
        height: 2.8rem;
        margin: 0 0 .33rem 0;
        position: relative;
        text-align: center;
    }
    
    .m_student li img {
        width: 3.4rem;
        height: 2.8rem;
    }
    
    .m_student_tit {
        height: .70rem;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #c78e39;
        line-height: .70rem;
        font-size: .26rem;
        color: #fff;
    }
    
    .m_contact {
        margin: 5% 0 0;
    }
    
    .m_contact li {
        width: 50%;
        text-align: center;
        background: url(../images/cont_line.jpg) no-repeat right center;
        background-size: 1px;
        padding: 0 5%;
        margin-bottom: .7rem;
        animation-name: fadeInUp;
    }
    
    .m_contact li img {
        width: .66rem;
    }
    
    .m_contact li h3 {
        color: #000;
        font-size: .26rem;
        margin: 5% 0 0;
    }
    
    .m_contact li p {
        color: #464646;
        font-size: .26rem;
    }
    
    .map_box {
        border: solid 1px #dcdedd;
        margin: 5% 0;
        height: 5.02rem;
    }
    
    .map {
        width: 100%;
    }
    
    .page {
        text-align: center;
    }
    
    .page a {
        color: #222;
        font-size: .24rem;
        background: #e8e8e8;
        padding: 0 .17rem;
        line-height: .46rem;
        margin: 0 2px;
        display: inline-block;
    }
    
    .page .on {
        background: #c78e39;
        color: #fff;
    }
    
    .xx_tit {
        font-size: .34rem;
    }
    
    .xx_time {
        color: #999;
        border-bottom: solid 1px #e6e6e6;
        padding: .3rem 0;
    }
    
    .xx {
        padding: .4rem 0;
        line-height: 2;
        min-height: 5rem;
    }
    
    .nextpage {
        border-top: dashed 1px #dadada;
        padding: .3rem 0;
    }
    
    .nextpage a {
        color: #333;
    }
    
    [v-cloak] {
        display: none;
    }