.swiper {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  position: relative;
}
.swiper-wrapper {
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* slide继承wrapper高度 */
            overflow: hidden; /* 隐藏超出部分 */
}
.swiper-slide img {
  width: 100%;            /* 宽度填满容器，不留空隙 */
    height: 520px;          /* 固定高度 */
    object-fit: cover;      /* 等比缩放填充整个容器 */
    display: block;
}
.swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  margin: 0 8px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #91c652;
}
@media (max-width: 1920px) {
  .slide-image-container img {
    width: auto;
  }
}
.rank {
  background-color: #f8faff;
  height: 150px;
}
.rank .flexsb {
  align-items: center;
  height: 150px;
  padding: 0 20px;
  width: 1150px;
}
.rank-item {
  text-align: center;
}
.rank-item:first-child {
  /* margin-left: 40px; */
  width: 130px;
}
.rank-item-name {
  font-size: 16px;
  color: rgb(51, 51, 51);
}
.rank-item-num {
  font-size: 38px;
  position: relative;
}
.rank-item-num b,
.rank-item-num span {
  background: linear-gradient(to right, #04b766, #03b7ac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.rank-item-num span {
  font-size: 19px;
  margin-left: 5px;
  position: absolute;
  bottom: 10px;
  width: 30px;
  text-align: left;
}
.about {
  padding: 70px 0;
  border-bottom: 1px solid #e6e6e6;
}
.about .w12 {
  width: 1110px;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
}
.about-image {
  width: 510px;
  height: 270px;
}
.about-content {
  width: 540px;
  padding-top: 10px;
}
.about-content-text {
  font-size: 18px;
  color: rgb(44, 44, 44);
  line-height: 1.889;
}
.about-content-more {
  margin-top: 20px;
}
.about-content-more a {
  font-size: 16px;
  color: rgb(2, 151, 54);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.about-content-more a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url("/img/home-2.png") center center no-repeat;
  background-size: 7px 12px;
  top: 1px;
  right: -15px;
}
.baohan {
  padding: 50px 0;
  text-align: center;
}
.baohan-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}
.baohan-desc {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(132, 132, 132);
}
.baohan-desc span {
  color: #029736;
}
.baohan-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.baohan-block {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
}
.baohan-block-image {
  width: 310px;
  height: 161px;
}
.baohan-block-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.baohan-block-title a {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
.baohan-block-text {
  margin-top: 20px;
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  width: 260px;
  margin-left: 25px;
  text-align: left;
}
.baohan-block.active {
  box-shadow: 0px 3px 40px 0px rgba(133, 146, 221, 0.21);
}
.gongju {
  background: #f2f8ff;
  padding: 50px 0;
  text-align: center;
}
.gongju-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
}
.gongju-desc {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(132, 132, 132);
}
.gongju-desc span {
  color: #029736;
}
.gongju-list {
  width: 1040px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 60px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
.gongju-list-menu {
  text-align: left;
  width: 400px;
  padding-bottom: 40px;
  padding-top: 60px;
}
.gongju-menu-item {
  width: 330px;
  padding: 0 40px;
  cursor: pointer;
}
.gongju-menu-title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.gongju-menu-item:last-child .gongju-menu-title {
  border-bottom: 0;
}

.gongju-menu-title::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background: url("/img/home-gongju-icon-r.png") center center no-repeat;
  background-size: 8px 13px;
  right: 0;
}
.gongju-menu-title i {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url("/img/home-gongju-icon-1.png") center center no-repeat;
  background-size: 30px 30px;
  display: inline-block;
}
.gongju-menu-item .gongju-menu-title .icon2 {
  background: url("/img/home-gongju-icon-2.png") center center no-repeat;
  background-size: 30px 30px;
}
.gongju-menu-item .gongju-menu-title .icon3 {
  background: url("/img/home-gongju-icon-3.png") center center no-repeat;
  background-size: 30px 30px;
}
.gongju-list-image {
  width: 560px;
  padding-top: 40px;
  text-align: center;
}
.gongju-list-image img {
  height: 355px;
}
.gongju-menu-text {
  display: none;
}
.gongju-menu-item.active {
  border-width: 1px;
  border-color: rgb(136, 190, 255);
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0px 3px 35px 0px rgba(126, 167, 255, 0.21);
  padding: 20px 40px;
  cursor: default;
}
.gongju-menu-item.active .gongju-menu-title {
  border-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  color: rgb(81, 114, 241);
  font-weight: bold;
}
.gongju-menu-item.active .gongju-menu-title::after {
  display: none;
}
.gongju-menu-item.active .gongju-menu-title .icon1 {
  background: url("/img/home-gongju-icon-1-ck.png") center center no-repeat;
  background-size: 30px 30px;
}
.gongju-menu-item.active .gongju-menu-title .icon2 {
  background: url("/img/home-gongju-icon-2-ck.png") center center no-repeat;
  background-size: 30px 30px;
}
.gongju-menu-item.active .gongju-menu-title .icon3 {
  background: url("/img/home-gongju-icon-3-ck.png") center center no-repeat;
  background-size: 30px 30px;
}
.gongju-menu-item.active .gongju-menu-text {
  display: block;
  font-size: 14px;
  color: rgb(111, 111, 111);
  line-height: 1.571;
}
.gongju-menu-btn {
  margin-top: 15px;
  padding: 0 40px;
}
.gongju-menu-btn a {
  border-radius: 10px;
  width: 150px;
  height: 46px;
  background-image: -moz-linear-gradient(
    156deg,
    rgb(116, 144, 255) 0%,
    rgb(150, 222, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    156deg,
    rgb(116, 144, 255) 0%,
    rgb(150, 222, 255) 100%
  );
  background-image: -ms-linear-gradient(
    156deg,
    rgb(116, 144, 255) 0%,
    rgb(150, 222, 255) 100%
  );
  display: inline-block;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  color: rgb(255, 254, 254);
}
.yunying {
  background: #ffffff;
  padding-bottom: 50px;
  padding-top: 70px;
  text-align: center;
}
.yunying-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
}
.yunying-desc {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(132, 132, 132);
}
.yunying-desc span {
  color: #029736;
}
.yunying-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  text-align: left;
}
.yunying-item {
  width: 488px;
  padding: 50px;
  background: url("/img/home-yunying-1.png") center top no-repeat;
  background-size: 590px 412px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  padding-bottom: 0;
}
.yunying-item-title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}
.yunying-item-title a {
  border-width: 1px;
  border-color: rgb(203, 188, 234);
  border-style: solid;
  font-weight: initial !important;
  width: 118px;
  height: 32px;
  font-size: 16px;
  color: rgb(144, 122, 187);
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  float: right;
}

