html,
body {
  color: #333;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}


.foot-wrapper {
  background-color: #0A60AB;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 290px;
  
}

.foot-container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }

  .foot-websites {
    padding: 45px 0 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    gap: 105px;
    display: flex;
  }

  .foot-web-item {
    display: flex;
    flex: 1;
    background-color: #3382c9;
    color: #ffffff;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 4px;
    justify-content: center;
  }

  .foot-web-title {
    font-weight: 400;
    font-size: 16px;
  }

  .foot-web-icon {
    height: 32px;
    right: 0;
    margin: 0 20px;
    img {
      height: 100%;
    }
  }

  .detail {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 20px 0;
    justify-content: center;
  }

  .detail2 {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
  }

  .trim {
    /*  inline-flex布局和align-items: center 实现垂直对齐 */
    display: inline-flex;
    align-items: center;
  }

.bg-end {
  position: relative;
  display: inline-block;

  .inner-pic {
    position: absolute;
    top: 25px;
    left: 295px;
    width: 170px;
    height: 40px;
  }

  .inner-pic2 {
    position: absolute;
    top: 50%;
    left: 295px;
    width: 120px;
    height: 40px;
  }

  .inner-hr {
    position: absolute;
    bottom: 90%;
    /* 调整下划线在图片上的垂直位置 */
    left: 295px;
    width: 70%;
    border: 1px solid #dddddd;
    margin: 0;
  }

  .inner-hr2 {
    position: absolute;
    top: 57%;
    /* 调整下划线在图片上的垂直位置 */
    left: 295px;
    width: 70%;
    border: 1px solid #dddddd;
    margin: 0;
  }

  .inner-vip {
    position: absolute;
    top: 65%;
    left: 239px;
  }

  .vip-img {
    width: 100px;
    height: 100px;
  }

  .left-content2 {
    position: absolute;
    flex: 1;
    top: 15%;
    left: 295px;
  }

  .right-content2 {
    position: absolute;
    top: 15%;
    left: 57%;
  }
}

.work {
  margin-top: 20px;
  margin-left: 295px;
  margin-right: 200px;
}

.title {
  position: absolute;
  top: 15px;
  /* left: 300px; */
  width: 460px;
  height: 30px;
}

.right-content1 {
  margin-right: 313px;
}

.left-content {
  margin-left: 295px;
  flex: 1;
}

.right-content {
  margin-right: 350px;
}

.date1 {
  margin-right: 90px;
  float: right;
  text-align: right;
}

.header-content {
  width: 100%;
  height: 240px;
  background-image: url('../images/topbg123.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* 关键：背景图跟随宽度自适应拉伸 */
  display: flex;
  flex-direction: column;
}

.header-wrapper1 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
}

.top-title {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.header-wrapper2 {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.hr-line {
  border-bottom: 1px solid #ffffff;
  opacity: 0.5;
}

.middle-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-container {
  width: 260px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.container-input {
    flex-grow: 1;
    outline: none;
    border: none;
    background: none;
    padding: 0 8px 0 12px;
  }

  .container-input::placeholder {
    font-size: 14px;
  }

  .container-icon {
    padding: 8px;
  }

.nav {
  width: 100%;
  height: 70px;
  background: #0A60AB;
  
  .block {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .block2 {
    font-size: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
}

  

.notice {
  width: 100%;
  height: 70px;
}

.msg {
}

.carousel {
  position: relative;
  min-width: 640px;
  height: 400px;
  margin: auto;
  overflow: hidden;
  flex: 1;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background: #333;
}

.news {
  width: 600px;
  height: 100px;
  margin-top: 26px;
  margin-right: 200px;

  .content {
    margin-left: 20px;
    line-height: 29px;
    float: left;
    text-align: left;

    /* 容器需设为相对定位作为参照 */
    .hr-container {
      position: relative;
      height: 1px;
      /* 保留分隔线空间 */
    }

    /* 分隔线基础样式 */
    .hr-line {
      border: 1px solid #dddddd;
      margin-top: 3px;
    }

    /* 覆盖图片样式 */
    .cover-img {
      position: absolute;
      top: -5px;
      /* 根据图片高度调整偏移 */
      left: 0;
      z-index: 2;
      /* 确保图片在分隔线上方 */
      width: 62px;
    }

    .date {
      margin-left: 90px;
      float: right;
      /* 日期向右浮动，设置右对齐 */
      text-align: right;
    }
  }
}

.vip-img-table {
    width: 100%;
    height: 120px;
    display: flex;
    gap: 105px;
    margin: 25px auto 0;
  
}

.service-img-table {
  width: 100%;
  height: 220px;
  display: flex;
  padding: 47px 49px;
  gap: 42px;
}

.service-center {
  font-size: 20px;
}

.block-service {
    font-weight: 500;
    color: #004993;
    background-color: #F0F5FF;
    border-radius: 4px 4px 4px 4px;
    padding: 0 9px;
}

.block-service1 {
    font-weight: 500;
    color: #004993;
    background-color: #F0F5FF;
    width: 200px;
}

.block2 {
  font-weight: 400;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.block3 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 18px;
}

.service-content {
      /* display: flex; */
    height: 120px;
    /* gap: 105px; */
    margin-top: 25px;
    background-image: url(../images/img-service123.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 330px;
}
.service-content:hover {
    transform: scale(0.95);
    filter: drop-shadow(5px 0px 10px rgba(0, 0, 0, 0.2));
}

.service-img2 {
  /*background-image: url(../images/img-service123.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;*/
  width: 100%;
  display: flex;
  align-items: center;
  height: 120px;
  justify-content: center;
}

.service-text{
  color: #111111;
}

.inner-img1 {
    height: 60px;
      margin-right: 18px;
  }

  .inner-title1-1 {
    height: 5px;
  }

  .inner-title2-1 {
    height: 100px;
  }

  .inner-img2 {
    height: 60px;
  }

  .inner-title1-2 {
    height: 5px;
  }

  .inner-title2-2 {
    height: 100px;
  }

  .inner-img3 {
    height: 60px;
  }

  .inner-title1-3 {
    height: 5px;
  }

  .inner-title2-3 {
    height: 100px;
  }
