.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_new/bannerBg.jpg);background-size: cover;}
.header_banner .m1200{padding: 72px 53px 0 0;display: flex;justify-content: space-between;overflow: hidden;position: relative;box-sizing: border-box;}
.header_banner  .banner_img{padding: 42px 0 0 0;width: 765px;}
.header_banner  .banner_img img{margin: 0 0 0 50px;}
.header_banner .logo{position: absolute;top: 10px;left: 10px;}
.header_banner .form-wrap{width: 380px;height: 358px;box-sizing: border-box;}
.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: #1c92a5;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;font-size: 16px;}
.header_banner .form-wrap form .label.Code input{width: 50%;}
.header_banner .form-wrap form .label.Code span{width: 45%;height: 20px;margin: 15px 0;line-height: 20px;border-left: 1px solid #999999;border-radius: 0;font-size: 16px;padding-left: 0;}
.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: linear-gradient(to top,#e09f13,#efad1f);cursor: pointer;box-shadow: 0 20px 40px 0 rgba(69,179,186,.3);}




.page{padding: 50px 0;}
.page .tit {font-size: 34px;line-height: 34px;height: 60px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.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 #edb02d;border-left: 2px solid #edb02d;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #edb02d;border-bottom: 2px solid #edb02d;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}
.page .testBtn{width: 352px;height: 46px;line-height: 46px;border-radius: 23px;text-align: center;font-size: 16px;color: #ffffff;background: #efb02c;display: block;margin: 30px auto 0;box-shadow: 0 20px 40px 0 rgba(215, 168, 104, .3);-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}


/* 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: 292px;height: 231px;box-sizing: border-box;padding: 15px 0 0;box-shadow: 0 0 16px 0 #dadada;border-radius: 15px;background-image: url(../images_new/page1LiBg.png);}
.page1 .list li h4{font-size: 20px;font-weight: bold;color: #1b8ca2;line-height: 50px;border-bottom:  1px solid #e9eaea;width: 74%;text-align: center;box-sizing: border-box;} 
.page1 .list li p{text-align: center;font-size: 14px;line-height: 22px;color: #666666;width: 74%;margin: 15px 0 0 0;height: 110px;}
.page1 .list li a{width: 100%;height: 40px;text-align: center;border-radius:0 0 15px 15px;font-size: 14px;color: #b27e0f;line-height: 40px;background: #eddab0;}
.page1 .list li:hover a{background: #e09f13;color: #ffffff;}


/* page2-澳大利亚本科留学 您满足这些条件吗？ */
.page2 .list{display: flex;justify-content: space-between;}
.page2 .list h4{font-size: 20px;color: #333333;font-weight: bold;line-height: 20px;margin: 0 0 15px 0;}
.page2 .list .l_t .l{width: 400px;height: 340px;background-size: cover;padding: 40px 25px 30px 25px;box-sizing: border-box;}
.page2 .list .items0{display: flex;}
.page2 .list .items0 .item:nth-of-type(1) .l_t .l{background: url(../images_new/page2LBg1.png) no-repeat left center;}
.page2 .list .items0 .item:nth-of-type(2) .l_t .l{background: url(../images_new/page2LBg2.png) no-repeat left center;}
.page2 .list .items0 .item:nth-of-type(3) .l_t .l{background: url(../images_new/page2LBg3.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;}


/* page3-澳大利亚本科留学 您该如何规划留学申请   ？ */
.page3{background: #ebf8fa;}
.page3 .list{display: flex;justify-content: space-between;}
.page3 .txtBox{border-radius: 40px;margin-right: 40px;box-sizing: border-box;position: relative;cursor: pointer;flex:1;padding: 0 0 5px 0;background: #a5dde8;}                                                                                                                                
.page3 .txtBox  div{display: flex;flex-direction: column;align-items: center;padding: 22px 6px 30px;background: #ffffff;height: 135px;border-radius: 40px;}
.page3 .txtBox h5{font-size: 22px;color: #1b8ca2;font-weight: bold;padding: 15px 0 15px;border-bottom: 1px solid #ebebeb;width: 100%;text-align: center}
.page3 .txtBox .item{position: relative;padding-bottom: 0;height: 345px;box-sizing: border-box;}
.page3 .txtBox .item .top{padding: 0;width: 100%;}
.page3 .txtBox .item .bottom{padding: 0;}
.page3 .txtBox dl{margin: 5px auto 0;text-align: center;}
.page3 .txtBox dl dt{font-size: 14px;color: #3fba98;margin-bottom: 5px;}
.page3 .txtBox dl dd{font-size: 14px;color: #333333;line-height: 24px;}
.page3 .txtBox h6{position: absolute;bottom: 20px;font-size: 14px;color: #edb02d;font-weight: bold;}
.page3 .txtBox h6::after{position: absolute;content: "";width: 10px;height: 12px;background: url(../images_new/page3H6RightBg.png) no-repeat center center;top: 50%;margin-top: -6px;right: -13px;}
.page3 .txtBox:hover{background: #49a3b5;}
.page3 .txtBox::after{position: absolute;content: "";top:50%;right:-38px;margin-top: -19px;width: 48px;height: 38px;background: url(../images_new/page3RightDown.png) no-repeat left center;}
.page3 .txtBox:last-child::after{content: none;}


.bg1{background: url(../images_new/page5Bg.png) no-repeat center 535px;}
/* page4-澳大利亚本科院校不知道怎么选？看看以下推荐院校 */
.page4{background: url(../images_new/page4Bg.png) repeat-x left top;}
.page4 .m1200{position: relative;}
.page4 .swiper-container{padding: 15px 0 35px;}
.page4 .swiper-container .swiper-pagination{bottom: 0;}
.page4 .swiper-container .swiper-pagination-bullet-active{background: #d7a868;}
.page4 .swiper-button-next,.page4 .swiper-button-prev{left: 0;width: 60px;height: 40px;background: #e7e7e7;overflow: hidden;opacity: 1;top: 540px;background-repeat: no-repeat;background-position: center center;margin-top: 20px;visibility: hidden;}
.page4 .swiper-button-next{left: 60px;}
.page4 .swiper-button-prev{ background-image: url(../images_new/swiper_btn.png);transform:rotate(180deg);border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius: 0px;border-bottom-left-radius: 0px; }
.page4 .swiper-button-prev.swiper-button-disabled{ background-image: url(../images_new/swiper_btn_disable.png);transform:rotate(0deg); border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius:0px; border-bottom-right-radius:0px; }
.page4 .swiper-button-next{ background-image: url(../images_new/swiper_btn.png); transform:rotate(0deg); border-top-right-radius:10px; border-bottom-right-radius:10px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.page4 .swiper-button-next.swiper-button-disabled{ background-image: url(../images_new/swiper_btn_disable.png); transform:rotate(180deg); border-top-right-radius:0px; border-bottom-right-radius:0px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.page4 .swiper-button-prev::after{position: absolute;content: "";border-right: 1px solid #d7d7d7;height: 22px;top:50%;margin-top: -11px;}
.page4 .swiper-button-prev.swiper-button-disabled::after{right: 0;}
.page4 .swiper-slide{width: 386px;height: 435px;border-radius: 10px;box-shadow: 0 0 18px 0 rgba(63, 63, 63, .23);}
.page4 .swiper-slide .top{position: relative;}
.page4 .swiper-slide .top img{width: 100%;}
.page4 .swiper-slide .top span,.page4 .swiper-slide .top em{position: absolute;}
.page4 .swiper-slide .top span{width: 71px;height: 66px;background: url(../images_new/page4NumBg.png) no-repeat center top;left: 5px;top: -5px;padding: 5px 0 0 0;box-sizing: border-box;}
.page4 .swiper-slide .top span strong{font-size: 16px;color: #e00018;font-weight: bold;display: table;margin: 0 auto;line-height: 16px;}
.page4 .swiper-slide .top span i{font-size: 12px;color: #7d4916;line-height: 14px;text-align: center;display: table;margin: 0 auto;}
.page4 .swiper-slide .top em{right: 10px;bottom: 10px;display: inline-block;width: 168px;height: 32px;line-height: 32px;padding: 0 10px 0 0;text-align: right;color: #ffffff;font-size: 16px;background: linear-gradient(to right,transparent,#1b8ca2);}
.page4 .swiper-slide .txts{position: relative;height: 100%;}
.page4 .swiper-slide .txt{padding: 20px 20px 0 30px;background: #ffffff;height: 228px;box-sizing: border-box;}
.page4 .swiper-slide .txt .avatar{display: flex;align-items: center;}
.page4 .swiper-slide .txt .avatar img{border-radius: 50%;}
.page4 .swiper-slide .txt .avatar .school{margin: 0 0 0 10px;display: flex;flex-direction: column;justify-content: center;}
.page4 .swiper-slide .txt .avatar .school h6{font-size: 18px;font-weight: bold;color: #333333;line-height: 18px;}
.page4 .swiper-slide .txt .avatar .school i{font-size: 12px;color: #999999;font-size: 12px;margin: 2px 0 0 0;}
.page4 .swiper-slide .txt ul{padding: 10px 0;height: 143px;}
.page4 .swiper-slide .txt ul li{font-size: 14px;color: #666666;line-height: 22px;margin: 5px 0;position: relative;}
.page4 .swiper-slide .txt ul li::before{position: absolute;left: -10px;width: 4px;height: 4px;border-radius: 50%;background: #268e75;content: "";top: 10px;}
.page4 .swiper-slide a{width: 100%;height: 50px;line-height: 50px;text-align: center;color: #ffffff;background: #edb02d;display: block;border-radius: 0 0 10px 10px;position: absolute;left: 0;right: 0;bottom: 0;}



/* page5-澳大利亚本科留学费用明细一键查询 */
.page5 .cost_wrap .fl ul{width: 530px;position: relative;margin-top: 55px;padding-left: 275px;}
.page5 .cost_wrap .fl ul li{float: left;margin-bottom: 5px;margin-right: 44px;}
.page5 .cost_wrap .fl ul li h2{font-size: 18px;color: #1b8ca2;line-height: 32px;}
.page5 .cost_wrap .fl ul li p{font-size: 14px;line-height: 20px;text-align: justify;}
.page5 .cost_wrap .fl ul li p b{font-size: 18px;}
.page5 .cost_wrap .fl .tip{font-size: 14px;color: #1b8ca2;text-align: right;padding-right: 45px;}
.page5 .cost_wrap .fr{width: 340px;}
.page5 .cost_wrap .fr h2{font-size: 24px;color: #ffffff;margin-top: 60px;line-height: 32px;}
.page5 .cost_wrap .fr .h3{font-size: 14px;margin-top: 12px;color: #efd9dd;line-height: 16px;margin-bottom: 18px;}
.page5 .form-wrap form .label{width: 100%;border-radius: 10px !important;overflow: hidden;}
.page5 .form-wrap form .label input{font-size: 14px;}
.page5 .form-wrap form .label.Code {line-height: 50px;display: flex;align-items: center;}
.page5 .form-wrap form .label.Code input {width: 59%;float: none;padding-top: 0;}
.page5 .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: #edb02d;}
.page5 .form-wrap form .SmsCodeBtn::after {width: 1px;height: 20px;background: #D8D8D8;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;content: '';}
.page5 .form-wrap form .tiaokuan{font-size: 12px;}
.page5 .form-wrap .xdf_formbtn{width: 100%;height: 44px;line-height: 44px;background: #edb02d;font-size: 14px;font-weight: bold;cursor: pointer;border-radius: 8px;}
.page5 .cost_result{display: none;}
.page5 .cost_result ul{border-radius: 10px;overflow: hidden;background: #ffffff;}
.page5 .cost_result ul li{width: 100%;color: #333;font-size: 18px;line-height: 24px;text-align: center;}
.page5 .cost_result ul li:first-child{background: #dbc7ab;color: #0c7063;font-weight: bold;font-size: 18px;height: 50px;line-height: 50px;display: flex;justify-content: center;align-items: center;}
.page5 .cost_result ul li:nth-child(2){padding: 20px 0 0 0;font-weight: bold;line-height: 28px;}
.page5 .cost_result ul li b{font-size: 24px;color: #9b0e26;}
.page5 .cost_result .tip{font-size: 14px;color: #999;text-align: center;padding: 10px 0 20px 0;}
.page5 .btn{margin-top: 0;}


/* page6-这些奖学金也可申请助您省下一笔留学费用 */
.page6{padding-top: 90px;}
.page6 .con ul li{width: 840px;height: 118px;background: #efefef;margin-left: 224px;margin-bottom: 20px;display: flex;align-items: center;position: relative;}
.page6 .con ul li:nth-child(even){margin-left: 135px;}
.page6 .con ul li b{font-size: 18px;color: #1b8ca2;display: inline-block;padding: 0 30px 0 20px;line-height: 20px;position: relative;}
.page6 .con ul li b::after{content: '';width:8px;height:84px;background: url(../images_new/line.png) no-repeat center top;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;}
.page6 .con ul li span{font-size: 14px;color: #333;line-height: 24px;width: 480px;margin-left: 18px;display: inline-block;}
.page6 .con ul li img{position: absolute;right: -145px;top: 0;bottom: 0;margin: auto;}
.page6 .con ul li:nth-child(even) img{position: absolute;right: auto;left: -140px;}
.page6 .con ul li:nth-child(even) b{margin-left: 135px;}



/* page7-严选顾问团队全流程为您提供贴心服务 */
.page7 .page7-swiper{overflow: initial;}
.page7 .swiper-wrapper{display: block;}
.page7 .swiper-wrapper li{width: 282px;height: 330px;background: linear-gradient(180deg,#cdf2f9 0%,#ffffff 50%,#ffffff 100%);border-radius: 20px;padding: 0 18px;box-sizing: border-box;box-shadow: 0 5px 10px 5px #cacaca;margin-right: 20px;float: left;}
.page7 .swiper-wrapper li:last-child{margin-right: 0;}
.page7 .swiper-wrapper li .img_wrap_top{padding: 20px 0 16px 0;border-bottom: 1px dashed #9dd0d9;text-align: center;margin-bottom: 16px;}
.page7 .swiper-wrapper li .img_wrap_top .img_wrap{width:72px;height: 72px;border-radius: 50%;overflow: hidden;margin: 0 auto 10px;}
.page7 .swiper-wrapper li .img_wrap_top .img_wrap img{width: 100%;}
.page7 .swiper-wrapper li .img_wrap_top p{font-size: 18px;color: #333;line-height: 18px;font-weight: bold;}
.page7 .swiper-wrapper li dl{font-size: 14px;color: #333;display: flex;}
.page7 .swiper-wrapper li dl dt{color: #999;width: 70px;flex-shrink: 0;}
.page7 .swiper-wrapper li dl dd{display: flex;align-items: center;}
.page7 .swiper-wrapper li dl dd span{font-size: 12px;border: 1px solid #dadada;display: inline-block;padding: 2px 2px;line-height: 14px;margin-right: 6px;max-width: 58px;overflow: hidden;}
.page7 .swiper-wrapper li dl dd span:last-child{margin-right: 0;}
.page7 .swiper-wrapper li a{display: block;width: 200px;height: 32px;line-height: 32px;font-size: 14px;color: #ffffff;text-align: center;border-radius: 40px;background: #edb02d;margin: 30px auto 0;}



/* page8-澳大利亚本科学留学成功案例 */
.page8{background: linear-gradient(to bottom,#e4f7fb 0%,#ffffff 50%,#ffffff 100% );}
.page8 .txts{display: flex;width: 590px;height: 316px;border-radius: 20px;background: #ffffff;overflow: hidden;border: 1px solid rgba(230, 230, 230, .8);box-sizing: border-box;}
.page8 .txts .l_txt{width: 235px;padding: 30px 30px 0 20px;box-sizing: border-box;background: #1b8ca2;display: flex;flex-direction: column;}
.page8 .txts .l_txt img{width: 87px;height: 87px;margin: 0 auto;}
.page8 .txts .l_txt h3{font-size: 24px;color: #ffffff;line-height: 24px;margin: 15px auto 25px;}
.page8 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;display: flex;}
.page8 .txts .l_txt dl dt{color: #fae3b1;position: relative;padding-right: 10px;}
.page8 .txts .l_txt dl dt::after{position: absolute;bottom: 0;top: 0;margin: auto;content: ":";right: 3px;}
.page8 .txts .l_txt dl dd{color: #ffffff;font-weight: bold;}
.page8 .txts .r_txt{width: 235px;background-color: #ffffff;background-repeat: no-repeat;background-position: 262px 0px;flex: 1;padding: 0 25px;box-sizing: border-box;}
.page8 .txts .r_txt h4{padding: 30px 45px 0 20px;border-bottom: 1px solid #d8d8d8;position: relative;height: 90px;box-sizing: border-box;}
.page8 .txts .r_txt h4::before,.page8 .txts .r_txt h4::after{position: absolute;content: "";width: 12px;height: 10px;}
.page8 .txts .r_txt h4 p{font-size: 14px;color: #1b8ca2;line-height: 20px;font-weight: normal;}
.page8 .txts .r_txt h4::before{background: url(../images_new/page8yhUp.png) no-repeat center center;left: 0;}
.page8 .txts .r_txt h4::after{background: url(../images_new/page8yhDown.png) no-repeat center center;top: 70px;right: 12px;}
.page8 .txts .r_txt .txt{padding: 45px 0 0 0;background: url(../images_new/page8aljx.png) no-repeat left 15px;}
.page8 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 140px;}
.page8 .txts .r_txt .txt a{font-size: 14px;color: #1b8ca2;line-height: 14px;text-align: right;display: block;font-weight: bold;}
.page8 .txts .r_txt .txt a:hover{color: #1b8ca2;}




/* page9-新东方前途出国值得信赖的留学机构 */
/* .page9{background: url(../images_new/page9Bg.jpg) no-repeat center bottom;}
.page9 .pinxuanTop {padding: 0 0 10px 0;border-top-left-radius: 15px; border-top-right-radius: 15px;}
.page9 .pinxuanTop li { width: 19.9%;float: left;text-align: center;border-right: 1px solid #ffffff; padding-bottom: 16px;}
.page9 .pinxuanTop li:first-child {padding-bottom: 0;}
.page9 .pinxuanTop li:last-child {border: 0;}
.page9 .pinxuanTop li p {line-height: 41px;font-size: 36px;color: #333333;height: 38px;}
.page9 .pinxuanTop li p i {font-size: 14px;color: #333333;border-radius: 100%;font-style: normal;display: inline-block;width: 18px;height: 18px;text-align: center;line-height: 18px;font-weight: bold;}
.page9 .pinxuanTop li p span.span1 {font-size: 14px;font-weight: bold;}
.page9 .pinxuanTop li em {font-size: 12px;font-style: normal;color: #999999;display: block;}
.page9 .pinxuanTop li h4 {font-size: 14px;color: #333333;font-weight: normal;margin-top: 10px;}
.page9 .pcUl li{width: 300px;height: 200px;float: left;font-size: 14px;color: #333333;text-align: center;position: relative;}
.page9 .pcUl li.img::after{content: '';display: block;width:11px;height:12px;background: url(../images_new/pxLeft.png) no-repeat center top;position: absolute;top: 95px;right: -11px;z-index: 1;}
.page9 .pcUl li.img:nth-child(6):after,
.page9 .pcUl li.img:nth-child(8):after{ right: auto; left: -11px; background: url(../images_new/pxLeft.png) no-repeat center top; transform: rotate(180deg);}
.page9 .pcUl li.text{background: rgba(255,255,255,.4);padding: 0 18px;box-sizing: border-box;}
.page9 .pcUl li.text p{line-height: 28px;font-size: 14px;color: #333333;}
.page9 .pcUl li h3{font-size: 22px;color: #1b8ca2;padding-top: 56px;margin-bottom: 10px;}
 */



/* 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: #edb02d;left: 0;right: 0;margin: 0 auto;bottom: 40px;font-weight: bold;box-shadow: 0 5px 9px 0 rgba(184, 139, 79, .7);}
.xdf_bottomForm_new .ax_img {background: url(../images_new/bottomFormImg.png?12121) no-repeat center top;height: 140px;bottom: initial;margin: 0;top: 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #e4ae32;}




@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}
    .m1200{width: 94%;}
    .header_banner{height: 10.8rem;background: url(../images_new/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;width: 100%;}
    .header_banner .banner_img img{margin: 1.2rem 0 0 .15rem;width: 100%;display: block;}
    .header_banner .form-wrap{margin: .2rem auto 0;width: 100%;height: auto;}
    .header_banner .form-wrap form{padding: .6rem .65rem .2rem .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 .label.Code span{height: .4rem;line-height: .4rem;font-size: .3rem;margin: .23rem 0;width: 48%;}
    .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: .35rem 0;}
    .page .tit{font-size: .4rem;height: .9rem;margin: 0 0 .2rem 0;font-weight: normal;line-height: .5rem;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;background: #eba103;}


    /* .bg1{background: none;} */
    .page1{padding: .7rem 0 .4rem;}
    .page1 .tit{height: 1.3rem;}
    .page1 .list{flex-wrap: wrap;}
    .page1 .list li{width: 3.4rem;height: 3.5rem;padding: .15rem 0 0 0;border-radius: .2rem;background-size: cover;background-image: url(../images_new/m_page1LiBg.png)}
    .page1 .list li h4{line-height: .6rem;font-size: .3rem;width: 76%;}
    .page1 .list li:nth-of-type(2){margin: 0 0 .2rem 0;}
    .page1 .list li p{font-size: .24rem;line-height: .3rem;height: 2.25rem;margin: .3rem 0 0;width: 90%;}
    .page1 .list li a{width: 100%;height: .64rem;line-height: .64rem;font-size: .24rem;border: 0;background: none;color: #ffffff;}
    .page1 .list li:hover a{background: none;color: #ffffff;}


    .page2 .list{flex-direction: column;}
    .page2 .list .l_t{width: auto;height: 3.88rem;background: url(../images_new/m_page2TxtBg1.png) no-repeat center top;background-size: 100% 3.88rem;}
    .page2 .list .l_t .l.isWap{background: none;width: auto;height: auto;padding: .28rem .32rem 0;display: flex !important;}
    .page2 .list .l .txt{border: 0;padding: 0;}
    .page2 .list h4{font-size: .28rem;color: #333333;padding: 0 0 0 .65rem;line-height: .9rem;margin: 0;}
    .page2 .list .tab{text-align: center;}
    .page2 .list .items .item{display: none;}
    .page2 .list .items .item.active{display: block;}
    .page2 .list .l .tab{width: 1.84rem;height: .6rem;flex-shrink: 0;margin: 0;padding: 0;line-height: .6rem;background: #bdd9de;color: #ffffff;margin: 0 0 .2rem 0;position: relative;}
    .page2 .list .l .tab.active{background: #1e99a8;}
    .page2 .list .l .tab.active::before{ position:absolute;content: "";width: 0;top: 50%;right: -.11rem;margin-top: -.13rem;height: 0;border-left: .13rem solid #1e99a8;border-top: .13rem solid transparent;border-bottom: .13rem solid transparent;}
    .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: 2.17rem;height: .66rem;line-height: .66rem;font-size: .24rem;color: #eaa103;border-radius: .33rem;background: #ffefcc;}
    .page2 .list .tabs0 .tab.active{position: relative;background: #e09f13;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 #e09f13;border-right: .13rem solid transparent; border-left: .13rem solid transparent;}
    .page2 .list .items0{width: 100%;display: block;}
    .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 .items0 .item:nth-of-type(3) .l_t .l{height: auto;background: none;}
    .page2 .list .right{width: 100%;margin: 0;}
    .page2 .list .right h3{background: none;font-size: .28rem;color: #217561;line-height: .86rem;height: auto;padding: 0;}
    .page2 .list .right ul.isWap{display: flex !important;background: url(../images_new/m_page2TxtBg2.png) no-repeat center center;padding: .34rem .36rem .24rem;flex-wrap: wrap;box-shadow: none;background-size: 100% 100%;justify-content: space-between;height: 3.48rem;box-sizing: border-box;}
    .page2 .list .right ul.isWap li{height: .62rem;line-height: .62rem;border-radius: .1rem;background: #dfdede;font-size: .24rem;text-align: center;color: #333333;padding: 0;justify-content: center;}
    .page2 .list .right ul.isWap li i{font-size: .2rem;vertical-align: text-bottom;}
    .page2 .list .right ul.isWap li:nth-of-type(1),.page2 .list .right ul.isWap li:nth-of-type(2),.page2 .list .right ul.isWap li:nth-of-type(3),.page2 .list .right ul.isWap li:nth-of-type(4),.page2 .list .right ul.isWap li:nth-of-type(6){width: 2.04rem;flex-shrink: 0;}
    .page2 .list .right ul.isWap li:nth-of-type(5),.page2 .list .right ul.isWap li:nth-of-type(7){width: 4.18rem;flex-shrink: 0;}
    .page2 .list .right ul.isWap li:nth-of-type(8){width: 100%;flex-shrink: 0;}


    .page4{background: none;}
    .page4 .m_1200{width: 94%;margin: 0 auto;}
    .page4 .swiper-container{padding: .15rem 0 .25rem;}
    .page4 .swiper-slide{width: 5.7rem;height: 6.4rem;box-shadow: 0 0 .18rem 0 rgba(63, 63, 63, .23);}
    .page4 .swiper-slide .top{height: 2.44rem;}
    .page4 .swiper-slide .top span{width: 1.06rem;height: .98rem;background-size: cover;left: .05rem;top: -.05rem;}
    .page4 .swiper-slide .top span strong{font-size: .24rem;line-height: .24rem;}
    .page4 .swiper-slide .top span i{font-size: .2rem;line-height: .24rem;}
    .page4 .swiper-slide .top em{width: 2.48rem;height: .48rem;line-height: .48rem;font-size: .24rem;right: .2rem;bottom: .2rem;padding:0 .2rem 0 0;}
    .page4 .swiper-slide .txt{padding: .2rem .2rem .2rem .4rem;height: 3.25rem;}
    .page4 .swiper-slide .avatar .img{width: .65rem;height: .65rem;}
    .page4 .swiper-slide .avatar .img img{width: 100%;height: 100%;}
    .page4 .swiper-slide .txt .avatar .school{margin: 0 0 0 .1rem;}
    .page4 .swiper-slide .txt .avatar .school h6{font-size: .26rem;line-height: .26rem;}
    .page4 .swiper-slide .txt .avatar .school i{font-size: .2rem;line-height: .2rem;margin: .1rem 0 0 0;}
    .page4 .swiper-slide .txt ul{padding: 15px 0 0;height: 1.93rem;}
    .page4 .swiper-slide .txt ul li{font-size: .24rem;line-height: .3rem;}
    .page4 .swiper-slide a{font-size: .24rem;line-height: .74rem;height: .74rem;background: #e09f13;}
    .page4 .swiper-scrollbar{bottom: 0;}
    .page4 .swiper-slide .txt ul li::before{top: 5px;}


    .page5{background:url(../images_new/m_page5Bg_m.jpg) no-repeat center .15rem;background-size: cover;height: auto;padding-top: 0.2rem;}
    .page5 .tit{padding-top: 0;}
    .page5 .cost_wrap .fl{float: none;}
    .page5 .cost_wrap .fl ul {display: flex;padding: 0;flex-direction: column;margin: .65rem 0 0;width: 100%;}
    .page5 .cost_wrap .fl ul li{display: flex;margin: .35rem 0;}
    .page5 .cost_wrap .fl ul li h2{width: 1.7rem;flex-shrink: 0;text-align: center;}
    .page5 .cost_wrap .fl ul li p{width: 4.6rem;flex-shrink: 0;font-size: .24rem;line-height: .36rem;}
    .page5 .cost_wrap .fr {width: 100%;float: none;}
    .page5 .cost_wrap .fr h2 {font-size: 0.4rem;margin-top: 0.7rem;line-height: 0.7rem;text-align: center;}
    .page5 .cost_wrap .fr .h3 {font-size: 0.26rem;margin-top: 0.1rem;line-height: 0.2rem;text-align: center;margin-bottom: 0.3rem;}
    .page5 .form-wrap form .label{margin: .1rem 0;border-radius: .43rem !important;overflow: hidden;}
    .page5 .form-wrap form .tiaokuan{font-size: 0.2rem;text-align: left;padding-left: 0.2rem;}
    .page5 .form-wrap .xdf_formbtn {width: 96%;height: 0.77rem;line-height: 0.77rem;font-size: 0.3rem;border-radius: 0.5rem !important;background: #e09f13;}
    .page5 .cost_result ul {border-radius: 0.2rem;}
    .page5 .cost_result ul li {height: 0.5rem;font-size: 0.32rem;line-height: 0.5rem;}
    .page5 .cost_result ul li b{font-size: 0.4rem;}
    .page5 .cost_result ul li:nth-child(2) {padding: 0.4rem 0 0 0;line-height: 0.42rem;}
    .page5 .cost_result .tip {font-size: 0.24rem;padding-top: 0.4rem;}
    .page5 .form-wrap form .SmsCodeBtn{color: #1b8ca2;}
    .page5 .cost_result ul li:first-child{background: #c4ebf3;color: #1b8ca2;}


    .page7 .m1200{width: 100%;}
    .page7 .page7-swiper{overflow: hidden;padding-bottom: 0.2rem;}
    .page7 .swiper-wrapper{display: flex;}
    .page7 .swiper-wrapper li { width: 4.5rem;height: 5.4rem;border-radius: 0.4rem;padding: 0 0.2rem;box-sizing: border-box;box-shadow: 0 0.05rem 0.2rem 0.05rem #eeeeee; margin-right: 0rem;float: left;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;transform: scale(.9);}
    .page7 .swiper-wrapper li.swiper-slide-active {transform: scale(1);}
    .page7 .swiper-wrapper li .img_wrap_top {padding: 0.4rem 0 0.3rem 0;border-bottom: 0;margin-bottom: 0;}
    .page7 .swiper-wrapper li .img_wrap_top .img_wrap {width: 1.22rem;height: 1.22rem;margin: 0 auto 0.16rem;}
    .page7 .swiper-wrapper li .img_wrap_top p {font-size: 0.28rem;line-height: 0.24rem;}
    .page7 .swiper-wrapper li dl {font-size: 0.24rem;display: block;}
    .page7 .swiper-wrapper li dl dt {width: 1.3rem;float: left;}
    .page7 .swiper-wrapper li dl dd{float: left;width: 2.7rem;display: block;}
    .page7 .swiper-wrapper li dl dd span {font-size: 0.24rem;padding: 0.1rem 0.1rem;line-height: 0.2rem;margin-right: 0.1rem;max-width: 3rem;overflow: hidden;}
    .page7 .swiper-wrapper li a {width: 2.8rem;height: 0.58rem;line-height: 0.58rem;font-size: 0.26rem;border-radius: 0.4rem;margin: 0.5rem auto 0;background: #e09f13;font-weight: bold;}


    .page8{background: none;}
    .page8 .page1-swiper{padding: 0 0 .5rem 0;}
    .page8 .txts{width: 100%;height: 5.2rem;border-radius: .2rem;}
    .page8 .txts .l_txt{width: 2.44rem;padding: .4rem .15rem 0;}
    .page8 .txts .l_txt img{width: 1rem;height: 1rem;}
    .page8 .txts .l_txt h3{font-size: .34rem;line-height: .34rem;margin: .4rem auto .4rem;}
    .page8 .txts .l_txt dl{flex-direction: column;align-items: center;font-size: .26rem;margin: 0 0 .1rem 0;}
    .page8 .txts .l_txt dl dt{padding-right: 0;}
    .page8 .txts .l_txt dl dt::after{position: inherit}
    .page8 .txts .l_txt dl dd{line-height: .32rem;font-weight: bold;text-align: center;}
    .page8 .txts .r_txt{width: 4.45rem;padding:  0 .3rem 0 .15rem;background-size: 1.31rem .81rem;background-position: 3.5rem .2rem;}
    .page8 .txts .r_txt h4{padding: .5rem .6rem .5rem .1rem;height: 1.7rem;}
    .page8 .txts .r_txt h4 p{font-size: .24rem;line-height: .34rem;}
    .page8 .txts .r_txt h4::before, .page8 .txts .r_txt h4::after{width: .2rem;height: .16rem;}
    .page8 .txts .r_txt h4::before{top: .3rem;}
    .page8 .txts .r_txt h4::after{right: .2rem;top: 1.2rem;}
    .page8 .txts .r_txt .txt{padding: .85rem .1rem 0;background-size: 1.2rem;background-position-x: .1rem;}
    .page8 .txts .r_txt .txt p{font-size: .24rem;line-height: .34rem;height: 1.68rem;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
    .page8 .txts .r_txt .txt a{font-size: .28rem;line-height: .28rem;margin: .3rem 0;font-weight: normal;}
    .page8 .page8-swiper{padding-bottom: .5rem;}
    .page8 .swiper-pagination{bottom: 0;}
    .page8 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page8 .swiper-pagination-bullet-active{background: #edb02d;}

    .page9{background: none !important;}
    /* .lxjg{background-color: #fffeff;padding: .2rem 0 .3rem;background: #fefefe url(../images_new/jgBg.jpg) 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: #1b8ca2;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: #1b8ca2;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(../images_new/line2.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;} */

}