.section {
  width: 100%;
  max-width: 1920px;
  height: 920px;
  padding: 80px 240px;
  box-sizing: border-box;
}
.section .section-title {
  font-size: 46px;
  line-height: 60px;
  text-align: center;
}
.section .section-title .green-tilte {
  color: #00AF66;
}
.section .section-container {
  margin-top: 54px;
  text-align: center;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section .section-container .tabs .tab-title {
  text-align: center;
  width: 970px;
  margin: 0 auto;
  height: 72px;
  color: #14171A;
  background-color: #fff;
  border-radius: 36px;
  padding: 6px 40px;
  box-sizing: border-box;
  display: flex;
}
.section .section-container .tabs .tab-title .tab-title-items {
  display: inline-block;
  padding: 17px 32px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #14171A;
}
.section .section-container .tabs .tab-title .select-tab.active {
  background: linear-gradient(79deg, #00AF66 0%, #1870FF 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-weight: bold;
}
.section .section-container .tabs .tab-title .solution-tab.active {
  background: linear-gradient(79deg, #00AF66 0%, #1870FF 100%);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-weight: bold;
}
.section .section-container .tabs .tab-content.active {
  display: block;
}
.section .section-container .tabs .select-tab-item {
  display: none;
  animation: fade 0.35s ease;
}
.section .section-container .tabs .select-tab-item.active {
  display: block;
}
.section .section-container .tabs .solution-tab-item {
  display: none;
  animation: fade 0.35s ease;
}
.section .section-container .tabs .solution-tab-item.active {
  display: block;
}
.section .section-container .tabs .tab-content {
  margin: 50px auto;
  width: 1440px;
  height: 500px;
  border-radius: 26px;
}
.section .section-container .tabs .tab-content .tab-content-item {
  background-color: #F3F6FA;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-left {
  float: left;
  width: 710px;
  height: 500px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-left .function-img {
  width: 710px;
  height: 500px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right {
  float: left;
  width: 728px;
  background-color: #fff;
  height: 500px;
  padding: 80px 48px 0 48px;
  text-align: left;
  position: relative;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-title {
  color: #14171A;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-detail {
  font-size: 20px;
  color: #868A8F;
  margin-bottom: 30px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items .right-item {
  background-color: #F3F6FA;
  border-radius: 6px;
  color: #657786;
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
  padding: 7px 12px;
  text-align: center;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items .right-item:hover {
  background-color: #00AF66;
  color: #fff;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns {
  margin-top: 110px;
  text-align: center;
  position: absolute;
  bottom: 68px;
  left: 200px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns .right-btn {
  padding: 13px 42px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #00AF66;
  border-radius: 4px;
  margin-right: 16px;
}
.section .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns .btn2 {
  background-color: #fff;
  color: #657786;
  border: 1px solid #D9D9D9;
}

.function {
  background-color: #F3F6FA;
}

.plans {
  background-color: #F3F6FA;
  width: 100%;
  max-width: 1920px;
  height: 1008px;
}
.plans .section-container .tabs .tab-title {
  width: 1440px;
  padding: 6px 10px;
}
.plans .section-container .tabs .tab-content {
  width: 1440px;
  height: 600px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-left {
  width: 600px;
  height: 600px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-left .function-img {
  width: 600px;
  height: 600px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right {
  padding-top: 60px;
  height: 600px;
  width: 840px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-title .linear-color {
  background: linear-gradient(79deg, #00AF66 0%, #1870FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-desc {
  color: #868A8F;
  font-size: 18px;
  margin-bottom: 24px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-detail {
  padding: 16px;
  font-size: 16px;
  color: #868A8F;
  margin-bottom: 70px;
  background-color: #F3F6FA;
  border-radius: 12px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items {
  width: 584px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items .right-fun-item {
  height: 100px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items .right-fun-item .func-img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-items .right-fun-item .func-desc {
  color: #657786;
  font-size: 18px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns {
  margin-top: 60px;
  text-align: center;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns .right-btn {
  padding: 13px 42px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #00AF66;
  border-radius: 4px;
  margin-right: 16px;
}
.plans .section-container .tabs .tab-content .tab-content-item .tab-content-right .right-btns .btn2 {
  background-color: #fff;
  color: #657786;
  border: 1px solid #D9D9D9;
}

.cash {
  width: 100%;
  max-width: 1920px;
  height: 867px;
  background-color: #fff;
  padding: 80px 240px 100px;
}
.cash .cash-items {
  display: flex;
  gap: 24px;
}
.cash .cash-items .cash-item {
  height: 571px;
  border-radius: 24px;
  padding: 50px 40px;
  text-align: left;
}
.cash .cash-items .cash-item .cash-item-title {
  margin-bottom: 8px;
  font-size: 36px;
  color: #fff;
}
.cash .cash-items .cash-item .cash-item-content {
  color: #AAB8C2;
  font-size: 18px;
}
.cash .cash-items .cash1 {
  background: url("../img/index/cash1.png") no-repeat center center;
  background-size: cover;
}
.cash .cash-items .cash2 {
  background: url("../img/index/cash2.png") no-repeat center center;
  background-size: cover;
}
.cash .cash-items .cash3 {
  background: url("../img/index/cash3.png") no-repeat center center;
  background-size: cover;
}

.example {
  width: 100%;
  max-width: 1920px;
  height: 914px;
}
.example .swiper {
  padding: 60px 0;
}
.example .swiper-wrapper {
  transition-timing-function: linear !important;
}
.example .swiper-slide {
  width: 400px;
  height: 588px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px 16px 16px 16px;
  transition: all 0.3s ease;
}
.example .swiper-slide .swiper-img {
  height: 220px;
  display: block;
  width: 400px;
}
.example .swiper-slide .swiper-content {
  height: 368px;
  width: 400px;
  padding: 24px;
  box-sizing: border-box;
}
.example .swiper-slide .swiper-content .swiper-content-top {
  height: 64px;
  margin-bottom: 20px;
}
.example .swiper-slide .swiper-content .swiper-content-top .top-left {
  float: left;
}
.example .swiper-slide .swiper-content .swiper-content-top .top-left .s-c-t-img {
  display: inline-block;
  height: 64px;
  width: 64px;
}
.example .swiper-slide .swiper-content .swiper-content-top .top-right {
  margin-left: 16px;
  float: left;
}
.example .swiper-slide .swiper-content .swiper-content-top .top-right .top-right-type {
  color: #868A8F;
  font-size: 16px;
  text-align: left;
}
.example .swiper-slide .swiper-content .swiper-content-top .top-right .top-right-title {
  font-size: 26px;
  color: #14171A;
  text-align: left;
}
.example .swiper-slide .swiper-content .swiper-function {
  padding-top: 10px;
  height: 130px;
  margin-bottom: 20px;
  background: #F3F6FA;
  border-radius: 12px 12px 12px 12px;
}
.example .swiper-slide .swiper-content .swiper-function .swiper-function-title {
  color: #14171A;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.example .swiper-slide .swiper-content .swiper-function .swiper-function-items {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.example .swiper-slide .swiper-content .swiper-function .swiper-function-items .swiper-function-item {
  text-align: center;
}
.example .swiper-slide .swiper-content .swiper-function .swiper-function-items .swiper-function-item .function-item-img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.example .swiper-slide .swiper-content .swiper-function .swiper-function-items .swiper-function-item .function-item-title {
  font-size: 14px;
  color: #868A8F;
  text-align: center;
}
.example .swiper-slide .swiper-content .swiper-content-desc {
  color: #657786;
  font-size: 16px;
  text-align: left;
}
.example .swiper-slide:hover {
  transform: translateY(-30px);
}

.company {
  background-color: #F3F6FA;
}
.company .small-title {
  color: #657786;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 72px;
}
.company .company-content {
  display: flex;
  gap: 1px;
}
.company .company-content .company-content-item {
  height: 500px;
}
.company .company-content .company-intro {
  padding: 52px;
  color: #fff;
  background: url("../img/index/company/company-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 24px 0px 0px 24px;
  text-align: left;
}
.company .company-content .company-intro .company-big-title {
  font-size: 56px;
}
.company .company-content .company-intro .company-small-title {
  font-size: 20px;
  margin-bottom: 42px;
}
.company .company-content .company-desc {
  padding: 68px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #DEE6E1 100%);
  text-align: center;
}
.company .company-content .company-desc .company-desc-img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.company .company-content .company-desc .company-desc-big-tilte {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 26px;
  color: #14171A;
}
.company .company-content .company-desc .company-desc-small-tilte {
  font-size: 20px;
  color: #AAB8C2;
  margin-bottom: 65px;
}
.company .company-content .company-desc .company-desc-service {
  font-size: 16px;
  color: #657786;
  margin-bottom: 12px;
}
.company .company-content .company-desc .company-desc-service .company-desc-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.news .section-container {
  height: 937px;
  margin-top: 24px;
}
.news .news-tab .news-card {
  margin-bottom: 60px;
}
.news .news-tab .news-card .news-card-title {
  margin: 0 8px;
  color: #657786;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #EBEBED;
  padding: 12px 42px;
}
.news .news-tab .news-card .news-card-title.active {
  color: #00AF66;
  border-bottom: 2px solid #00AF66;
}
.news .news-tab .news-wrap.active {
  display: block;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news .news-tab .news-wrap {
  display: none;
  animation: fade 0.35s ease;
}
.news .news-tab .news-list-wrap {
  height: 600px;
}
.news .news-tab .news-list-wrap .news-list {
  display: flex;
  gap: 42px;
}
.news .news-tab .news-list-wrap .news-list .main-new {
  background-color: #F3F6FA;
  width: 600px;
  border-radius: 12px;
}
.news .news-tab .news-list-wrap .news-list .main-new .main-news-info {
  padding: 32px;
  height: 300px;
  width: 600px;
  border-radius: 12px;
}
.news .news-tab .news-list-wrap .news-list .main-new .main-news-info .main-news-title {
  color: #14171A;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
}
.news .news-tab .news-list-wrap .news-list .main-new .main-news-info .main-news-desc {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #657786;
  line-height: 22px;
  width: 536px;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .news-tab .news-list-wrap .news-list .main-new .main-news-info .main-news-time {
  color: #BFBFBF;
  font-size: 16px;
  text-align: left;
}
.news .news-tab .news-list-wrap .news-list .main-new .main-news-img {
  width: 600px;
  height: 300px;
  vertical-align: middle;
}
.news .news-tab .news-list-wrap .news-list .other-news {
  text-align: left;
}
.news .news-tab .news-list-wrap .news-list .other-news .other-news-item {
  margin-bottom: 20px;
  display: flex;
  gap: 24px;
}
.news .news-tab .news-list-wrap .news-list .other-news .other-news-item .news-item-img {
  width: 200px;
  height: 133px;
  border-radius: 12px;
}
.news .news-tab .news-list-wrap .news-list .other-news .other-news-item .other-news-info .other-news-title {
  font-size: 20px;
  width: 574px;
  color: #14171A;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .news-tab .news-list-wrap .news-list .other-news .other-news-item .other-news-info .other-news-desc {
  width: 574px;
  height: 44px;
  line-height: 22px;
  font-size: 16px;
  color: #657786;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.news .news-tab .news-list-wrap .news-list .other-news .other-news-item .other-news-info .other-news-time {
  color: #BFBFBF;
  font-size: 16px;
  text-align: left;
}/*# sourceMappingURL=index.css.map */