.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;}

.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;}


.header_banner{width: 100%;height:398px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg?1);}
.header_banner .banner1200{padding: 55px 0 0 0;overflow: hidden;position: relative;}
.header_banner .banner_img img{margin: 0 auto;width: 395px;height: 253px;display: block;}
.header_banner a{font-size: 16px;color: #2c3b46;font-weight: bold;width: 136px;height: 30px;text-align: center;line-height: 30px;background: #f7e348;border-radius: 50px;position: absolute;bottom:0px;right: 300px;}

/* nav */
.navTopH{z-index:998;margin:0 auto 0;width:100%;height: 70px;}
.navTopH .navigation{background:#eff0f4;top: 0;z-index: 100;left: 0;right: 0;margin: auto;}
.navTopH li{width:16.66666666%;float:left;cursor:pointer;position: relative;}
.navTopH li a{font-size:18px;padding:22px 0;color:#203678;display:block;text-align:center;font-weight:normal;}
.navTopH li::after{content: '';width: 1px;height:26px;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;background: #b39b4c;}
.navTopH li.current a,
.navTopH li a:hover{font-weight:bold;}
.navTopH li:last-child::after{display: none;}

.page {padding: 50px 0;}
.page .tit {font-size: 44px;line-height: 40px;color: #0a2246;margin: 0 0 30px 0;text-align: center;}
.page .tit2{font-size: 18px;color: #666666;text-align: center;}

.page1{background: url(../images/page1Bg.jpg) no-repeat center top;padding-bottom: 0;}
.page1 .tit{color: #ffffff;}
.page1 .m1200{position: relative;overflow: hidden;padding-bottom:31px;}
.page1 .m1200::after{content: '';width: 319px;height:491px;background:url(../images/page1Bg_2.png) no-repeat center top;position: absolute;right: 84px;bottom: -50px;}
/* 容器设置 */
.page1 .floating-container {
    position: relative;
    height: 200px;
  }
  
  /* 气泡样式 */
.page1 .bubble {
    background:url(../images/page1_line3.png) no-repeat center top;
    width:538px;
    color: #ffffff;
    border-radius: 50px;
    padding-left:40px;
    display: flex;
    align-items: center;
    height: 49px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    animation: float 3s ease-in-out infinite alternate;
  }
  
.page1 .bubble::after{content: '';width: 8px;height: 8px;background: #fff642;border-radius: 50%;position: absolute;left: 20px;top: 0;bottom: 0;margin: auto;}
.page1 .bubble b{color: #fff642;}
.page1 .bubble1{top: 60px;left: 0;}
.page1 .bubble2 {
    animation: float 2s ease-in-out infinite alternate;
    background:url(../images/page1_line1.png) no-repeat center top;
    width: 195px;
    top: 0;left: 342px;
  }
.page1 .bubble3 {
    animation: float 2s ease-in-out infinite alternate;
    top: 33px;left: 508px;
  }
.page1 .bubble4 {
    animation: float 2.2s ease-in-out infinite alternate;
    left: 188px;
    top: 108px;
  }
.page1 .bubble5 {
    animation: float 2.8s ease-in-out infinite alternate;
    background:url(../images/page1_line2.png) no-repeat center top;
    width: 253px;
    bottom: 0;
    left: 583px;
  }
.page1 .bubble6 {
    animation: float 2s ease-in-out infinite alternate;
    background:url(../images/page1_line2.png) no-repeat center top;
    width: 253px;
    top: 109px;
    left: 784px;
  }
.page1 .bubble7 {
    animation: float 3s ease-in-out infinite alternate;
    background:url(../images/page1_line2.png) no-repeat center top;
    width:253px;
    right: 0;
    top: 70px;
  }
  
  /* 漂浮动画 */
  @keyframes float {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  /* 响应式优化 */
  @media (max-width: 768px) {
    .floating-container {
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
    }
    .bubble {
      max-width: 250px;
      font-size: 12px;
    }
  }
.page1 .dec_wrap{width:796px;height:368px;background: url(../images/page1_dec.png) no-repeat center top;margin-top: 40px;padding: 34px 52px 0 20px;box-sizing: border-box;position: relative;}
.page1 .dec_wrap h3{font-size: 24px;color: #1c2e48;font-weight: normal;margin-bottom: 20px;margin-left: 10px;}
.page1 .dec_wrap .dec{font-size: 16px;color: #1c2e48;line-height: 160%;margin-left: 10px;}
.page1 .dec_wrap ul{display: flex;justify-content: space-between;margin-top: 20px;flex-wrap: wrap;}
.page1 .dec_wrap ul li{width: 354px;height: 74px;background: linear-gradient(90deg,#253e63,#59759f);border-radius: 10px;padding: 10px 20px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 .dec_wrap ul li b{font-size: 18px;color: #ffe837;border-right: 1px solid rgba(255,255,255,1);width: 62px;}
.page1 .dec_wrap ul li span strong{font-weight: bold;}
.page1 .dec_wrap ul li span{font-size: 14px;color: #ffffff;line-height: 160%;width: 240px;}
.page1 .dec_wrap ul li:hover{margin-top: -10px;}
.page1 .dec_wrap a{font-size: 16px;color: #1c2e48;background: #f7e348;width: 130px;height: 30px;display: block;line-height: 30px;border-radius: 20px;position: absolute;top: 30px;right: 60px;text-align: center;font-weight: bold;}

.page2 .con{display: flex;justify-content: space-between;margin-top: 30px;}
.page2 .con li{width:240px;height:429px;background: url(../images/page2_li1.jpg) no-repeat center top;padding: 35px 30px 0 30px;box-sizing: border-box;position: relative;}
.page2 .con li:nth-child(2){background-image: url(../images/page2_li2.jpg);}
.page2 .con li:nth-child(3){background-image: url(../images/page2_li3.jpg);}
.page2 .con li:nth-child(4){background-image: url(../images/page2_li4.jpg);}
.page2 .con li::after{content: '';width: 1px;height: 340px;background: #ffffff;position: absolute;right: 0;top: 0;bottom: 0;margin: auto;}
.page2 .con li h3{color: #ffdc2f;text-align: center;}
.page2 .con li h3 i{font-size:14px;display: block;font-weight: normal;padding-top: 70px;}
.page2 .con li h3 b{font-size: 24px;display: block;padding-top: 60px;}
.page2 .con li .dec{display: none;}
.page2 .con li .dec .list {display: flex;margin-bottom: 18px;}
.page2 .con li .dec .list span{display: inline-block;font-size: 16px;background: #f7e348;border-radius: 20px;color:#2c3b46;width: 128px;height: 30px;text-align: center;font-weight: bold;line-height: 30px;}
.page2 .con li .dec .list p{width: 296px;font-size: 14px;color: #ffffff;margin-left: 12px;line-height: 130%;}
.page2 .con li.active{width:480px;height:429px;background-image: url(../images/page2_li1H.jpg);}
.page2 .con li:nth-child(2).active{width:480px;height:429px;background-image: url(../images/page2_li2H.jpg);}
.page2 .con li:nth-child(3).active{width:480px;height:429px;background-image: url(../images/page2_li3H.jpg);}
.page2 .con li:nth-child(4).active{width:480px;height:429px;background-image: url(../images/page2_li4H.jpg);}
.page2 .con li.active::after,
.page2 .con li:last-child:after,
.page2 .con li.noBoder::after{display: none;}
.page2 .con li.active .dec{display: block;}
.page2 .con li.active h3 i{color: #ffffff;font-size: 30px;opacity: .2;padding-top: 0;text-align: right;line-height: 16px;}
.page2 .con li.active h3 b{color: #ffffff;font-size: 24px;padding-top: 0;text-align: right;margin-bottom: 42px;}
.page2 .btn{width:260px;height:48px;font-size:16px;background: #1c2e48;color: #fbef42;display:block;line-height: 48px;border-radius: 50px;text-align: center;margin: 20px auto 0;font-weight: bold;}

.page3 .top_wrap{background:url(../images/page3_line.png?1) no-repeat 70% top;display: flex;justify-content: space-around;padding-top: 160px;padding-bottom: 10px;}
.page3 .top_wrap .list{width: 388px;height: 158px;padding: 20px 32px;box-sizing: border-box;background: linear-gradient(180deg,#e9eef9,rgba(255,255,255,.5) 60%);box-shadow: 0px 1px 10px 3px #e9eef9;border-radius: 20px;}
.page3 .top_wrap .list:nth-child(2){margin-top: 20px;}
.page3 .top_wrap .list h3{font-size: 20px;color: #1c2e48;}
.page3 .top_wrap .list p{font-size: 14px;color: #1c2e48;line-height: 160%;margin-top: 10px;}
.page3 .top_wrap .list a{font-size: 14px;color: #1c2e48;text-align: right;display: block;font-weight: bold;}
.page3 .top_wrap .list:hover a{color: #d4c12d;}
.page3 .bot_wrap{background:#ffffff;background:linear-gradient(180deg,#19335b,#405c86);padding:28px 0;border-radius:15px;border: 2px solid #ffffff;box-shadow: 0px 1px 10px 3px #e9eef9;}
.page3 .bot_wrap li{width:16.5%;float:left;text-align:center;border-right:2px solid #ececec;}
.page3 .bot_wrap li:last-child{border:0;}
.page3 .bot_wrap li p{line-height:41px;}
.page3 .bot_wrap li p b{font-size:36px;color:#f7e348;}
.page3 .bot_wrap li p i{font-size:14px;color:#f7e348;display:inline-block;}
.page3 .bot_wrap li h4{font-size:16px;color:#ffffff;font-weight:normal;}
.page3 h5{font-size: 36px;color: #1c2e48;margin: 42px 0 32px 0;}
.page3 h5 span{font-size: 26px;font-weight: normal;}
.page3 .dsfx{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page3 .dsfx dl{width:285px;height:92px;background: url(../images/page3_li1.png) no-repeat center top;padding-left: 16px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;margin-bottom: 20px;}
.page3 .dsfx dl dt{font-size: 20px;color: #343448;font-weight: bold;}
.page3 .dsfx dl dd{font-size: 16px;color: #343448;}
.page3 .dsfx dl:nth-child(2){background-image: url(../images/page3_li2.png);}
.page3 .dsfx dl:nth-child(3){background-image: url(../images/page3_li3.png);}
.page3 .dsfx dl:nth-child(4){background-image: url(../images/page3_li4.png);}
.page3 .dsfx dl:nth-child(5){background-image: url(../images/page3_li5.png);}
.page3 .dsfx dl:nth-child(6){background-image: url(../images/page3_li6.png);}
.page3 .dsfx dl:nth-child(7){background-image: url(../images/page3_li7.png);}
.page3 .dsfx dl:nth-child(8){background-image: url(../images/page3_li8.png);}

.wrap_form{width: 100%;background: #1c2e48;padding: 18px 0;}
.wrap_form .m1200 .form-wrap h3{font-size: 26px;color: #ffffff;margin-bottom: 14px;}
.wrap_form .m1200 .form-wrap form .label{width: 25%;margin: 5px 0.5%;height: 40px;line-height: 40px;}
.wrap_form .m1200 .form-wrap form .label input, .wrap_form .m1200 .form-wrap form .label select{padding-top: 11px;font-size: 16px;}
.wrap_form .m1200 .form-wrap form .SmsCodeBtn{font-size: 16px;width: 55%;height: 20px;line-height: 20px;margin-top: 9px;border-left: 1px solid #999999;border-radius: 0;}
.wrap_form .m1200 .form-wrap form .label.Code input{width: 35%;}
.wrap_form .m1200 .form-wrap .xdf_formbtn{width: 18%;background: #f7e348;border-radius: 50px;font-size: 14px;color: #1c2e48;font-weight: bold;cursor: pointer;}
.wrap_form .m1200 .form-wrap .tiaokuan.white{text-align: left;font-size: 14px;}
.wrap_form .m1200 .form-wrap .label.ZyType i{background-position: center -409px;}
.wrap_form .m1200 .form-wrap .label.XM i{background-position: center -361px;}


.page4{background: url(../images/page4Bg.jpg) no-repeat center top;position: relative;height: 455px;padding-top: 140px;box-sizing: border-box;}
.page4 .dec{width: 574px;}
.page4 .dec .tit{color: #ffffff;text-align: left;margin-bottom: 20px;margin-top: 20px;}
.page4 .dec a{font-size: 20px;font-weight: bold;color: #ffffff;}
.page4 .dec a:hover{color: #f7e348;}
.page4 .dec p{font-size: 24px;color: #1c2e48;background: linear-gradient(90deg,#f7e348,rgba(0,0,0,0));height: 60px;width: 100%;padding-left: 34px;box-sizing: border-box;display: flex;align-items: center;margin-top: 28px;}
.page4 .dec p b{font-size: 36px;color: #ff2222;font-weight: bold;}
.page4 .swiper_con{width: 50%;position: absolute;top: 80px;right: 0;}
.page4 .swiper_con .swiper-slide{width: 252px;height: 343px;overflow: hidden;}
.page4 .swiper_con .swiper-slide img{width: 100%;}

.page5 .txts{display: flex;justify-content: space-between;}
.page5 .txt1{padding: 35px 0;width: 386px;height: 316px;border-radius: 20px;background: url(../images/page2Txt1Bg.png) no-repeat center center;box-sizing: border-box;}
.page5 .txt1 div{padding: 0 35px;}
.page5 .txt1 h4{font-size: 20px;color: #ffffff;line-height: 26px;background: url(../images/page2Vip.png) no-repeat left center;padding: 0 0 0 30px;margin: 0 25px 25px;}
.page5 .txt1 h4 em{font-size: 12px;color: #ffffff;line-height: 12px;}
.page5 .txt1 div p{padding: 0 45px;background: rgba(255, 255, 255, .2);margin: 0 0 30px 0;height: 36px;line-height: 36px;display: flex;justify-content: space-between;color: #ffffff;}
.page5 .txt1 div p strong{font-weight: bold;}
.page5 .txt1 div p:nth-of-type(3){margin: 0;}
.page5 .txt1 div i{display: block;text-align: right;font-size: 12px;color: #ffffff;line-height: 45px;}
.page5 .txt2{width: 792px;height: 316px;background: url(../images/page2Txt2Bg.png) no-repeat center center;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);border-radius: 20px;padding: 35px 40px 0 25px;box-sizing: border-box;}
.page5 .txt2 h4{font-size: 24px;color: #e68222;font-weight: bold;background: url(../images/page2SqicIcon.png) no-repeat left center;line-height: 28px;padding-left: 35px;margin: 0 0 15px 0;}
.page5 .txt2 div{padding: 0 0 0 20px;}
.page5 .txt2 div dl{display: flex;margin: 0 0 15px 0;line-height: 20px;position: relative;padding: 0 0 0 15px;}
.page5 .txt2 div dl dt{font-size: 16px;color: #333333;font-weight: bold;}
.page5 .txt2 div dl dd{font-size: 16px;color: #666666;}
.page5 .txt2 div dl::before{position: absolute;content: '';width: 4px;height: 4px;border-radius: 50%;background: #e68222;left: 0;top: 0;bottom: 0;margin: auto;}
.page5 .btn{width:260px;height:48px;font-size:16px;background: #1c2e48;color: #fbef42;display:block;line-height: 48px;border-radius: 50px;text-align: center;margin: 20px auto 0;font-weight: bold;}


.page6 .tabs{display: flex;justify-content: space-between;align-items: flex-end;}
.page6 .tab{width: 196px;height: 60px;background: #e2e3ec;font-size: 20px;color: #1c2e48;border-top-left-radius: 20px;border-top-right-radius: 20px;text-align: center;line-height: 60px;cursor: pointer;}
.page6 .tab.active{height: 80px;line-height: 80px;color: #1c2e48;font-weight: bold;font-size: 24px;background: #f6e248;}
.page6 .tablist{border-top: 2px solid #1c2e48;}
.page6 .item{display: none;width: 100%;height: 500px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;box-shadow: 0 0 38px 11px rgba(14, 22, 149, .1);padding: 30px 40px 0;box-sizing: border-box;}
.page6 .item.active{display: block;}
.page6 .item .txts{display: flex;justify-content: space-between;}
.page6 .item .txt{width: 360px;height:410px;background: linear-gradient(to top,#d7dee8,rgba(255,255,255,0) 50%);border-radius: 10px;}
.page6 .item .txt div{display: flex;align-items: center;padding: 0 26px;margin: 20px 0 0 0;}
.page6 .item .txt div i{width: 40px;height: 36px;text-align: center;line-height: 36px;font-size: 18px;color: #333333;margin: 0 10px 0 0;}
.page6 .item .txt:nth-of-type(1) div:nth-of-type(1) i{background: url(../images/page4Numb1.png) no-repeat center center;background-size: contain;}
.page6 .item .txt:nth-of-type(1) div:nth-of-type(2) i{background: url(../images/page4Numb2.png) no-repeat center center;background-size: contain;}
.page6 .item .txt:nth-of-type(1) div:nth-of-type(3) i{background: url(../images/page4Numb3.png) no-repeat center center;background-size: contain;}
.page6 .item .txt div dt{font-size: 18px;color: #333333;font-weight: bold;}
.page6 .item .txt div dd{font-size: 14px;color: #999999;line-height: 16px;}
.page6 .item p{text-align: right;font-size: 14px;color: #999999;line-height: 36px;}
.page6 .item .txt3{position: relative;}
.page6 .item .txt3 h4{font-size: 24px;color: #1c2e48;text-align: center;}
.page6 .item .txt3 a{font-size: 14px;color: #1c2e48;background: #f7e348;width: 202px;height: 40px;display: block;line-height: 40px;border-radius: 20px;position: absolute;bottom: 20px;left: 0;right: 0;margin: auto;text-align: center;font-weight: bold;}

.page6 .item .txt3 .cost_dec{display: block}
.page6 .item .txt3 .cost_dec p{text-align: left;line-height: 140%;font-size: 15px;}
.page6 .item .txt3 .cost_dec dl{margin-top: 5px;}
.page6 .item .txt3 .cost_dec dl dd{margin-top: 3px;line-height: 140%;font-size: 13px;}




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;background: url(../images/xdf_slideBg.png) no-repeat center center;width: 140px;height: 160px;}
.xdf_slide p{font-size: 22px;line-height: 26px;color: #ffffff;padding: 34px 15px;}
.xdf_slide p strong{font-weight: bold;}
.xdf_slide span{font-size: 12px;color: #2c3b46;display: block;height: 24px;line-height: 24px;text-align: center;background: #f7e348;border-radius: 20px;font-weight: bold;width: 106px;position: absolute;bottom: 20px;left: 0;right: 0;margin: auto;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img { background: url(../images/bottomFormImg.png) no-repeat center top;height: 140px;bottom: 0;margin: auto 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: #f7e348;color: #1c2e48;}
.xdf_bottomForm_Code .xdf_bottomForm.form-wrap form .label{width: 28.7% !important;}

@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}

    body.sem .rightMenu{display: none !important;}
    .m1200{width: 94%;}
   
    .header_banner{height: 8.01rem;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: cover;}
    .header_banner .m1200{flex-direction: column;align-items: center;padding: 1.6rem 0 1rem 0;}
    .header_banner .banner_img img{width: 5.28rem;height: 3.39rem;}
    .header_banner a{width: 3rem;height: 0.6rem;line-height: 0.6rem;font-size: 0.28rem;border-radius: 0.5rem;left: 0;right: 0;margin: auto;bottom: 0rem;}


    .page{padding: .35rem 0;}
    .page .tit{font-size: .44rem;line-height: .5rem;margin: 0 0 .3rem 0;}
    .page .tit .t1{font-size: .4rem;line-height: .4rem;margin: 0 .05rem;padding: 0 .15rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin-top: .1rem;line-height: .2rem;letter-spacing: .2rem;}
    .page .tit2{font-size: 0.24rem;line-height: 120%;}



    /* page1 */
    .page1{padding-top: .5rem;background: #1c2e48;padding-bottom: 0;}
    .page1 .m1200{width: 100%;padding-bottom: 1.2rem;overflow: hidden;}
    .page1 .floating-container{height: 3.95rem;margin-top: 0.5rem;}
    .page1 .bubble{background-image: url(../images/m_page1_line3.png);background-size: contain;width: 4.77rem;height: 0.89rem;font-size: 0.21rem;text-align: left;padding-left: 0.68rem;}
    .page1 .bubble b{        display: contents;}
    .page1 .bubble::after{width:0.1rem;height: 0.1rem;left: 0.4rem;}
    .page1 .bubble7{background-image: url(../images/m_page1_line2.png);background-size: contain;width: 3.44rem;height: 0.66rem;left: 0;top: 2rem;}
    .page1 .bubble2{background-image: url(../images/m_page1_line1.png);background-size: contain;width: 2.66rem;height: 0.66rem;top: 0;left: 5rem;}
    .page1 .bubble1{top: 0;}
    .page1 .bubble4{top: 0.8rem;left: 3rem;}
    .page1 .bubble5{top: 1.8rem;left: 3rem;}
    .page1 .bubble6{top: 1rem;left: 0.2rem;}
    .page1 .bubble3{top:2.8rem;left: 2rem;}
    .page1 .dec_wrap{background:#ffffff;width: 6.92rem;height: 5.46rem;background-size: contain;margin: 0 auto;padding: 0.4rem 0.32rem 0 0.32rem;border-radius: 0.2rem;}
    .page1 .m1200::after{background-image: url(../images/m_page1Bg_2.png);background-size: contain;width: 3.62rem;height: 5.58rem;bottom: -1.5rem;right:auto;left: 1.5rem;display: none;}
    .page1 .dec_wrap h3{font-size: 0.32rem;margin-bottom: 0.16rem;margin-left: 0;}
    .page1 .dec_wrap .dec{margin-left: 0;font-size: 0.24rem;}
    .page1 .dec_wrap ul li span{display: none;}
    .page1 .dec_wrap ul{margin-top: 0.2rem;}
    .page1 .dec_wrap ul li{width: 1.38rem;height: 1.38rem;border-radius: 0.2rem;margin-bottom: 0;padding: 0;display: flex;align-items: center;justify-content: center;}
    .page1 .dec_wrap ul li b{border: 0;width: 100%;text-align: center;}
    .page1 a{font-size: 0.28rem;color: #2c3b46;font-weight: bold;width: 3rem;height: 0.7rem;text-align: center;line-height: 0.7rem;position: absolute;bottom: 0.35rem;right:0;border-radius: 0.5rem;z-index: 2;background: linear-gradient(180deg,#f6f075,#e8cc33);font-weight: bold;margin: auto;left: 0;}
    .page2 .con{flex-direction: column;margin-top: 0.2rem;}
    .page2 .con li{width:6.9rem;height:1.1rem;background-image: url(../images/m_page2_li1.jpg);background-size: contain;margin-bottom: 0.12rem;padding: 0.24rem 0.3rem;}
    .page2 .con li:nth-child(2){background-image: url(../images/m_page2_li2.jpg);background-size: contain;}
    .page2 .con li:nth-child(3){background-image: url(../images/m_page2_li3.jpg);background-size: contain;}
    .page2 .con li:nth-child(4){background-image: url(../images/m_page2_li4.jpg);background-size: contain;}
    .page2 .con li h3{text-align: left;}
    .page2 .con li h3 i{font-size: 0.3rem;color: #ffffff;opacity: .2;padding-top: 0;line-height: 0.28rem;}
    .page2 .con li h3 b{font-size: 0.32rem;padding-top: 0;color: #ffffff;line-height: 0.3rem;}
    .page2 .con li.active h3 i{text-align: left;font-size: 0.3rem;}
    .page2 .con li.active h3 b{font-size: 0.32rem;text-align: left;margin-bottom: 0.2rem;}
    .page2 .con li .dec .list{margin-bottom: 0.1rem;}
    .page2 .con li .dec .list span{width: 1.48rem;height: 0.4rem;line-height: 0.4rem;font-size: 0.26rem;}
    .page2 .con li .dec .list p{width: 4.6rem;margin-left: 0.15rem;font-size: 0.24rem;line-height: 150%;}
    .page2 .con li.active{background-image: url(../images/m_page2_li1H.jpg);background-size: contain;width: 6.9rem;height: 3.42rem;box-sizing: border-box;}
    .page2 .con li:nth-child(2).active{background-image: url(../images/m_page2_li2H.jpg?1);background-size: contain;width: 6.9rem;height: 3.42rem;}
    .page2 .con li:nth-child(3).active{background-image: url(../images/m_page2_li3H.jpg?1);background-size: cover;width: 6.9rem;height: 5.6rem;}
    .page2 .con li:nth-child(3) .dec .list p{line-height: 130%;}
    .page2 .con li:nth-child(4).active{background-image: url(../images/m_page2_li4H.jpg);background-size: contain;width: 6.9rem;height: 3.42rem;}
    .page2 .btn{width: 3.98rem;height: 0.7rem;line-height: 0.7rem;font-size: 0.28rem;border-radius: 0.5rem;margin: 0.2rem auto 0;}

    .page3 .top_wrap{padding-top: 0.4rem;padding-bottom: 0.1rem;background-size: 6.09rem 3.68rem;background-position: 0 bottom;flex-direction: column;align-items: flex-end;}
    .page3 .top_wrap .list{width: 3.63rem;height: 2.13rem;border-radius: 0.2rem;padding: 0.16rem 0.2rem;}
    .page3 .top_wrap .list h3{font-size: 0.32rem;}
    .page3 .top_wrap .list p{font-size: 0.24rem;margin-top: 0rem;line-height: 150%;}
    .page3 .bot_wrap{padding: 0.34rem 0.28rem 0 0.28rem;border-radius: 0.2rem;border-width: 0.02rem;display: flex;flex-wrap: wrap;}
    .page3 .bot_wrap li{width: 31%;border-right: 0.02rem dashed #8191a9;border-bottom: 0.02rem dashed #8191a9;padding: 0.2rem 1%;}
    .page3 .bot_wrap li:nth-child(3n){border-right: 0;}
    .page3 .bot_wrap li p{line-height: 160%;}
    .page3 .bot_wrap li p b{font-size: 0.36rem;}
    .page3 .bot_wrap li p i,
    .page3 .bot_wrap li h4{font-size: 0.2rem;}
    .page3 .bot_wrap li h4{line-height: 160%;}
    .page3 h5{font-size: 0.36rem;margin: 0.3rem auto;}
    .page3 h5 span{font-size: 0.26rem;}
    .page3 .dsfx dl{width: 3.35rem;height: 1.08rem;background-size: contain;margin-bottom: 0.2rem;padding-left: 0.26rem;}
    .page3 .dsfx dl dt{font-size: 0.24rem;line-height: 160%;}
    .page3 .dsfx dl dd{font-size: 0.18rem;line-height: 160%;}
    .wrap_form .m1200 .form-wrap h3{font-size: 0.4rem;text-align: center;}
    .wrap_form .m1200 .form-wrap h3 b{font-size: 0.32rem;font-weight: normal;display: block;}
    .wrap_form .m1200 .form-wrap form .label{width: 90%;float: none;margin:0.2rem auto 0;height: 0.85rem;line-height: 0.85rem;}
    .wrap_form .m1200 .form-wrap form .label input, .wrap_form .m1200 .form-wrap form .label select{padding-top: 0;font-size: 0.3rem;}
    .wrap_form .m1200 .form-wrap .xdf_formbtn{width: 90%;margin: 0.2rem 0 0 6%;height: 0.85rem;line-height: 0.85rem;font-size: 0.36rem;}
    .wrap_form .m1200 .form-wrap .tiaokuan.white{font-size: 0.24rem;text-align: center;margin-top: 0.2rem;}

    .page4{background-image: url(../images/m_page4Bg.jpg);background-size: contain;height: auto;padding-bottom: 0.4rem;}
    .page4 .dec{width: 100%;}
    .page4 .dec .tit{text-align: center;margin: 0.2rem auto;}
    .page4 .dec a{font-size: 0.28rem;text-align: center;display: block;}
    .page4 .dec p{height: 0.58rem;background: linear-gradient(90deg,rgba(0, 0, 0, 0), #f7e348, rgba(0, 0, 0, 0));font-size: 0.24rem;margin: 0.2rem auto 0;text-align: center;width: 100%;padding-left: 0;display: block;}
    .page4 .dec p b{font-size: 0.36rem;}
    .page4 .swiper_con{position: static;width: 100%;margin-top: 0.68rem;}
    .page4 .swiper_con .swiper-slide{width: 3.08rem;height: 4.25rem;}
    .page4 .swiper_con .swiper-slide img{width: 100%;}

    .page5 .txts{flex-direction: column;}
    .page5 .txt1{width: 100%;height: 3.56rem;background-size: cover;border-radius: .2rem;padding: .3rem 0 0;}
    .page5 .txt1 h4{font-size: .28rem;line-height: .36rem;padding: 0 0 0 .5rem;margin: 0 .2rem .15rem;background-size: .36rem;}
    .page5 .txt1 h4 em{font-size: .24rem;line-height: .24rem;}
    .page5 .txt1 div{padding: 0 .5rem;}
    .page5 .txt1 div p{padding: 0 .2rem 0 .25rem;height: .46rem;line-height: .46rem;font-size: .26rem;margin: 0 0 .4rem 0;}
    .page5 .txt1 div i{font-size: .2rem;line-height: .6rem;}
    .page5 .txt2{margin: .3rem 0 0 0;width: 100%;border-radius: .2rem;background-size: cover;height: 7.6rem;padding: .3rem .2rem 0;}
    .page5 .txt2 h4{font-size: .28rem;line-height: .36rem;background-size: .36rem;padding: 0 0 0 .5rem;margin: 0 0 .2rem 0;}
    .page5 .txt2 div{padding: 0 0 0 .2rem;}
    .page5 .txt2 div dl{margin: 0 0 0.1rem 0;padding: 0 0 0 .2rem;line-height: .38rem;flex-direction: column;}
    .page5 .txt2 div dl dt{font-size: .26rem;margin: 0;}
    .page5 .txt2 div dl dd{font-size: .26rem;}
    .page5 .txt2 div dl::before{top: .14rem;margin: inherit;}
    .page5 .btn{width: 3.98rem;height: 0.7rem;line-height: 0.7rem;font-size: 0.28rem;border-radius: 0.5rem;margin: 0.2rem auto 0;}

    .page6 .tabs{flex-wrap: wrap;align-items: inherit;}
    .page6 .tab{width: 32.5%;border-radius: 0;height: .6rem;line-height: .6rem;font-size: .24rem;margin: .05rem 0 0;}
    .page6 .tab.active{height: .6rem;line-height: .6rem;font-size: .24rem;}
    .page6 .item{height: auto;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;padding: .3rem .2rem 0;}
    .page6 .item .txt2{display: none;}
    .page6 .item .txt{width: 100%;height: 4.8rem;border-radius: .1rem;}
    .page6 .item .txt div{margin: .3rem 0 0 0;padding: 0 .25rem;}
    .page6 .item .txt div i{width: .5rem;height: .45rem;margin: 0 .1rem 0 0;font-size: .22rem;line-height: .45rem;}
    .page6 .item .txt div:nth-of-type(1) i,.page6 .item .txt div:nth-of-type(2) i,.page6 .item .txt div:nth-of-type(3) i{background-size: .5rem .45rem;}
    .page6 .item .txt div dt{font-size: .24rem;line-height: .24rem;}
    .page6 .item .txt div dd{font-size: .22rem;line-height: .22rem;margin: .1rem 0 0 0;}
    .page6 .item p{font-size: .2rem;line-height: .6rem;}
    .page6 .item .txts{flex-direction: column;}
    .page6 .item .txt3 h4{text-align: left;font-size: 0.34rem;margin-top: 0.4rem;padding-left: 0.35rem;}
    .page6 .item .txt3{height: auto;padding-bottom: 1.4rem;}
    .page6 .item .txt3 .cost_dec dl dd{margin-top: 0.1rem;font-size: 0.24rem;}
    .page6 .item .txt3 .cost_dec dl{margin-top: 0.2rem;}
    .page6 .item .txt3 .cost_dec p{font-size: 0.24rem;}
    .page6 .item .txt3 .cost_dec{margin-top: 0.2rem;}
    .page6 .item .txt3 a{width: 3rem;height: 0.65rem;font-size: 0.28rem;line-height: 0.65rem;bottom: 0.3rem;}
}