    /* 基础样式重置 */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Microsoft YaHei", "SimHei", sans-serif;
    }

    body {
        /* width: 1200px; */
        margin: 0 auto;
    }

    a {
        text-decoration: none;
    }

    /* 页头容器 */
    .header-container {
        position: relative;
        background: url(../images/bgimg.png) no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        opacity: 1;
        /* 米黄色背景 */
        width: 100% !important;
        height: 480px !important;
        z-index: 0 !important;
        top: 0;
        left: 0;
    }

    /* 顶部信息栏 */
    .top-bar {
       width: 100% !important;
        margin: 0 !important;
        padding: 0 calc((100% - 1200px)/2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* 左侧logo区域 */
    .logo-box {
        display: flex;
        align-items: center;
        width: 33%;
    }

    .logo-img {
        width: 60px;
        height: 60px;
        margin-right: 12px;

        background-size: contain;
    }

    .logo-text {
        line-height: 1.3;
    }

    .company-name {
        font-size: 20px;
        color: #005ea6;
        /* 主色调蓝色 */
        font-weight: bold;
    }

    .english-name {
        font-size: 12px;
        color: #666;
    }

     /* 右侧功能区 */
    .right-function {
        width: 100%;
        display: flex;
        gap: 25px;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -25px;
    }


    /* 快捷链接 */
    .quick-links {
        display: flex;
        gap: 25px;
    }

    .quick-links a {
line-height: 2;
    height: 25px;
    padding-left: 25px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #EEEEEE;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .quick-links a:hover {
        color: #005ea6;
    }

    /* 搜索框 */
    .search-container {
        display: flex;
        align-items: center;
    }

    .search-input {
        width: 180px;
        height: 30px;
        padding: 0 10px;
        border: 1px solid #ccc;
        border-right: none;
        outline: none;
        font-size: 13px;
    }

    .search-btn {
        height: 30px;
        padding: 0 12px;
        background-color: #005ea6;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 14px;
    }

  /* 主导航栏 */
    .navbar {
        padding: 0;
    }

    .nav-list {
        display: flex;
        list-style: none;
        align-items: center;
    }

    .nav-item {
        position: relative;
    }

    .nav-link {
        display: block;
        padding: 16px 0px;
        color: #333;
        padding-left: 41px;
        text-decoration: none;
        transition: color 0.3s ease;
        position: relative;
        font-family: 'Noto Sans CJK';
        font-size: 16px;
        color: #333;
        font-weight: normal;
        font-style: normal;
    }

    .nav-link:hover {
    }

    .dropdown-menu {
        position: absolute;
        top: 113%;
        left: -3px;
        background-color: #fff;
        min-width: 150px;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
        border-radius: 0 0 4px 4px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 100;
    }

    .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    /*         
        .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        } */

    .dropdown-item {
        text-align: center;
        display: block;
        padding: 12px 20px;
        color: #666;
        text-decoration: none;
        transition: all 0.2s ease;
        /* border-bottom: 1px solid #f0f0f0; */
    }

    .dropdown-item:hover {
        background-color: #005AAB;
        color: #f8f9fa;
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    /* 模块 */
    .mokuai {
       font-size: 20px;
    background: #005ea6;
    width: 30%;
    height: 100px;
    position: absolute;
    float: left;
    margin-top: -34px;
    text-align: right;
    line-height: 105px;
    padding-right: 140px;
    color: #fff;
    font-weight: bolder;
    font-family: Source Han Sans, Geneva, sans-serif;
    }

    /* from表单 */
    .from {
        text-align: end;
    height: 66px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    list-style: none;

    }

    .from .title {
        text-align: center;
        line-height: 3;
        display: inline-block;
        width: 118px;
        color: #4a4a4a;
        border-bottom: 3px solid transparent;
        /* 透明边框，为了切换时更平滑 */
        transition: all 0.3s ease;
        /* 过渡效果，切换更平滑 */
    }

    .from .active {
        border-bottom: 3px solid green;
    }

    .from .title:hover {
        color: #1890ff;
        border-bottom: 3px solid green;
        /* transition: border 0.3s ease; */
    }
    /* 标签标题 */
    .about-section {
        margin: 30px 0 30px 0px;
        text-align: center;
        padding: 20px 20px;
        position: relative;
    }

    .about-bg {
 font-family: Arial Black;
        position: absolute;
        width: 100%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #edf2f7;
        font-weight: bold;
        z-index: -1;
    }

    .about-title {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }
    .wenzi {
        text-align: center;
        width: 850px;
        height: 69px;
        margin: 0 auto;
        color: #666666;
        font-size: 14px;
        line-height: 2;
    }





     .wenh {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .wenh-con {
      width: 75%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .text {
      width: 700px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .text p {
      font-size: 70px;
      color: #EDF2F7;
      font-weight: 400;
  }

  .text p:nth-child(1) {
      margin-right: 50px;
  }

  /* 轮播图 */
  .slider-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .bottomLeft {
      width: 450px;
      height: 600px;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .carousel {
      position: relative;
      width: 100%;
      height: 550px;
      overflow: hidden;
  }

  .carousel-inner {
      position: relative;
      width: 100%;
      height: 100%;
  }

  .carousel-item {
      position: absolute;
      width: 100%;
      height: 100%;

      transition: opacity 1s ease;
  }

  .carousel-item.active {
      opacity: 1;
      z-index: 1;
  }

  .carousel-img {
      width: 100%;
      height: 100%;
  }

  .carousel-item.fade {
      transition: opacity 1s ease;
  }

  .carousel-item.fade.active {
      opacity: 1;
      z-index: 1;
  }

  /* 手动切换时的滑动效果 */
  .carousel-item.slide {
      transition: all 0.8s ease;
      transform: translateX(100%);

  }

  .carousel-item.slide.active {
      transform: translateX(0);
      z-index: 1;
  }

  .carousel-item.slide.prev {
      transform: translateX(-100%);
  }

  /* 箭头样式 */
  .carousel-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 60px;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.8);
      background-color: rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
      z-index: 10;
  }

  .carousel-arrow.prev {
      left: 20px;
  }

  .carousel-arrow.next {
      right: 20px;
  }

  .carousel-arrow:hover {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      transform: translateY(-50%) scale(1.1);
  }

  /* 缩略图样式 */
  .carousel-controls {
      width: 300px;
      display: flex;
      overflow: hidden;
      position: relative;
  }

  .carousel-thumbnails {
      display: flex;
      justify-content: center;
      gap: 10px;
      transition: transform 0.3s ease;
  }

  .thumbnail {
      width: 20px;
      height: 26px;
      overflow: hidden;
      cursor: pointer;
      opacity: 0.7;
      transition: all 0.1s;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }

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


  /* 使命愿景 */
  .sming {
      width: 100%;
      height: 200px;
      background-image: url(/cszdtext/lib/ppwh/images/d1.png);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .sming .sbox {
      width: 100%;
      height: 200px;
      background-color: rgb(237, 242, 247, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .list {
      width: 80%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #666;
  }

  .list>li {
      width: 40%;
      height: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: end;
  }

  .list>li:nth-child(2) {
      width: 60%;
  }

  .list>li .liY {
      width: 100%;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 15px;
      color: #666666;
  }

  .list>li .liY>p {
      font-size: 28px;
      color: #005AAB;
      font-weight: 500;
      margin: 0 10px;
  }

  .list>li .liY>img {
      width: 40px;
      height: 40px;
  }

  .list>li:nth-child(2) {
      display: flex;
      flex-direction: column;
      align-items: start;
      padding-left: 15%;
  }

  .list>li:nth-child(2) .liY {
      display: flex;
      justify-content: start;
      align-items: center;
  }

  .list>li::after {
      content: "";
      position: absolute;
      left: 48%;
      top: 18%;
      width: 2px;
      height: 130px;
      background-color: #ddd;
  }

  /* 价值观 */
  .values {
      width: 100%;
      height: 600px;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      overflow: hidden;
  }

  .values-contain {
      width: 800px;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .values-contain>p {
      font-size: 28px;
      color: #005AAB;
      font-weight: 500;
      position: relative;
  }

  .values-contain>p::after {
      content: "";
      position: absolute;
      left: 28px;
      top: 100%;
      width: 35px;
      height: 3px;
      background-color: #005AAB;
  }

  .line {
      width: 100%;
      margin-top: 40px;
  }

  .timeline {
      position: absolute;
      left: 50%;
      top: 20%;
      bottom: 0;
      width: 2px;
      border: 1px solid #F2F2F2;
      transform: translateX(-50%);
  }

  /* 节点圆点 */
  .dot {
      position: absolute;
      left: 50%;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #C8C8C8;
      transform: translateX(-50%);
      z-index: 1;
  }

  .dot1 {
      top: 20px;
  }

  .dot2 {
      top: 130px;
  }

  .dot3 {
      top: 190px;
  }

  .dot4 {
      top: 280px;
  }

  .dot5 {
      top: 380px;
  }

  /* 内容模块样式 */
  .item {
      width: 50%;
      height: 80px;
      border-radius: 100px;
      border: 1px solid #eee;
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .left,
  .right {
      position: relative;
  }

  .left .item:nth-child(1) {
      position: absolute;
      left: -30px;
      top: 20px;
  }

  .left .item:nth-child(2) {
      position: absolute;
      left: -30px;
      top: 190px;
  }

  .left .item:nth-child(3) {
      position: absolute;
      left: -30px;
      top: 380px;
  }

  .right .item:nth-child(1) {
      position: absolute;
      left: 53%;
      top: 130px;
  }

  .right .item:nth-child(2) {
      position: absolute;
      left: 53%;
      top: 270px;
  }

  .left .item .item-text {
      width: 90%;
      height: 100%;
      display: flex;
      justify-content: end;
      align-items: center;
  }

  .item-text>.textp {
      display: flex;
      flex-direction: column;
      margin-right: 10px;
  }

  .item-text>.textp p {
      color: #005AAB;
      font-size: 18px;
      display: flex;
      justify-content: end;
      font-weight: 500;
  }

  .item-text>.textp span {
      color: #666;
  }

  .item-text .img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ccc;
      padding: 10px;
      border: 2px solid white;
      box-shadow: 0 0 10px 0 #ccc;
  }

  .item-text .img>img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
  }

  .right .item .item-text {
      width: 90%;
      height: 100%;
      display: flex;
      justify-content: start;
      align-items: center;
  }

  .right .item .item-text>.textp {
      margin-left: 10px;
  }

  .right .item .item-text>.textp p {
      display: flex;
      justify-content: start;
  }

  /* 价值观动画 */

  .left .item {
      opacity: 0;
      transform: translateX(-100%);
      animation: slideFromLeft 0.6s ease-out forwards;
  }

  .right .item {
      opacity: 0;
      transform: translateX(100%);
      animation: slideFromRight 0.6s ease-out forwards;
  }

  .left .item:nth-child(1) {
      animation-delay: 0.2s;
  }

  .right .item:nth-child(1) {
      animation-delay: 0.6s;
  }

  .left .item:nth-child(2) {
      animation-delay: 1.0s;
  }

  .right .item:nth-child(2) {
      animation-delay: 1.4s;
  }

  .left .item:nth-child(3) {
      animation-delay: 1.8s;
  }

  @keyframes slideFromLeft {
      to {
          transform: translateX(0);
          opacity: 1;
      }
  }

  @keyframes slideFromRight {
      to {
          transform: translateX(0);
          opacity: 1;
      }
  }

  /* 企业精神 */
  .jingshen {
      width: 100%;
      height: 750px;

      /* 把这个改成图片 */
      /* background-color: tan; */
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
  }

  .jingshen>p {
      font-size: 28px;
      color: #005AAB;
      font-weight: 500;
      position: relative;
      margin: 60px 0;
  }

  .jingshen>p::after {
      content: "";
      position: absolute;
      left: 38px;
      top: 40px;
      width: 40px;
      height: 2px;
      background-color: #005AAB;
  }

  .Img {
      width: 800px;
      height: 500px;

  }

  .ImgUl {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }

  .ImgUl li {
      width: 240px;
      height: 400px;
      background-color: #005AAB;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: local;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      clip-path: polygon(50% 0%,
              100% 25%,
              100% 75%,
              50% 100%,
              0% 75%,
              0% 25%);
      overflow: hidden;
      position: absolute;
      z-index: 1;
  }

  .ImgUl li:nth-child(1) {
      background-image: url(/cmdc/lib/ppwh/images/d1.png);
  }

  .ImgUl li:nth-child(2) {
      transform: translateY(40px);
      background-image: url(/cmdc/lib/ppwh/images/d2.png);
      left: 280px;
  }

  .ImgUl li:nth-child(3) {
      background-image: url(/cmdc/lib/ppwh/images/d3.png);
      left: 560px;
  }

  .liText {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      opacity: 0;
  }

  .liText>p {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .liText>span {
      display: block;
      width: 170px;
      font-size: 16px;
      text-align: center;
  }

  .ImgUl>li:hover {
      z-index: 2;
      background-size: 120% 120%;
  }

  .ImgUl>li::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .ImgUl>li:hover::after {
      opacity: 1;
  }

  .liText {
      width: 80%;
      height: 80%;
      border: 2px solid white;
      opacity: 0;
      position: relative;
      z-index: 4;
  }

  .ImgUl>li:hover .liText {
      opacity: 1;
      transition: all 0.5s ease;
  }

  .ImgUl li:hover {
      clip-path: polygon(0% 0%,
              100% 0%,
              100% 100%,
              0% 100%);
      transition: all 0.3s ease;
  }

  /* 三个气球样式 */
  .qiu {
      width: 100%;
      display: flex;
      justify-content: center;
      position: absolute;
      z-index: 5;
      left: 0px;
      top: 0;
  }

  .qiuli {
      width: 800px;
      display: flex;
  }

  .qiuli>li {
      width: 100px;
      height: 100px;
      background-color: #005AAB;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      position: relative;
  }

  .qiuli>li:nth-child(1) {
      left: 70px;
      top: 160px;
  }

  .qiuli>li:nth-child(2) {
      left: 250px;
      top: 190px;
  }

  .qiuli>li:nth-child(3) {
      left: 430px;
      top: 160px;
  }

  .qiuli>li::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 10px 10px 0;
      border-style: solid;
      border-color: #005AAB transparent transparent;
  }

  /* <!-- 经理人职业行为模型 --> */

  .xw {
      width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 100px;
  }

  .xw>p {
      font-size: 28px;
      color: #005AAB;
      font-weight: 500;
      position: relative;
      margin: 60px 0;
  }

  .xw>p::after {
      content: "";
      position: absolute;
      left: 100px;
      top: 40px;
      width: 50px;
      height: 2px;
      background-color: #005AAB;
  }

  .dos {
      width: 800px;
      height: 400px;
      position: relative;
  }

  .circle {
      position: absolute;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-weight: bold;
      font-family: sans-serif;
      opacity: 0;
      transform: scale(0.8);
      animation: appear 0.6s ease-out forwards;
      font-size: 24px;
  }

  @keyframes appear {
      to {
          opacity: 1;
          transform: scale(1);
      }
  }

  /* 决策力 */
  .decision {
      width: 160px;
      height: 160px;
      background-color: #49659A;
      top: 130px;
      left: 170px;
      z-index: 3;
      animation-delay: 0.7s;
  }

  /* 成长力 */
  .growth {
      width: 160px;
      height: 160px;
      background-color: rgb(90, 149, 224, 0.9);
      top: 150px;
      left: 370px;
      z-index: 5;
      animation-delay: 0.9s;
  }

  /* 公信力 */
  .credibility {
      width: 140px;
      height: 140px;
      background-color: #6AA84F;
      top: 190px;
      left: 580px;
      z-index: 1;
      animation-delay: 0.9s;
  }

  /* 执行力 */
  .execution {
      width: 140px;
      height: 140px;
      background-color: rgb(115, 151, 195, 0.9);
      top: 70px;
      left: 280px;
      z-index: 4;
      animation-delay: 0.3s;
  }

  /* 凝聚力 */
  .cohesion {
      width: 140px;
      height: 140px;
      background-color: #A2CCFF;
      top: 120px;
      left: 490px;
      z-index: 6;
      animation-delay: 0.9s;
  }

  /* 创新力 */
  .innovation {
      width: 140px;
      height: 140px;
      background-color: rgb(248, 181, 138, 0.9);
      top: 90px;
      left: 70px;
      z-index: 4;
      animation-delay: 1.1s;
  }

  /* 点缀小圆 */
  .dots1 {
      width: 35px;
      height: 35px;
      background-color: #b0d0f8;
      top: 290px;
      left: 30px;
      z-index: 1;
      animation-delay: 1.3s;
  }

  .dots2 {
      width: 70px;
      height: 70px;
      background-color: #b0d0f8;
      top: -30px;
      left: 730px;
      z-index: 1;
      animation-delay: 1.5s;
  }

  .dots3 {
      width: 40px;
      height: 40px;
      background-color: #4a5f85;
      top: 80px;
      left: 660px;
      z-index: 1;
      animation-delay: 1.7s;
  }


  /* 员工阳光行为公约 */
  .endd {
      width: 100%;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }

  .endd .endSon {
      width: 1100px;
      height: 90%;
      display: flex;
      justify-content: space-between;
  }

  .endText {
      width: 500px;
      height: 100%;
      background-color: #005AAB;
      display: flex;
      align-items: center;
      color: white;
      padding-top: 60px;
  }

  .endTextSon {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0;
      transform: translateX(0);
      animation: slideIn 0.8s ease-out forwards;
  }

  .endText:nth-child(2) {
      background-color: #609EE9;
  }

  .endText .endTextSon>img {
      width: 50px;
      height: 60px;
  }

  h2 {
      margin: 10px 0 20px 0;
  }

  /* 员工阳光行为公约动画 */
  .endSon .endText:first-child .endTextSon {
      transform: translateX(-80px);
      animation-delay: 0.3s;
  }

  .endSon .endText:last-child .endTextSon {
      transform: translateX(80px);
      animation-delay: 0.6s;
  }

  @keyframes slideIn {
      to {
          opacity: 1;
          transform: translateX(0);
      }
  }







   /* footer */
    .footer {
        margin-top: 50px;
        /* background-color: #0066cc; */
        color: #fff;
        font-size: 14px;
        padding: 20px 0;
        text-align: center;
    }

    /* 顶部链接区域 */
    .footer-nav {
        background-color: rgb(0, 90, 171);
        line-height: 4;
        font-weight: normal;
        font-style: normal;
        font-family: 'Noto Sans CJK';
    }

    .footer-nav a {
        font-weight: normal;
        font-style: normal;
        font-family: 'Noto Sans CJK';
        color: #fff;
        text-decoration: none;
        margin: 0 12px;
    }

    .footer-nav a:hover {
        text-decoration: underline;
    }

    /* 备案资质区域 */
    .footer-info {
        line-height: 25px;
        background-color: rgb(0, 90, 171);
        margin-bottom: 15px;
        font-weight: normal;
        font-style: normal;
        font-family: 'Noto Sans CJK';
    }

    .footer-info img {
        vertical-align: middle;
        margin-right: 5px;
        width: 14px;
        height: 16px;
    }

    /* 底部IPv6说明 */
    .footer-ipv6 {
        line-height: 2;
        font-weight: normal;
        font-style: normal;
        font-family: 'Noto Sans CJK';
        font-size: 12px;
        color: #999;
    }