/* 默认CSS样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
/* 头部*/
.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.container {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 110px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 导航栏样式 */
.bar {
    height: 100%;
}

.bar ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.bar > ul > li {
    position: relative;
    margin-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bar > ul > li:last-child {
    margin-right: 0;
}

.bar > ul > li > a {
    display: block;
    padding: 0 15px;
    height: 100%;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bar > ul > li > a:hover {
    color: #24833a;
    text-decoration: none;
}

/* 下拉菜单样式 */
.bar ul ul {
    position: absolute;
    top: calc(100% - 2px); /* 调整位置，使下拉框更紧密地显示在文字下方 */
    left: 50%;
    transform: translateX(-50%); /* 使下拉框水平居中对齐文字 */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: auto;
    height: auto;
    display: none;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0;
    border-radius: 4px;
}

.bar ul li:hover > ul {
    display: flex;
}

.bar ul ul li {
    width: 100%;
}

.bar ul ul li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.bar ul ul li a:hover {
    color: #24833a;
    text-decoration: none;
    background-color: #f5f5f5;
}

/* 公司简介样式 */
.gsjj {
    width: 100%;
    height: 520px;
    position: relative;
}
.gsjj-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.gsjj .title {
    position: absolute;
    margin: 0 auto;
    transform: translateZ(0);
    opacity: 1;
    transition-delay: .7s;
    font-size: 64px;
    font-weight: 600;
    top: 210px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.gsjj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 导航栏 */
.AnchorLarge_anchorLarge {
      display: flex;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DDDDDD;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0 200px;
  font-size: 20px;
  z-index: 10;
}
.AnchorLarge_anchorItem {
    height: 68px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #333;
}
.AnchorLarge_anchorItem:hover{
  border-bottom: 3px solid #24833a;
  color: #24833a;
  text-decoration: none;
}
/* 公司介绍 */
.introduce {
  height: 620px;
  padding: 0px 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.introduceTitle {
  font-size: 28px;
  color: #24833A;
  font-weight: 700;
  text-align: center;
  padding-top: 68px;
  margin-bottom: 20px;
}
.introduceSubTitle {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}
.introduceWrap {
  display: flex;
  width: 1200px;
  align-items: center;
  margin:  40px auto;
  p {
    color: #333;
  }
  div {
    padding-top: 0;
  }
  img {
    width: 630px;
    height: 356px;
  }
}
.introduceContent {
  width: 496px;
  margin:  0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
/*公司产业*/
.product {
  height: 886px;
  padding: 0px 0;
  background-color: #f8f8f8;
}
.productWrap {
  display: flex;
  padding-top: 20px;
   justify-content: center;
  .mainProduct {
    width: 680px;
    height: 686px;
    background-color: #E2E7E3;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
    img {
      width: 600px;
      height: 500px;
    }
    .seriesName {
      color: #333333;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 30px;
    }
    .seriesDesc {
      color: #666666;
      font-size: 14;
      line-height: 20px;
      margin-bottom: 20px;
    }
  }
  .otherProduct {
    margin-left: 30px;
    .seriesInfo {
      box-sizing: border-box;
      width: 486px;
      height: 326px;
      padding: 30px;
      display: flex;
      align-items: center;
      background-color: #E3E8D0;
      img {
        width: 220px;
        height: 220px;
        margin-right: 20px;
      }
      .seriesName {
        color: #333333;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
      }
      .seriesDesc {
        color: #666666;
        font-size: 14px;
        margin-top: 20px;
        line-height: 22px;
        
      }
    }
    .seriesInfo:last-child {
      margin-top: 30px;
    }
  }
}
/*发展历程*/

.history {
  height: 806px;
  box-sizing: border-box;
  padding: 0px 0;
  position: relative;
  background-color: #FFFFFF;
  background: url(../img/history_bg.png) repeat;
  background-size:100%;
  img {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 240px;
  }
  .historyLine {
    width: 1150px;
    height: 80px;
    display: flex;
    margin-top: 550px;
    .historyItem {
      width: 240px;
      height: 60px;
     
    }
   
    .year {
      font-size: 20px;
      text-align: center;
      color: #333333;
      font-weight: 500;
      margin:  0 auto;
    }
    .historyConetent {
      font-size: 14px;
      line-height: 30px;
      color: #666666;;
    }

  }
  }
  .historyItem:nth-child(1) {
    transform: translateY(-100px) translateX(170px);
  }
   .historyItem:nth-child(2) {
    transform: translateY(-350px) translateX(100px);
  }
   .historyItem:nth-child(3) {
    transform: translateY(-150px) translateX(50px);
  }
   .historyItem:nth-child(4) {
    transform: translateY(-470px) translateX(70px);
  }
   .historyItem:nth-child(5) {
    transform: translateY(-220px) translateX(150px);
  }
  .leftArrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 100;
    background-image: url('../img/leftArrow.png');
    background-size: 40px 40px;
    .leftArrowImg {
      width: 30px;
      height: 30px;
      z-index: 101;
    }
  }
  .rightArrow {
    width: 40px;
    height: 40px;
    z-index: 100;
    position: absolute;
    top: 50%;
    right: 80px;
    background-image: url('../img/rightArrow.png');
    background-size: 40px 40px;
    .rightArrowImg {
      width: 30px;
      height: 30px;
      right: 10px;
      z-index: 101;
    }
  }
  /*企业文化*/

.business {
  height: 660px;
  padding: 0px 0;
  background: url('../img/culture_bg.png') no-repeat;
  background-size: 100vw 100%;
  background-color: #F8F8F8;
  margin: 0 auto;
}
.businessWrap {
  margin: 0 auto;
  width:  860px;
  margin-top: 40px;
}

.businessItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  align-items: center;
  
  .businessName{
    width: 128px;
    text-align: right;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #24833A;
    font-weight: 500;
    line-height: 28px
  }
  .line {
    width: 1px;
    height: 20px;
    background: #24833A;
    margin: 6px 30px;
  }
}

/*底部*/
.HomePage_footer {
    background-color: #3f4552;
    color: #fff;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.Footer_footerWarp {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.Footer_footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.Footer_navWrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}

.Footer_logo {
    width: 65px;
    height: auto;
    margin-right: 20px;
}

.Footer_nav {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.Footer_nav:hover {
    color: #fff;
}

.Footer_rightWrap {
    display: flex;
    gap: 16px;
}

.Footer_qrCode {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.Footer_qrImg {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.Footer_contractList {
    display: flex;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #555;
}

.Footer_contractItem {
    width: 290px;
    height: 170px;
    background-color: #9c9ea4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #fff;
}

.Footer_imgWrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_conImg {
    width: 100%;
    height: auto;
}

.Footer_line {
    height: 1px;
    background-color: #555;
    margin: 30px 0;
}

.Footer_num {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}