@charset "UTF-8";
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.header .menu {
  display: flex;
}
.header .menu .menu-item {
  width: 80px;
  margin-right: 40px;
  text-align: center;
  padding: 43px 0 37px;
  font-size: 20px;
  color: rgb(102, 102, 102);
}
.header .menu .menu-item.active {
  color: rgb(50, 163, 98);
  border-bottom: 3px solid #32a362;
}
.header .lianxi {
  display: flex;
  align-items: center;
  color: #32a362;
}
.header .lianxi .phone {
  margin-right: 19px;
}

.swiper {
  height: 915px;
  flex: 1;
  width: 100%;
}
.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background: #fff;
  opacity: 1;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00f47a;
}
.swiper .swiper-pagination {
  bottom: 38px;
}
.swiper .swiper-slide {
  height: 100%;
}

.swiper-slide {
  height: 915px;
  position: relative;
  color: #ffffff;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .title {
  position: absolute;
  top: 408px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 48px;
}
.swiper-slide .title::before {
  content: "";
  position: absolute;
  left: -82px;
  width: 52px;
  height: 3px;
  background: #f8f8f8;
  top: 50%;
}
.swiper-slide .title::after {
  content: "";
  position: absolute;
  right: -82px;
  width: 52px;
  height: 3px;
  background: #f8f8f8;
  top: 50%;
}
.swiper-slide .desc {
  position: absolute;
  font-size: 20px;
  top: 489px;
  left: 50%;
  transform: translateX(-50%);
}