.yunying-item-title a::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  background: url("/img/home-yunying-6.png") center center no-repeat;
  background-size: 8px 13px;
  right: 10px;
  top: 9px;
}

.yunying-item-text {
  margin-top: 20px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  min-height: 66px;
}
.yunying-item-text p {
  margin: 0;
  padding: 0;
}
.yunying-item-image {
  margin-top: 20px;
  width: 512px;
}

.yunying-item:last-child {
  background: url("/img/home-yunying-2.png") center top no-repeat;
  background-size: 590px 454px;
}
.yunying-item:first-child {
  width: 508px;
  padding-left: 30px;
}
.yunying-item:first-child .yunying-item-title,
.yunying-item:first-child .yunying-item-text {
  padding-left: 10px;
}
.yunying-item:first-child .yunying-item-title a {
  border-color: rgb(158, 183, 255);
  color: #7194e9;
}
.yunying-item:first-child .yunying-item-title a::after {
  background: url("/img/home-yunying-5.png") center center no-repeat;
  background-size: 8px 13px;
}
.yunying-item:hover {
  border-width: 1px;
  border-color: rgb(158, 183, 255);
  border-style: solid;
  border-radius: 20px;
}
.yunying-item:last-child:hover {
  border-width: 1px;
  border-color: rgb(203, 188, 234);
  border-style: solid;
}
.yunying-item:first-child .yunying-item-title a:hover {
  background-color: #9eb7ff;
  border-color: #9eb7ff;
  color: #ffffff;
}
.yunying-item:first-child .yunying-item-title a:hover::after {
  background: url("/img/home-yunying-7.png") center center no-repeat;
  background-size: 8px 13px;
}

.yunying-item:last-child .yunying-item-title a:hover {
  background-color: rgb(203, 188, 234);
  border-color: rgb(203, 188, 234);
  color: #ffffff;
}
.yunying-item:last-child .yunying-item-title a:hover::after {
  background: url("/img/home-yunying-7.png") center center no-repeat;
  background-size: 8px 13px;
}

.jishu {
  background: #ffffff;
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center;
}
.jishu-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
}
.jishu-desc {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(132, 132, 132);
}
.jishu-desc span {
  color: #029736;
}
.jishu-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.jishu-item {
  border-radius: 20px;
  width: 225px;
  height: 330px;
  padding: 30px;
  background: #e8f3ff url("/img/home-jishu-1.png") center top no-repeat;
  background-size: 260px 380px;
  transition: all 0.4s ease;
}

.jishu-item:nth-child(1):hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(94, 93, 93, 0.2);
  background: #cfe6fe url("/img/home-jishu-1.png") center top no-repeat;
  background-size: 260px 380px;
}
.jishu-item:nth-child(2):hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(94, 93, 93, 0.2);
  background: #cfe6fe url("/img/home-jishu-2.png") center top no-repeat;
  background-size: 260px 378px;
}
.jishu-item:nth-child(3):hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(94, 93, 93, 0.2);
  background: #cfe6fe url("/img/home-jishu-3.png") center top no-repeat;
  background-size: 260px 380px;
}
.jishu-item:nth-child(4):hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(94, 93, 93, 0.2);
  background: #cfe6fe url("/img/home-jishu-4.png") center top no-repeat;
  background-size: 260px 382px;
}

