@import url('s768/about.css');

#header {
  --header-bg: var(--header-bg-none);
  --nav-color: var(--nav-color-dark);
}

#main {
  .banner {
    /* height: 700px; */
    padding-top: 200px;
    background-image: url('../images/about/banner_gywm.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    .banner-title {
      line-height: 2.8;
      width: 75%;
      font-size: 56px;
      font-weight: bold;
      text-align: center;
      color: #00705c;
      background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        /* 左侧：完全透明 */ rgba(255, 255, 255, 0.7),
        /* 中间：白色，80%不透明（可调整） */ rgba(255, 255, 255, 0.8),
        /* 中间：白色，80%不透明（可调整） */ rgba(255, 255, 255, 0.7),
        /* 中间：白色，80%不透明（可调整） */ rgba(255, 255, 255, 0) /* 右侧：完全透明 */
      );
    }

    .banner-menu {
      display: flex;
      width: 83%;
      margin: 150px 0 16px 0;
      line-height: 80px;
      color: #666666;
      background-color: #fff;
      /* justify-content: space-between; */

      .menu_s {
        font-size: 24px;
        a {
          display: inline-block;
          text-decoration: none;
          color: #666666;
          padding: 0 36px;
          height: 100%;
        }

        .is-active {
          color: #fff;
          background-color: #52b64d;
        }
      }

      .menu_e {
        font-size: 16px;
        margin-right: 48px;
      }
    }
  }

  #gsjj {
    /* height: 1650px; */
    background-image: url('../images/about/gywm_bj1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;

    .jianjie {
      margin-left: 160px;
      padding: 60px;
      width: 52%;
      background-color: #fff;
      border-radius: 10px;

      .title {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;

        .title-t {
          font-size: 36px;
          font-weight: bold;
          color: #00705c;
        }

        .title-b {
          line-height: 2.8;
          font-size: 20px;
          font-weight: bold;

          span {
            margin-right: 18px;
          }
        }

        .title-right {
          display: flex;
          gap: 32px;
          user-select: none;

          .img-item {
            position: relative;
            width: 100px;
            height: 100px;
            overflow: hidden;
            display: flex;
            justify-content: center;

            span {
              font-size: 14px;
              position: absolute;
              top: 70%;
            }
          }
        }
      }

      .content {
        line-height: 1.8;
      }
    }

    .tuandui {
      display: flex;
      justify-content: center;
      position: relative;
      margin-top: 30px;

      img {
        position: absolute;
      }

      .tuandui-list {
        z-index: 0;
        margin: 180px 0 200px 0;
        width: 68%;
        /* */

        .list1 {
          display: flex;
          justify-content: space-between;

          button {
            line-height: 2.5;
            font-size: 24px;
            font-weight: bold;
            border-radius: 10px;
            padding: 0 20px;
            color: #fff;
            background: linear-gradient(#1dc588, #0e563f);
            border: 0;
          }
        }

        .list2 {
          margin-top: 80px;
          display: flex;
          justify-content: space-between;
          line-height: 1.8;
          align-items: center;

          button {
            line-height: 2.5;
            font-size: 24px;
            font-weight: bold;
            border-radius: 10px;
            padding: 0 20px;
            color: #fff;
            background: linear-gradient(#1dc588, #0e563f);
            border: 0;
          }

          span {
            font-size: 30px;
            font-weight: bold;
            color: #00705c;
          }
        }

        .list3 {
          margin-top: 80px;
          display: flex;
          justify-content: space-between;

          button {
            line-height: 2.5;
            font-size: 24px;
            font-weight: bold;
            border-radius: 10px;
            padding: 0 20px;
            color: #fff;
            background: linear-gradient(#1dc588, #0e563f);
            border: 0;
          }
        }
      }
    }
  }

  #sxkxj {
    background-color: #f8f8f8;
    padding: 60px 140px;

    .title {
      font-size: 36px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
    }

    .content {
      display: flex;

      .content-l {
        display: flex;
        flex: 5;

        .avatar img {
          width: 290px;
          height: 480px;
        }

        .avatar {
          flex: 1;
          display: flex;
          flex-direction: column;
          padding-top: 10px;

          .name-view {
            margin: 32px 0 15px 0;
            text-align: center;

            .name {
              font-size: 36px;
              font-weight: bold;
              margin-right: 15px;
            }

            .name-t {
              font-size: 23px;
            }
          }

          .school {
            font-size: 23px;
            text-align: center;
          }
        }

        .jieshao {
          width: 800px;
          flex: 3;
          display: flex;
          flex-direction: column;

          .chengguo {
            background-image: url('../images/about/ld-1.png');
            background-repeat: no-repeat;
            padding: 28px 50px;

            .chengguo-t {
              font-size: 24px;
              font-weight: bold;
              color: #00705c;
            }
            .chengguo-v {
              margin-top: 15px;

              .chengguo-v-1 {
                display: flex;
                margin-bottom: 25px;
              }

              .chengguo-v-c {
                margin: 0 20px;

                .chengguo-v-c-t {
                  font-size: 20px;
                  font-weight: bold;
                  margin-bottom: 10px;
                }

                .chengguo-v-c-c {
                  font-size: 15px;
                  line-height: 1.7;
                }
              }
            }
          }

          .rongyu {
            display: flex;
            justify-content: space-evenly;
            padding: 15px 10px 0 10px;

            div {
              background-image: url('../images/about/ld-2.png');
              background-repeat: no-repeat;
              background-position: bottom;
              width: 192px;
              height: 95px;
              text-align: center;
              display: grid;
              place-items: center;
              font-size: 18px;
              font-weight: bold;
              color: #00705c;
            }
          }
        }
      }

      .content-r {
        flex: 2;
        /* border: 1px solid red; */
        /* padding: 0 15px; */
        .content-c {
          padding: 10px 15px 0 15px;

          .c-title {
            margin-left: 15px;
            font-size: 24px;
            font-weight: bold;
            color: #00705c;
          }

          .c-content-img1 {
            background-image: url('../images/about/ld-3_1.png');
          }

          .c-content-img2 {
            background-image: url('../images/about/ld-3_2.png');
          }

          .c-content-img3 {
            background-image: url('../images/about/ld-3_3.png');
          }

          .c-content-img4 {
            background-image: url('../images/about/ld-3_4.png');
          }

          .c-content {
            height: 98px;
            margin-top: 15px;
            background-repeat: no-repeat;
            /* background-size: auto; */
            padding: 15px 45px 18px 45px;

            .c-content-1 {
              font-size: 20px;
              color: #00705c;
              font-weight: bold;
            }

            .c-content-2 {
              line-height: 1.5;
              font-size: 15px;
              margin-top: 5px;

              padding-right: 60px;
            }

            .padding-none {
              padding-right: 0px;
            }
          }
        }
      }
    }
  }

  #jjdwt {
    background-image: url('../images/about/gywm_bj2.jpg');
    background-repeat: no-repeat;
    background-size: auto;

    min-height: 830px;
    padding-top: 60px;

    .title {
      font-size: 36px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
    }

    .shu {
      position: relative;
      background-image: url('../images/about/shu.png');
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center bottom;
      height: 750px;

      display: flex;
      flex-direction: column;
    }

    .shu::before {
      content: '社会效益';
      position: absolute;
      top: 60%; /* 垂直居中 */
      left: 57%; /* 水平居中 */
      transform: translate(-43%, -50%); /* 微调位置 */
      color: white; /* 文字颜色 */
      font-size: 30px;
      font-weight: bold;
    }

    .shu::after {
      content: '生态效益';
      position: absolute;
      top: 65%; /* 垂直居中 */
      left: 43%; /* 水平居中 */
      transform: translate(-40%, -55%); /* 微调位置 */
      color: white; /* 文字颜色 */
      font-size: 30px;
      font-weight: bold;
    }

    .content-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      .text-c {
        /* margin-left: 100px; */
        /* height: 300px; */
      }
    }

    .content-2 {
      display: flex;
      flex-direction: column;
      justify-content: center;

      margin-top: 50px;
      margin-left: 50px;
    }

    .content-3 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 30px;
    }

    .content-flex {
      display: flex;
      flex: 3;
      justify-content: space-around;
    }

    .content-text {
      div {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        margin-top: 135px;
        /* padding-left: 100px; */

        /* margin : 135px 100px 0 100px; */
      }
    }

    .content {
      .title-c {
        font-size: 24px;
        font-weight: bold;
        color: #00705c;
        margin-bottom: 20px;
        text-align: center;
      }

      .text-c {
        width: 55%;
        line-height: 1.6;
        font-size: 22px;
        color: #666666;
      }

      .text-c-1 {
        width: 570px;
        line-height: 1.6;
        font-size: 22px;
        color: #666666;
      }
    }
  }

  #gszl {
    background-image: url('../images/about/gywm_bj4.jpg');
    background-repeat: no-repeat;
    background-size: auto;

    /* min-height: 930px; */
    padding-top: 60px;

    .title {
      font-size: 36px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 50px;
      text-align: center;
    }

    .content {
      display: flex;
      justify-content: center;

      .content-img {
        text-align: center;
        position: relative;
        display: inline-block;
        margin-bottom: 100px;

        /* img {
          display: block;
          width: 100%; 
        } */

        .fm {
          position: absolute;
          top: 51%; /* 调整这个值来改变文字的位置 */
          left: 6px; /* 调整这个值来改变文字的位置 */
        }

        .sy {
          position: absolute;
          top: 82%; /* 调整这个值来改变文字的位置 */
          left: 455px; /* 调整这个值来改变文字的位置 */
        }

        .wg {
          position: absolute;
          top: 53%; /* 调整这个值来改变文字的位置 */
          left: 890px; /* 调整这个值来改变文字的位置 */
        }

        .zl-text {
          font-size: 32px;
          font-weight: bold;
          color: white;
        }
        .zl-btn button {
          width: 170px;
          line-height: 1.8;
          margin-top: 60px;
          font-size: 26px;
          font-weight: bold;
          border-radius: 10px;
          border: 0px;
          color: white;
          background: linear-gradient(#33d6aa, #197e62);
        }

        .zl-zong {
          position: absolute;
          top: 22%; /* 调整这个值来改变文字的位置 */
          left: 460px; /* 调整这个值来改变文字的位置 */

          .z-num {
            font-size: 66px;
            font-weight: bold;
            color: white;
          }

          .z-text {
            margin-top: 40px;
            font-size: 47px;
            font-weight: bold;
            color: white;
          }
        }
      }
    }

    .content-b {
      text-align: center;
      padding-bottom: 80px;
    }
  }

  /* ---------------------------荣誉轮播效果-------------------------------------- */

  #gsry {
    background-image: url('../images/about/gywm_bj3.jpg');
    background-repeat: no-repeat;
    background-size: auto;

    min-height: 830px;
    padding-top: 60px;

    .title {
      font-size: 36px;
      color: #333333;
      font-weight: bold;
      /* margin-bottom: 50px; */
      text-align: center;
    }

    .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 85%;
      padding: 30px 160px;

      .content-row {
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;

        margin-bottom: 100px;

        & > .ry-img {
          flex: 0 0 25%;
          height: 300px;

          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 30px;
        }

        & > .ry-h {
          background-image: url('../images/about/ry5.png');
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center;
        }

        & > .ry-s {
          background-image: url('../images/about/ry1.png');
          background-repeat: no-repeat;
          background-size: 220px 290px;
          background-position: center;

          img {
            margin-top: -20px;
          }
        }
      }
    }
  }

  .carousel-container {
    /* max-width: 800px; */
    position: relative;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
    /* border-radius: 20px; */
    overflow: hidden;
  }

  .carousel {
    /* position: relative; */
    /* width: 100%; */
    height: 700px;
    /* overflow: hidden; */
  }

  .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .carousel-slide.active {
    opacity: 1;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00705c;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .indicator.active {
    background: #33d6aa;
    transform: scale(1.2);
  }

  .indicator:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  /* ---------------------------荣誉轮播效果-------------------------------------- */
}
