.cursor{cursor: pointer;}
.box-sizing{box-sizing: border-box;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}
.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-justify-center{display: flex;justify-content: center;}
.flex-justify-between{display: flex;justify-content: space-between;}
.flex-justify-around{display: flex;justify-content: space-around;}
.flex-items-center{display: flex;align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.flex-align-self{align-self: flex-end;}

.line-clamp-1{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-clamp-3{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-clamp-4{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-clamp-5{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.line-clamp-6{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}

body.sem .rightMenu{display: flex !important;}
.newHeader{display: none;}
#iconDiv1{display: none;}
.isPc2{display: none;}
.rightMenu .form-wrap form .label input, .rightMenu .form-wrap form .label select{padding-left: 0;}



.header_banner{width: 100%;height: 465px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.png);background-size: cover;}
.header_banner .m1200{padding: 66px 90px 0 0;display: flex;justify-content: space-between;overflow: hidden;position: relative;box-sizing: border-box;}
.header_banner  .banner_img{padding: 42px 0 0 65px;}
.header_banner .logo{position: absolute;top: 10px;left: 10px;}
.header_banner .form-wrap{width: 380px;height: 200px;box-sizing: border-box;margin-top: 80px;border-radius: 20px;background: #ffffff;background: linear-gradient(0deg, #c2c0ef, #ffffff);box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);}
.header_banner .form-wrap form{display: flex;flex-direction: column;padding: 40px 30px;align-items: center;}
.header_banner .form-wrap form .label{ width: 100%; height: 50px;border-radius: 25px;border-color: #c7c7c7;overflow: hidden;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 58px;font-size: 24px;font-weight: bold;color: #333333;}
.header_banner .form-wrap form h4 em{color: #3f46d1;font-weight: bold;}
.header_banner .form-wrap form .label input,.header_banner .form-wrap form .label select{padding: 0 0 0 11px;height:48px;line-height: 48px;}
.header_banner .form-wrap form .tiaokuan{font-size: 12px;line-height: 30px;}
.header_banner .form-wrap form .xdf_formbtn{width: 100%;height: 50px;line-height: 50px;border-radius: 25px;font-size: 16px;color: #ffffff;font-weight: bold;background: #d6163a;cursor: pointer;box-shadow: 0 22px 40px 0 rgba(214,22,58, .3);}




.page{padding: 50px 0;}
.page .tit {font-size: 34px;line-height: 40px;height: 60px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page .tit.white{color: #ffffff;}
.page .tit .t1{font-size: 40px;display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 5px;}
.page .tit .t1::before,.page .tit .t1::after{content: '';width: 8px;height: 17px;box-sizing: border-box;position: absolute;}
.page .tit .t1::before{left: 0;top: 0;border-top: 2px solid #e3173d;border-left: 2px solid #e3173d;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #e3173d;border-bottom: 2px solid #e3173d;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}
.page .tit.white .t2{color: #ffffff;}
.page .testBtn{width: 352px;height: 46px;line-height: 46px;border-radius: 23px;text-align: center;font-size: 16px;color: #ffffff;background: #d6163a;display: block;margin: 30px auto 0;box-shadow: 0 0 40px 0 rgba(214, 22, 58, .3);-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}


.bg1{background: url(../images/bg1.png) no-repeat left 15px;background-size: contain;}
/* page1-为什么越来越多学生到英国读本科 */
.page1{padding: 100px 0 50px 0;} 
.page1 .list{display: flex;justify-content: space-between;}
.page1 .list li{display: flex;flex-direction: column;align-items: center;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 282px;height: 300px;box-sizing: border-box;padding: 30px 0 0;box-shadow: 0 0 16px 0 #dadada;border-radius: 20px;}
.page1 .list li h4{font-size: 20px;font-weight: bold;color: #333333;line-height: 20px;margin: 15px 0 10px;}
.page1 .list li p{text-align: center;font-size: 14px;color: #666666;}
.page1 .list li a{width: 180px;height: 30px;text-align: center;border-radius: 15px;border: 1px solid #d6163a;font-size: 14px;color: #d6163a;margin: 30px auto 0;line-height: 30px;}
.page1 .list li:hover a{background: #d6163a;color: #ffffff;}
.page1 .list li:nth-of-type(odd){background-image: url(../images/page1Bg1.png);}
.page1 .list li:nth-of-type(even){background-image: url(../images/page1Bg2.png);}


/* page2-英国本科留学 您满足这些条件吗？ */
.page2 .list{display: flex;justify-content: space-between;}
.page2 .list h4{font-size: 20px;color: #333333;font-weight: bold;line-height: 50px;}
.page2 .list .l_t .l{width: 849px;box-sizing: border-box;padding: 10px 50px 10px 30px;background-size: cover;}
.page2 .list .items0 .item:nth-of-type(1) .l_t .l{height: 342px;background: url(../images/page2LBg1.png) no-repeat left center;}
.page2 .list .items0 .item:nth-of-type(2) .l_t .l{height: 325px;background: url(../images/page2LBg2.png) no-repeat left center;}
.page2 .list .l .txt{display: flex;flex-direction: column;justify-content: center;padding: 12px 0;border-bottom: 1px solid #ebebeb;}
.page2 .list .l .txt:last-child{border: none;}
.page2 .list .l .txt h5{padding: 0 0 0 15px;font-size: 14px;color: #333333;line-height: 14px;margin: 0 0 7px 0;}
.page2 .list .l .txt p{padding: 0 0 0 15px;font-size: 14px;color: #333333;line-height: 24px;}
.page2 .list .l .txt p strong{font-weight: bold;}
.page2 .list .right {width: 710px;height: 410px;margin: 0 0 0 -26px;background: url(../images/page2RBg.png) no-repeat center center;box-shadow: 0 0 27px 0 rgba(166, 166, 166, .3);border-radius: 15px;padding: 60px 40px 0 55px;box-sizing: border-box;}
.page2 .list .right dl{margin: 0 0 35px 0;}
.page2 .list .right dt{font-size: 14px;color: #e04a4d;line-height: 14px;margin: 0 0 10px 0;font-weight: bold;position: relative;}
.page2 .list .right dt::before{position: absolute;content: "";width: 4px;height: 4px;border-radius: 50%;background: #e04a4d;left: -15px;top: 6px;}
.page2 .list .right dd{font-size: 14px;line-height: 20px;color: #333333;margin: 0 0 38px 0;}
.page2 .list .right dd strong{font-weight: bold;}

.page2 .l_tt{width: 520px;height: 341px;background: url(../images/page2_l_tt.png) no-repeat center center;padding: 25px 60px 0 60px;box-sizing: border-box;margin: 36px 0 0 0;}
.page2 .l_tt dl{padding: 18px 0 12px 0;border-bottom: 1px solid #e6e7e6;}
.page2 .l_tt dt{font-size: 14px;color: #e04a4d;line-height: 14px;margin: 0 0 12px 0;font-weight: bold;position: relative;}
.page2 .l_tt dt::before{position: absolute;content: "";width: 4px;height: 4px;border-radius: 50%;background: #e04a4d;left: -15px;top: 6px;}
.page2 .l_tt dd{font-size: 14px;color: #333333;line-height: 20px;margin: 5px 0;}
.page2 .l_tt dd strong{font-weight: bold;}
.page2 .l_tt dl:last-child{border: none;}


/* page3-英国本科留学 您该如何规划留学申请   ？ */
.page3 .page3-swiper{overflow: initial;}
.page3 .swiper-slide:hover{box-shadow: 0 0 40px 0 rgba(3, 3, 4, 0.15);border-radius: 20px;}
.page3 .txts{display: flex;width: 590px;height: 325px;border-radius: 20px;overflow: hidden;border: 1px solid rgba(230, 230, 230, .8);box-sizing: border-box;flex-direction: column;padding: 0 20px 0 45px; }
.page3 .slide1 .txts{background: url(../images/page3TxtBg1.png) no-repeat center center;}
.page3 .slide2 .txts{background: url(../images/page3TxtBg2.png) no-repeat center center;}
.page3 .slide3 .txts{background: url(../images/page3TxtBg3.png) no-repeat center center;}
.page3 .slide4 .txts{background: url(../images/page3TxtBg4.png) no-repeat center center;}
.page3 .txts .t_t{display: flex;justify-content: end;align-items: center;width: 100%;height: 175px;border-bottom: 1px solid #efeff4;}
.page3 .txts .t_t .schoolInfo{width: 345px;}
.page3 .txts .t_t .sm_tit{display: flex;}
.page3 .txts .t_t .sm_tit h5{font-size: 18px;color: #333333;font-weight: bold;line-height: 26px;}
.page3 .txts .t_t i{font-size: 14px;color: #333333;margin: 6px 0 16px;display: block;line-height: 14px;}
.page3 .txts dl{display: flex;line-height: 24px;}
.page3 .txts dl dt{font-size: 14px;color: #999999;width: 70px;flex-shrink: 0;}
.page3 .txts dl dd{font-size: 14px;color: #333333;}
.page3 .txts .txt{padding: 20px 0 0px;display: flex;flex-direction: column;}
.page3 .txts p{font-size: 14px;line-height: 24px;color: #333333;position: relative;}
.page3 .txts p::before{position: absolute;top: 0;bottom: 0;margin: auto 0;content: "";background: url(../images/page3Icon.png) no-repeat center center;width: 6px;height: 8px;left: -15px;}
.page3 .txts a{text-align: right;display: block;font-size: 14px;color: #d6163a;font-weight: bold;margin: 10px 0 0 0;}




.bg2{background: url(../images/bg2.jpg) no-repeat center top;}
/* page4-英国预科院校成功申请案例 */
.page4 .page4-swiper{padding: 0px 0 20px 0;}
.page4 .swiper-slide{width: 386px;height: 175px;border-radius: 20px;background: url(../images/page4SlideBg.png) no-repeat center center;position: relative;margin: 10px 0;}
.page4 .swiper-slide:hover{transform: translateY(-5px);box-shadow: 0 0 16px 0 rgba(29, 33, 124, 1);}
.page4 .swiper-slide .nums{width: 108px;height: 38px;position: absolute;top: -6px;left: 22px;background: url(../images/page4slideIconBg.png) no-repeat center center;display: flex;flex-direction: column;text-align: center;justify-content: center;}
.page4 .swiper-slide .nums i{font-size: 10px;color: #ffffff;font-style: italic;line-height: 10px;}
.page4 .swiper-slide .nums strong{font-size: 16px;color: #dfb48f;font-style: italic;line-height: 16px;margin: 3px 0 0 0;font-weight: bold;}
.page4 .swiper-slide .txts{display: flex;padding: 50px 20px 0 22px;}
.page4 .swiper-slide .txts .img{width: 70px;height: 70px;box-shadow: 0 0 27px 9px rgba(0, 0, 0, 0.09);border-radius: 50%;margin: 0 10px 0 0;}
.page4 .swiper-slide .txts .img img{width: 100%;}
.page4 .swiper-slide .txts .txt{display: flex;flex-direction: column;width: 260px;}
.page4 .swiper-slide .txts .txt h4{font-size: 18px;color: #333333;line-height: 18px;margin: 0 0 5px 0;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.page4 .swiper-slide .txts .txt h4 span{font-weight: normal;}
.page4 .swiper-slide .txts .txt p{font-size: 14px;color: #333333;line-height: 24px;}
.page4 .swiper-slide .txts .txt p i{color: #999999;}
.page4 .swiper-slide .txts .txt a{align-self: end;width: 146px;height: 24px;border-radius: 12px;border:1px solid #b22337;text-align: center;line-height: 24px;color: #ffffff;margin: 10px 0 0 0;font-size: 14px;color: #b22337;}
.page4 .swiper-slide:hover .txts .txt a{background: #b22337;color: #ffffff;}
.page4 .swiper-pagination{bottom: 0;}
.page4 .swiper-pagination-bullet{background: #ffffff;width: 8px;height: 8px;border-radius: 50%;opacity: 1;}
.page4 .swiper-pagination-bullet-active{background: #b22337;}




/* page5-英国预科留学常见问题解答*/
.page5 .QA_list{width: 100%;}
.page5 .QA_list li{width: 100%;background: #ffffff;border-radius: 10px;overflow: hidden;margin-bottom: 10px;}
.page5 .QA_list li h2{height: 45px;background: #d6163a;font-size:16px;color: #ffffff;display: flex;align-items: center;}
.page5 .QA_list li h2 b{color: #76041a;font-size: 24px;display: inline-block;margin: 0 14px 0 20px;}
.page5 .QA_list li p{font-size: 14px;display: flex;align-items: center;padding: 32px 50px;box-sizing: border-box;line-height: 24px;}
.page5 .qt_53Btn {
    width: 20%;
    display: block;
    height: 44px;
    line-height: 44px;
    background: #d6163a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
}
.page5 .qa_right{width:468px;height:541px;background: url(../images/QA_right.png) no-repeat center top;padding: 60px 30px 0 30px;box-sizing: border-box;}
.page5 .qa_right h2{font-size: 24px;color: #ed7e93;line-height: 30px;}
.page5 .qa_right h3{font-size: 24px;color: #ed7e93;line-height: 30px;font-weight: normal;margin-bottom: 30px;}
.page5 .qa_right .form-wrap form .label{width: 100%;border-radius: 10px !important;margin: 0 0 10px 0;overflow: hidden;}
.page5 .qa_right .form-wrap form .label input{font-size: 14px;}
.page5 .qa_right .form-wrap form .label.question{height: 130px;padding: 14px 16px;box-sizing: border-box;}
.page5 .qa_right .form-wrap form .label .Question{height: 100%;width: 100%;}
.page5 .qa_right .form-wrap form .label.Code {line-height: 50px;display: flex;align-items: center;}
.page5 .qa_right .form-wrap form .label.Code input {width: 59%;float: none;padding-top: 0;}
.page5 .qa_right .form-wrap form .SmsCodeBtn {border-top-right-radius: 40px !important;border-bottom-right-radius: 40px !important;background: none;font-size: 14px;width: 40%;height: 40px;line-height: 40px;padding: 0;margin: 0;float: none;position: relative;color: #14bb82;}
.page5 .qa_right .form-wrap form .SmsCodeBtn::after {width: 1px;height: 20px;background: #D8D8D8;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;content: '';}
.page5 .qa_right form .tiaokuan{font-size: 12px;color: #999999;text-align: left;padding-left: 5px;}
.page5 .qa_right .form-wrap .xdf_formbtn{width: 100%;height: 44px;line-height: 44px;background: #d6163a;font-size: 14px;font-weight: bold;cursor: pointer;border-radius: 6px;margin: 10px 0 0;}






/* page7-严选顾问团队全流程服务 */
.page7 .con .swiper-container-gwtd{padding:0 0 30px 0;}
.page7 .con .swiper-container-gwtd .swiper-pagination{bottom: 0;}
.page7 .con .swiper-slide{width: 282px;height: 330px;background:url(../images/page7SlideBg.png) no-repeat center center;background-size: contain;padding: 20px 20px 0 20px;box-sizing: border-box;}
.page7 .con .swiper-slide .gwImg_wrap{width: 73px;height: 73px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.page7 .con .swiper-slide img{margin: 0 auto;display: block;width: 100%;}
.page7 .con .swiper-slide .consultant{width:100%;text-align:center;}
.page7 .con .swiper-slide .consultant .consult{border-bottom: 1px dashed #b0b7e9;padding-bottom: 15px;}
.page7 .con .swiper-slide .consultant .ConsultName{height:28px;line-height:28px;font-size:16px;color:#333333;overflow:hidden;padding-top:10px;}
.page7 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page7 .con .swiper-slide .consultant p.Profile{display:none;}
.page7 .con .swiper-slide .consultant .Profile{padding: 10px 0 0 0;height: 110px;box-sizing: border-box;}
.page7 .con .swiper-slide .consultant .Profile p{font-size: 14px;line-height: 26px;text-align: left;color: #333333;}
.page7 .con .swiper-slide .consultant .Profile p b{font-weight: normal;color: #999999;}
.page7 .con .swiper-slide .consultant .btn{width:160px;height:28px;line-height:28px;font-size:14px;color:#ffffff;background:linear-gradient(#e14f63,#9e1024);display:block;margin:5px auto 0;border-radius:14px;}
.page7 .con .swiper-container-gwtd .swiper-pagination-bullet-active{background: #d6163a;}



/* page9-新东方前途出国值得信赖的留学机构 */
.page9{background: url(../images/page9Bg.jpg) no-repeat center bottom;background-size: cover;}
/* .page9 .pinxuanTop{padding: 0 0 40px 0;}
.page9 .pinxuanTop li{width: 20%;float: left;text-align: center;}
.page9 .pinxuanTop li p{line-height: 40px;}
.page9 .pinxuanTop li p strong{font-size: 40px;color: #333333;}
.page9 .pinxuanTop li p b{font-size: 36px;color: #333333;}
.page9 .pinxuanTop li p i,.page9 .pinxuanTop li:nth-of-type(1) i:nth-of-type(2){font-size:16px;color: #333333;font-style: normal;display: inline-block;width: 18px;height: 18px;text-align: center;line-height: 18px;font-weight: normal;vertical-align: text-top;}
.page9 .pinxuanTop li h4{font-size: 14px;color: #666666;font-weight: normal;line-height: 18px;}
.page9 .pinxuanTop li:nth-of-type(1) h4 i{font-size: 12px;color: #999999;}
.page9 .pinxuanTop li:nth-of-type(1) i,.page9 .pinxuanTop li:nth-of-type(3) i,.page9 .pinxuanTop li:nth-of-type(4) i{font-size: 26px;} */
/* 
.page9 .cp{display: flex;justify-content: space-between;}
.page9 .cp .txts{background: url(../images/cpBg.png) no-repeat center center;width: 185px;height: 187px;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.page9 .cp .txts h4{font-size: 16px;line-height: 16px;color: #333333;margin: 20px 0 12px 0;}
.page9 .cp .txts p{font-size: 14px;color: #666666;line-height: 22px;}
.page9 .cp .txt img{width: 51px;height: 58px;} */




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
#xdf_bottomForm{display: none;}
.xdf_slide span{position: absolute;width: 100%;text-align: center;font-size: 14px;color: #fffffe;width: 112px;height: 26px;border-radius: 13px;background: #d11432;left: 0;right: 0;margin: 0 auto;bottom: 40px;font-weight: bold;}
.xdf_bottomForm_new .ax_img {background: url(../images/bottomFormImg.png?123) no-repeat center top;height: 140px;bottom: initial;margin: 0;top: 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #d51538;box-shadow: 0 20px 40px 0 rgba(214, 22, 58, .3);}




@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}
   
    .m1200{width: 94%;}
    .header_banner{height: 7.4rem;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: cover;}
    .header_banner .m1200{flex-direction: column;padding: 0;}
    .header_banner .logo img {width: 68%;}
    .header_banner .banner_img{padding: 0;}
    .header_banner .banner_img img{margin: 1.2rem 0 0 .15rem;width: 100%;display: block;}
    .header_banner .form-wrap{margin: .5rem auto 0;width: 100%;height: auto;padding-bottom: 0.3rem;}
    .header_banner .form-wrap form{padding: .3rem .65rem 0 .78rem;}
    .header_banner .form-wrap form h4{font-size: .44rem;line-height: .44rem;margin: 0 0 .15rem 0;}
    .header_banner .form-wrap form .label{margin: .15rem 0;height: .86rem;}
    .header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: .82rem;line-height: .82rem;}
    .header_banner .form-wrap form .tiaokuan{font-size: .20rem;text-align: left;}
    .header_banner .form-wrap form .xdf_formbtn{line-height: .86rem;height: .86rem;box-shadow: 0 0 .2rem 0 rgba(214, 22, 58, .3);}


    .page{padding: .5rem 0;}
    .page .tit{font-size: .4rem;height: .9rem;margin: 0 0 .3rem 0;font-weight: normal;line-height: .55rem;text-align: center;}
    .page .tit .t1{font-size: .4rem;padding: 0 .1rem 0;margin: 0 .05rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin: .05rem 0 0 0;letter-spacing: .2rem;}
    .page .testBtn{width: 5.5rem;height: .8rem;border-radius: .4rem;font-size: .3rem;line-height: .8rem;margin: .3rem auto 0;}


    .bg1{background: none;}
    .page1{padding: 1rem 0 .5rem;}
    .page1 .tit{height: 1.4rem;}
    .page1 .list{flex-wrap: wrap;}
    .page1 .list li{width: 3.36rem;height: 3.9rem;padding: .35rem 0 0 0;border-radius: .2rem;}
    .page1 .list li:nth-of-type(1),.page1 .list li:nth-of-type(2){margin: 0 0 .25rem 0;}
    .page1 .list li:nth-of-type(3){background-image: url(../images/page1Bg2.png);}
    .page1 .list li:nth-of-type(4){background-image: url(../images/page1Bg1.png);}
    .page1 .list li img{width: .6rem;height: .68rem;}
    .page1 .list li h4{margin: .2rem 0 .2rem;font-size: .3rem;line-height: .3rem;}
    .page1 .list li p{font-size: .26rem;line-height: .34rem;height: 1.2rem;}
    .page1 .list li a{width: 2.6rem;height: .5rem;line-height: .5rem;font-size: .26rem;border-radius: .25rem;margin: .05rem auto 0;}
    .page1 .list li:hover a{background: #ffffff;color: #d6163a;}


    .page2 .list{flex-direction: column;}
    .page2 .list .l_t{width: auto;height: 9.39rem;background: url(../images/m_page2TxtBg1.png) no-repeat center top;background-size: 100% 9.39rem;}
    .page2 .list .l_t .l.isWap{background: none;width: auto;height: auto;padding: .28rem .32rem 0;display: flex !important;}
    .page2 .list .l_t .l{width: 100%;padding: .27rem .3rem 0 .66rem;}
    .page2 .list .l .txt{border: 0;padding: 0;}
    .page2 .list h4{font-size: .28rem;color: #333333;padding: 0 0 0 .65rem;line-height: .88rem;}
    .page2 .list .items .item{display: none;}
    .page2 .list .items .item.active{display: block;}
    .page2 .list .l .items .item{margin:0 0 0 .3rem;}
    .page2 .list .l .items .item p{font-size: .26rem;line-height: .4rem;}
    .page2 .list .tabs0.isWap{display: flex !important;justify-content: space-between;margin: 0 0 .3rem 0;}
    .page2 .list .tabs0 .tab{width: 3.35rem;height: .66rem;line-height: .66rem;font-size: .24rem;color: #d6163a;border-radius: .33rem;background: #f2d1d7;text-align: center;}
    .page2 .list .tabs0 .tab.active{position: relative;background: #d6163a;color: #ffffff;font-weight: bold;}
    .page2 .list .tabs0 .tab.active::before{width: 0;position: absolute;content: "";left: 50%;bottom: -.12rem;margin-left: -.06rem;height: 0;border-top: .15rem solid #d6163a;border-right: .13rem solid transparent; border-left: .13rem solid transparent;}
    .page2 .list .items0 .item:nth-of-type(1) .l_t .l{background: none;height: auto;}
    .page2 .list .items0 .item:nth-of-type(2) .l_t .l{height: auto;background: none;}
    .page2 .list .l .txt h5{font-size: .26rem;line-height: .26rem;margin: 0 0 .1rem 0;}
    .page2 .list .l .txt div{margin: 0 0 .25rem 0;}
    .page2 .list .l .txt div p{font-size: .26rem;line-height: .4rem;padding: 0 0 0 .25rem;}



    .bg2{background: none;}
 
    

    .page3 .page3-swiper{padding: 0 0 .5rem 0;}
    .page3 .txts{width: 100%;height: 4.7rem;border-radius: .25rem;padding: 0 .25rem 0 .35rem;position: relative;;}
    .page3 .slide1 .txts{background: url(../images/page3TxtBg1.png) no-repeat center center;background-size: 100% 4.7rem}
    .page3 .slide2 .txts{background: url(../images/page3TxtBg2.png) no-repeat center center;background-size: 100% 4.7rem}
    .page3 .slide3 .txts{background: url(../images/page3TxtBg3.png) no-repeat center center;background-size: 100% 4.7rem}
    .page3 .slide4 .txts{background: url(../images/page3TxtBg4.png) no-repeat center center;background-size: 100% 4.7rem}
    .page3 .txts .t_t{height: 2.52rem;flex-shrink: 0;}
    .page3 .txts .t_t .schoolInfo{width: 4rem;}
    .page3 .txts .t_t .sm_tit h5{font-size: .28rem;line-height: .3rem;}
    .page3 .txts .t_t .sm_tit span{width: 1.06rem;height: .3rem;line-height: .3rem;border-radius: .15rem;font-size: .2rem;}
    .page3 .txts .t_t i{font-size: .24rem;line-height: .24rem;margin: .1rem 0 .15rem;}
    .page3 .txts dl{line-height: .32rem;}
    .page3 .txts dl dt{width: 1.2rem;}
    .page3 .txts dl dt,.page3 .txts dl dd{font-size: .24rem;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
    .page3 .txts .txt{padding: .2rem 0 0;}
    .page3 .txts p{font-size: .24rem;line-height: .38rem;}
    .page3 .txts p::before{top: 6px;bottom: inherit;left: -9px;}
    .page3 .txts a{font-size: .22rem;position: absolute;bottom: .25rem;right: .5rem;}
    .page3 .swiper-pagination{bottom: 0;}
    .page3 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page3 .swiper-pagination-bullet-active{background: #d6163a;}



    .bg2{background: url(../images/m_bg2.jpg) no-repeat center top;}
    .page4 .page4-swiper .swiper-wrapper{display: flex;flex-wrap: wrap;}
    .page4 .swiper-slide{flex-shrink: 0;background: url(../images/m_page4SlideBg.png) no-repeat center center;height: 3.33rem;background-size: 100% 3.33rem;width: 100%;border-radius: .2rem;}
    .page4 .swiper-slide .nums{width: 1.92rem;height: .68rem;background: url(../images/m_page4slideIconBg.png) no-repeat center center;background-size: 1.92rem .68rem;left: .44rem;top: -.1rem;}
    .page4 .swiper-slide .nums i{font-size: .2rem;line-height: .2rem;}
    .page4 .swiper-slide .nums strong{font-size: .28rem;line-height: .28rem;margin: .05rem 0 0 0;}
    .page4 .swiper-slide .txts{padding: .88rem .35rem 0;}
    .page4 .swiper-slide .txts .img{width: 1.25rem;height: 1.25rem;margin: 0 .15rem 0 0;}
    .page4 .swiper-slide .txts .txt{width: 4.75rem;}
    .page4 .swiper-slide .txts .txt h4{font-size: .32rem;line-height: .32rem;margin: 0 0 .1rem 0;}
    .page4 .swiper-slide .txts .txt p{font-size: .24rem;line-height: .44rem;}
    .page4 .swiper-slide .txts .txt a{font-size: .26rem;width: 2.6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
    .page4 .swiper-slide:hover{transform: initial;}

    .page7 .con .swiper-container-gwtd{padding: .2rem 0 .15rem 0;}
    .page7 .con .swiper-slide{width: 4.4rem;height: 5.4rem;background: url(../images/m_page7SlideBg.png) no-repeat center center;display: flex;flex-direction: column;align-items: center;padding: .35rem 0 0;box-sizing: border-box;transform: scale(0.9);transition: 300ms;background-size: contain;box-shadow: 0 .02rem .16rem 0 rgba(202, 202, 202, .61);border-radius: .2rem;}
    .page7 .con .swiper-slide .gwImg_wrap{width: 1.2rem;height: 1.1rem;border-radius: 50%;}
    .page7 .con .swiper-slide .consultant{height: 1rem;}
    .page7 .con .swiper-slide .consultant .consult{border: 0;padding: 0;}
    .page7 .con .swiper-slide .consultant .ConsultName{font-size: .28rem;}
    .page7 .con .swiper-slide .consultant .ConsultTitle{font-size: .22rem;line-height: .24rem;margin: .1rem 0 .2rem 0;}
    .page7 .con .swiper-slide .consultant .Profile{padding: 0 .15rem 0;height: 1.75rem;}
    .page7 .con .swiper-slide .consultant .Profile p{text-align: left;padding: 0 .2rem;font-size: .26rem;line-height: .36rem;}
    .page7 .con .swiper-slide .consultant .btn{width: 2.8rem;height: .56rem;line-height: .56rem;font-size: .26rem;border-radius: .28rem;background: #d6163a;margin: .1rem auto 0;}
    .page7 .swiper-slide.swiper-slide-active{transform:initial;box-shadow: initial;}


    
    

/* 
    .lxjg{background-color: #fffeff;padding: .3rem 0;background: #fefefe url(../images/jgBg.png) no-repeat center bottom;background-size: 100% 7.9rem ;}
	.video_wrap {
		background-size: 90%;
		height: auto;
		border-radius: 0.2rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 0.25rem .3rem;
		box-sizing: border-box;
	}
.lxjg .lxjgH2 {
    padding-top: 0.4rem;
    font-size: 0.5rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0rem;
}

.lxjg .lxjgH2 b {
    position: relative;
}

.lxjg .lxjgH3 {
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.lxjg .lxjgNum li {
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 0.22rem;
    margin: 0 0 0.35rem 0;
}

.lxjg .lxjgNum li:nth-child(4) {
    margin-left: 0rem;
}

.lxjg .lxjgNum li span {
    color: #354cc2;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
}
.lxjg .lxjgNum li span b{
    font-size: .4rem;
}
.lxjg .lxjgNum li span i {
    font-size: 0.3rem;
    font-style: normal;
    font-weight: bold;
}

.lxjg .lxjgNum li span i.i2 {
    font-size: 0.24rem;
}

.lxjg .lxjgNum li p {
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    margin-top: 0.05rem;
}

.lxjg ul li .lxjgSj {
    font-size: 0.2rem;
    color: #354cc2;
    text-align: left;
    line-height: .24rem;
    padding-left: 23%;
}

.video_con {
    width: 6.38rem;
    height: 3.58rem;
    margin: 0 auto 0.58rem;
}

.lxjg .lxjgNum li::after {
    content: '';
    width: 1.13rem;
    height: 0.02rem;
    background: url(https://qiantum.xdf.cn/image/emploability/image/line.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
}

.lxjg .lxjgNum li:last-child::after {
    display: none;
} */






}