.jishu-item:nth-child(2) {
  background: #e8f3ff url("/img/home-jishu-2.png") center top no-repeat;
  background-size: 260px 378px;
}
.jishu-item:nth-child(3) {
  background: #e8f3ff url("/img/home-jishu-3.png") center top no-repeat;
  background-size: 260px 380px;
}
.jishu-item:nth-child(4) {
  background: #e8f3ff url("/img/home-jishu-4.png") center top no-repeat;
  background-size: 260px 382px;
}
.jishu-item-title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 116px;
  position: relative;
  text-align: center;
  padding-bottom: 35px;
}
.jishu-item-title::after {
  content: "";
  border-radius: 2px;
  background-color: rgb(76, 159, 242);
  width: 30px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 15px;
}
.jishu-item-text {
  font-size: 16px;
  color: rgb(51, 51, 51);
}
.jishu-item-href {
  text-align: center;
  margin-top: 20px;
}
.jishu-item-href a {
  border-width: 1px;
  border-color: rgb(179, 198, 242);
  border-style: solid;
  font-weight: initial !important;
  width: 118px;
  height: 32px;
  font-size: 16px;
  color: rgb(52, 145, 227);
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.jishu-item-href a:hover {
  background-color: rgb(84, 191, 255);
  border-color: rgb(84, 191, 255);
  color: #ffffff;
}
.jishu-item-href a::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  background: url("/img/home-jishu-5.png") center center no-repeat;
  background-size: 8px 13px;
  right: 10px;
  top: 9px;
}
.jishu-item-href a:hover::after {
  background: url("/img/home-yunying-7.png") center center no-repeat;
  background-size: 8px 13px;
}

.shili {
  background: #f5faff;
  padding: 50px 0;
  text-align: center;
}
.shili-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
}
.shili-desc {
  margin-top: 10px;
  font-size: 16px;
}
.shili-desc a {
  color: #029736;
  text-decoration: none;
}
.shili-list {
  width: 1200px;
  position: relative;
  margin-top: 30px;
}
.swiper-container {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}

.shili .swiper-wrapper {
  display: flex;
  align-items: center;
}

.shili .swiper-slide {
  width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  transform: scaleY(0.7) !important;
}

.shili .shili-swiper-slide-images {
  width: 200px;
  height: 220px;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shili .shili-swiper-slide-images img {
  max-width: 170px;
  max-height: 190px;
}
.shili .shili-swiper-slide-text {
  padding-top: 20px;
  font-size: 14px;
  color: rgb(117, 117, 117);
}

.shili .swiper-slide-active {
  transform: scaleY(1) !important;
}

.shili .swiper-slide-prev,
.shili .swiper-slide-next {
  transform: scaleY(0.85) !important;
}

.shili .swiper-button-next,
.shili .swiper-button-prev {
  color: #d0e0fb;
  margin-top: -44px;
  transition: all 0.3s ease;
}
.gongneng {
  background: #ebf5ff;
  padding: 35px 0;
}
.gongneng .w12 {
  display: flex;
  justify-content: space-between;
}
.gongneng-item {
  width: 176px;
  height: 128px;
  border-width: 1px;
  border-color: rgb(221, 238, 255);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.gongneng-item-images {
  margin-top: 20px;
}
.gongneng-item-text {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.667;
}
.news {
  padding: 50px 0;
}
.news-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.news-title span {
  padding: 0 5px;
  color: rgb(153, 153, 153);
}
.news-recommend {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.news-recommend-images {
  width: 360px;
}
.news-recommend-images img {
  width: 360px;
  height: 200px;
}
.news-recommend-content {
  width: 780px;
}
.news-recommend-content-title {
  height: 60px;
}
.news-recommend-content-title a {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-decoration: none;
}
.news-recommend-content-text {
  margin-top: 10px;
  font-size: 18px;
  color: rgb(51, 51, 51);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制显示行数 */
  overflow: hidden;
}
.news-recommend-content-source-time {
  font-size: 18px;
  color: rgb(153, 153, 153);
  margin-top: 20px;
}
.news-recommend-content-source-time .time {
  float: right;
}
.news-class {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.news-list {
  width: 520px;
}
.news-list-title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  padding-bottom: 20px;
}
.news-list-content p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.news-list-content a {
  width: 520px;
  display: inline-block;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 2.222;
  text-decoration: none;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.news-list-content a:hover {
  color: #029736;
}
.news-list-more {
  margin-top: 10px;
}
.news-list-more a {
  font-size: 18px;
  color: rgb(2, 151, 54);
  text-decoration: none;
  position: relative;
}
.news-list-more a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: url("/img/home-news-r.png") center center no-repeat;
  background-size: 10px 16px;
  margin-left: 5px;
  margin-top: 5px;
}
.hezuo {
  background: #f8faff url("/img/home-hezuo.png") center center no-repeat;
  height: 316px;
  background-size: 1919px 316px;
}
.hezuo-btn {
  text-align: center;
  padding-top: 234px;
}
.hezuo-btn a {
  display: inline-block;
  width: 168px;
  height: 50px;
  background: url("/img/home-hezuo-btn.png") center center no-repeat;
  background-size: 168px 50px;
}
