/* 共用样式开始 */
:root{
  --color_main: #423F8D;
}

.aboutbox{
  max-width: 1200px;
  margin: 30px auto;
}
.aboutwhbox_tit{
  font-size: 32px;
  font-weight: bold;
  color: var(--color_main);
  margin: 20px 0 10px 0;
}
.aboutwhbox_des{
  font-size: 18px;
  color: var(--color_main);

}

.floor_line{
  width: 60px;
  height: 3px;
  background: var(--color_main);
}




.challengesul{
  max-width: 1000px;
  margin: 50px auto;
}
.challengesli{
  margin-bottom:30px ;
}
.challengesli_tit{
  font-size: 20px;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.challengesli_tit1{
  background: rgb(38, 116, 201);
}
.challengesli_tit2{
  background: rgb(88, 141, 197);
}
.challengesli_tit3{
  background: rgb(117, 158, 201);
}
.challengesli_des{
  margin: 10px 0 0 10px;
  font-size: 16px;
  color: var(--color_main);
}





.servicesbox{
  /* background-image: url(../img/edit202506/four-0.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  height: 700px; 
  padding-top: 70px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.servicesboximg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.servicesboximg img{
  width: 100%;
}
.servicesbox_tit{
  color: white;
  font-size: 80px;
  font-weight: bold;
  /* 字体斜体 */
  font-style: oblique;
  margin: 0px 0 0px 30px;
  position: relative;
}
.servicesbox_des{
  color: white;
  font-size: 35px;
  margin: 0px 0 10px 30px;
  position: relative;
}
.servicesbox_des2{
  color: white;
  font-size: 28px;
  margin: 0px 0 10px 30px;
  position: relative;
}


.servicessli_tit{
  font-size: 17px;
  color: white;
  font-weight: bold;
}
.servicessli_des{
  font-size: 16px;
  color: #f4efef;
}

.servicessli{
  position: absolute;

}
.servicessli_1{
  right: 55px;
  top: 110px;
}
.servicessli_2{
  right: 65px;
  top: 235px;
}
.servicessli_3{
  right: 165px;
  top: 360px;
}
.servicessli_4{
  right: 240px;
  top: 445px;
}
.servicessli_5{
  right: 380px;
  top: 525px;
}
.servicessli_6{
  right: 660px;
  top: 570px;
}











.competi_boxul{
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.competi_boxul_li{
  width: 50%;
  margin-bottom: 50px;
}
.competi_boxul_tit{
  width: 90%;
  font-size: 20px;
  color: white;
  padding: 15px;
  border-radius: 15px;
}
.competi_boxul_des{
  width: 90%;
  margin-top: 20px;
}
.competi_boxul_tit1{
  background-color: #ffc000;
}
.competi_boxul_tit2{
  background-color: #5b9bd5;
}
.competi_boxul_tit3{
  /* background: linear-gradient(to right, #49e7ce, #bef7b2); */
  background-color: #5edbc8;
}
.competi_boxul_tit4{
  background-color: #70ad47;
}
.competi_boxul_tit5{
  /* background: linear-gradient(to bottom, #dbf0f9, #ffefde 50%, #ffdff7); */
  background-color: rgb(194, 101, 116);
}
.competi_boxul_tit6{
  background-color: #d18f64;
}





.floor_3 {
  max-width: 1200px;
  margin: 0 auto;


  .floor_3_top{
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .floor_3_bottom {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    margin-bottom: 15px;
    z-index: -1;
    .floor_3_item {
      flex: 1;
      margin-right: 15px;
      border-radius: 24px;
      transition: all 0.4s;
      z-index: 10 !important;

      &:last-child {
        margin-right: 0;
      }

      &:hover {
        transform: scale(1.1);
        box-shadow: 0px 5px 20px 0px #EAECEF;
        z-index: 11 !important;
      }

      .floor_3_item_img {
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 24px 24px 0 0;
        background-color: var(--color_main);
      }

      .floor_3_item_bottom {
        width: 100%;
        height: 130px;
        border-radius: 0 0 24px 24px;
        padding: 16px 22px;
        background-color: #fff;

        .floor_3_item_title {
          font-size: 24px;
          font-family: PingFang SC, PingFang SC-Semibold;
          font-weight: 600;
          text-align: left;
          color: #333333;
          line-height: 33px;
          margin-bottom: 8px;
        }

        .floor_3_item_text {
          font-size: 16px;
          font-family: PingFang SC, PingFang SC-Regular;
          font-weight: 400;
          text-align: left;
          color: #333333;
          line-height: 22px;
        }
      }
    }

    .floor_3_shadow {
      width: 80%;
      height: 80%;
      background: #f5f5f5;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      filter: blur(50px);
      z-index: 1;
    }
  }

  .floor_2_bottom { 
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    .floor_2_bottomimg1{
      width: 50%;
      text-align: right;
      img{
        width: 90%;
      }
    }
    .floor_2_bottomimg2{
      width: 50%;
      text-align: left;
      img{
        width: 90%;
      }
    }

  }
  .floor_yy_bottom{
    width: 100%;
    text-align: center;
    img{
      width: 100%; 
    }
  }
}





.qudaobox{
  margin-top: 30px;
}
.qudaoboxul{
  display: flex;
  align-items: center;
}
.qudaobox_li_tit{
  background-color: var(--color_main);
  color: white;
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  
}
.qudaobox_li1{
  width: 34%;
}
.qudaobox_li2{
  width: 30%;
}
.qudaobox_li3{
  width: 60%;
}
.qudaobox_li img{
  width: 100%;
}




.floor_box {
  /* padding: 50px 100px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  @media (max-width: 1024px) {
    padding: 40px 60px;
  }

  @media (max-width: 768px) {
    padding: 30px 20px;
  }

  .floor_2_top {
    margin-bottom: 50px;

    @media (max-width: 768px) {
      margin-bottom: 30px;
    }
  }

  .floor_2_con {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
   
    @media (max-width: 768px) {
      flex-direction: column;
      align-items: center;
    }
    @media (max-width: 1024px) {
      justify-content:start;
      }
    .floor_li {
      width: calc(33% - 20px);
      box-sizing: border-box;
      text-align: center;
      .jiansheimg{
          width: 90%;
          @media (max-width: 768px) {
              width: 80%!important;
          }
      }
      @media (max-width: 1024px) {
        width: calc(50% - 20px);
      }

      @media (max-width: 768px) {
        width: 100%!important;
        margin-bottom: 20px;
      }

      .floor_2_li_title {
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;

        .floor_2_li_title_text1 {
          font-size: 22px;
        }

        .floor_2_li_title_text2 {
          font-size: 22px;
          color: var(--theme-color);
          font-weight: bold;
        }

        @media (max-width: 768px) {
          font-size: 24px;
          flex-direction: column;
          .floor_2_li_title_text1,
          .floor_2_li_title_text2 {
            font-size: 18px;
          }
        }
      }

      .floor_2_li_img {
        img {
          width: 100%;
          height: auto;
          max-width: 100%;
          object-fit: contain;
          border-radius: 12px;
        }
      }

      &:last-child {
        margin-right: 0;
      }
    }
    .floor_li_duijie{
      width: 43%;
    }
  }

  .floor_title_con {
    padding-top: 30px;

    @media (max-width: 768px) {
      text-align: center;
      padding-top:0!important;
    }

    .floor_title_con_text1 {
      text-align: center;
      width: 100%;
      font-size: 22px;
      font-weight: bold;

      @media (max-width: 768px) {
        font-size: 18px;
      }
    }

    .floor_title_con_text2 {
      margin-top: 20px;
      text-align: center;
      width: 100%;
      font-size: 16px;
      color: #666;

      @media (max-width: 768px) {
        font-size: 14px;
      }
    }
  }

  .floor_chuhai_con {
    text-align: center;
    .chuhaiimg {
      max-width: 1200px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }
  }
}




.hwyxbox{
  margin: 30px auto;
}
.hwyxbox1{
  width: 100%;
  margin-top: 30px;
}
.hwyxbox1 img{
  width: 100%;
}
























@media screen and (max-width: 768px) {
  .aboutbox{
    margin: 20px;
  }
  .aboutwhbox_tit{
    font-size: 24px;
  }
  .aboutwhbox_des{
    font-size: 18px;

  }
  .servicesbox{
    padding-top: 20px;
  }

  .servicesbox_tit{
    color: white;
    font-size: 30px;
    font-weight: bold;
    /* 字体斜体 */
    font-style: oblique;
    margin: 0px 0 0px 10px;

  }
  .servicesbox_des{
    color: white;
    font-size: 22px;
    margin: 0px 0 5px 10px;
  }
  .servicesbox_des2{
    color: white;
    font-size: 18px;
    margin: 0px 0 10px 10px;
  }
  
  
  .servicessli_tit{
    font-size: 17px;
    color: var(--color_main);
    font-weight: bold;
  }
  .servicessli_des{
    font-size: 16px;
    color: black;
  }
  .servicessul{
    position: relative;
    margin-top: 40px;
  }
  .servicessli{
    width: 100%;
  }
  .servicessli_1{
    left:0;
    top: 25px;
  }
  .servicessli_2{
    left:0;
    top: 90px;
  }
  .servicessli_3{
    left:0;
    top: 155px;
  }
  .servicessli_4{
    left:0;
    top: 225px;
  }
  .servicessli_5{
    left:0;
    top: 295px;
  }
  .servicessli_6{
    left:0;
    top: 360px;
  }






   .floor_3 {
    padding: 30px 20px;
    .floor_3_top{
      margin-top: 0px;
      margin-bottom: 20px;
    }
    .floor_3_bottom {
      flex-direction: column;
      align-items: center;

      .floor_3_item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;

        &:last-child {
          margin-bottom: 0;
        }

        .floor_3_item_img {
          height: 150px;
        }

        .floor_3_item_bottom {
          height: auto;
          padding: 12px 16px;

          .floor_3_item_title {
            font-size: 18px;
            line-height: 24px;
          }

          .floor_3_item_text {
            font-size: 14px;
            line-height: 20px;
          }
        }
      }

      .floor_3_shadow {
        display: none; 
      }
    }
  }





  .qudaobox{
    margin-top: 10px;
  }
  .qudaoboxul{
    flex-direction: column;
    margin-top: 20px;
  }
  .qudaobox_li_tit{
    background-color: var(--color_main);
    color: white;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    
  }
  .qudaobox_li1{
    width: 90%;
    
  }
  .qudaobox_li2{
    width: 90%;
  }
  .qudaobox_li3{
    width: 90%;
  }
  .qudaobox_li img{
    width: 100%;
  }

  .competi_boxul_li{
    width: 100%;
  }


}