.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/master/bannerBg.jpg?1);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 .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: #369d84;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,#d49f5b,#e6d3aa);cursor: pointer;box-shadow: 0 20px 40px 0 rgba(159,133,77,.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 .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 #c5a57f;border-left: 2px solid #c5a57f;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #c5a57f;border-bottom: 2px solid #c5a57f;}
.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: #d7a868;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;font-weight: bold;}


/* 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/master/page1LiBg.png?1);}
.page1 .list li h4{font-size: 20px;font-weight: bold;color: #369d84;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: #9a6216;line-height: 40px;background: #efe3c8;}
.page1 .list li:hover a{background: #d6a563;color: #ffffff;}


/* page2-澳大利亚本科留学 您满足这些条件吗？ */
.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/master/page2LBg1.png?1) no-repeat left center;}
.page2 .list .items0 .item:nth-of-type(2) .l_t .l{background: url(../../images_new/master/page2LBg2.png?1) no-repeat left center;}
.page2 .list .items0 .item:nth-of-type(3) .l_t .l{background: url(../../images_new/master/page2LBg3.png?1) 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: #ebf2f1;}
.page3 .list{display: flex;justify-content: space-between;}
.page3 .txtBox{border-radius: 15px;margin-right: 15px;box-sizing: border-box;position: relative;cursor: pointer;flex:1;padding: 0 0 5px 0;background: #cdeee5;}                                                                                                                                                                       
.page3 .txtBox  div{display: flex;flex-direction: column;align-items: center;padding: 22px 6px 30px;background: #ffffff;height: 135px;border-radius: 15px;}
.page3 .txtBox h5{font-size: 22px;color: #0c7063;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: #d7a868;font-weight: bold;}
.page3 .txtBox h6::after{position: absolute;content: "";width: 10px;height: 12px;background: url(../../images_new/master/page3H6RightBg.png?1) no-repeat center center;top: 50%;margin-top: -6px;right: -13px;}
.page3 .txtBox:hover{background: #49bd9d;}
.page3 .txtBox::after{position: absolute;content: "";top:50%;right:-38px;margin-top: -19px;width: 48px;height: 38px;background: url(../../images_new/master/page3RightDown.png?1) no-repeat left center;z-index: 9;}
.page3 .txtBox:last-child::after{content: none;}






/* page5-澳大利亚本科留学费用明细一键查询 */
.page4{background: url(../../images_new/master/page4Bg.png?1) no-repeat center top;width: 100%;}
.page4 .m1200{position: relative;}
.page4 .m1200::before{position: absolute;content: "";bottom: -30px;background: url(../../images_new/master/page4t.png?1) no-repeat left bottom;width: 621px;height: 252px;left: -360px;}
.page4 .cost_wrap .fl ul{width: 485px;position: relative;margin-top: 65px;padding-left: 300px;}
.page4 .cost_wrap .fl ul li{float: left;margin-bottom: 30px;margin-right: 44px;}
.page4 .cost_wrap .fl ul li h2{font-size: 18px;color: #075d52;line-height: 36px;}
.page4 .cost_wrap .fl ul li p{font-size: 14px;line-height: 22px;text-align: justify;}
.page4 .cost_wrap .fl ul li p b{font-size: 18px;}
.page4 .cost_wrap .fl .tip{font-size: 14px;color: #075d52;text-align: right;padding-right: 45px;}
.page4 .cost_wrap .fr{width: 340px;float: left;margin-left: 30px;}
.page4 .cost_wrap .fr h2{font-size: 24px;color: #ffffff;margin-top: 60px;line-height: 32px;}
.page4 .cost_wrap .fr .h3{font-size: 14px;margin-top: 12px;color: #ffffff;line-height: 16px;margin-bottom: 18px;}
.page4 .form-wrap form .label{width: 100%;border-radius: 10px !important;overflow: hidden;}
.page4 .form-wrap form .label input{font-size: 14px;}
.page4 .form-wrap form .label.Code {line-height: 50px;display: flex;align-items: center;}
.page4 .form-wrap form .label.Code input {width: 59%;float: none;padding-top: 0;}
.page4 .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: #c69b63;}
.page4 .form-wrap form .SmsCodeBtn::after {width: 1px;height: 20px;background: #D8D8D8;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;content: '';}
.page4 .form-wrap form .tiaokuan{font-size: 12px;}
.page4 .form-wrap .xdf_formbtn{width: 100%;height: 44px;line-height: 44px;background: #d7a868;font-size: 14px;font-weight: bold;cursor: pointer;border-radius: 8px;}
.page4 .cost_result{display: none;}
.page4 .cost_result ul{border-radius: 10px;overflow: hidden;background: #ffffff;display: flex;flex-direction: column;margin-top: 20px;}
.page4 .cost_result ul li{width: 100%;color: #333;font-size: 18px;line-height: 24px;text-align: center;display: flex;justify-content: space-around;}
.page4 .cost_result ul li span{width: 60%;font-size: 16px;height: 40px;line-height: 40px;border-right: 1px solid rgba(0, 0, 0, .2);}
.page4 .cost_result ul li:first-child{background: #b5e4dd;color: #0c7063;font-weight: bold;display: flex;justify-content: center;align-items: center;}
.page4 .cost_result ul li:first-child span{height: 50px;line-height: 50px;border: none;}
.page4 .cost_result ul li span:nth-of-type(1){width: 40%;}
.page4 .cost_result ul li span:last-child{border: none;}
.page4 .cost_result ul li:nth-of-type(3){background: rgba(0, 0, 0, .2);}
.page4 .cost_result .tip{font-size: 14px;color: #999;text-align: center;padding: 10px 0 20px 0;}
.page4 .btn{margin-top: 0;}



.bg1{background: linear-gradient(to bottom,#f4f6f8,#ffffff);}


.page5{padding: 100px 0 50px;}
.page5 .products .isPc{position: relative;padding: 68px 0 130px;}
.page5 .products .tabss{background: #31a999;width: 100%;height: 300px;border-radius: 10px;overflow: hidden;}
.page5 .products .tabss .tab.active{background: #d7a868;position: relative;}
.page5 .products .tabss .tab.active::after{position: absolute;content: "";left: 202px;top: 50%;bottom: 0;margin-top: -8px;width: 14px;height: 16px;background: url(../../images_new/master/page5Iconsm.png?1) no-repeat left center;z-index: 4;}
.page5 .products .tabss .tab:nth-of-type(2).active::after,.page5 .products .tabss .tab:nth-of-type(4).active::after,.page5 .products .tabss .tab:nth-of-type(6).active::after,.page5 .products .tabss .tab:nth-of-type(8).active::after{transform: rotate(180deg);left: initial;right: 202px;}
.page5 .products .tabss .tab .txts{margin: 0 22px 0 12px;line-height: 75px;border-bottom: 1px solid  #ffffff;width: 166px;}
.page5 .products .tabss .tab.active .txts{border-color: #d7a868;}
.page5 .products .tabss .tab h5{font-size: 18px;color: #ffffff;font-weight: normal;}
.page5 .products .tabss .tab.active h5{font-weight: bold;}
.page5 .products .tabss .tab:nth-of-type(1),.page5 .products .tabss .tab:nth-of-type(3),.page5 .products .tabss .tab:nth-of-type(5),.page5 .products .tabss .tab:nth-of-type(7){float: left;padding: 0 400px 0 0;text-align: right;}
.page5 .products .tabss .tab:nth-of-type(2),.page5 .products .tabss .tab:nth-of-type(4),.page5 .products .tabss .tab:nth-of-type(6),.page5 .products .tabss .tab:nth-of-type(8){float: right;padding: 0 0 0 400px;justify-content: flex-end;text-align: left;}
.page5 .products .itemss,.page5 .swiper-slide{width: 793px;height: 498px;position: absolute;left: 50%;margin:0 0 0 -396.5px;z-index: 2;overflow: hidden;top: 0;}
.page5 .products .itemss .item{display: none;}
.page5 .products .itemss .item.active{display: flex;padding:30px 30px;background-repeat: no-repeat;background-position:  center center;background-size: cover;box-sizing: border-box;height: 498px;}
.page5 .products .itemss .item:nth-of-type(1).active{background-image: url(../../images_new/master/itemssBg1.png?1);}
.page5 .products .itemss .item:nth-of-type(2).active{background-image: url(../../images_new/master/itemssBg2.png?1);}
.page5 .products .itemss .item:nth-of-type(3).active{background-image: url(../../images_new/master/itemssBg3.png?1);}
.page5 .products .itemss .item:nth-of-type(4).active{background-image: url(../../images_new/master/itemssBg4.png?1);}
.page5 .products .itemss .item:nth-of-type(5).active{background-image: url(../../images_new/master/itemssBg5.png?1);}
.page5 .products .itemss .item:nth-of-type(6).active{background-image: url(../../images_new/master/itemssBg6.png?1);}
.page5 .products .itemss .item:nth-of-type(7).active{background-image: url(../../images_new/master/itemssBg7.png?1);}
.page5 .products .itemss .item:nth-of-type(8).active{background-image: url(../../images_new/master/itemssBg8.png?1);}
.page5 .products .itemss .item h3{font-size: 24px;color: #333333;line-height: 24px;margin: 0 0 12px 0;}
.page5 .products .itemss .item .center{padding: 0;margin: 0 0 15px 0;}
.page5 .products .itemss .item .center dl{margin: 15px 0 0 0;}
.page5 .products .itemss .item .center dl dt{font-size: 16px;font-weight: bold;color: #0c7063;padding: 0 0 0 25px;background: url(../../images_new/master/page5Icon.png?1) no-repeat left center;margin: 0 0 10px 0;}
.page5 .products .itemss .item .center dl dd{height: 100px;}
.page5 .products .itemss .item .bottom p{font-size: 14px;color: #333333;padding: 17px 0 10px 50px;line-height: 24px;background: url(../../images_new/master/page5Pbg.png?1) no-repeat left 20px;height: 65px;box-sizing: border-box;}
.page5 .products .itemss .item .bottom a{align-self: flex-end;font-size: 14px;color: #0c7063;font-weight: bold;}






/* page7-严选顾问团队全流程为您提供贴心服务 */
.page7 .page7-swiper{overflow: initial;}
.page7 .swiper-wrapper{display: block;}
.page7 .swiper-wrapper li{width: 282px;height: 330px;background: linear-gradient(180deg,#acd1cc 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 #66a69d;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: #d7a868;margin: 30px auto 0;}



/* page8-澳大利亚本科学留学成功案例 */
.page8{background: linear-gradient(to bottom,#ebf2f1 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: #0c7063;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: #d7a868;line-height: 24px;margin: 15px auto 25px;}
.page8 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;}
.page8 .txts .l_txt dl dt{color: #d7bfa4;position: relative;padding-right: 10px;float: left;}
.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: #0c7063;line-height: 20px;font-weight: normal;}
.page8 .txts .r_txt h4::before{background: url(../../images_new/master/page8yhUp.png?1) no-repeat center center;left: 0;}
.page8 .txts .r_txt h4::after{background: url(../../images_new/master/page8yhDown.png?1) no-repeat center center;top: 70px;right: 12px;}
.page8 .txts .r_txt .txt{padding: 45px 0 0 0;background: url(../../images_new/master/page8aljx.png?1) no-repeat left 15px;}
.page8 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 140px;display: block;display: -webkit-box;-webkit-line-clamp: 7; -webkit-box-orient: vertical; margin: 0 0 10px 0;overflow: hidden;}
.page8 .txts .r_txt .txt a{font-size: 14px;color: #0c7063;line-height: 14px;text-align: right;display: block;font-weight: bold;}
.page8 .txts .r_txt .txt a:hover{color: #0c7063;}




/* page9-新东方前途出国值得信赖的留学机构 */





/* 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: #d7a868;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/master/bottomFormImg.png?1) no-repeat center top;height: 140px;bottom: initial;margin: 0;top: 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #d7a868;}




@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/master/m_bannerBg.jpg?1) 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: .45rem 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;}


    /* .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.6rem;padding: .15rem 0 0 0;border-radius: .2rem;background-size: cover;background-image: url(../../images_new/master/m_page1LiBg.png?1)}
    .page1 .list li h4{line-height: .6rem;font-size: .3rem;width: 80%;}
    .page1 .list li,.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: 4.53rem;background: url(../../images_new/master/m_page2TxtBg1.png?1) no-repeat center top;background-size: 100% 4.53rem;}
    .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;margin: 0 0 .1rem 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 .items0{display: block;}
    .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: #acd1c8;color: #ffffff;margin: 0 0 .2rem 0;position: relative;}
    .page2 .list .l .tab.active{background: #217561;}
    .page2 .list .l .tab.active::before{ position:absolute;content: "";width: 0;top: 50%;right: -.11rem;margin-top: -.13rem;height: 0;border-left: .13rem solid #217561;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.16rem;height: .66rem;line-height: .66rem;font-size: .24rem;color: #d6a563;border-radius: .33rem;background: #faecda;}
    .page2 .list .tabs0 .tab.active{position: relative;background: #d6a563;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 #d6a563;border-right: .13rem solid transparent; border-left: .13rem solid transparent;}
    .page2 .list .l_t .l{padding: .2rem .2rem 0 .6rem;width: 100%;}
    .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 .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{display: flex !important;background: url(../../images_new/master/m_page2TxtBg2.png?1) 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 li{height: .62rem;line-height: .62rem;border-radius: .1rem;background: #dfdede;font-size: .24rem;text-align: center;color: #333333;padding: 0;justify-content: center;display: flex;}
    .page2 .list .right ul li i{font-size: .2rem;vertical-align: text-bottom;}
    .page2 .list .right ul li:nth-of-type(1),.page2 .list .right ul li:nth-of-type(2),.page2 .list .right ul li:nth-of-type(3),.page2 .list .right ul li:nth-of-type(4),.page2 .list .right ul li:nth-of-type(6){width: 2.04rem;flex-shrink: 0;}
    .page2 .list .right ul li:nth-of-type(5),.page2 .list .right ul li:nth-of-type(7){width: 4.18rem;flex-shrink: 0;}
    .page2 .list .right ul li:nth-of-type(8){width: 100%;flex-shrink: 0;}
    .page2 .list .l .txt h5{font-size: .26rem;line-height: .26rem;margin: 0 0 .05rem 0;}
    .page2 .list .l .txt p{font-size: .26rem;line-height: .42rem;}
    .page2 .list .items0 .item:nth-of-type(3) .l_t .l{background: none;}


    .page4{background:url(../../images_new/master/m_pag4Bg_m.png?1) no-repeat center .15rem;background-size: 100%;height: auto;padding-top: 0.2rem;background: #075d52;}
    .page4 .m1200::before{content: initial;}
    .page4 .tit{padding-top: 0; display: none !important;}
    .page4 .cost_wrap .fl{float: none;display: none;}
    .page4 .cost_wrap .fl ul {display: flex;padding: 0;flex-direction: column;margin: .35rem 0 0;width: 100%;}
    .page4 .cost_wrap .fl ul li{display: flex;margin: .16rem 0;}
    .page4 .cost_wrap .fl ul li h2{width: 1.7rem;flex-shrink: 0;text-align: center;}
    .page4 .cost_wrap .fl ul li p{width: 4.6rem;flex-shrink: 0;font-size: .24rem;line-height: .36rem;}
    .page4 .cost_wrap .fr {width: 100%;float: none;margin: 0;}
    .page4 .cost_wrap .fr h2 {font-size: 0.4rem;margin-top: 0.5rem;line-height: 0.7rem;text-align: center;}
    .page4 .cost_wrap .fr .h3 {font-size: 0.26rem;margin-top: 0.1rem;line-height: 0.2rem;text-align: center;margin-bottom: 0.3rem;}
    .page4 .form-wrap form .label{margin: .1rem 0;border-radius: .43rem !important;overflow: hidden;}
    .page4 .form-wrap form .tiaokuan{font-size: 0.2rem;text-align: left;padding-left: 0.2rem;}
    .page4 .form-wrap .xdf_formbtn {width: 96%;height: 0.77rem;line-height: 0.77rem;font-size: 0.3rem;border-radius: 0.5rem !important;}
    .page4 .cost_result ul {border-radius: 0.2rem;margin-top: .2rem;}
    .page4 .cost_result ul li span{font-size: .24rem;height: .6rem;line-height: .6rem;}
    .page4 .cost_result ul li:first-child span{height: .8rem;line-height: .8rem;font-size: .26rem;}
    .page4 .cost_result ul li:nth-of-type(3),.page4 .cost_result ul li:nth-of-type(5){background: rgba(0, 0, 0, .2);}
    .page4 .cost_result ul li b{font-size: 0.4rem;}
    .page4 .cost_result .tip {font-size: 0.24rem;padding-top: 0.4rem;}

    .page6 .tit{height: 1.4rem;}
    .page6 ul{display: flex;flex-wrap: wrap;justify-content: space-around;}
    .page6 ul li{width: 3.35rem;height: 1.68rem;display: flex;justify-content: center;flex-direction: column;padding: 0 0 0 .2rem;box-sizing: border-box;background-repeat: no-repeat;background-size: cover;background-position: center center;margin: 0 0 .2rem 0;}
    .page6 ul li h4{font-size: .32rem;color: #333333;font-weight: bold;text-align: left;}
    .page6 ul li p{font-size: .24rem;color: #0c7063;}
    .page6 ul li:nth-of-type(1){background-image: url(../../images_new/master/page6LiBg1.png?1);}
    .page6 ul li:nth-of-type(2){background-image: url(../../images_new/master/page6LiBg2.png?1);}
    .page6 ul li:nth-of-type(3){background-image: url(../../images_new/master/page6LiBg3.png?1);}
    .page6 ul li:nth-of-type(4){background-image: url(../../images_new/master/page6LiBg4.png?1);}
    .page6 ul li:nth-of-type(5){background-image: url(../../images_new/master/page6LiBg5.png?1);}
    .page6 ul li:nth-of-type(6){background-image: url(../../images_new/master/page6LiBg6.png?1);}
    .page6 ul li:nth-of-type(7){background-image: url(../../images_new/master/page6LiBg7.png?1);margin: 0;}
    .page6 ul li:nth-of-type(8){background-image: url(../../images_new/master/page6LiBg8.png?1);margin: 0;}



    .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;}

    .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;}
    .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: #cca468;}


}