.m1200{position: relative;}
a:hover{color: #fff;}
.navFixed{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;}
.pcno{display: none !important;}
.mno{display: block !important;}
.mflex{display: none !important;}
/* btn */
.btn_active::before {content: "";display: block;width: 14%;height: 290%;background: rgba(255, 255, 255, 0.4);transform: rotate(35deg);position: absolute;left: -20%;top: -120%;animation: leftTransiform ease-in-out 0.5s forwards;-webkit-animation: leftTransiform ease-in-out 0.5s forwards;}
@keyframes leftTransiform {
    0% {left: -20%;}
    100% {left: 120%;}
}
/* 修改xyz版权css */
.footget{background: #333 !important;color: #fff !important;padding: 10px 0 !important;}
.footget a{color: #fff !important;}
@media(max-width:1000px){
    .m1200{width: 100%;}
    .pcno{display: block !important;}
    .mno{display: none !important;}
    .mflex{display: flex !important;}
    body{padding-bottom: 1rem;}
    .btn_active::before{display: none;}
    /* .navFixed{left: calc((100% - 7.5rem)/2);} */
}

.banner{height: 510px;background: url('../images/banner.jpg') no-repeat center top;}
.banner .logo{width: 301px;height: 46px;background: url('../images/logo.png') no-repeat;position: absolute;left:20px;top:31px;}
.banner .slogo{width: 200px;height: 47px;background: url('../images/slogo.png') no-repeat;position: absolute;right:20px;top:30px;}
.banner .text{width: 727px; height: 188px;background: url('../images/banner_text.png') no-repeat;position: absolute;left:244px;top:89px;}
.banner .textL{width: 492px;height: 72px;background: url('../images/banner_text_l.png') no-repeat;position: absolute;left:201px;top: 252px;}
.banner .textR{width: 247px;height: 89px;background: url('../images/banner_text_r.png') no-repeat;position: absolute;right:249px;top: 249px;}
.banner .btnUl{line-height: 1;width: 386px;height: 50px;background: url('../images/banner_btnbk.png') no-repeat;position: absolute;left: calc((100% - 386px)/2);top:353px;padding-left: 174px;box-sizing: border-box;}
.banner .btn{width: 191px;height: 62px;background: url('../images/banner_abk.png') no-repeat;position: absolute;left:-5px;top:-6px;padding: 13px 12px;box-sizing: border-box;}
.banner .maxDiv{display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;width: 100%;height: 100%;border-radius: 18px;overflow: hidden;position: relative;}
.banner .number{color: #1c5ece;font-size: 20px;display: flex;justify-content: center;align-items: center;height: 100%;padding-right: 4px;box-sizing: border-box;}
.banner .rightOpecial{animation: rightOpecial 0.8s forwards;opacity: 0;}
@keyframes rightOpecial {
    0%{opacity:0;transform: translateX(-80px);}
    100%{opacity:1;transform: translateX(0px);}
}

.nav{height: 60px;background:#fff;box-shadow: 0 6px 6px rgba(231, 231, 231, 0.3);position: relative;}
.navFixed{position: fixed;}
.nav .m1200{display: flex;justify-content: space-between;height: 100%;}
.nav .li{display: flex;justify-content: center;align-items: center;width: 16.6%;height: 100%;font-size: 18px;color: #333;position: relative;}
.nav .li::after{content: '';display: none;width: 26px;height: 4px;background: url('../images/nav_ac.png') no-repeat;position: absolute;left:calc((100% - 26px)/2);bottom: 0;}
.nav .li.active{font-weight: bold;background-image: linear-gradient(270deg, #2b69e5,#1758f4);background-clip: text;-webkit-background-clip: text;color: transparent;}
.nav .li.active::after{display: block;}
.nav .height0{height: 50px;position: relative;z-index: 999;display:none;}
.nav .height0.active{display: block;}
.nav .minNav{ position: absolute;left: 4px;top: 0px;border-radius: 12px;background: #fff;height: 50px;display: none;justify-content: flex-start;box-shadow: 0 0 12px 7px rgba(30,101,245,0.2);padding: 0 0px 0 30px;box-sizing: border-box;}
.nav .minNav .mina{font-size: 14px;color: #333333;height: 100%;display: flex;align-items: center;cursor: pointer;margin-right: 30px;}
.nav .minNav .mina:hover{color: #2b69e5;}
.nav .minNav.active{display: flex;}
.nav .minNav.jieduan{left: 4px;}
.nav .minNav.chanpin{left: 746px;}
 

.home_tit{text-align: center;line-height: 1;padding: 80px 0 60px;}
.home_tit .mainTitle{font-size: 38px;color: #333333;font-weight: bold;display: flex;justify-content: center;align-items: center;}
.home_tit .mainTitle::before{content: '';width: 140px;height: 20px;background: url('../images/tit_l.png') no-repeat;margin-right: 20px;display: block;}
.home_tit .mainTitle::after{content: '';width: 140px;height: 20px;background: url('../images/tit_r.png') no-repeat;margin-left: 20px;display: block;}
.home_tit .mainTitle span.orange{background-image: linear-gradient(180deg, #fb9325,#ff6f1f);background-clip: text;-webkit-background-clip: text;color: transparent;}
.home_tit .mainTitle span.mr{margin-right: 10px;}
.home_tit .mainTitle span.ml{margin-left: 10px;}
.home_tit .fuTit{color: #666666;font-size: 18px;text-align: center;padding-top: 20px;}

.sumBtn{width: 260px;height: 46px;border-radius: 23px;background: linear-gradient(270deg,#fb9325,#ff6f1f);box-shadow: 0 6px 6px rgba(255, 149, 28, 0.12); display: flex;justify-content: center;align-items: center;margin: auto;font-size: 16px;color: #fff;font-weight: bold;position: relative; overflow: hidden;}
.sumBtn::after{content: ">";margin-left: 0.5em;}

.page1{background: #fff;padding-bottom: 80px;}
.page1 .list{display: flex;justify-content: space-between;}
.page1 .li{width: 285px;height: 100px;border-radius: 12px;border: 1px solid #1769fd;box-sizing: border-box;background: #f8faff;;line-height: 1;display: flex;align-items: center;transition:0.2s;}
.page1 .tit{font-size: 18px;color: #333333;font-weight: bold;margin-bottom: 6px;padding-top: 4px;}
.page1 .font{font-size: 14px;color: #666666;line-height: 22px;}
.page1 .li::before{content: '';display: block;width: 99px;height: 100%;}
.page1 .li1::before{background: url('../images/page1_icon1.png') no-repeat center center;}
.page1 .li2::before{background: url('../images/page1_icon2.png') no-repeat center center;}
.page1 .li3::before{background: url('../images/page1_icon3.png') no-repeat center center;}
.page1 .li4::before{background: url('../images/page1_icon4.png') no-repeat center center;}
.page1 .li.active{border: 1px solid #1769fd;background: linear-gradient(356deg,#1758f4,#1769fd);}
.page1 .li.active .tit,.li.active .font{color: #fff;}
.page1 .li1.active::before{background: url('../images/page1_icon1_ac.png') no-repeat center center;}
.page1 .li2.active::before{background: url('../images/page1_icon2_ac.png') no-repeat center center;}
.page1 .li3.active::before{background: url('../images/page1_icon3_ac.png') no-repeat center center;}
.page1 .li4.active::before{background: url('../images/page1_icon4_ac.png') no-repeat center center;}
.page1 .li:hover{transform: translateY(-10px);}

.page2{background: url('../images/page2.jpg') no-repeat center top;padding-bottom: 80px;}
.page2 .contentBox{display: flex;justify-content: space-between;margin-bottom: 50px;position: relative;}
.page2 .navList{width: 180px;overflow: hidden;border-radius: 20px;box-shadow: 0 0 22px rgba(237, 243, 246, 0.3);}
.page2 .li{height: 75px;background: #fff url('../images/page2_xian.png') no-repeat center bottom;font-size: 16px;color: #333333;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.page2 .li:last-child{background: #fff;}
.page2 .li.active{color: #fff;font-weight: bold;background: linear-gradient(270deg,#1465fc,#134df5);}
.page2 .content{width: 990px;height: 300px;border-radius: 20px;background: #fff;box-shadow: 0 0 22px rgba(237, 243, 246, 0.3);overflow: hidden;}
.page2 .box{width: 100%;height: 100%;display: none;justify-content: flex-start;align-items: center;padding:0 480px 0 97px;box-sizing: border-box;position: relative;}
.page2 .box.active{display: flex;}
.page2 .posi{width: 440px;height: 100%;position: absolute;right: 0;top: 0;}
.page2 .icon1{background: url('../images/page2_bk1_1.png') no-repeat right center;}
.page2 .icon2{background: url('../images/page2_bk2.jpg') no-repeat right center;}
.page2 .icon3{background: url('../images/page2_bk3.jpg') no-repeat right center;}
.page2 .icon4{background: url('../images/page2_bk4.jpg') no-repeat right center;}
.page2 .tit{font-size: 14px;font-weight: bold;color: #333;display: flex;justify-content:flex-start;align-items: center;margin:0 0 5px -29px;line-height: 1;}
.page2 .tit span{margin-left: 13px;}
.page2 .tit::before{content: '';display: block;height: 16px;}
.page2 .tit1::before{width:16px;height: 16px;background: url('../images/page2_icon1.png') no-repeat;}
.page2 .tit2::before{width:16px;height: 16px;background: url('../images/page2_icon2.png') no-repeat;}
.page2 .tit3::before{width:15px;height: 16px;background: url('../images/page2_icon3.png') no-repeat;}
.page2 .font{font-size: 14px;line-height: 22px;color: #333;padding-left: 10px;box-sizing: border-box;}
.page2 .font::before{content: '· ';margin-left: -10px;margin-right: 0.5em;}
.page2 .mb{margin-bottom: 13px;}
 
.page3{padding-bottom: 80px;background: #fff;overflow: hidden;}
.page3 .content{height: 490px;background: url('../images/page3.png') no-repeat center top;margin: -30px auto 30px;}
.page3 .box{padding: 85px 0 0;width: 660px;}
.page3 .flexSlide{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page3 .li{width: 320px;height: 150px;background: url('../images/page3_slide.png') no-repeat;margin-bottom: 20px;padding: 28px 32px 0;box-sizing: border-box;line-height: 1;position: relative;}
.page3 .schoolName{font-size: 20px;font-weight: bold;color: #333333;margin-bottom: 8px;/*width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/}
.page3 .schoolEnName{font-size: 14px;line-height: 18px;color: #999999;padding-right: 58px;box-sizing: border-box;}
.page3 .font{font-size: 14px;color: #999999;}
.page3 .font span.meishu{font-size: 14px;color: #1359f8;font-weight: bold;}
.page3 .fontBox{position: absolute;left: 0; top: 114px; display: flex;justify-content: space-between;width: 100%;padding: 0 40px 0 32px;box-sizing: border-box;}
.page3 .swiper-pagination{line-height: 1;display: flex;justify-content: center;position: static;margin-top: -2px;}
.page3 .swiper-pagination span{display: block;margin:0 5px;opacity: 1;width: 6px;height: 6px;background: #fff;}
.page3 .swiper-pagination span.swiper-pagination-bullet-active{width: 30px;border-radius: 3px;}

.page3 .schoolName.minFontSize{font-size: 18px;}
.page3 .schoolName span.minFontSize{font-size: 12px;}

.page4{background: #f8faff;padding-bottom: 80px;}
.page4 .list{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 30px;}
.page4 .li{width: 280px;height: 170px;margin-bottom: 30px;position: relative;border-radius: 12px;box-sizing: border-box;line-height: 1;overflow: hidden;}
.page4 .li1{background: url('../images/page4_1.png') no-repeat;}
.page4 .li2{background: url('../images/page4_2.png') no-repeat;}
.page4 .li3{background: url('../images/page4_3.png') no-repeat;}
.page4 .li4{background: url('../images/page4_4.png') no-repeat;}
.page4 .li5{background: url('../images/page4_5.png') no-repeat;}
.page4 .li6{background: url('../images/page4_6.png') no-repeat;}
.page4 .li7{background: url('../images/page4_7.png') no-repeat;}
.page4 .li8{background: url('../images/page4_8.png') no-repeat;}
.page4 .majorName{font-size: 18px;color: #fff;font-weight: bold;text-align: center;margin-bottom: 8px;padding-top: 86px;}
.page4 .majorEnName{font-size: 14px;color: #fff;text-align: center;}
.page4 .zr{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;transition: top 0.5s; background: url('../images/page4_ac.png') no-repeat;padding: 0 25px;box-sizing: border-box;}
.page4 .tit{font-size: 18px;font-weight: bold;color: #fff;display: flex;justify-content: center;align-items: center;width: 100%;padding: 17px 0 12px;}
.page4 .tit::before{content: '';width: 20px;height: 2px;background: url('../images/page4_ac_l.png') no-repeat;margin-right: 5px;}
.page4 .tit::after{content: '';width: 20px;height: 2px;background: url('../images/page4_ac_r.png') no-repeat;margin-left: 5px;}
.page4 .flexSlide{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page4 .sc_li{width: 108px;height: 28px;display: flex;justify-content: center;align-items: center;margin-bottom: 10px;font-size: 14px;color: #fff;border-radius: 4px;border: 1px solid #90b7ff;box-sizing: border-box;}
.page4 .visib{visibility: hidden;}
.page4 .ljMore{font-size: 14px;color: #fff;text-decoration: underline;padding-top: 8px;}
.page4 .li:hover .zr{top: 0;}
.page4 .sc_li:hover{background: #266dfa;font-weight: bold;}
.page4 .li.qt_53Btn{transition: 0.5s;}
.page4 .li.qt_53Btn:hover{transform: translateY(-10px);}



.page5{background: #fff;padding-bottom: 80px;position: relative;overflow: hidden;}
.page5 .leftImg{position: absolute;left:-239px;top:-80px;}
.page5 .rightImg{position: absolute;right:-258px;top:614px;}
.page5 .content{height: 447px;position: relative;margin: -20px 0 52px;background: url('../images/page5_xian.png') no-repeat center top 224px;}
.page5 .li{width: 200px;height: 231px;position: absolute;top: 0;line-height: 1;padding: 69px 18px 0 19px;box-sizing: border-box;transition:transform 0.5s;}
.page5 .li1{background: url('../images/page5_01.png') no-repeat;height: 248px;}
.page5 .li2{background: url('../images/page5_02.png') no-repeat;top: 216px;left: 167px;padding-top: 129px;}
.page5 .li3{background: url('../images/page5_03.png') no-repeat;height: 248px;left: 333px;}
.page5 .li4{background: url('../images/page5_04.png') no-repeat;top: 216px;left: 500px;padding-top: 129px;}
.page5 .li5{background: url('../images/page5_05.png') no-repeat;height: 248px;left: 667px;}
.page5 .li6{background: url('../images/page5_06.png') no-repeat;top: 216px;left: 834px;padding-top: 129px;}
.page5 .li7{background: url('../images/page5_07.png') no-repeat;height: 248px;left: 1000px;}
.page5 .tit{font-size: 18px;color: #333333;font-weight: bold;padding-bottom: 10px;}
.page5 .font{font-size: 14px;color: #666666;line-height: 26px;display: flex;justify-content: flex-start;}
.page5 .font::before{content: '';display: block;width: 14px;height: 14px;background: url('../images/page5_icon.png') no-repeat;margin:6px 8px 0 0;flex-shrink: 0;}
.page5 .li:hover{transform: translateY(-10px);}
.page5 .sumBtn::after{display: none;}

.page6{background: url('../images/page6.jpg') no-repeat center top;padding-bottom: 80px;}
.page6 .list{display: flex;justify-content: space-between;padding-bottom: 60px;}
.page6 .li{width: 380px;height: 249px;border-radius: 22px;overflow: hidden;line-height: 1;}
.page6 .li1{background: url('../images/page6_1.png') no-repeat;}
.page6 .li2{background: url('../images/page6_2.png') no-repeat;}
.page6 .li3{background: url('../images/page6_3.png') no-repeat;}
.page6 .div{width: 100%;height: 100%;position: relative;padding: 31px 33px 0 33px;box-sizing: border-box;transition: transform 0.5s;}
.page6 .div1{width: 100%;height: 100%;position: relative;padding: 31px 33px 0 33px;box-sizing: border-box;transition: transform 0.5s;}
.page6 .li1 .div{background: url('../images/page6_01bk.png') no-repeat center bottom;}
.page6 .li2 .div{background: url('../images/page6_02bk.png') no-repeat center bottom;}
.page6 .li3 .div{background: url('../images/page6_03bk.png') no-repeat center bottom;}

.page6 .li1 .div1{background: linear-gradient(270deg,rgba(164,0,253,0.9),rgba(129,0,251,0.9));}
.page6 .li2 .div1{background: linear-gradient(270deg,rgba(16,104,226,0.9),rgba(0,81,192,0.9));}
.page6 .li3 .div1{background: linear-gradient(270deg,rgba(245,72,0,0.9),rgba(190,57,0,0.9));}
.page6 .numImg{margin-bottom: 15px;}
.page6 .tit{font-size: 22px;font-weight: bold;color: #fff;padding: 0 0 3px 3px;margin:0 0 10px -3px;}
.page6 .font{font-size: 14px;color: #ffffff;padding-bottom: 43px;line-height: 24px;}
.page6 .li1 .tit{background: url('../images/page6_icon1.png') no-repeat left bottom;}
.page6 .li2 .tit{background: url('../images/page6_icon2.png') no-repeat left bottom;}
.page6 .li3 .tit{background: url('../images/page6_icon3.png') no-repeat left bottom;}
.page6 .minbtn{border: 1px solid #ffffff;font-size: 14px;color: #fff;font-weight: bold;box-sizing: border-box; border-radius: 4px;width: 100px;height: 32px;display: flex;justify-content: center;align-items: center;}
.page6 .li:hover .div{transform: translateY(-100%);}
.page6 .li:hover .div1{transform: translateY(-100%);}
.page6 .disButton{width: 590px;margin: auto;display: flex;justify-content: space-between;}
.page6 .sumBtn::after{display: none;}


.page7{background: url('../images/page7.jpg') no-repeat center top;padding-bottom: 80px;}
.page7 .content{background: url('../images/page7_cont.png') no-repeat;height: 360px;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.page7 .li{width: 300px;height: 180px;padding: 50px 40px 0;box-sizing: border-box;overflow: hidden;}
.page7 .tit{font-size: 18px;color: #333;font-weight: bold;padding-bottom: 12px;}
.page7 .font{font-size: 14px;color: #666666;line-height: 22px;}
.page7 .img{padding: 0;}
.page7 .img img,.page7 .pen{transition: 0.5s;}
.page7 .img img:hover{transform: scale(1.1);}
.page7 .li:hover .pen{transform: translateY(-10px);}
 
/* 添加费用 */
.page2 .font{line-height: 20px;position: relative;padding-left: 1em;}
.page2 .mb{margin-bottom: 8px;}
.page2 .tit4::before {width: 15px;height: 17px;background: url(../images/page2_icon4.png) no-repeat;}
.page2 .font::before{content: '·';position: absolute;left: 0;top: 0;margin: 0;}
.page2 .null2{display: inline-block;width: 2em;margin-left: 0 !important;}
@media (max-width:1000px) {
    .fiexLeftWin{display: none;}

    .banner{height: 5.3rem;background: url('../images/images/banner.jpg') no-repeat center top; background-size: 100% auto;}
    .banner .text{display: none;}
    .banner .textR{display: none;}
    .banner .textL{display: none;}



    .banner .logo{width: 2.88rem;height: 0.44rem;background: url('../images/images/logo.png') no-repeat;background-size: 100% auto;left: 0.31rem;top: 0.22rem;}
    .banner .slogo{width: 1.88rem;height: 0.44rem;background: url('../images/images/slogo.png') no-repeat;background-size: 100% auto;right: 0.3rem;top: 0.22rem;}
    .banner .btnUl{width: 4.94rem;height: 0.66rem;background: url('../images/images/banner_text.png') no-repeat;background-size: 100% 100%;left: calc((100% - 4.94rem)/2);top: 3.49rem;padding-left: 2.08rem;}
    .banner .btn{width: 2.24rem;height: 0.76rem;background: url('../images/images/banner_a.png') no-repeat;background-size: 100% 100%;left:-0.04rem;top:-0.05rem ;padding: 0.13rem 0.12rem;box-sizing: border-box;}
    .banner .maxDiv{font-size: 0.24rem;border-radius: 0.18rem;}
    .banner .number{font-size: 0.28rem;padding-right: 0.04rem;color: #1a51ef;}

    .nav_foor{display: none;}
    .page1{display: none;}

    .bannerMtop_{width: 7.1rem;height: 1.8rem;background: url('../images/images/page1.png') no-repeat;background-size: 100% auto;margin:-0.7rem auto 0;border-radius: 0.22rem;box-shadow:0 0 0.22rem rgba(213, 225, 255, 0.2); display: flex;justify-content: flex-start;align-items: center;padding:0.18rem 0 0  1.93rem;box-sizing: border-box;line-height: 1;position: relative;z-index: 99;}
    .bannerMtop_ .font{font-size: 0.24rem;color: #333333;margin: 0 0.11rem 0.18rem 0;display: flex;justify-content:flex-start;align-items: center;}
    .bannerMtop_ .font::before{content: '';flex-shrink: 0; display: block;width: 0.22rem;height: 0.23rem;background: url('../images/images/page1_icon.png') no-repeat left center;background-size: 0.22rem 0.23rem;margin-right: 0.1rem;}
   
    .home_tit{padding: 0.6rem 0 0.6rem;}
    .home_tit .mainTitle{font-size: 0;width: 100%;}
    .home_tit .mainTitle::after,.home_tit .mainTitle::before{display: none;}

    .page2{background: url('../images/images/page2.jpg') no-repeat;background-size: cover;margin-top: -1.12rem;padding-bottom: 0.8rem;}
    .page2 .home_tit .mainTitle{height: 0.38rem;background: url('../images/images/tit1.png') no-repeat center top; background-size: 7.5rem 0.38rem;}
    .page2 .home_tit{padding-top: 1.7rem;}
    .page2 .contentBox{padding-bottom: 0.4rem;display: block;margin-bottom: 0;}
    .page2 .navList{width: 7.1rem;margin: auto;height: 1rem;position: relative;border-radius: 0px;box-shadow: 0 0 0 #000;}
    .page2 .li{height: 100%;font-size: 0.24rem;color: #0a68d2;position: absolute;top: 0.1rem;filter: drop-shadow(0 0 0.24rem 0.12rem rgba(233,227,248,0.2));display: block;text-align: center;line-height: 0.6rem;}
    .page2 .li:nth-child(1){z-index: 9; width: 1.9rem;background: url('../images/images/page2_1.png') no-repeat;left:0;background-size: 100% auto;padding-right: 0.2rem;box-sizing: border-box;}
    .page2 .li:nth-child(2){z-index: 8; width: 2.14rem;background: url('../images/images/page2_2.png') no-repeat;left:1.55rem;background-size: 100% auto;}
    .page2 .li:nth-child(3){z-index: 7; width: 2.14rem;background: url('../images/images/page2_3.png') no-repeat;left:3.4rem;background-size: 100% auto;}
    .page2 .li:nth-child(4){z-index: 6; width: 1.9rem;background: url('../images/images/page2_4.png') no-repeat;left:5.2rem;background-size: 100% auto;padding-left: 0.26rem;box-sizing: border-box;}
    .page2 .li.active{font-size: 0.26rem;font-weight: bold;top:0;line-height: 0.7rem;}
    .page2 .li.active:nth-child(1){width: 1.9rem;background: url('../images/images/page2_1_ac.png') no-repeat;left:0;background-size: 100% auto;padding-right: 0.2rem;box-sizing: border-box;}
    .page2 .li.active:nth-child(2){width: 2.14rem;background: url('../images/images/page2_2_ac.png') no-repeat;left:1.55rem;background-size: 100% auto;}
    .page2 .li.active:nth-child(3){width: 2.14rem;background: url('../images/images/page2_3_ac.png') no-repeat;left:3.4rem;background-size: 100% auto;}
    .page2 .li.active:nth-child(4){width: 1.9rem;background: url('../images/images/page2_4_ac.png') no-repeat;left:5.2rem;background-size: 100% auto;padding-left: 0.26rem;box-sizing: border-box;}

    .page2 .content{width: 7.1rem;height: 5.4rem;border-radius: 0.22rem;box-shadow: 0 0 0.24rem 0.12rem rgba(233,227,248,0.2);margin:-0.3rem auto 0;position: relative;z-index: 100;}
    .page2 .box{padding: 3.48rem 0.15rem 0 0.54rem;box-sizing: border-box;position: relative;align-items: flex-start;}
    .page2 .posi{width: 6.7rem;height: 3rem;position: absolute;right: calc((100% - 6.7rem)/2);top: 0.3rem;border-radius: 0.22rem;overflow: hidden;}
    .page2 .icon1{background: url('../images/images/page2_bk1_m.png') no-repeat;background-size: 100% 100%;}
    .page2 .icon2{background: url('../images/images/page2_bk2.png') no-repeat;background-size: 100% 100%;}
    .page2 .icon3{background: url('../images/images/page2_bk3.png') no-repeat;background-size: 100% 100%;}
    .page2 .icon4{background: url('../images/images/page2_bk4.png') no-repeat;background-size: 100% 100%;}
    .page2 .black{width: 100%;height: 0.5rem;background: rgba(0, 0, 0, 0.8);position: absolute;left: 0;bottom: 0;font-size: 0.26rem;font-weight: bold;color: #fff;display: flex;justify-content: center;align-items: center;}
    .page2 .youshi{display: none !important;}
    .page2 .tit{font-size: 0.22rem;font-weight: bold;}
    .page2 .font{font-size: 0.22rem;line-height: 0.32rem;}
    .page2 .divFlex{display: flex;justify-content: flex-start;align-items: flex-start;}
    .page2 .left{font-size: 0.22rem;font-weight: bold;display: flex;justify-content: flex-start;align-items: center;line-height: 0.32rem;flex-shrink: 0;}
    .page2 .left::before{content: '';display: block;width: 0.23rem;height: 0.23rem;background: url('../images/images/page2_icon.png') no-repeat;background-size: 100% 100%;margin-right: 0.1rem;}
    .page2 .right{line-height: 0.32rem;font-size: 0.22rem;color: #333;word-break: break-all;}

    .sumBtn{width: 3.9rem;height: 0.8rem;font-size: 0.28rem;border-radius: 0.4rem;box-shadow: 0 0.06rem 0.06rem rgba(255,149,28,0.12);}
    .sumBtn::after{display: none;}

    .page3{background: url('../images/images/page3.jpg') no-repeat center top;background-size: 7.5rem 6.3rem;padding-bottom: 0.8rem;}
    .page3 .home_tit .mainTitle{height: 0.39rem;background: url('../images/images/tit2.png') no-repeat center top; background-size: 7.5rem 0.39rem;}
    .page3 .content{height: auto;background: none;width: 7.1rem;margin: 0 auto 0.68rem;}
    .page3 .box{width: 100%;padding: 0;}
    .page3 .li{width: 3.5rem;height: 1.9rem;background: url('../images/images/page3_bk.png') no-repeat;background-size: 100% 100%;margin-bottom: 0.1rem;padding: 0.32rem 0.32rem 0;box-sizing: border-box;}
    .page3 .swiper-pagination{margin-top: 0.2rem;}
    .page3 .schoolName{font-size: 0.26rem;margin-bottom: 0.13rem;}
    .page3 .schoolEnName{font-size: 0.18rem;line-height: 0.22rem;padding-right: 0rem;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden;}
    .page3 .fontBox{top: 1.48rem;padding: 0 0.32rem 0 0.32rem;}
    .page3 .font{font-size: 0.2rem;}
    .page3 .font span.meishu{font-size: 0.2rem;}
    .page3 .font span.mnone{display: none;}
    .page3 .swiper-pagination span{width: 0.08rem;height: 0.08rem;margin: 0 0.05rem !important;}
    .page3 .swiper-pagination span.swiper-pagination-bullet-active{width: 0.3rem;border-radius: 0.04rem;}
    .page3 .fuTit{display: none;}
    .page3 .schoolName.minFontSize{font-size: 0.22rem;}
    .page3 .schoolName span.minFontSize{font-size:0.14rem;font-weight: normal;}
    .page3 .schoolName.mminFontSize{font-size: 0.24rem;}
    .page3 .schoolName span.mminFontSize{font-size:0.16rem;font-weight: normal;}
  
    .page4{background:#f4f7ff;padding-bottom: 0.8rem;}
    .page4 .home_tit .mainTitle{height: 0.39rem;background: url('../images/images/tit3.png') no-repeat center top; background-size: 7.5rem 0.39rem;}
    .page4 .box{width: 7.1rem;margin: auto;box-shadow: 0 0 0.4rem rgba(227,232,247,0.5);border-radius: 0.22rem;}
    .page4 .majorList{width: 7.1rem;border-radius:0.22rem;overflow: hidden;}
    .page4 table{width: 100%;overflow: hidden;}
    .page4 thead{height: 0.7rem;background: linear-gradient(90deg,#255ff1,#164eee);font-size: 0.24rem;color: #fff;}
    .page4 thead th:nth-child(1){width: 2.43rem;border-right: 1px solid #e3ebff;box-sizing: border-box;}
    .page4 tbody {border: 1px solid #fff;}
    .page4 tbody tr{height: 1.14rem;}
    .page4 tbody tr:nth-child(odd){background: #ffffff;}
    .page4 tbody tr:nth-child(even){background: #f8faff;}
    .page4 tbody tr td:nth-child(1){text-align: center;border-right: 1px solid #e3ebff;box-sizing: border-box;}
    .page4 tbody tr td:nth-child(2){vertical-align: top;}
    .page4 .cname{font-size: 0.24rem;color: #333;line-height: 0.3rem;}
    .page4 .ename{font-size: 0.2rem;color: #333;line-height: 1;}
    .page4 .scList{font-size: 0.2rem;line-height: 0.3rem;color: #333333;padding:0.18rem 0rem 0 0.22rem;box-sizing: border-box;width: 100%;height: 0.67rem;position: relative;vertical-align: top;}
    .page4 .scList span{margin-right: 0.11rem;}
    .page4 .scList span.mr0{margin-right: 0rem;}

    .page4 .xqBtn{font-size: 0.2rem;color: #ff701f;text-decoration: underline;line-height: 1;float: right;margin-right: 0.4rem;}
    .page4 .swiper-pagination{line-height: 1;display: flex;justify-content: center;position: static;padding-top: 0.4rem;}
    .page4 .swiper-pagination span{display: block;margin:0 0.05rem !important;opacity: 1;width: 0.08rem;height: 0.08rem;background: #b4c8ff;}
    .page4 .swiper-pagination span.swiper-pagination-bullet-active{width: 0.3rem;border-radius: 0.04rem;background: #1d56ef;}
    
    .page5{background:#fff;padding-bottom: 0.8rem;}
    .page5 .home_tit .mainTitle{height: 0.38rem;background: url('../images/images/tit4.png') no-repeat center top; background-size: 7.5rem 0.38rem;}
    .page5 .content{width: 7.06rem;height: 6.2rem;background: url('../images/images/page4.png') no-repeat;background-size:100% 100%;margin: 0 0 0.6rem 0.2rem;}
    .page5 .li{width: 3.2rem;height: 1.4rem;padding: 0;background: none;}
    .page5 .li1{left: 0;top: 0;}
    .page5 .li2{left: auto;right: 0; top: 0.8rem;}
    .page5 .li3{left: 0;top: 1.6rem;}
    .page5 .li4{left: auto;right: 0; top: 2.4rem;}
    .page5 .li5{left: 0;top: 3.2rem;}
    .page5 .li6{left: auto;right: 0; top: 4rem;}
    .page5 .li7{left: 0;top: 4.8rem;}

    .page5 .li1,.page5 .li3,.page5 .li5,.page5 .li7{padding: 0.24rem 0 0 0.88rem;box-sizing: border-box;}
    .page5 .li2,.page5 .li4,.page5 .li6{padding: 0.24rem 0 0 0.88rem;box-sizing: border-box;}
    .page5 .tit{font-size: 0.26rem;padding-bottom: 0.12rem;}
    .page5 .font::before{display: none;}
    .page5 .font{font-size: 0.2rem;line-height: 1;margin-bottom: 0.12rem;}
    .page5 .li:hover{transform: translateY(0);}

    .page6{display: none;}

    .page7{background:#f5f8ff;padding-bottom: 0.2rem;}
    .page7 .home_tit .mainTitle{height: 0.38rem;background: url('../images/images/tit5.png?v1') no-repeat center top; background-size: 7.47rem 0.38rem;}
    .page7 .box{width: 7.40rem;height: 5.62rem;background: url('../images/images/page5.png') no-repeat;background-size: 100% 100%;margin-left: 0.1rem;padding: 0.97rem 0 0 0.84rem;box-sizing: border-box;}
    .page7 .home_tit{padding-bottom: 0.4rem;}
    .page7 .div{line-height: 1;padding-left: 0.36rem;box-sizing: border-box;margin-bottom: 0.24rem;}
    .page7 .fontTit{font-size: 0.26rem;color: #333333;font-weight: bold;padding-bottom: 0.12rem;display: flex;justify-content: flex-start;align-items: center;margin-left: -0.36rem;}
    .page7 .fontTitCont{font-size: 0.22rem;color: #666666;}
    .page7 .fontTit::before{content: '';display: block;width: 0.2rem;height: 0.2rem;background: url('../images/images/page5_icon1.png') no-repeat;background-size: 100% 100%;margin-right: 0.16rem;}

    .xdfBottom{width: 100%; height: 1.5rem;background: #fff;position: fixed;left: 0;bottom: 0;display: flex;justify-content: space-between;box-shadow: 0.12rem -0.12rem 0.12rem rgba(216, 223, 226, 0.2);z-index: 999;}
    .xdfBottom .sumPh{width: 1.36rem;display: flex;justify-content: center;font-size: 0.26rem;color: #ff721f;line-height: 1;flex-wrap: wrap;align-items: flex-start;height: 0.92rem;padding-top: 0.17rem;box-sizing: border-box;}
    .xdfBottom .xdfPhone{text-align: center;width: 100%;display: block;}
    .xdfBottom img.phoneImg{width: 0.38rem;height: 0.38rem; margin-bottom: 0.12rem;}
    .xdfBottom .rightFix{margin-right: 0.3rem;display: flex;justify-content: space-between;padding-top: 0.17rem;width: 5.8rem;}
    .xdfBottom .xdfZixun{border: 1px solid #ffceb2;border-radius: 0.4rem;background: #fffaf6;box-sizing: border-box; width: 2.6rem;height: 0.8rem;display: flex;justify-content: center;align-items: center;font-size: 0.28rem;color: #ff701f;}
    .xdfBottom .xdfZixun:hover{color: #ff701f;}
    .xdfBottom .xdfZixun.active{border: none;background: linear-gradient(270deg,#fb9325,#ff6f1f);font-weight: bold;color: #fff;box-shadow: 0 0.06rem 0.06rem rgba(255, 149, 28, 0.12);}
    .xdfBottom .alc1{width: 3rem;}

}
/* 添加费用 */
.page2 .remarks{font-size: 14px;color: #ccc;line-height: 1;position: absolute;right: 0;bottom: -28px;}

@media (max-width:1000px) {
    .page2 .content{height: 5.6rem;}
    .page2 .remarks{font-size: 0.22rem;bottom: 0;position: static;width: 7.1rem;margin: auto;text-align: right;padding-top: 0.1rem;}
    .page3 .flexSlide{width: 7.1rem;overflow: hidden;}

}