/******************************

 ******************************/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/s6u9w4bmutphh7usswapgr_p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/s6u9w4bmutphh7usswipgq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/s6uyw4bmutphjxawxjeu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/s6uyw4bmutphjx4wxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/s6u9w4bmutphh6uvswapgr_p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/s6u9w4bmutphh6uvswipgq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*分页*/
.mypages{clear:both;margin:20px 0px 20px 0px;text-align: center;height:40px;line-height:40px;}
.mypages ul{display:inline-block;margin:0 auto;}
.mypages li{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:#FFF;cursor:pointer;}
.page-num{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:#FFF;cursor:pointer;}
.page-num-current,.page-num-current a,.page-num-current a:hover{color:#fff;background:var(--color);}

/* 数字指标模块 */
.stats-section {
  width: 100%;
  background: #F8F9FA;
  padding: 60px 0;
}

.stats-container {
  margin: 0 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #D0D0D0;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  display: inline-block;
}

.stat-unit {
  font-size: 24px;
  font-weight: 600;
  color: var(--color);
  display: inline-block;
  margin-left: 5px;
}

.stat-desc {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

/* 企业文化模块 */
.culture-section {
  width: 100%;
  padding: 80px 260px;
  background: #FFFFFF;
}

.section-title {
  text-align: center;
  font-size:var(--titlefontsize);
  font-weight: 600;
  color: var(--fontcolor);
  margin-bottom: 60px;
  position: relative;
}



.culture-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.culture-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.culture-item:hover {
  transform: translateY(-10px);
}

.culture-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  color: var(--color);
  transition: all 0.3s ease;
}

.culture-icon svg {
  width: 100%;
  height: 100%;
}

.culture-item:hover .culture-icon {
  transform: scale(1.1);
  color: var(--color);
}

.culture-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--fontcolor);
  margin-bottom: 15px;
}

.culture-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 专利证书模块 */
.certificate-section {
  width: 100%;
  padding: 80px 260px;
  background: #F8F9FA;
}

.certificate-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.certificate-item {
  flex: 0 0 calc(33.333% - 20px);
  min-width: 280px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.certificate-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: var(--color);
}

.certificate-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}

.certificate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.certificate-item:hover .certificate-img img {
  transform: scale(1.05);
}

.certificate-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--fontcolor);
  padding: 20px 20px 10px;
  text-align: center;
}

.certificate-desc {
  font-size: 14px;
  color: #999;
  padding: 0 20px 20px;
  text-align: center;
}
/* 响应式设计 - ＞2000px */
@media screen and (min-width: 2000px) {
  .stats-container {
    margin-left: 450px;
    margin-right: 450px;
  }
  
  .culture-section,
  .certificate-section {
    padding-left: 450px;
    padding-right: 450px;
  }
}

/* 响应式设计 - 1281px-1520px */
@media (min-width: 1281px) and (max-width: 1520px) {
  .stats-container {
    margin-left: 100px;
    margin-right: 100px;
  }
  
  .culture-section,
  .certificate-section {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* 响应式设计 - 1081px-1280px */
@media (min-width: 1081px) and (max-width: 1280px) {
  .stats-container {
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .culture-section,
  .certificate-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* 响应式设计 - 769px-1081px */
@media (min-width: 769px) and (max-width: 1081px) {
  .stats-container {
    margin-left: 25px;
    margin-right: 25px;
  }
  
  .culture-section,
  .certificate-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .stat-item {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  
  .stat-item:nth-child(2n)::after {
    display: none;
  }
  
  .culture-item {
    flex: 0 0 calc(50% - 20px);
  }
  
  .certificate-item {
    flex: 0 0 calc(50% - 15px);
  }
}

/* 响应式设计 - 手机 */
@media screen and (max-width: 768px) {
  .stats-section {
    padding: 40px 0;
  }
  
  .stats-container {
    margin: 0 4vw;
  }
  
  .stat-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  
  .stat-item::after {
    display: none;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .stat-unit {
    font-size: 20px;
  }
  
  .culture-section,
  .certificate-section {
    padding: 40px 4vw;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .culture-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  
  .certificate-item {
    flex: 0 0 100%;
  }
  
  .certificate-img {
    height: 280px;
  }
}