 /* 全局样式 */
 /* * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    } */

 /* body {
   font-family: "Microsoft YaHei", sans-serif;
   color: #333;
   line-height: 1.8;
   background: white;
 } */



 .company-section {
   padding-top: 60px;
   background: white;
   /* width: 100%; */
 }

 .company-section-title {
   font-size: 2rem;
   font-weight: bold;
   margin-bottom: 30px;
   color: #000;
   text-align: center;
 }

 .company-section-title1 {
   font-size: 2rem;
   font-weight: bold;
   margin-bottom: 30px;
   color: #000;
 }

 /* 导航栏（简化版） */
 .company-nav {
   display: flex;
   gap: 20px;
   padding: 20px 0 0 0;
   border-bottom: 1px solid #e0e0e0;
   line-height: 60px;
 }

 .company-nav a {
   text-decoration: none;
   color: #515F81;
   font-size: 18px;
   font-family: '方正黑体';
   font-weight: 550;
   margin-right: 10px;
 }

 .company-nav a:hover {
   color: #316cf5;
 }

 .company-nav a.active {
   color: #316cf5;
   border-bottom: 2px solid #316cf5;
 }

 /* 公司简介 */
 .company-intro {
   display: flex;
   gap: 40px;
   /* align-items: flex-start; */
   margin-bottom: 40px;
 }

 .company-intro-text {
   width: 60%;
   /* flex: 1; */
   font-size: 15px;
   color: #515F81;

   p {
     margin-bottom: 22px;
   }

   p:last-child {
     margin-bottom: 0;
   }
 }

 .company-intro-img {
   width: 40%;
   flex: 1;
   border-radius: 8px;
   overflow: hidden;
 }

 .company-intro-img img {
   width: 100%;
   height: auto;
   display: block;
 }

 /* 关键数据 */
 .company-stats {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 20px;
   /* margin-bottom: 40px; */
 }

 .company-stat-item {
   flex: 1;
   min-width: 150px;
   text-align: left;
   padding: 20px;
   /* background: linear-gradient(to bottom, #f0f8ff, #fff); */
   /* border-radius: 8px; */
   /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
 }

 .company-stat-number {
   font-size: 32px;
   font-weight: bold;
   color: #316cf5;
 }

 .company-stat-label {
   font-size: 14px;
   color: #515F81;
   /* margin-top: 10px; */
 }

 /* 企业文化 */
 .company-culture {
   position: relative;
   margin-bottom: 40px;
   width: 100%;
 }

 .company-culture img {
   background-position: center;
   background-size: auto;
   background-repeat: repeat;
   width: 100%;
 }

 .company-culture-content {
   position: absolute;
   z-index: 2;
   padding: 40px 0;
   color: white;
   font-size: 16px;
   top: 0;
   width: 90%;
   height: calc(100% - 20px);

   .bigDiv {
     display: flex;
     padding: 0 5%;
     align-items: flex-end;
     height: 100%;
     width: 100%;

     .div1 {
       width: 30%;
       height: 40%;
       border-left: 1px solid white;
       padding: 15px 0 0 30px;
       cursor: pointer;
       transition: 0.5s;
     }

     .div2 {
       width: 33%;
       height: 40%;
       border-left: 1px solid white;
       padding: 15px 0 0 30px;
       cursor: pointer;
       transition: 0.5s;
     }

     .div3 {
       width: 40%;
       height: 40%;
       border-left: 1px solid white;
       padding: 15px 0 0 30px;
       cursor: pointer;
       transition: 0.5s;
     }

     .divHover {
       height: 65%;
       transition: 0.5s;
       h3 {
         font-size: 1.8rem;
         font-weight: 550;
         color: rgb(243, 243, 243);
       }

     }
   }
 }

 .company-culture-content h3 {
   font-size: 18px;
   margin-bottom: 10px;
 }

 /* 资质荣誉 */
 .company-honors {
   width: 100%;
 }

 .company-honor-card {
   border: 1px solid #ddd;
   border-radius: 8px;
   overflow: hidden;
   transition: transform 0.3s ease;
 }

 .company-honor-card:hover {
   transform: scale(1.03);
 }

 .company-honor-card img {
   width: 100%;
   height: auto;
   display: block;
 }

 /* 发展历程 */
 .company-timeline {
   position: relative;
   padding:2rem 0 4rem 0;
   border-radius: 8px;
   overflow: hidden;
   margin-bottom: 1rem;
   min-height: 22rem;
 }

 .company-timeline-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
 }

 .company-timeline-nav {
   display: flex;
   gap: 1px;
   width: 100%;
   justify-content: space-between;
   align-items: center;
 }

 .company-timeline-nav button {
   width: 40px;
   height: 40px;
   background: #316cf5;
   color: white;
   border: none;
   border-radius: 50%;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .company-timeline-list {
   display: flex;
   transition: transform 0.4s ease-in-out;
   padding: 0 20px;
   z-index: 2;

 }

 .company-timeline-list::-webkit-scrollbar {
   display: none;
 }

 .company-timeline-item {
   flex: 0 0 auto;
   width: 25%;
   text-align: center;
 }

 .company-timeline-year {
   font-size: 18px;
   font-weight: bold;
   color: #316cf5;
   margin-bottom: 5px;
 }
.company-timeline-title{
  line-height: 1.5;
    font-size: 17px;
   color: #515F81;
   font-weight: 600;
   font-family: '方正黑体';
   margin-bottom: 1rem;

}
 .company-timeline-desc {
   line-height: 1.5;
    font-size: 15px;
   color: #515F81;
   width: 80%;
   margin: 0 auto;
 }

 /* 对外合作 */
 .company-cooperation {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   margin-bottom: 40px;
 }

 .company-coop-item {
   text-align: left;
   border: 1px solid #e9e9e9;
   border-radius: 5px;
 }

 .company-coop-img {
   width: 100%;
   height: 200px;
   border-radius: 5px 5px 0 0;
   overflow: hidden;
 }

 .company-coop-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .company-coop-text {
   /* margin-top: 10px; */
   font-size: 15px;
   color: #2A2B2C;
   line-height: 25px;
   padding: 20px 28px;
 }

 /* 合作客户 */
 .company-partners {
   width: 100%;
   margin-bottom: 80px;
 }

 .company-partner-logo {
   width: 100%;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0.8;
 }

 .company-partner-logo img {
   max-height: 100%;
   max-width: 100%;
 }

 .company-partner-logo:hover {
   opacity: 1;
   transform: scale(1.05);
 }

