.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

/* 文字超出元素高度... */
.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;}



.header_banner {height: 500px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/headerBg.jpg);}
.header_banner .banner_img{padding: 182px 0 0 132px;}
.header_banner .banner_img img{width: 429px;height: 224px;}


/* 本页面公共代码 */
.page{padding: 50px 0;}

.page h2.tit {font-size: 34px;line-height: 34px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page h2.tit.white{color: #ffffff;}
.page h2.tit .t1{font-size: 40px;display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 5px;line-height: 40px;}
.page h2.tit .t1::before,.page .tit .t1::after{content: '';width: 8px;height: 17px;box-sizing: border-box;position: absolute;}
.page h2.tit .t1::before{left: 0;top: 0;border-top: 2px solid #f4a51b;border-left: 2px solid #f4a51b;}
.page h2.tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #f4a51b;border-bottom: 2px solid #f4a51b;}
.page h2.tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}
.page h2.tit.white .t2{color: #ffffff;}

/* 按钮悬浮 闪动效果 */
.page .qtBtn:hover{-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards}
.page .qtBtn:hover:before {-webkit-animation: anim-moema-2 .3s .3s forwards;animation: anim-moema-2 .3s .3s forwards;}



/* page1-为什么去澳大利亚&新西兰  读博士  ? */
.page1{padding-top: 70px;background: #f3f4f4;}
.page1 ul{display: flex;flex-direction: column;}
.page1 ul li{width: 928px;height: 122px;display: flex;align-items: center;background: url(../images/page1LiBg.png) no-repeat center center;box-sizing: border-box;padding: 0 45px 0 35px;margin: 0 0 20px 0;box-shadow: 0 0 16px 0 #dadada;border-radius: 20px;}
.page1 ul li:hover{box-shadow: 0 0 16px 0 #cccccc;}
.page1 ul li:nth-of-type(even){align-self: flex-end;}
.page1 ul li:nth-of-type(old){align-self: flex-start;}

.page1 ul li h4{font-size: 20px;line-height: 20px;color: #333333;font-weight: bold;padding: 0 0 0 70px;position: relative;flex-shrink: 0;}
.page1 ul li h4:before{position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;background-repeat: no-repeat;content: "";}
.page1 ul li:nth-of-type(1) h4:before{background:url(../images/page1Li1H4Icon.png);width: 44px;height: 50px;}
.page1 ul li:nth-of-type(2) h4:before{background:url(../images/page1Li2H4Icon.png);width: 47px;height: 52px;}
.page1 ul li:nth-of-type(3) h4:before{background:url(../images/page1Li3H4Icon.png);width: 50px;height: 48px;}
.page1 ul li:nth-of-type(4) h4:before{background:url(../images/page1Li4H4Icon.png);width: 43px;height: 49px;}
.page1 ul li:last-child{margin: 0;}
.page1 ul li p{width: 450px;margin: 0 0 0 30px;font-size: 14px;line-height: 24px;color: #666666;}
.page1 ul li .qtBtn{width: 180px;height: 30px;line-height: 30px;border-radius: 15px;text-align: center;color: #f4861b;cursor: pointer;font-size: 14px;box-sizing: border-box;border: 1px solid #f4861b;}
.page1 ul li:hover .qtBtn{color: #ffffff;background: #f4861b;}


/* page2-澳大利亚&新西兰读博需要什么  条件和材料 */
.page2 .txts{display: flex;justify-content: space-between;}
.page2 .txt1{padding: 35px 0;width: 386px;height: 316px;border-radius: 20px;background: url(../images/page2Txt1Bg.png) no-repeat center center;box-sizing: border-box;}
.page2 .txt1 div{padding: 0 35px;}
.page2 .txt1 h4{font-size: 20px;color: #fcf5a0;line-height: 26px;background: url(../images/page2Vip.png) no-repeat left center;padding: 0 0 0 30px;margin: 0 25px 22px;}
.page2 .txt1 div p{padding: 5px 10px;background: rgba(255, 255, 255, .1);margin: 0 0 30px 0;line-height: 24px;color: #ffffff;font-size: 16px;}
.page2 .txt1 div p span{flex-shrink: 0;color: #8cecec;}
.page2 .txt1 div p strong{font-weight: bold;}
.page2 .txt1 div p:nth-of-type(3){margin: 0;}

.page2 .txt2{width: 792px;height: 316px;background: url(../images/page2Txt2Bg.png) no-repeat center center;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);border-radius: 20px;padding: 35px 40px 0 25px;box-sizing: border-box;}
.page2 .txt2 h4{font-size: 20px;color: #238484;font-weight: bold;background: url(../images/page2SqicIcon.png) no-repeat left center;line-height: 26px;padding-left: 40px;margin: 0 0 20px 0;}
.page2 .txt2 div{padding: 0 0 0 20px;}
.page2 .txt2 div dl{margin: 0 0 30px 0;position: relative;padding: 0 0 0 20px;}
.page2 .txt2 div dl dt{font-size: 16px;color: #333333;font-weight: bold;line-height: 16px;}
.page2 .txt2 div dl dd{font-size: 16px;color: #666666;line-height: 16px;margin: 10px 0 0 0;}
.page2 .txt2 div dl::before{position: absolute;content: '';width: 4px;height: 4px;border-radius: 50%;background: #df3f42;left: 0;top: 6px;}



/* page3-读博  专业和学校  怎么选？ */
.page3 .tabs{display: flex;justify-content: space-between;align-items: flex-end;}
.page3 .tab{width: 295px;height: 60px;background: #d9f2e8;font-size: 20px;color: #1d6a65;border-top-left-radius: 20px;border-top-right-radius: 20px;text-align: center;line-height: 60px;cursor: pointer;}
.page3 .tab.active{height: 80px;line-height: 80px;color: #ffffff;font-weight: bold;font-size: 24px;background: linear-gradient(-45deg,#2e946b 20%,#1d6a65);}
.page3 .tablist{border-top: 2px solid #3a9b96;}
.page3 .item{display: none;width: 100%;height: 460px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);padding: 30px 40px 0;box-sizing: border-box;}
.page3 .item.active{display: block;}
.page3 .item .txts{display: flex;justify-content: space-between;}
.page3 .item .txt{width: 535px;height: 384px;background: linear-gradient(to top,#f0f0f0,rgba(255,255,255,0));border-radius: 10px;}
.page3 .item .txt div{display: flex;align-items: center;padding: 0 30px;margin: 30px 0 0 0;}
.page3 .item .txt div i{width: 40px;height: 36px;text-align: center;line-height: 36px;font-size: 18px;color: #333333;margin: 0 12px 0 0;}
.page3 .item .txt:nth-of-type(1) div:nth-of-type(1) i{background: url(../images/page3Numb1.png) no-repeat center center;}
.page3 .item .txt:nth-of-type(1) div:nth-of-type(2) i{background: url(../images/page3Numb2.png) no-repeat center center;}
.page3 .item .txt:nth-of-type(1) div:nth-of-type(3) i{background: url(../images/page3Numb3.png) no-repeat center center;}
.page3 .item .txt div dt{font-size: 18px;color: #333333;font-weight: bold;}
.page3 .item .txt div dd{font-size: 14px;color: #999999;line-height: 16px;}
.page3 .item p{text-align: right;font-size: 14px;color: #999999;line-height: 36px;}


.bg1{background: linear-gradient(to top,#dbefe7,rgba(256,219,219,0));}
/* page4-读博  费用一览 */
.page4 .tables{border-radius: 10px;overflow: hidden;background: #ffffff;box-shadow: 0 0 9px 0 rgba(207, 207, 207, .85);}
.page4 .tables ul{display: flex;}
.page4 .tables ul:nth-of-type(1){background: linear-gradient(to right,#168283,#329766);}
.page4 .tables ul li{border-right: 1px dashed #cfcfcf;text-align: center;}
.page4 .tables ul li:last-child{border-right: 0;}
.page4 .tables ul:nth-of-type(1) li{height: 58px;line-height: 58px;font-size: 18px;color: #ffffff;font-weight: bold;}
.page4 .tables ul li:nth-of-type(1){width: 20%;}
.page4 .tables ul li:nth-of-type(2){width: 30%;}
.page4 .tables ul li:nth-of-type(3){width: 30%;}
.page4 .tables ul li:nth-of-type(4){width: 20%;}
.page4 .tables ul:nth-of-type(2){border-bottom: 1px dashed #cfcfcf;}
.page4 .tables ul:nth-of-type(2) li,.page4 .tables ul:nth-of-type(3) li{display: flex;align-items: center;justify-content: center;padding: 20px 0;}
.page4 .tables ul li p{font-size: 16px;line-height: 24px;color: #333333;}
.page4 .tables ul li:nth-of-type(1) p{color: #209265;font-weight: bold}



/* page5-严选  导师团队  全流程服务 */
.page5 .swiper-container{padding:10px 0 0;}
.page5 .swiper-slide{width:192px;height:306px;margin-right:9.5px;border-radius:20px;overflow:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page5 .swiper-slide .gwImg_wrap{width:192px;height:192px;border-radius:20px 20px 0 0;overflow:hidden;position:relative;}
.page5 .swiper-slide .gwImg_wrap img{width:100%;height:auto;}
.page5 .swiper-slide .gwImg_wrap .dec_wrap{width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;left:-500px;top:0;padding:35px 18px 0 18px;box-sizing:border-box;}
.page5 .swiper-slide .gwImg_wrap .dec_wrap p{font-size:12px;color:#ffffff;line-height:18px;margin-bottom:4px;}
.page5 .swiper-slide .gwImg_wrap .dec_wrap p b{color:#54cfb7;font-weight: bold;}
.page5 .swiper-slide .consultant{width:100%;height:114px;background:#ffffff;text-align:center;}
.page5 .swiper-slide .consultant .ConsultName{height:26px;line-height:26px;font-size:16px;color:#333333;overflow:hidden;padding-top:14px;}
.page5 .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page5 .swiper-slide .consultant p.Profile{display:none;}
.page5 .swiper-slide .consultant .btn{width:114px;height:24px;line-height:24px;font-size:14px;color:#ffffff;background:#f4861b;display:block;margin:12px auto 0;border-radius:13px;}
.page5 .swiper-container .library h3{width:100%;text-align:center;font-size:20px;position:relative;padding-bottom:10px;padding-top:20px;margin-bottom:15px;}
.page5 .swiper-container .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:0;margin:auto;}
.page5 .swiper-container .case_library h3{color:#00695f;}
.page5 .swiper-container .case_library h3::before{background:#00695f;}
.page5 .swiper-container .case_library .btn{color:#ffffff;background:#31a785;border-color:#31a785;}
.page5 .swiper-container .consult_library h3{color:#d35716;}
.page5 .swiper-container .consult_library h3::before{background:#d35716;}
.page5 .swiper-container .consult_library .btn{color:#ffffff;background:#e66b2a;border-color:#e66b2a;}
.page5 .swiper-container.leng3 .swiper-slide{width:394px;height:192px;}
.page5 .swiper-container.leng3 .swiper-slide .gwImg_wrap{float:left;border-radius:0 0 0 0;}
.page5 .swiper-container.leng3 .swiper-slide .consultant{float:left;width:150px;height:100%;padding:0 26px;}
.page5 .swiper-container.leng3 .consultant .ConsultName{padding-top:20px;}
.page5 .swiper-container.leng3 .consultant .Profile{display:-webkit-box;font-size:12px;color:#666666;line-height:18px;height:54px;margin-top:10px;}
.page5 .swiper-container.leng3 .library h3{width:142px;text-align:right;}
.page5 .swiper-container.leng3 .library h3::before{content:'';width:38px;height:3px;position:absolute;bottom:0;right:0;left:auto;margin:auto;}

.page5 .swiper-slide:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 0 5px 2px #eeeeee;}
.page5 .swiper-slide:hover .gwImg_wrap .dec_wrap{left:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.page5 .swiper-slide .consultant .btn:hover{background:#ee953f;color:#ffffff;}
.page5 .swiper-container .case_library .btn:hover{color:#ffffff;background:#31a785;border-color:#31a785;}
.page5 .swiper-container .consult_library .btn:hover{color:#ffffff;background:#e66b2a;border-color:#e66b2a;}



.bg2{background: url(../images/bg2.png) no-repeat center top;}
/* page6-真实学子  录取案例推荐     */
.page6{padding-top: 70px;}
.page6 .page6-swiper{padding-bottom: 30px;}
.page6 .page6-swiper .swiper-pagination{bottom: 0;}
.page6 .page6-swiper .swiper-pagination .swiper-pagination-bullet{background: #ffffff;}
.page6 .page6-swiper .swiper-pagination .swiper-pagination-bullet-active{background: #f4861b;}
.page6 .txts{width: 395px;height: 318px;background: url(../images/page6TextBg.png) no-repeat center center;padding: 0 20px 0;background-size: cover;box-sizing: border-box;}
.page6 .txts span{font-size: 16px;height: 30px;line-height: 30px;color: #ffffff;text-align: center;display: block;}
.page6 .txts .school{display: flex;align-items: center;margin: 30px 0;}
.page6 .txts .school img{width: 70px;height: 70px;border-radius: 50%;box-shadow: 0 0 21px 9px rgba(0, 0, 0, .09);margin: 0 10px 0 0;}
.page6 .txts .school .schoolInfo h4{font-size: 18px;color: #333333;font-weight: bold;line-height: 18px;}
.page6 .txts .school .schoolInfo i{font-size: 16px;color: #333333;line-height: 16px;}
.page6 .txts .txt{padding: 0 0 15px 0;}
.page6 .txts .txt dl {display: flex;}
.page6 .txts .txt dl dt{font-size: 14px;color: #999999;flex-shrink: 0;}
.page6 .txts .txt dl dd{font-size: 14px;color: #333333;line-height: 24px;}
.page6 .txts .txt dl dd a{font-size: 14px;color: #40ab71;}
.page6 .txts .gw{display: flex;align-items: center;border-top: 1px solid #efeff4;padding: 12px 0 0 0;}
.page6 .txts .gw img{width: 40px;height: 40px;border-radius: 50%;margin: 0 10px 0 0;}
.page6 .txts .gw .txt{padding: 0;width: 218px;}
.page6 .txts .gw .txt dl{display: flex;}
.page6 .txts .gw .txt dl dt{font-size: 14px;color: #999999;line-height: 14px;}
.page6 .txts .gw .txt dl dd{font-size: 14px;color: #333333;line-height: 14px;font-weight: bold;}
.page6 .txts .gw .txt em{font-size: 12px;color: #333333;line-height: 12px;margin: 0px 0 0 0;}
.page6 .txts .gw a{width: 85px;height: 25px;line-height: 26px;border-radius: 13px;background: #f4861b;font-size: 14px;text-align: center;color: #ffffff;}



/* page6_1-博士  录取捷报  展示     */
.page6_1 .pics{display: flex;background: #2c7c5d;padding: 15px;border-radius: 20px;justify-content: space-between;}
.page6_1 .pics li{width: 187px;height: 356px;border-radius: 10px;overflow: hidden;position: relative;}
.page6_1 .pics li img{width: 100%;height: 100%;}
.page6_1 .pics li .qtBtns{position: absolute;width: 66px;height: 66px;left: 0;right: 0;bottom: 0px;margin: 0 auto;background: #f4861b;border-radius: 6px;font-size: 14px;text-align: center;line-height: 18px;align-items: center;display: flex;justify-content: center;color: #ffffff;}
.page6_1 .pics li:hover .qtBtns{background: #ee953f;}


/* page7_1-  博士申请  产品推荐 */
.page7_1 .pics{display: flex;justify-content: space-between;}
.page7_1 .txts{background: linear-gradient(to top,#dedede,#ffffff);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;padding: 0 30px 35px;}
.page7_1 .txts .txt{margin: 50px 0 0 0;}
.page7_1 .txts .txt{display: flex;}
.page7_1 .txts .txt dt{font-size: 24px;color: #333333;font-weight: bold;margin: 0 25px 0 0;flex-shrink: 0;}
.page7_1 .txts .txt:nth-of-type(1) p{padding: 0 0 0 20px;font-size: 16px;color: #231815;background: url(../images/page7PeopleIcon.png) no-repeat left center;}
.page7_1 .txts .txt:nth-of-type(1) p:nth-of-type(1){margin: 0 0 10px 0;}
.page7_1 .txts .txt:nth-of-type(2) dt{margin-right: 20px;}
.page7_1 .txts .txt:nth-of-type(2) dd{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page7_1 .txts .txt:nth-of-type(2) dd div{width: 52%;margin: 0 0 35px 0;padding: 0 0 0 45px;box-sizing: border-box;background-repeat: no-repeat;}
.page7_1 .txts .txt:nth-of-type(2) dd div h4{font-size: 16px;color: #2e946b;line-height: 16px;}
.page7_1 .txts .txt:nth-of-type(2) dd div p{font-size: 16px;color: #333333;line-height: 16px;margin: 8px 0 0 0;}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(5),.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(6){margin: 0;}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(1){background-image: url(../images/page7DivIcon1.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(2){background-image: url(../images/page7DivIcon2.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(3){background-image: url(../images/page7DivIcon3.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(4){background-image: url(../images/page7DivIcon4.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(5){background-image: url(../images/page7DivIcon5.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(6){background-image: url(../images/page7DivIcon6.png);}
.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(even){width: 48%;flex-shrink: 0}
.page7_1 .txts .qtBtn{margin: 35px auto 0;display: block;width: 180px;height: 40px;line-height: 40px;text-align: center;background: #f4861b;color: #ffffff;font-size: 16px;border-radius: 20px;}




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{font-size: 14px;color: #ffffff;text-align: center;width: 88px;height: 24px;background: #f4861b;top: 78%;left: 0;right: 0;margin:0 auto;margin-left: 25px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img {background: url(../images/bottomFormImg.png) no-repeat center top;width: 287px;height: 254px;bottom: initial;margin: 0;top: -80px;left: -40px;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap.form-wrap-flex form{position: relative;z-index: 2;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #f4861b;}

@keyframes anim-moema-1 {
    60% {
    -webkit-transform:scale3d(.8, .8, 1);
    transform:scale3d(.8, .8, 1)
    }
    85% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
    }
    100% {
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}


@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}

    .m1200{width: 94%;}
	
	.header_banner{height: 8.95rem;background-image: url(../images/m_headerBg.jpg);background-size: 100% 100%;}
	.header_banner .banner_img{padding: 6rem 0 0 0;text-align: center;}
	.header_banner .banner_img img{margin: 0 auto;width: 4.29rem;height: 2.24rem;}
	
	
	.page{padding: .5rem 0;}
	.page h2.tit{font-size: .34rem;line-height: .34rem;margin: 0 0 .35rem 0;}
	.page h2.tit .t1{font-size: .38rem;line-height: .38rem;margin: 0 .05rem;padding: 0 .15rem;}
	.page h2.tit .t2{font-size: .2rem;line-height: .2rem;margin: .12rem 0 0 0;letter-spacing: .12rem;}
	
	
	
	
	.page1{padding-top: .7rem;}
	.page1 ul li{width: 100%;border-radius: .12rem;background: url(../images/m_page1LiBg.png) no-repeat center center;padding: 0 .2rem 0 .44rem;margin: 0 0 .2rem 0;flex-direction: column;align-items: start;height: 2.55rem;background-size: cover;justify-content: center;}
	.page1 ul li:nth-of-type(1){background: url(../images/m_page1LiBg1.png) no-repeat center center;height: 3.21rem;background-size: cover;}
	.page1 ul li:nth-of-type(2){background: url(../images/m_page1LiBg2.png) no-repeat center center;height: 2.96rem;background-size: cover;}
	.page1 ul li h4{font-size: .3rem;line-height: .3rem;padding: 0 0 0 .7rem;}
	.page1 ul li:nth-of-type(1) h4:before{width: .44rem;height: .5rem;background-size: cover;}
	.page1 ul li:nth-of-type(2) h4:before{width: .47rem;height: .52rem;background-size: cover;}
	.page1 ul li:nth-of-type(3) h4:before{width: .5rem;height: .48rem;background-size: cover;}
	.page1 ul li:nth-of-type(4) h4:before{width: .43rem;height: .49rem;background-size: cover;}
	.page1 ul li p{width: 100%;margin: 0;font-size: .24rem;line-height: .34rem;margin: .25rem  0 .15rem -.13rem;}
	.page1 ul li .qtBtn{width: 2rem;height: .6rem;line-height: .6rem;border-radius: .3rem;font-size: .24rem;background: #f4861b;color: #ffffff;align-self: flex-end;}
	.page1 ul li:last-child{margin: 0;}
	
	
	.page2 .txts{flex-direction: column;}
	.page2 .txt1{background: url(../images/m_page2Txt1Bg.png) no-repeat center center;background-size: 100%;border-radius: .1rem;}
	.page2 .txt1,.page2 .txt2{width: 100%;height: 2.89rem;padding: .35rem 0;}
	.page2 .txt1 h4{font-size: .28rem;line-height: .28rem;margin: 0 0 .2rem .15rem;background-size: .24rem .24rem;background-position-x: 0rem;padding: 0 0 0 .35rem;}
	.page2 .txt1 div{padding: 0 .46rem;}
	.page2 .txt1 div p{font-size: .24rem;height: .46rem;line-height: .46rem;padding: 0 0 0 .2rem;margin: 0 0 .16rem 0;}
	.page2 .txt2{border-radius: .2rem;background-size: 100% 100%;height: 4.24rem;background-position: right bottom;padding: .4rem 0;box-shadow: 0 0 .09rem 0 rgba(207, 207, 207, .87);}
	.page2 .txt2 h4{font-size: .28rem;line-height: .28rem;background-size: .26rem .26rem;background-position-x: .2rem;padding: 0 0 0 .55rem;margin: 0 0 .3rem 0;}
	.page2 .txt2 div{padding: 0 .5rem 0 .2rem;}
	.page2 .txt2 div dl{margin: 0 0 .25rem 0;padding: 0 0 0 .3rem;}
	.page2 .txt2 div dl::before{content: initial;}
	.page2 .txt2 div dl dt{font-size: .24rem;line-height: .24rem;}
	.page2 .txt2 div dl dd{font-size: .24rem;line-height: .32rem;margin: .1rem 0 0 0;}
	
	
	
	.page3 .tab{width: 1.69rem;height: .64rem;line-height: .64rem;font-size: .24rem;margin: .05rem 0 0;border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;}
	.page3 .tab.active{height: .8rem;line-height: .8rem;font-size: .24rem;}
	.page3 .item{height: 5.8rem;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;padding: .3rem .5rem 0;box-shadow: 0 0 .38rem .11rem rgba(14, 22, 149, .1);}
	.page3 .item .txt2{display: none;}
	.page3 .item .txt{width: 100%;height: 4.8rem;border-radius: .1rem;}
	.page3 .item .txt div{margin: .3rem 0 0 0;padding: 0 .25rem;}
	.page3 .item .txt div i{width: .5rem;height: .45rem;margin: 0 .1rem 0 0;font-size: .22rem;line-height: .45rem;}
	.page3 .item .txt:nth-of-type(1) div:nth-of-type(1) i,.page3 .item .txt:nth-of-type(1) div:nth-of-type(2) i,.page3 .item .txt:nth-of-type(1) div:nth-of-type(3) i{background-size: .5rem .44rem;}
	.page3 .item .txt div dt{font-size: .24rem;line-height: .24rem;}
	.page3 .item .txt div dd{font-size: .22rem;line-height: .22rem;margin: .1rem 0 0 0;}
	.page3 .item p{font-size: .2rem;line-height: .6rem;}
	
	
	
	.page4 .tables{border-radius: .1rem;}
	.page4 .tables ul:nth-of-type(1) li{height: .58rem;line-height: .58rem;font-size: .26rem;}
	.page4 .tables ul:nth-of-type(2) li, .page4 .tables ul:nth-of-type(3) li{padding: .2rem 0;}
	.page4 .tables ul:nth-of-type(2) li:nth-of-type(1) p,.page4 .tables ul:nth-of-type(3) li:nth-of-type(1) p{font-size: .24rem;line-height: .24rem;}
	.page4 .tables ul li p{font-size: .24rem;line-height: .28rem;}
	
	
	.page5 .swiper-container{padding: 0 0 .3rem 0;}
	.page5 .swiper-slide{margin-bottom: 0.25rem;border-radius: 0.16rem;overflow: hidden;box-shadow: 0 5px 10px #f1f1f1;width: 98%;margin-right: 0;display: flex;height: auto;background: #ffffff}
	.page5 .swiper-slide .gwImg_wrap{width: 3.2rem;height: 3.2rem;overflow: hidden;border-radius: 0;}
	.page5 .swiper-slide .consultant{width: 3.2rem;height: 3.2rem;margin-left: 0.25rem;text-align: left;display: flex;flex-direction: column;justify-content: center;}
	.page5 .swiper-slide .consultant .ConsultName{font-size: 0.3rem;line-height: 150%;padding: 0;height: auto;}
	.page5 .swiper-slide .consultant .ConsultTitle{font-size: 0.24rem;line-height: 120%;height: auto;}
	.page5 .swiper-slide .consultant .Profile p{font-size: 0.24rem;line-height: 120%;}
	.page5 .swiper-slide .consultant .btn{height: 0.6rem;line-height: 0.6rem;width: 2.77rem;font-size: 0.24rem;margin: 0.1rem 0 0 0;text-align: center;border-radius: .3rem;}
	.page5 .swiper-container .swiper-pagination{bottom: 0;}
	.page5 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background-color: #f4861b;}
	.page5 .swiper-slide:hover{box-shadow: 0 0 10px 2px #e4e4e4;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
	
	
	
	.page6 .page6-swiper{padding-bottom: .5rem;}
	.page6 .txts{background: url(../images/m_page6TextBg.png) no-repeat center center;width: 100%;height: 5.3rem;background-size: 100% 100%;padding: 0 .35rem;}
	.page6 .txts span{height: .5rem;line-height: .5rem;font-size: .26rem;}
	.page6 .txts .school{margin: .4rem 0 .35rem;}
	.page6 .txts .school img{width: 1.16rem;height: 1.16rem;margin: 0 .2rem 0 0;box-shadow: 0 0 .21rem .09rem rgba(0, 0, 0, .09);}
	.page6 .txts .school .schoolInfo h4{font-size: .3rem;line-height: .3rem;}
	.page6 .txts .school .schoolInfo i{font-size: .26rem;line-height: .26rem;margin: .1rem 0 0 0;}
	.page6 .txts .txt{padding: 0 0 .3rem 0;}
	.page6 .txts .txt dl dt,.page6 .txts .txt dl dd{font-size: .24rem;line-height: .42rem;}
	.page6 .txts .gw{padding: .3rem 0 0 0;}
	.page6 .txts .gw img{width: .66rem;line-height: .66rem;margin: 0 .18rem 0 0;}
	.page6 .txts .gw .txt{width: 3.75rem;}
	.page6 .txts .gw .txt dl dt,.page6 .txts .gw .txt dl dd{font-size: .24rem;line-height: .24rem;}
	.page6 .txts .gw .txt em{font-size: .22rem;line-height: .22rem;margin: .1rem 0 0 0;}
	.page6 .txts .gw a{width: 1.78rem;line-height: .54rem;height: .54rem;border-radius: .27rem;font-size: .24rem;}
	
	
	.bg2{background: url(../images/m_bg2.png) no-repeat center center;background-size: cover;}
	
	
	.page7_1 .pics{flex-direction: column;}
	.page7_1 .txts{padding: 0 .3rem .25rem;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;}
	.page7_1 .txts .txt{flex-direction: column;text-align: center;margin: .35rem 0 0 0;}
	.page7_1 .txts .txt dt{font-size: .28rem;line-height: .28rem;margin: 0 0 .3rem 0;}
	.page7_1 .txts .txt:nth-of-type(1) p{font-size: .24rem;line-height: .24rem;display: inline-block;background-size: auto .2rem;padding: 0 0 0 .3rem;}
	.page7_1 .txts .txt:nth-of-type(1) p:nth-of-type(1){margin: 0 0 .2rem 0;}
	.page7_1 .txts .txt:nth-of-type(2) dt{margin-right: 0;}
	.page7_1 .txts .txt:nth-of-type(2) dd div{width: 33.33%;margin: 0 0 .3rem 0;display: flex;flex-direction: column;padding: .55rem 0 0 0;background-size: .44rem .44rem;background-position: center top;}
	.page7_1 .txts .txt:nth-of-type(2) dd div p{display: none;}
	.page7_1 .txts .txt:nth-of-type(2) dd div h4{font-size: .24rem;line-height: .24rem;}
	.page7_1 .txts .txt:nth-of-type(2) dd div:nth-of-type(even){width: 33.33%;}
	.page7_1 .txts .qtBtn{display: none;}
	
	
	
	
	
	
	
}