/* 通用样式重置 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 基础样式 */
html, body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

.text_4{
          font-size: 22px;
      }
.paragraph_2 p{ padding-bottom:10px; }
.page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.paragraph_4{ font-size:18px !important; padding-bottom:15px; }

.image-text_6 {
    width: 100% !important;
    text-align: center;
}
.image-text_6 div img, .image-text_7 div img {
        height: 190px;
    object-fit: cover;
    width: 100% !important;
}

.block_16 .image-text_6 div img, .block_16 .image-text_7 div img {
    width: 100px;
}

.block_24 { padding:15px; }
.block_24 p { padding-bottom:10px;}
/* 导航栏样式 */
.box_3 {
  flex-direction: column;
  padding: 10px;
}
.block_11 {
    background: rgba(249, 48, 162, 1);
    color: #fff;
    padding: 15px;
}
.block_11 span,.block_11 p{
    background: rgba(249, 48, 162, 1);
    color: #fff;
    font-size: 16px;
    /*padding: 15px;*/
}
.block_11 .text_14{
    white-space: unset;
}

.block_19 {
    background-color: rgba(132, 134, 134, 1);
    color: #fff;
    padding: 15px;
}
.text_1 {
  display: none; /* 手机上隐藏长导航 */
}

.block_1 {
  margin-top: 10px;
}

.text_2, .text_3 {
  font-size: 12px;
}

/* 轮播区域样式 */
.carousel-container {
  width: 100%;
  margin: 20px 0;
}

.carousel-item {
  width: 100%;
  padding: 0 15px;
}

.block_11 span{
    background: none;
}

/* 核心理念区域 */
.group_7 {
  position: relative;
  flex-direction: unset !important;
  /* padding: 0 15px 20px; */
}

.text_11 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.text_12 {
  font-size: 22px;
  color:#666;
  margin-top: 20px;
}

/* 服务领域样式 */
.list_1 {
  flex-direction: column;
  padding: 0 20px;
}