.operate {
  position: fixed;
  top: 370px;
  right: 56px;
  background: #1aa859;
  box-shadow: 0px 2px 32px 0px rgba(153, 153, 153, 0.36);
  z-index: 999;
  width: 84px;
  height: 231px;
  display: flex;
  flex-direction: column;
}
.operate .op {
  cursor: pointer;
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operate .op img {
  z-index: 9;
}
.operate .op:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 59px;
  height: 1px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.operate .op:hover .op-show {
  visibility: visible;
  right: 84px;
}
.operate .op .op-show {
  transition: right 0.3s;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 231px;
  height: 100%;
  padding: 15px;
  background: #1aa859;
  color: #fff;
  line-height: 1.5;
}
.operate .op .op-show.ma {
  height: 300%;
  bottom: -100%;
  top: unset;
}
.operate .op .op-show.ma img {
  width: 100%;
}

.scroll-nav {
  position: fixed;
  right: 20px;
  top: 429px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scroll-nav a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #a1c43b;
}

.scroll-nav a.active,
.scroll-nav a:hover {
  background: #a1c43b;
}

.info {
  overflow: hidden;
}
.info .main {
  font-weight: bold;
  font-size: 36px;
  color: #262424;
  margin-top: 40px;
}
.info .small {
  font-size: 16px;
  color: #666666;
  margin: 30px 0 49px;
}
.info.white .main {
  color: #ffffff;
}
.info.white .small {
  color: #ffffff;
}

@keyframes move-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes move-left1 {
  0% {
    transform: translateX(-213px);
  }
  100% {
    transform: translateX(calc(-50% - 213px));
  }
}
.apps {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #f7fbf6;
  overflow: hidden;
}

.scroll-container {
  position: relative;
  overflow: hidden;
  height: 309px;
  margin-bottom: 10px;
}
.scroll-container .scroll-content {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  animation: 15s move-left linear infinite;
}
.scroll-container .scroll-content.active0 {
  transform: translateX(0);
  animation: 15s move-left linear infinite;
}
@keyframes move-active1 {
  0% {
    transform: translateX(-8.3%);
  }
  100% {
    transform: translateX(-58.3%);
  }
}
@keyframes move-active2 {
  0% {
    transform: translateX(-16.6%);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
@keyframes move-active3 {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-75%);
  }
}
@keyframes move-active4 {
  0% {
    transform: translateX(-33.3%);
  }
  100% {
    transform: translateX(-83.3%);
  }
}
.scroll-container .scroll-content.active1 {
  transform: translateX(8.3);
  animation: 15s move-active1 linear infinite;
}
.scroll-container .scroll-content.active2 {
  transform: translateX(8.3);
  animation: 15s move-active2 linear infinite;
}
.scroll-container .scroll-content.active3 {
  transform: translateX(8.3);
  animation: 15s move-active3 linear infinite;
}
.scroll-container .scroll-content.active4 {
  transform: translateX(8.3);
  animation: 15s move-active4 linear infinite;
}
.scroll-container .scroll-content:hover {
  animation-play-state: paused;
}
.scroll-container .scroll-content.content2 {
  transform: translateX(-213px);
  animation: 15s move-left1 linear infinite;
}
.scroll-container .scroll-content.content2:hover {
  animation-play-state: paused;
}
.scroll-container .scroll-content .box {
  cursor: pointer;
  width: 425px;
  height: 309px;
  background-image: url(../assets/scroll-bg.png);
  margin-right: 25px;
  padding: 20px 19px 20px 13px;
  line-height: 1;
}
.scroll-container .scroll-content .box .title {
  font-weight: bold;
  font-size: 18px;
  color: #262424;
  padding-left: 8px;
}
.scroll-container .scroll-content .box .desc {
  padding-left: 8px;
  font-size: 10px;
  color: #999999;
  margin: 7px 0 12px;
}

.solu {
  height: 1080px;
  margin: 0 auto;
  background: url("../assets/jiejue.png") no-repeat;
  background-size: cover;
  overflow: auto;
}
.solu .solu-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.solu .solu-list .solu-item {
  cursor: pointer;
}
.solu .solu-list .solu-item .circle {
  width: 97px;
  height: 97px;
  background: #00939a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solu .solu-list .solu-item .name {
  font-size: 24px;
  color: #262424;
  margin-top: 10px;
  margin-bottom: 20px;
}
.solu .solu-list .solu-item .name.active {
  font-weight: bold;
  color: #00939a;
}
.solu .solu-list .solu-item:nth-child(2) .circle {
  background: #15b559;
}
.solu .solu-list .solu-item:nth-child(3) .circle {
  background: #92b52c;
}
.solu .solu-list .solu-item:nth-child(4) .circle {
  background: #3399cc;
}
.solu .solu-list .solu-item:nth-child(5) .circle {
  background: #3e7bb4;
}
@keyframes aa {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.solu .tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.solu .card {
  display: none;
  margin: auto;
}
.solu .card.active {
  width: 100%;
  height: 632px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.solu .card.active .card-left {
  width: 355px;
  background: #00939a;
  padding-left: 120px;
}
.solu .card.active .card-left .card-name {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 19px;
}
.solu .card.active .card-left .card-list {
  margin-top: 50px;
  color: #ffffff;
  font-size: 17px;
  line-height: 31px;
}
.solu .card.active .card-left .more {
  margin: 68px 0 0;
  border-color: #fff;
  color: #fff;
}
.solu .card.active .card-left .more img {
  margin-left: 10px;
  margin-top: 1px;
}
.solu .card.active .card-right {
  flex: 1;
  object-fit: cover;
}
.solu .card:nth-child(4) .card-left {
  background: #15b559;
}
.solu .card:nth-child(5) .card-left {
  background: #92b52c;
}
.solu .card:nth-child(6) .card-left {
  background: #3399cc;
}
.solu .card:nth-child(7) .card-left {
  background: #3e7bb4;
}

.fuwu {
  height: 1080px;
  background: url("../assets/fuwu.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
}
.fuwu .fuwu-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fuwu .fuwu-content .info {
  flex-shrink: 0;
}
.fuwu .fuwu-title {
  font-weight: bold;
  font-size: 36px;
  margin: 123px 0 0;
  text-align: center;
}
.fuwu .fuwu-info {
  text-align: center;
  font-size: 16px;
  margin: 31px 0 227px;
}
.fuwu .small {
  margin-bottom: 227px;
}
.fuwu .fuwu-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.fuwu .fuwu-item {
  width: 257px;
  height: 507px;
  background: #00939a;
  border-radius: 10px;
  padding: 0 25px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.fuwu .fuwu-item.active {
  box-sizing: initial;
  padding-top: 144px;
  transform: translateY(-144px);
  width: 207px;
  transition: padding 0.3s, transform 0.4s;
}
.fuwu .fuwu-item:nth-child(2) {
  background: #15b559;
}
.fuwu .fuwu-item:nth-child(3) {
  background: #92b52c;
}
.fuwu .fuwu-item:nth-child(4) {
  background: #3399cc;
}
.fuwu .fuwu-item:nth-child(5) {
  background: #00939a;
}
.fuwu .fuwu-item:nth-child(6) {
  background: #3e7bb4;
}
.fuwu .fuwu-item-img {
  position: absolute;
  transform: translateY(-50%);
}
.fuwu .fuwu-item-name {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  margin: 155px 0 19px;
}
.fuwu .fuwu-item-content {
  font-size: 16px;
  margin-top: 31px;
  line-height: 30px;
}

.hezuo {
  height: 784px;
  background: url("../assets/hezuo.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 0;
}
.about {
  height: 211px;
  background-color: rgb(242, 242, 242);
  margin-top: 93px;
}
.about .about-content {
  height: 100%;
  padding: 0 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3c3c3c;
}
.about .about-content .row1 {
  font-size: 22px;
  margin-bottom: 27px;
}
.about .about-content .row2 {
  font-size: 16px;
  line-height: 30px;
}

.footer {
  font-size: 14px;
  color: #3c3c3c;
  padding: 21px 0 19px;
  text-align: center;
}

.fold {
  overflow: hidden;
  justify-content: center;
}
.fold .more {
  margin: 35px auto;
}
.fold .fold-title {
  font-weight: bold;
  font-size: 36px;
  margin: 120px 0 0;
  color: #262424;
}
.fold .fold-info {
  font-size: 16px;
  margin: 31px 0 58px;
  color: #666666;
}
.fold .fold-list {
  display: flex;
  width: 100%;
}
.fold .fold-list .fold-item {
  width: 138px;
  position: relative;
  height: 649px;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
}
.fold .fold-list .fold-item .img {
  height: 100%;
  width: 100%;
}
.fold .fold-list .fold-item .title {
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  z-index: 9;
}
.fold .fold-list .fold-item .desc {
  display: none;
}
.fold .fold-list .fold-item .detail {
  display: none;
}
.fold .fold-list .fold-item.active {
  flex: 1;
  order: -1;
}
.fold .fold-list .fold-item.active .title {
  font-size: 36px;
  left: 63px;
  top: 488px;
  transform: unset;
}
.fold .fold-list .fold-item.active .desc {
  display: block;
  position: absolute;
  left: 63px;
  top: 556px;
  font-size: 16px;
}
.fold .fold-list .fold-item.active .warper {
  position: absolute;
  bottom: 0;
  padding: 40px 63px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.fold .fold-list .fold-item.active .warper .title,
.fold .fold-list .fold-item.active .warper .desc,
.fold .fold-list .fold-item.active .warper .detail {
  position: unset;
}
.fold .fold-list .fold-item.active .warper .title {
  margin-bottom: 24px;
}
.fold .fold-list .fold-item:not(.active) {
  cursor: pointer;
  writing-mode: vertical-rl; /* 或者使用 vertical-lr */
}
.fold .fold-list .fold-item:not(.active) img {
  object-fit: cover;
}
.fold .fold-list .fold-item:not(.active).unactive1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.fold .fold-list .fold-item:not(.active).unactive1 .title {
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
}
.fold .fold-list .fold-item:not(.active).unactive0::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 64, 151, 0.3);
}
.fold .fold-list .fold-item:not(.active).unactive0 .title {
  top: unset;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.fold:nth-child(2n) .fold-item.active {
  order: 1;
}
.fold.fold1 .fold-item {
  height: 712px;
}
.fold.fold1 .fold-item.active .warper .title {
  top: 598px;
  color: #00ef6a;
}
.fold.fold1 .fold-item.active .warper .desc {
  top: 657px;
}
.fold.fold1 .fold-item.active .warper .detail {
  display: flex;
  position: absolute;
  top: 57px;
  right: 57px;
  margin: 0;
  color: #fff;
  border-color: #fff;
}

.rencai {
  justify-content: space-around;
}
.rencai .rencai-list {
  display: flex;
  gap: 37px;
  min-height: 0;
}
.rencai .rencai-list .rencai-info .title {
  position: relative;
  padding-left: 23px;
  font-size: 24px;
  color: #262424;
  margin: 50px 0 42px;
}
.rencai .rencai-list .rencai-info .title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 24px;
  background: #1aa859;
}
.rencai .rencai-list .rencai-info .desc {
  text-indent: 2em;
  line-height: 29px;
  font-size: 16px;
  color: #666666;
}
.rencai .rencai-list:nth-child(2) .rencai-info {
  order: 1;
}

.work {
  justify-content: space-around;
}
.work .work-title {
  font-size: 40px;
  color: #262424;
  text-align: center;
}
.work .work-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 每行显示 3 列，均分宽度 */
  gap: 20px 39px;
}

.jianjie {
  display: flex;
}
.jianjie .name {
  font-size: 40px;
  color: #262424;
  margin-right: 247px;
  flex-shrink: 0;
}
.jianjie .desc {
  text-indent: 2em;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
}

.jianjie2 {
  display: flex;
  justify-content: space-between;
}
.jianjie2 .left {
  display: flex;
  align-items: center;
}
.jianjie2 .left .left-item {
  height: 107px;
  position: relative;
}
.jianjie2 .left .left-item .num {
  text-align: center;
  color: #018f60;
  font-size: 52px;
}
.jianjie2 .left .left-item .num span {
  font-size: 24px;
}
.jianjie2 .left .left-item .desc {
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  text-align: center;
}
.jianjie2 .left .left-item:nth-child(1) {
  padding-right: 84px;
}
.jianjie2 .left .left-item:nth-child(2) {
  padding: 0 84px;
}
.jianjie2 .left .left-item:nth-child(3) {
  padding-left: 33px;
}
.jianjie2 .left .left-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(51, 51, 51, 0.3);
}

.zhengshu img {
  margin-right: 15px;
}

.fazhan {
  height: 1080px;
  background: url("../assets/fazhan.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.fazhan .licheng {
  display: none;
}
.fazhan .licheng.active {
  display: block;
}
.fazhan .title {
  font-size: 40px;
  color: #262424;
  margin: 80px 0 60px;
  text-align: center;
}
.fazhan .imgs {
  display: flex;
  justify-content: center;
  gap: 19px;
}
.fazhan .imgs .img-warper {
  width: 476px;
  height: 313px;
  padding: 14px;
  box-shadow: 0px 8px 11px 0px rgba(0, 1, 2, 0.14);
}
.fazhan .title1 {
  font-weight: bold;
  font-size: 24px;
  color: #262424;
  text-align: center;
  margin: 51px 0 36px;
}
.fazhan .title2 {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 29px;
}
.fazhan .time {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin: auto;
}
.fazhan .time::after {
  content: "";
  position: absolute;
  bottom: 11px;
  height: 1px;
  background: rgba(102, 102, 102, 0.3);
  width: 100%;
}
.fazhan .time .time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.fazhan .time .time-item .year {
  font-family: Impact;
  font-size: 48px;
  color: #999999;
  margin-bottom: 36px;
}
.fazhan .time .time-item .dian {
  width: 22px;
  height: 22px;
  background: #56ca5a;
  border-radius: 50%;
  z-index: 9;
}
.fazhan .time .time-item.active .year {
  transform: scale(1.25);
  color: #009966;
}
.fazhan .time .time-item.active .dian {
  background: #009966;
}

.lianxius {
  padding-top: 107px !important;
  display: flex;
  flex-direction: row !important;
}
.lianxius .title {
  font-size: 40px;
  color: #262424;
  margin-bottom: 132px;
}
.lianxius .row {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
}
.lianxius .row .title2 {
  font-size: 24px;
  color: #666666;
  margin-left: 18px;
}
.lianxius .map-warper {
  margin-left: auto;
  padding: 21px;
  width: 1142px;
  height: 604px;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.1);
}
.lianxius .map-warper #map {
  height: 100%;
}

.fangan {
  padding-top: 107px !important;
}
.fangan .tabs {
  display: flex;
  margin-bottom: 65px;
  justify-content: space-around;
  padding: 0 100px;
}
.fangan .tabs .tab {
  width: 194px;
  height: 58px;
  border-radius: 10px;
  border: 2px solid #4b4b4b;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262424;
  cursor: pointer;
}
.fangan .tabs .tab.active {
  background: #00939a;
  color: #ffffff;
  font-weight: bold;
  border: none;
}
.fangan .tab-content {
  display: none;
}
.fangan .tab-content.active {
  display: flex;
  align-items: center;
}
.fangan .tab-content.active .tab-left .tab-menu {
  cursor: pointer;
  width: 300px;
  height: 69px;
  background-color: rgba(228, 228, 228, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  color: #262424;
}
.fangan .tab-content.active .tab-left .tab-menu:last-child {
  margin-bottom: 0;
}
.fangan .tab-content.active .tab-left .tab-menu.active {
  background-color: rgba(168, 223, 192, 0.6);
  font-weight: bold;
  font-size: 20px;
  color: #1aa859;
  position: relative;
}
.fangan .tab-content.active .tab-left .tab-menu.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 100%;
  background: url(../assets/menu-left.png);
}
.fangan .tab-content.active .center-img {
  width: 788px;
  height: 602px;
  margin: 0 44px 0 53px;
}
.fangan .tab-content.active .tab-right {
  display: none;
}
.fangan .tab-content.active .tab-right.active {
  display: flex;
  align-items: flex-start;
}
.fangan .tab-content.active .tab-right.active .title {
  font-weight: bold;
  font-size: 24px;
  color: #262424;
  margin-bottom: 54px;
  margin-top: 75px;
}
.fangan .tab-content.active .tab-right.active .desc {
  text-indent: 2em;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.more {
  width: 123px;
  height: 36px;
  border: 1px solid #15b559;
  color: #15b559;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  font-size: 18px;
  cursor: pointer;
}

.center {
  width: 1612px;
  margin: 0 auto;
}

.line {
  width: 53px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
}

.vertical-text {
  writing-mode: vertical-rl; /* 或者使用 vertical-lr */
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.animate {
  animation-duration: 1s;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

#header,
#first,
#two,
#three,
#four,
#five {
  height: 100vh;
  display: flex;
  flex-direction: column;
  min-height: 875px;
}

#footer {
  overflow: auto;
}

.mgauto {
  margin: auto;
}

/*# sourceMappingURL=index.css.map */
