.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;}

.sticky {position: -webkit-sticky;position: sticky;top: 0;color: white;z-index: 2;}

.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;}
 body{}
.conentQt{background: linear-gradient(180deg,#eff8f6,#ffffff 80%);}
.bottomBg{background: url(../images/bottomBg.jpg) no-repeat center bottom; } 

.header_banner{width: 100%;height:765px;background: url(../images/banner.png) no-repeat center top;position: relative;}
.header_banner .m1200{position: relative;padding-top: 115px;}
.header_banner .logo {position: absolute;top: 10px; left: 10px;}
.header_banner .sm_tit{font-size: 20px;color: #2f645d;line-height: 36px;margin: 15px 0 0 0;}



.header_bd{width: 98%;border-radius: 20px;background: #333333;padding:30px 0;box-sizing: border-box;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;}
.header_bd .form-wrap{width: 1200px;margin: 0 auto;}
.header_bd h4{font-size: 24px;color: #ffffff;text-align: left;margin: 0 0 15px 0;line-height: 24px;}
/* .header_bd form{display: flex;flex-wrap: wrap;justify-content: space-between;} */
.header_bd .form-wrap .left{width: 889px;float: left;display: flex;justify-content: space-around;flex-wrap: wrap;}
.btntxt{float: right;width: 292px;}
.header_bd .form-wrap form .label{margin: 5px 0;overflow: hidden;border-radius: 10px !important;border-color: #c7c7c7;height: 40px;}
.header_bd .label.w222{width:286px;}
.header_bd .label.w349{width: 349px;}
.header_bd .form-wrap .xdf_formbtn{width: 100%;margin: 5px auto;height: 40px;line-height: 40px;border-radius: 50px;background: #02b428;font-size: 16px;font-weight: bold;cursor: pointer;order: 1;}
.header_bd .form-wrap .xdf_formbtn:hover{background: #02b428;}
.header_bd .tiaokuan{text-align: center;font-size: 12px;color: #999999;width:100%;text-align: left;line-height: 16px;margin-bottom: 10px;}
.header_bd p.num{font-size: 14px;color: #333333;text-align: center;width: 100%;}
.header_bd p.num span{color: #fe3d3d;font-weight: bold;}
.header_bd .form-wrap form .label input,.header_bd .form-wrap form .label select{font-size: 16px;padding: 0;}
.header_bd .form-wrap form .label i{background-image: url(https://liuxue.xdf.cn/sem/lh_dqxm/images/lhlx_china_icon.png) !important;}
.header_bd .form-wrap form .label.name i{background-position: center 0;}
.header_bd .form-wrap form .label.location i{background-position: center -71px;}
.header_bd .form-wrap form .label.project i{background-position: center -140px;}
.header_bd .form-wrap form .label.email,
.header_bd .form-wrap form .label.email i{background-position: center -392px;}
.header_bd .form-wrap form .label.whatsapp i{background-position: center -206px;}
.header_bd .form-wrap form .label.other i{background-position: center -277px;}
.header_bd .form-wrap form .label i.iconDown{background-position: center -332px !important;left: 90%;}
.form-wrap form .label.contact{display: none;padding: 0 0 0 15px;}
.header_bd .form-wrap form .label.project{position: relative;overflow: inherit;}
.header_bd .form-wrap form .label.project input{width: 89%;}
.project_wrap{display: none;flex-wrap: wrap;position: absolute;right: -1px;top: 41px;color: #333333;background: #ffffff;font-size: 14px;width: 660px;padding: 0 20px;box-sizing: border-box;z-index: 99;justify-content: space-between;padding-bottom: 20px;border: 1px solid #d6d6d6;border-top: 0;max-height: 500px;}
.project_wrap dl{line-height: 36px;padding-top: 10px;width: 296px;}
.project_wrap dl dt{line-height: 20px;margin-bottom: 10px;}
.project_wrap dl dd{padding-left: 28px;line-height: 24px;position: relative;cursor: pointer;}
.project_wrap dl dd::before {
    position: absolute;
    content: "";
    display: inline-block;
    width:12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
    top: 5px;
    margin: auto 0;
    left: 10px;
}
.project_wrap dl dd.active::before {
    content: "✔";
    display: inline-block;
    color: white;
    background-color: #4fcca2;
    text-align: center;
    line-height: 12px;
    border: none;
}

.page{padding: 50px 0 0 0;}
.page .tit{font-size: 40px;color: #333333;font-weight: bold;text-align: center;margin: 0px 0 40px 0;line-height: 40px;}
.page  .tt_sim{display: block;width: 348px;height: 50px;font-size: 16px;color: #ffffff;background: #333333;border-radius: 50px;line-height: 50px;text-align: center;margin: 0 auto;font-weight: bold;}
.page1 .con ul{display: flex;justify-content: space-around;flex-wrap: wrap;}
.page1 .con ul li:first-child{background: none;}
.page1 .con ul li{width: 388px;height: 260px;background: #f1f3f3;border-radius: 20px;margin-bottom: 20px;cursor: pointer;padding: 30px 20px 0 20px;box-sizing: border-box;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 .con ul li h2{font-size: 20px;color: #333333;word-break: break-all;margin-bottom: 26px;padding-top: 54px;position: relative;}
.page1 .con ul li p{font-size: 14px;color: #666666;line-height: 18px;}
.page1 .con ul li h2::after{
    content: '';
    width:42px;
    height:42px;
    border-radius: 50%;
    background: #ffffff url(../images/icon1.png) no-repeat center center;
    background-size: 23px 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.page1 .con ul li:nth-child(3) h2::after{
    background: #ffffff url(../images/icon2.png) no-repeat center center;
    background-size: 22px 29px;
}
.page1 .con ul li:nth-child(4) h2::after{
    background: #ffffff url(../images/icon3.png) no-repeat center center;
    background-size: 28px 27px;
}
.page1 .con ul li:nth-child(5) h2::after{
    background: #ffffff url(../images/icon4.png) no-repeat center center;
    background-size: 28px 28px;
}
.page1 .con ul li:nth-child(6) h2::after{
    background: #ffffff url(../images/icon5.png) no-repeat center center;
    background-size: 27px 27dpx;
}

.page2 .tit{text-align: left;}
.page2 .con{position: relative;}
.page2 .con .tab_wrap{width: 588px;border: 2px solid #44c761;border-radius: 50px;float: right;margin-top: -80px;padding: 4px;box-sizing: border-box;}
.page2 .con .tab_wrap .tab{width: 50%;float: left;text-align: center;display: flex;align-items: center;justify-content: center;border-radius: 50px;height: 40px;cursor: pointer;}
.page2 .con .tab_wrap .tab.active{color: #ffffff;background: #02b428;font-weight: bold;}
.page2 .con .table_wrap{position: relative;width: 1200px;height: 410px;}
.page2 .con .table_wrap .table_tab{position: absolute;top: 0;width: 100%;z-index: 1;opacity: 0;}
.page2 .con .table_wrap .table_tab.active{opacity: 1;z-index: 2;}
.page2 .swiper-button-next, .page2  .swiper-container-rtl .swiper-button-prev{right: -35px;width: 20px;height: 32px;background-size: contain;}
.page2 .swiper-button-prev, .page2 .swiper-container-rtl .swiper-button-next{left: -35px;width: 20px;height: 32px;background-size: contain;}
.page2 .swiper-container{padding-bottom: 40px;}
.page2 .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;}
.page2 .swiper-pagination-bullet-active{background: #02b428;}
.page2 .swiper-container .swiper-wrapper{padding: 10px 0;}
.page2 .swiper-container .swiper-wrapper .swiper-slide{width: 288px;height: 362px;border-radius: 16px;overflow: hidden;background:linear-gradient(180deg,#ede7ff,#ffffff 50%);box-shadow: 0 0 8px 2px #eceded;}

.page2 .swiper-container .swiper-wrapper .swiper-slide .top{padding: 0 20px;box-sizing: border-box;}
.page2 .swiper-container .swiper-wrapper .swiper-slide h3{font-size: 16px;height: 88px;display: flex;align-items: center;line-height: 20px;border-bottom: 1px dashed #b09ddc;}
.page2 .swiper-container .swiper-wrapper .swiper-slide .top p{font-size: 14px;line-height: 18px;margin-top: 14px;color: #666666;}
.page2 .swiper-container .swiper-wrapper .swiper-slide .top p i{color: #333333;font-size: 36px;margin-right: 5px;float: left;}
.page2 .swiper-container .swiper-wrapper .swiper-slide .top p span{float: left;width: 220px;}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n){background:linear-gradient(180deg,#dceefa,#ffffff 50%);}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) h3{border-bottom: 1px dashed #a6d7fa;}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n){background:linear-gradient(180deg,#f5f5ce,#ffffff 50%);}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) h3{border-bottom: 1px dashed #e4e48f;}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n){background:linear-gradient(180deg,#fedfe3,#ffffff 50%);}
.page2 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) h3{border-bottom: 1px dashed #fab3bb;}

.page5 .con .table_con{box-shadow: 0 0 10px 5px #e9edeb;border-radius: 20px;overflow: hidden;}
.page5 .con .table_con .table_top .title{background: #02b428;width: 100%;font-size: 22px;font-weight: bold;text-align: center;padding: 30px 0 23px 0;color: #ffffff;border-radius: 20px 20px 0 0;}
.page5 .con .table_con .table_top .th_con{background: #f1f5f2;height: 50px;line-height: 50px;width: 100%;}
.page5 .con .table_con .table_top .th_con span{font-size: 20px;font-weight: bold;display: inline-block !important;text-align: center;}
.page5 .con .table_con .table_top .w24{width: 20%;}
.page5 .con .table_con .table_top .w45{width: 40%;}
.page5 .con .table_con .table_top .w16{width: 25%;}
.page5 .con .table_con .table_top .w15{width: 15%;}
.page5 .con .table_con .table_top .td_con{position: relative;height: 525px;}
.page5 .con .table_con .table_top .td_con .line{background: url(../images/line.png) no-repeat center top;width: 1px;height: 545px;position: absolute;top: 0;left: 20%;}
.page5 .con .table_con .table_top .td_con .line2{left: 60%;}
.page5 .con .table_con .table_top .td_con .line3{left: 85%;}
.page5 .con .table_con .table_top .td_con dl{display: flex;background: url(../images/line3.png) no-repeat center bottom;}
.page5 .con .table_con .table_top .td_con dl dt{display: flex;align-items: center;justify-content: center;text-align: center;}
.page5 .con .table_con .table_top .td_con dl dd{width: 80%;}
.page5 .con .table_con .table_top .td_con dl dd .item{height: 64px;background: url(../images/line2.png) no-repeat center bottom;}
.page5 .con .table_con .table_top .td_con dl dd .item:last-child{background: none;}
.page5 .con .table_con .table_top .td_con dl dd span{display: inline-block !important;text-align: center;height: 100%;line-height: 64px;}
.page5 .con .table_con .table_top .td_con dl dd a{background: #333333;color: #ffffff;border-radius: 50px;height: 30px;font-size: 14px;font-weight: bold;line-height: 30px;width: 142px;display: inline-block;}
.page5 .con .table_con .table_top .td_con dl dd a:hover{background: #02b428;}
.page5 .con .table_con .table_top .td_con dl dd .w45{width: 49%;}
.page5 .con .table_con .table_top .td_con dl dd .w16{width: 31%;}
.page5 .con .table_con .table_top .td_con dl dd .w15{width: 18%;}
/* 4.滚动条 */
.scrollBar {
    position: relative;
    overflow: hidden;
}

.scrollBar>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.scrollBar>.nano-content:focus {
    outline: thin dotted;
}

.scrollBar>.nano-content::-webkit-scrollbar {
    display: none;
}

/* .has-scrollbar>.nano-content::-webkit-scrollbar {display:block;} */
.scrollBar>.nano-pane {
    background: #ddd;
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.scrollBar>.nano-pane>.nano-slider {
    background: #02b428;
    position: relative;
    width: 5px;
    border-radius: 5px;
}

.scrollBar.green>.nano-pane>.nano-slider {
    background: #2cc59f;
}
.page3 .con ul{width: 100%;background: linear-gradient(180deg,#eefff2 0%,#ffffff 16%);border: 4px solid #ffffff;box-sizing: border-box;border-radius: 20px;box-shadow: 0 0 10px 5px #e9edeb;display: flex;justify-content: space-between;}
.page3 .con ul li{height: 303px;position: relative;padding: 36px 18px;box-sizing: border-box;width: 396px;}
.page3 .con ul li::after{content: '';width: 2px;height: 178px;background: #ededed;position: absolute;right: 0;top: 0;bottom: 0;margin:auto;}
.page3 .con ul li:last-child:after{display: none;}
.page3 .con ul li h2{font-size: 18px;color: #333333;padding-top: 62px;position: relative;margin-bottom: 20px;word-break: break-all;}
.page3 .con ul li:hover h2{color: #02b428;}
.page3 .con ul li h2::after{content: '';width:51px;height:50px;background: url(../images/icon6.png) no-repeat center top;position: absolute;top: 0;left: 0;}
.page3 .con ul li:hover h2::after{background-image: url(../images/icon6H.png);}
.page3 .con ul li p{font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 10px;}
.page3 .con ul li p i{font-size: 30px;color: #333333;float: left;margin-right: 5px;}
.page3 .con ul li p span{float: left;width: 336px;margin-top: 2px;}
.page3 .con .img_wrap{margin-top: 106px;}
.page3 .con .img_wrap .img1{width: 286px;height: 589px;background: url(../images/img6.jpg) no-repeat center top;float: left;margin-right: 20px;}
.page3 .con .img_wrap .img2_wrap{float: left;}
.page3 .con .img_wrap .img2_wrap .img2{width: 590px;height:285px;background: url(../images/img7.jpg) no-repeat center top;margin-bottom: 20px;}
.page3 .con .img_wrap .img2_wrap .img4_wrap .img4{width: 285px;height:284px;background: url(../images/img8.jpg) no-repeat center top;float: left;}
.page3 .con .img_wrap .img2_wrap .img4_wrap .img5{width: 285px;height:284px;background: url(../images/img9.jpg) no-repeat center top;float: right;}
.page3 .con .img_wrap .img3{width: 286px;height: 589px;background: url(../images/img10.jpg) no-repeat center top;float: right;}

.page4 .con p{width: 572px;font-size: 16px;line-height: 30px;color: #666666;}
.page4 .con .more{width: 350px;height: 52px;line-height: 52px;color: #ffffff;font-weight: bold;margin-top: 63px;background: #333333;border-radius: 50px;text-align: center;display: block;-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

.page_bot{padding: 30px 0;}
.page_bot .pinxuanTop{display: flex;justify-content: space-between;margin: 40px 0 30px;}
.page_bot .pinxuanTop li{flex: 1;box-sizing: border-box;padding: 0 0 0 30px;background-repeat: no-repeat;}
.page_bot .pinxuanTop li b{font-size: 36px;font-weight: normal;}
.page_bot .pinxuanTop li em{font-size: 28px;}
.page_bot .pinxuanTop li i{font-size: 36px;vertical-align: top;}
.page_bot .pinxuanTop li h4{font-size: 12px;color: #666666;line-height: 16px;font-weight: normal;margin: 10px 0 0 0;}
.page_bot .pinxuanTop li:nth-of-type(1){background-image: url(../images/page7Icon1.png);}
.page_bot .pinxuanTop li:nth-of-type(2){background-image: url(../images/page7Icon2.png);}
.page_bot .pinxuanTop li:nth-of-type(3){background-image: url(../images/page7Icon3.png);}
.page_bot .pinxuanTop li:nth-of-type(4){background-image: url(../images/page7Icon4.png);}
.page_bot .pinxuanTop li:nth-of-type(5){background-image: url(../images/page7Icon5.png);}


.footer{text-align: center;padding: 30px 0;}

.footer img{margin: 0 10px 25px;}
.footer p{font-size: 14px;color: #333333;line-height: 30px;}





/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
#xdf_bottomForm{display: none;} 

.xdf_slide{display: block;}
.xdf_bottomForm.form-wrap .m1200{padding-left: 0;width: 1200px;}
.xdf_bottomForm .ax_img{position: absolute;left:3%;bottom:0;z-index: -1;}
.xdf_bottomForm.form-wrap form .label{width: 12%;margin: 20px .5% 0;}
.xdf_bottomForm.form-wrap form .label i{background-image: url(https://liuxue.xdf.cn/sem/lh_dqxm/images/lhlx_china_icon.png) !important;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(1){width:9%;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(2){width: 9%;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(3){width: 9%;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(4){width: 9%;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(5){width: 12%;}
.xdf_bottomForm.form-wrap form .label:nth-of-type(6){width: 10%;}
.xdf_bottomForm.form-wrap form .label i.iconDown{left: 88%;}
.xdf_bottomForm.form-wrap form .label.project{width: 15%;}
.xdf_bottomForm h3 {font-size: 26px;color: #fff;font-weight: bold;padding: 10px 0 0 10px;}
.xdf_bottomForm .tiaokuan{font-size: 12px;}
/* .xdf_bottomForm .tiaokuan a{color: #379fe7;} */
.xdf_bottomForm.form-wrap .btntxt{text-align: center;width: auto;float: none;}
.xdf_bottomForm.form-wrap .xdf_formbtn{color: #ffffff;background: #02b428;font-size: 18px;width: 80%;margin: 20px 10px 0;font-weight: bold;}

.xdf_bottomForm.form-wrap form .label.name i{background-position: center 0;}
.xdf_bottomForm.form-wrap form .label.location i{background-position: center -71px;}
.xdf_bottomForm.form-wrap form .label.project i{background-position: center -140px;}
.xdf_bottomForm.form-wrap form .label.email i{background-position: center -392px;}
.xdf_bottomForm.form-wrap form .label.whatsapp i{background-position: center -206px;}
.xdf_bottomForm.form-wrap form .label.other i{background-position: center -277px;}
.xdf_bottomForm.form-wrap form .label i.iconDown{background-position: center -332px !important;left: 90%;}
.xdf_bottomForm.form-wrap .project_wrap{bottom: 42px;top: auto;border: 1px solid #d6d6d6;right: auto;left: 0;}

@media screen and (min-width:769px){
    .page1 .con ul li:hover{background: #02b428;margin-top: -10px;}
    .page1 .con ul li:hover h2,
    .page1 .con ul li:hover p{color: #ffffff;}
    .page1 .con ul li:first-child{background: none;}
    .page1 .con ul li:hover h2::after{
        background: #02b428 url(../images/icon1H.png) no-repeat center center;
        background-size: 23px 25px;
    }
    .page1 .con ul li:hover:nth-child(3) h2::after{
        background: #02b428 url(../images/icon2H.png) no-repeat center center;
        background-size: 22px 29px;
    }
    .page1 .con ul li:hover:nth-child(4) h2::after{
        background: #02b428 url(../images/icon3H.png) no-repeat center center;
        background-size: 28px 27px;
    }
    .page1 .con ul li:hover:nth-child(5) h2::after{
        background: #02b428 url(../images/icon4H.png) no-repeat center center;
        background-size: 28px 28px;
    }
    .page1 .con ul li:hover:nth-child(6) h2::after{
        background: #02b428 url(../images/icon5H.png) no-repeat center center;
        background-size: 27px 27dpx;
    }
}
@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}
    body.sem .rightMenu{display: none !important;}
    .bottomBg {
        background: url(../images/m_bottomBg.jpg) no-repeat center bottom;
        background-size: auto;
    }
    .m1200{width: 94%;}
    .header_banner{margin-bottom: 0.3rem;}
    .header_banner .logo img {width: 68%;}
    .header_banner{background:#ffffff url(../images/m_banner.jpg) no-repeat center top;height: auto;background-size:cover;}
    .header_banner .m1200{padding-top: 1.11rem;}
    .header_banner h3{font-size: .62rem;line-height: .62rem;text-align: center;}
    .header_banner .m1200 img{width: 4.1rem;height: 2.85rem;}
    .header_banner .sm_tit{font-size: 0.24rem;line-height: .38rem;margin: .35rem 0 0 0;text-align:left;}
    .header_bd{width: 94%;border-radius: .2rem;padding: .6rem .55rem;margin:0.55rem auto 0;position: static;}
    .header_bd .form-wrap .left{width: 100%;float: none;justify-content: space-between;}
    .header_bd .label.w222{width: 100%;}
    .header_bd .form-wrap{width: 100%;}
    .header_bd form{display: flex;flex-wrap: wrap;justify-content: space-between;} 
    .header_bd h4{font-size: .32rem;line-height: .32rem;margin: 0 0 .25rem 0;text-align: center;}
    .header_bd .form-wrap form .label{margin: .05rem 0;height: .8rem;line-height: .8rem;border-radius: .1rem !important;}
    .header_bd .form-wrap form .label input, .header_bd .form-wrap form .label select{height: .78rem;line-height: .78rem;font-size: .26rem;}
    .header_bd .form-wrap form .label.name{}
    .header_bd .form-wrap form .label.location{}
    .header_bd .form-wrap form .label.program{}
    .header_bd .form-wrap form .label.email{}
    .btntxt{width: 100%;}
    .header_bd .form-wrap form .label.whatsapp{width: 100%;}
    .header_bd .form-wrap form .label.other{width: 100%;}
    .header_bd .form-wrap form .label.name,.header_bd .form-wrap form .label.location{width: 2.88rem;}
    .header_bd .tiaokuan{font-size: .2rem;line-height: .23rem;margin: .15rem 0;}
    .header_bd .form-wrap .xdf_formbtn{margin: .05rem auto .15rem;height: .8rem;line-height: .8rem;font-size: .28rem;border-radius: .4rem;order: 1;width: 100%;}
    .header_bd p.num{font-size: .2rem;line-height: .28rem;}
    .header_bd p.num span{font-size: .28rem;line-height: .28rem;}
    .project_wrap{width: 100%;right: 0px;top: 1rem;max-height: 10rem;padding: 0 0.2rem;padding-bottom: 0.2rem;overflow: scroll;}
    .project_wrap dl {line-height: 0.36rem;padding-top: 0.2rem;width: 50%;}
    .project_wrap dl dt {line-height:0.32rem;margin-bottom: 0.1rem;font-size: 0.26rem;}
    .project_wrap dl dd {padding-left: 0.4rem;line-height: 0.32rem;font-size: 0.24rem;margin-bottom: 0.1rem;}
    .project_wrap dl dd::before{width: 0.12rem;height: 0.12rem;background-size: contain;}
    .project_wrap dl dd.active::before{line-height: 0.12rem;background-size: contain;font-size: 0.18rem;}
    .conentQt{background: #ffffff;}
    .page{padding: .6rem 0;}
    .page .tit{font-size: .5rem;line-height: .5rem;margin: 0 0 .4rem 0;}
    .page1 .con ul li{width: 100%;height:auto;border-radius: 0.2rem;margin-bottom:0.2rem;padding: 0.3rem 0.26rem;}
    .page1 .con ul li h2::after{width: 0.42rem;height: 0.42rem;background-size: 0.23rem 0.25rem;}
    .page1 .con ul li h2{font-size: 0.28rem;padding-top: 0;padding-left: 0.6rem;margin-bottom: 0;}
    .page1 .con ul li.active{background: #02b428;}
    .page1 .con ul li p{display: none;}
    .page1 .con ul li.active p{display: block;line-height: 0.32rem;color: #ffffff;}
    .page1 .con ul li.active h2::after {
        background: #02b428 url(../images/icon1H.png) no-repeat center center;
    }
    .page1 .con ul li.active h2{margin-bottom: 0.2rem;color: #ffffff;}
    .page1 .con ul li.active h2::after{background-size: 0.23rem 0.25rem;background-color: #02b428;}
    .page1 .con ul li:nth-child(3) h2::after{ background-size: 0.22rem 0.29rem;}
    .page1 .con ul li.active:nth-child(3) h2::after{
        background: #02b428 url(../images/icon2H.png) no-repeat center center;
        background-size: 0.22rem 0.29rem;
    }
    .page1 .con ul li:nth-child(4) h2::after{background-size: 0.28rem 0.27rem;}
    .page1 .con ul li:nth-child(4).active h2::after{
        background: #02b428 url(../images/icon3H.png) no-repeat center center;
        background-size: 0.28rem 0.27rem;
    }
    .page1 .con ul li:nth-child(5) h2::after{background-size: 0.28rem 0.28rem;}
    .page1 .con ul li:nth-child(5).active h2::after{
        background: #02b428 url(../images/icon4H.png) no-repeat center center;
        background-size: 0.28rem 0.28rem;
    }
    .page1 .con ul li:nth-child(6) h2::after{background-size: 0.27rem 0.27rem;}
    .page1 .con ul li:nth-child(6).active h2::after{
        background: #02b428 url(../images/icon5H.png) no-repeat center center;
        background-size: 0.27rem 0.27rem;
    }
    .page1 .con .btn{font-size: 0.28rem;color: #ffffff;width: 100%;background: #333333;height: 0.78rem;line-height: 0.78rem;display: block;font-weight: bold;text-align: center;border-radius: 0.5rem;}
    .page2{padding-bottom: 0;}
    .page2 .tit{text-align: center;}
    .page2 .con .tab_wrap{width: 100%;border-width: 0.02rem;margin-top: 0;padding: 0.06rem;position: relative;z-index: 3;}
    .page2 .con .tab_wrap .tab{height: 0.7rem;line-height: 100%;font-size: 0.24rem;}
    .page2 .con .table_wrap{width: 100%;height:6.5rem;overflow: hidden;}
    .page2 .swiper-wrapper{padding: 0.1rem 0;}
    .page2 .con .table_wrap .table_tab{top: 0.2rem;}
    .page2 .swiper-container{padding-bottom: 0.5rem;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide{width: 98%;height: 5.2rem;border-radius: 0.2rem;margin: 0 auto;box-shadow: 0 0.1rem 0.1rem 0.01rem #eceded;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide .top{height: 5.2rem;padding: 0 0.2rem;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide h3{font-size: 0.24rem;height: 1rem;line-height: 0.28rem;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide .top p{font-size: 0.2rem;margin-top: 0.1rem;line-height: 0.26rem;display: flex;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide .top p i{line-height: 0.2rem;font-size: 0.18rem;margin-right: 0.15rem;margin-top: 0.05rem;}
    .page2 .swiper-container .swiper-wrapper .swiper-slide .top p span{width: auto;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0.2rem;}
    .page2 .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;}

    .page5 .con .table_con .table_top .title{font-size: 0.26rem;padding: 0.25rem 0;line-height: 0.3rem;}
    .page5 .con .table_con .table_top .th_con{height: 0.82rem;line-height: 0.82rem;display: flex;}
    .page5 .con .table_con .table_top .td_con dl dt{font-size: 0.24rem;line-height: 0.28rem;font-weight: bold;}
    .page5 .con .table_con .table_top .td_con dl dd span.isPc{display: none !important;}
    .page5 .con .table_con .table_top .td_con dl,
    .page5 .con .table_con .table_top .td_con dl dd .item{background-size: contain;}
    .page5 .con .table_con .table_top .td_con dl dd .item{height: 0.7rem;line-height: 0.7rem;font-size: 0.2rem;display: flex;}
    .page5 .con .table_con .table_top .td_con dl dd span{line-height: 0.24rem;}
    .page5 .con .table_con .table_top .th_con span{font-size: 0.24rem;line-height: 0.82rem;}
    .page5 .con .table_con .table_top .th_con span.isPc{display: none !important;}
    .page5 .con .table_con .table_top .th_con span:nth-child(3){line-height: 0.3rem;align-content: center;}
    .page5 .con .table_con .table_top .w24{width: 32%;}
    .page5 .con .table_con .table_top .w16{width: 25%;}
    .page5 .con .table_con .table_top .td_con dl dd .w45{width: 58%;        align-content: center;}
    .page5 .con .table_con .table_top .td_con dl dd .w16{width: 42%;        align-content: center;}
    .page5 .con .table_con .table_top .td_con dl dd{width: 65%;}
    .page5 .con .table_con .table_top .td_con{height: 8.1rem;}
    .page5 .con .table_con .table_top .td_con .line1{left: 32%;background-size: contain;}
    .page5 .con .table_con .table_top .td_con .line2{left: 70%;background-size: contain;}
    .page5 .con .table_con .table_top .td_con .line3{display: none;}
    .page3 .con ul{flex-direction: column;background: none;box-shadow: none;    border: 0;border-radius: 0;}
    .page3 .con ul li{width: 100%;padding: 0.36rem 0;height: auto;}
    .page3 .con ul li h2{font-size: 0.32rem;padding-top: 0;margin-bottom: 0.2rem;line-height: 0.4rem;padding-left: 1rem;display: flex;align-items: center;height: 0.82rem;}
    .page3 .con ul li:hover h2{color: #333333;}
    .page3 .con ul li h2::after{width: 0.82rem;height: 0.82rem;background-size: contain;}
    .page3 .con ul li::after{width: 100%;height: 0.02rem;bottom: 0;left: 0;top: auto;}
    .page3 .con ul li:hover h2::after{background-image: url(../images/icon6.png);}
    .page3 .con ul li p{font-size: 0.26rem;line-height: 0.38rem;margin-bottom: 0.2rem;display: flex;justify-content: flex-start;}
    .page3 .con ul li p span{width: 100%;}
    .page3 .con ul li p i{margin-right: 0.1rem;font-size: 0.6rem;}
    .page3 .con .img_wrap{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;width: 98%;margin: 0.5rem auto 0;}
    .page3 .con .img_wrap .img1{width: 3.35rem;height: 6.84rem;background-size: 100% 100%;margin-right: 0;order: -1;}
    .page3 .con .img_wrap .img3{width: 3.35rem;height: 6.84rem;background-size: 100% 100%;margin-right: 0;order: 2;order: -1;}
    .page3 .con .img_wrap .img2_wrap .img2{width: 100%;height: 3.32rem;background-size: 100% 100%;margin: 0.2rem 0;}
    .page3 .con .img_wrap .img2_wrap{width: 100%;}
    .page3 .con .img_wrap .img2_wrap .img4_wrap{display: flex;justify-content: space-between;}
    .page3 .con .img_wrap .img2_wrap .img4_wrap .img4,
    .page3 .con .img_wrap .img2_wrap .img4_wrap .img5{width: 3.35rem;height: 3.3rem;background-size: 100% 100%;float:none;}
    .page3 .con .img_wrap .img2_wrap .img4_wrap.clearfix::after{display: none;}
    .page4 .con p{width: 100%;font-size: 0.24rem;line-height:0.32rem;}
    .page_bot{padding: 0;}
    .page_bot .pinxuanTop{margin: 0;display: block;overflow: hidden;}
    .page_bot .pinxuanTop li{background-size: 0.3rem 0.34rem;padding: 0 0 0 0.4rem;margin-bottom: 0.4rem;float: left;width: 33%;height: 1.4rem;}
    .page_bot .pinxuanTop li b,
    .page_bot .pinxuanTop li i{font-size: 0.4rem;}
    .page_bot .pinxuanTop li h4{font-size: 0.2rem;line-height: 0.2rem;margin: 0.1rem 0 0 0;}



    .qt_zixun_form_wrap .zixun_form{height: 9.1rem !important;}
    .qt_zixun_form_wrap .zixun_form .top{background: url(../images/activity_form_bg.png) no-repeat center bottom;height: 2.06rem;background-size: cover;}
    .qt_zixun_form_wrap .zixun_form .top p{font-size: .32rem;line-height: .38rem;padding-top: .8rem;margin-left: 3.2rem;}
    .qt_zixun_form_wrap .zixun_form .close{top: .7rem;right: 0;}
    .qt_zixun_form_wrap .zixun_form .bottom{height: 6.5rem !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .input{width: 100%;padding-left: 0;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label i{position: absolute;}
    .qt_zixun_form_wrap .zixun_form .label:nth-of-type(4) i.iconDown{width: 20px;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label{height: .64rem;line-height: .64rem;padding-left: .35rem;margin: .15rem auto;width: 94%;float: none;position: relative;border: 0.01rem solid #dbd9d9;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label select{ appearance: none;-webkit-appearance: none;padding-left: 0;}
    .qt_zixun_form_wrap .zixun_form .qt_form .input{background: none;border: none;}
    .qt_zixun_form_wrap .zixun_form .qt_form input,.qt_zixun_form_wrap .zixun_form .qt_form select{border: none !important;padding: 0 !important;background: none !important;width: 100% !important;}
    .xdf_slide{display: none;}
#xdf_bottomForm.isWap{display: none !important;}


    .footer_float_window .float_Link{margin-right: .7rem;border-radius: .8rem;width: 65%;margin-top: .15rem !important;}
    .qt_zixun_form_wrap .zixun_form .top p{margin-left: 2.7rem !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label{padding-left: .55rem;border-radius: .32rem;overflow: hidden;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label i{background: url("https://liuxue.xdf.cn/special/include/imagess/form_green_new.png?1") !important;background-position: center 0 !important;display: block;width: 22px; height: 22px;position: absolute;top: 0 !important;bottom: 0;margin: auto;left: .1rem !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label:nth-of-type(2) i{background-position-y: -156px !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label:nth-of-type(3) i{background-position-y: -414px !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label:nth-of-type(4) i{background-position-y: -466px !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label:nth-of-type(5) i{background-position-y: -260px !important;}
    .qt_zixun_form_wrap .zixun_form .qt_form .label i.iconDown{background-position-y: -310px !important;left: 88% !important;}
    .footer_float_window ul li a{line-height: .24rem;}
    .qt_zixun_form_wrap .zixun_form .xdf_formbtn{width: 60%;height: 0.6rem;line-height: 0.6rem;background: #5fcb9d;display: block;color: #ffffff;margin: 0.2rem auto 0;border-radius: 0.5rem;}
    .qt_zixun_form_wrap .zixun_form  .msg{text-align: center;}
}