.list-items_1-0, 
.list-items_1-1,
.list-items_1-2,
.list-items_1-3 {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.text_19-0, 
.text_19-1,
.text_19-2,
.text_19-3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_20-0,
.text_20-1,
.text_20-2,
.text_20-3 {
  font-size: 14px;
  margin: 10px 0;
}

/* 分支机构样式 */
.box_16 {
  flex-direction: column;
  padding: 0 20px;
}
.block_13 {
  width: 100%;
  margin-bottom: 10px;
}
.block_9,
.block_10,

.block_12 {
  width: 48%;
  margin: 0 1%;
  float: left;
  margin-bottom: 20px;
}
/* .box_16>.flex-col {     flex-direction: unset; } */

.text_23,
.text_28,
.text_33,
.text_38 {
  font-size: 14px;
  color: #666;
}

.text_24,
.text_29,
.text_34,
.text_39,
.text_43 {
  font-size: 16px;
  
}
.group_25 { text-align:center; padding:15px 0; }
.text_35 { font-size:22px; }
.text_36 { font-size:16px; }
.text_27,
.text_32,
.text_37,
.text_42,
.text_45 {

  margin-top: 5px;
}
.text_42{
     font-size: 22px;
  color: #666;
  font-weight: bold; 
}

/* 页脚样式 */
.block_14 {
  flex-direction: column;
  padding: 20px;
}

.text_46 {
  font-size: 12px;
  margin-top: 10px;
}

.group_18 {
  flex-direction: column;
}

/* 响应式图片 */
img {
  max-width: 100%;
  height: auto;
}

/* 标题样式 */
.text_9,
.text_17,
.text_21 {
  font-size: 12px;
  color: #666;
}

.text_18,
.text_22 {
  font-size: 16px !important;
  /* font-weight: bold; */
  /* margin: 10px 20px; */
}

/* 导航点样式 */
.nav-dots {
  position: relative;
  bottom: auto;
  margin: 10px 0;
}

.nav-dot {
  width: 8px;
  height: 8px;
  background: #ccc;
}

.nav-dot.active {
  background: #00ADFD;
}
/* 移动端特定样式 */

/* 移动端特定样式 */
@media (max-width: 768px) {
  .flex-row {
      flex-direction: column;
  }
  
  .text_8 {
      font-size: 18px;
  }
  
  .paragraph_1 {
      font-size: 14px;
  }
  
  .image-wrapper_7 {
      display: none;
  }
  
  .label_6,
  .label_7,
  .label_8,
  .label_9 {
      font-size: 15px;
      width: 30px;
      height: 30px;
  }

  .label_6{
      width: 35px !important;
      height: 30px;
  }

  .text_9 {
      color: rgba(132, 134, 134, 1);
      font-size: 14px;
      font-family: Poppins-Light;
      text-transform: uppercase;
  }
  .align-center{ text-align: center; }
  .image_2,.thumbnail_3-0,.thumbnail_3-1,.thumbnail_3-2,.thumbnail_3-3 {
      width: 80px;
      height: 2px;
      /* margin: 0.454rem 0 0 6.374rem; */
    }
  .hide{ display: none !important;}
  .thumbnail_2,.image_6-0,.thumbnail_4-0,.image_6-2,.thumbnail_4-2,.thumbnail_5,.thumbnail_6,.thumbnail_7,.image_6-1,.thumbnail_4-1,.image_6-3,.thumbnail_4-3{ width:30px; height:30px}
  .group_10 {
      background: url( ./img/lingyu_07.jpg ) no-repeat;
      background-size: cover;
  }
  .group_11 {
      background: url( ./img/lingyu_10.jpg ) no-repeat;
      background-size: cover;

  }
  .box_23 {
  background: url(./img/lingyu_13.jpg)
      100% no-repeat;
      background-size: cover;

  }
  .box_10 {
  background: url( ./img/lingyu_03.jpg ) no-repeat;
  background-size: cover;
  }
  .list-items_1-0,.list-items_1-2{
      background: rgba(236, 236, 236, 1);
      color:rgba(58, 58, 58, 1);
  }
  .list-items_1-1,.list-items_1-3{
      background: rgba(0, 173, 253, 1);
      color:#fff;
  }
.hidepc>.section_3{ padding-left: 0; } 
.group_5 {
  background: #00adfc url(../img/la_01.jpg) 100% 41% no-repeat !important;
}
.section_3 {
  flex-wrap: wrap;
  flex-direction: row !important;
  margin-top: 16px;
  color: #fff;
  padding-left: 14px;
  opacity: 0.9;
  padding-bottom: 13px;
  /* width: 547px;
  height: 125px; */
  /* margin-top: 36px; */
}


.block_2 {
  background-size: cover !important;
  height: 198px;
}

.group_6 {
  box-shadow: 0px 5px 25px 0px rgba(167, 175, 182, 0.15);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  width: 100%;
  /* height: 125px; */
}

.text-group_2 {
  width: 129px;
  height: 70px;
  margin: 24px 0 0 39px;
}
.paragraph_5{
    font-size:18px;
    padding-bottom:15px;
}
.text-group_31{
text-align: center;
    background: rgba(249, 48, 162, 1);
    color: #fff;
    padding: 7px 15px;
    width: 159px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.text_14 {
  overflow-wrap: break-word;
  color: rgba(0, 173, 253, 1);
  font-size: 45px;
  font-family: Poppins-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  /* line-height: 582px; */
  margin-left: 1px;
  text-align: left;
  font-size: 18px;
}
.text_13{
  font-size: 16px;
}
.block_8 {
  flex-wrap: wrap;
  flex-direction: row !important;
  text-align: center;
}
.text-group_10{ background-color: #00adfc; color:#fff; padding:5px; }
.text-group_4{ padding-bottom:20px;}
.image-text_4 .text-group_4{ padding-bottom:0px;}
.text-group_2{ width:100%; text-align: left; margin:0; padding:15px 0; height:auto;     color: #fff;}
.hide{ display: none;}
.text-group_4{ text-align: center; }
/*.text_13{ font-weight: 900 !important; }*/
.text-group_32 {     display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 15px 20px; }
  .block_8>div{
    width: 48%;
    margin: 0 1%;
    float: left;
    margin-bottom: 20px;
  }
.block_30 {     padding: 0px 15px 0 15px;
  background-size: contain !important;

} 
.block_30,.block_31{
    background:#fafafa !important;
    
   
     /*margin-bottom: 20px;*/
}
.block_30 {
    
    padding-bottom: 20px;
}
.pc { display:none;}
.block_31 { padding:15px; padding-bottom: 0px;  padding-top: 20px;}
.text-group_32 { background:#fff; }
.group_29 {
    
    background:#fff;
}
.text-wrapper_2{
    /*margin-bottom: 20px;*/
    padding:0 15px 15px 15px;
}
.text_40{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.text_15 {
  /* width: 129px; */
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(166, 166, 166, 1);
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  /* line-height: 582px; */
  margin-top: 20px;
}

.text_16 {
  /* width: 17px; */
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(99, 99, 99, 1);
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  /* line-height: 582px; */
  margin: 0px 0 10px 0px;
}

.label_1 {
  width: 24px;
  height: 26px;
  margin: 33px 18px 0 118px;
}

.group_7 {
  box-shadow: 0px 5px 25px 0px rgba(167, 175, 182, 0.15);
  /* background-color: rgba(255, 255, 255, 1); */
  border-radius: 20px;
  width:46%;
  margin:0 2%;
  height: 125px;

  display: flex;
  justify-content: left;
}
.image-text_3 .text-group_3 {

  margin: 0;
}

.cont{
  padding:15px;
}

.text-group_3 {
  /* width: 72px; */
  /* height: 70px; */
  margin: 0px 0 0 10px;
}
.image_7{
  width:30px;
  margin: 7px auto;
  height:2px;
  background-color: rgba(0, 204, 255, 1); 
}
.text_17 {
  line-height: 22px;
  /* width: 71px; */

}

.text_18 {
  width: 23px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(166, 166, 166, 1);
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  /* line-height: 582px; */
  margin-top: 15px;
}

.text_19 {
  width: 17px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(99, 99, 99, 1);
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  /* line-height: 582px; */
  margin: 31px 0 0 10px;
}

.label_2 {
  width: 23px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 34px;
  right: 19px;
}

  box_9 {
      box-shadow: 0px 25px 70px 0px rgba(176, 176, 176, 0.3);
      background-color: rgba(223, 223, 223, 1);
      width: 80%;
      margin:0 auto;
    }
    
    .box_10 {
  
    }
    
    .box_11 {
      box-shadow: 0px 2px 15px 0px rgba(134, 134, 134, 0.3);
      background-color: rgba(240, 240, 240, 0.95);
      width: 80%;
      /*height: 8.187rem;*/
      margin: 20px auto;
      text-align: center;
    }
    
    .text_8 {

      /*line-height: 1.6rem;*/
      /* margin: 1.36rem 0 0 5.494rem; */
    }
    
    .image_2 {
      width: 80px;
      /* display: inline-block; */
      /*height: 0.08rem;*/
      margin: 0 auto;
    }
    
    .paragraph_1 {
      /* width: 5.174rem; */
      /*height: 1.014rem;*/
      overflow-wrap: break-word;
      color: rgba(83, 83, 83, 1);
      font-size: 0.426rem;
      font-family: AlibabaPuHuiTi_2_55_Regular;
      font-weight: NaN;
      text-align: left;
      /*line-height: 0.587rem;*/
      margin: 20px 0;
      font-size: 18px;
      color: #fff;
    }
    
    .block_3 {
      text-align: center;
      margin: 0 0;
      padding:15px;
      background-size: cover!important;

      /* background-color: rgba(0, 204, 255, 1); */
      /* width: 3.12rem; */
      /* height: 0.987rem; */
      /* margin: 1.52rem 0 1.467rem 5.147rem; */
    }
    
    .image-text_1 {
      padding:20px;
      /* width: 2.134rem; */
      /*height: 0.427rem;*/
      /* margin: 0.267rem 0 0 0.507rem; */
    }
    
    .text-group_1 {
      padding:75px 10px 0px;
      text-align: center;
      /* background-color: rgba(0, 204, 255, 1); */
      color: rgba(255, 255, 255, 1);
  
    }
    .text_5{ font-size: 16px; }
    .section_1 {
      height: 197px;
      background-size: cover !important;
    }
    .hide{
      display: none;
    }
    .section_3 {
      flex-wrap: wrap;
      flex-direction: column !important;
      margin-top: 16px;
  }
  .group_5{ 
      background-size: cover!important;
   }

   .section_3 .text_11{ 
      margin:0;
   }
    .text_9 {
      color: #fff;
      font-size: 14px;
      font-family: Poppins-Light;
      text-transform: uppercase;
  }
    .image_4 {
      height: 1px;
      margin: 0 auto;
  }
  .hidepc h3 {
      color:#fff !important;
      font-size: 18px!important;
      padding: 0px 0 5px;
      margin: 0 !important;
  }

    .text-wrapper_7{ padding:15px; }
    
    .thumbnail_1 {
      width: 0.187rem;
      height: 0.32rem;
      margin-top: 0.054rem;
    }
    .image_1{ width: 40%; }
    .text-wrapper_2 .image-wrapper_4,.text-wrapper_2 .image-wrapper_5,.text-wrapper_2 .image-wrapper_6,.text-wrapper_2 .block_4 { display:block; flex-direction: unset; }
    .group_3>.flex-row{     flex-direction: unset; }
    .text-wrapper_2{ margin-top:20px; }
    .group_3 .text-wrapper_2>div{  width:25%; text-align: center; }
    .section_2  h3,.group_11  h3,.group_12 h3 { font-size: 18px!important; padding:0px 0 5px; margin: 0 !important;  }
    .image_4 {     height: 1px;

      margin: 0 auto; }
    .text_9{ padding:0 20px 5px; }
    .text_11{ margin:0 auto; font-size: 14px; padding-bottom:20px; color: rgba(249, 48, 162, 1); }
    .text-wrapper_3 { padding:20px 0;  color:rgba(99, 99, 99, 1);}
    .group_11 .hidepc { padding:20px 0;}
    .group_11 .section_3 span,.group_11  h3{ color:#fff !important; }

    .image-text_2 {
      margin: 0 auto;
      border: 1px solid #01adfd;
      padding: 5px 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      
    }
    .image-text_2 span{
      display: inline-block; line-height: 20px !important;
      font-size: 14px;
    }
    .group_8 .flex-row {    flex-direction: unset; }

    .thumbnail_2{ width:12px; height:12px; display: inline-block; margin: 4px; }

    .list-items_1-1,.list-items_1-3 { text-align: right; }
    .list-items_1-1 .image-wrapper_8-1,.list-items_1-3 .image-wrapper_8-3 { flex-direction: row-reverse; }

    .text-wrapper_6 {
          position: absolute;
          background-color: rgba(0, 173, 253, 1);
          margin: 10px;
      }
      .text_38 {

          overflow-wrap: break-word;
          color: rgba(255, 255, 255, 1);
 
          font-family: AlibabaPuHuiTi_2_65_Medium;

          text-align: left;
          white-space: nowrap;

          padding: 3px 5px;
          font-size: 12px;
      }

      .group_12 .hidepc { margin:20px 0; }
      .box_16  { flex-wrap: wrap; flex-direction: row !important; }

      .text_45 { color: #fff;}
      .box_23{     height: 280px;
          color: #fff;
          text-align: center;
          padding-top: 87px; }
      
          .group_15 {
              background-color: rgba(0, 173, 253, 1);
              color: #fff;
              margin-top: 20px;
          }
      .thumbnail_5 , .thumbnail_6, .thumbnail_7{
          width:15px;
          height:15px;
      }
      .group_18 { flex-wrap: wrap; flex-direction: row !important; }
      .block_16 { padding:20px 15px;  }
      .group_18 div{ width:100%; text-align: center; line-height: 22px; padding:10px 0px; }
      .group_18 div img{ margin-right:3px; margin-top:3px;}

      .group_18 .flex-row{ flex-direction:unset; justify-content: left; }

      .group_19{
          line-height: 22px;
          padding: 10px 0px;
      }
      .image-text_6,.text-group_7{
          line-height: 22px;
          padding: 0px 0px;
      }

    
    

    
}