﻿.zf-flex {
  display: flex;
}
.zf-ul > li {
  list-style: disc;
  font-size: 18px;
  line-height: normal;
}

.solution-container {
  width: 100%;
}
.solution-wrap {
  width: 1440px;
  margin: auto;
}
.solution-wrapimg {
  width: 100%;
  height: 175px;
}
.solution-item {
  width: 20%;
  text-align: center;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease; /* 添加渐变效果 */
}

.divider {
  width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a5a5a5;
  color: #a5a5a5;
}

.solution-item:hover {
 background: linear-gradient( 180deg, #52D4CD 0%, rgba(128,128,128,0) 100%);
  color: #22938d;
}

.solution-item.active {
background: linear-gradient( 180deg, #52D4CD 0%, rgba(128,128,128,0) 100%);
  color: #22938d;
}
.solution-item a {
  font-family: "HanSansK-medium";
  transition: color 0.3s ease; /* 添加渐变效果 */
}

.solution-item a:hover {
color: #22938d;
}
.solution-container .tit {
  width: 540px;
  text-align: left;
  line-height: 1.3;
  flex-shrink: 0;
  color: #ffffff;
  transform: translateX(60px);
  opacity: 0.9;
  transition: all 0.5s 0.1s ease-in-out;
}
.solution-container .tit h2 {
  font-family: "HanSansK-bold";
}

.solution-container .tit .tit-sub {
  display: flex;
  align-items: center;
}

.solution-container .tit p {
  line-height: 1.8;
  margin-left: 10px;
}
.solution-title {
  height: 175px;
  background-size: cover;
  background-image: url(../images/title.png);
}
.solution-title {
  font-size: 56px;
  height: 175px;
  line-height: 175px;
  color: #fff;
}
.hytd {
  justify-content: space-between;
}

.hytd2 {
  width: 900px;
  margin: auto;
}

.hytd > div {
  width: 450px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.hytd2 > div {
  width: 400px;
}
.hytd > div > .img {
  width: 100%;
  height: 267px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
}
.hytd > div ul {
  margin: auto;
  width: 350px;
  font-size: 14px;
  color: #505050;
  margin-bottom: 28px !important;
}
.solution-serve {
  display: flex;
  justify-content: space-between;
}
.solution-serve__container {
  width: 340px;
  height: 541px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.fwnl {
  flex-wrap: wrap;
  margin-top: 60px;
}
.fwnl .solution-serve__container {
  margin-bottom: 40px;
  width: 700px;
}
.fwnl .solution-serve__container {
  width: 700px;
}

.solution-serve__container .hhd {
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 0 16px;
}
.fwnl .solution-serve__container .hhd {
  width: 580px;
  margin: auto;
  padding: 0;
}
.fwnl .solution-serve__container h4 {
  margin-top: 30px;
}
.solution-serve__container h4 {
  text-align: left;
}
.solution-serve__container img {
  margin: 92px 0 92px 0;
}
.fwnl .solution-serve__container img {
  width: 300px;
  margin: 0 0;
}

.info-title a {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  font-family: "HanSansK-medium";
}
.info-title.apply a {
  padding: 4px 8px;
  font-size: 18px;
  line-height: 18px;
}
.info-title.apply span {
  padding: 4px 8px;
  font-size: 22px;
  line-height: 22px;
  float: right;
  display: flex;
  align-items: center;
}
.info-title a:hover {
  background-color: #22938d;
  color: #fff;
}
.info-title a.active {
  background-color: #22938d;
  color: #fff;
}
.news-item {
  background-color: #f7f7f7;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
}
.news-item:hover {
  box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
  background-color: #fff;
  color: #22938d;
}

.news-item .img {
  width: 27%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
}
.news-item .img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.news-item:hover .img img {
  transform: scale(1.1);
}
.news-content {
  padding: 0 30px;
  display: inline-block;
  width: 70%;margin-left: 2.6%;
  vertical-align: middle;
}
.news-content_data {
 float: right;margin-top: 12px;
}
.news-content_article {
  width: 80%;display: inline-block;vertical-align: middle;
}
.news-content_article h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.news-content_article p {
  line-height: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;
}
.news-content_data h4 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
.news-content_data p {
  font-size: 14px;
  line-height: 1;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  background-color: #f7f7f7;
}
.pagination a:hover {
  background-color: #22938d;
  color: #fff;
}

.pagination a.active {
  background-color: #22938d;
  color: #fff;
}
.news-content__sub h1 {
  margin: 70px 0 20px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.news-content__sub p {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0px;
}
.news-content__sub img {
  max-width: 100%;
  margin-bottom: 0px;
}
.news-content__sub small {
  font-size: 16px;
  color: #999;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.sub-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
  margin-top: 20px;
}
.sub-footer a {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.sub-footer a:hover {
  color: #999;
}
.resource-item {
  margin-bottom: 28px;
  margin-top: 60px;
  height: 404px;
}
.resource-item:hover {
  box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
}
.resource-item > div {
  display: flex;
  margin: 40px 0;
}
.resource-item > div > .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 404px;
}
.resource-item > div > .img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transform: scale(1);
  transition: all 0.5s ease;
}
.resource-item:hover .img img {
  transform: scale(1.1);
}
.resource-item > div > .resource-item__content {
  padding: 0 70px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  transition: all 0.5s ease;
  color: #333;
}
.resource-item:hover > div > .resource-item__content {
  background-color: #ffffff;
}
.resource-item:hover > div > .resource-item__content {
  color: #22938d;
}
.resource-item > div > .resource-item__content h2 {
  text-align: left;
}
.resource-item > div > .resource-item__content h4 {
  text-align: left;
  line-height: 1.5;
}
.resource-item > div > .resource-item__content i {
  margin: 10px 0;
}
.apply-title {
  display: flex;
  margin-top: -7px;
  position: sticky;
  top: 76px;
  background-color: #fff;
  z-index: 99;
}

.apply-title_item {
  padding: 20px;
  flex-grow: 1;
  cursor: pointer;
  display: block;
  margin: 0 16px;
  background: #F7F7F7;
  border-radius:10px;
}

.apply-title__item > div {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.apply-title_item > div .img-mask {
  overflow: hidden;
  padding-top: 8px;
}
.apply-title_item:hover {
  background-color: #d2e9e8;
  overflow: hidden;
  color: #22938d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-title_item:hover {
  background-color: #d2e9e8;
  overflow: hidden;
  color: #22938d;
}
.apply-title_item:hover > div img {
  filter: drop-shadow(#22938d 44px 0);
  transform: translateX(-44px);
}
.apply-title_item.active > div {
  background-color: #d2e9e8;
  color: #22938d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-title_item.active {
  background-color: #d2e9e8;
  color: #22938d;
}
.apply-title_item.active > div img {
  filter: drop-shadow(#22938d 44px 0);
  transform: translateX(-44px);
}
.apply-title_item img {
  width: 44px;
  margin-right: 20px;
}
.apply-title_item span {
  font-size: 25px;
}
.apply-more {
  width: 258px;
  background-color: #f7f7f7;
  border-radius: 12px;
  display: block;
  cursor: pointer;
  margin: 0 auto 70px;
  height: 103px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.apply-article img {
  max-width: 100%;
}
.apply-more:hover {
  background-color: #22938d33;
  color: #22938d;
}
.apply-more h4 {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.apply-more div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.apply-sub__item {
  width: 450px;
  border-bottom: 2px solid #22938d;
  margin-bottom: 70px;
cursor: pointer;
}
.apply-sub__item img {
  width: 450px;
}
.apply-sub__item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 46px;
}
.apply-sub__item > div span {
  white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
  font-size: 16px;
}
.apply-sub__item > div i {
  flex-shrink: 0;
  padding: 0 10px;
  border: 1px solid #22938d;
  color: #22938d;
}
.enter-title-container {
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.enter-title-container h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  color: #505050;
}
.enter-title-container h4 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 30px;
  color: #505050;
}

.enter-title-container > div {
  color: #505050;
}
.enter-title-container p {
  line-height: 2.5;
  font-size: 20px;
  width: 900px;
  margin: auto;
}

.course {
  padding: 70px 0;
}
.course .courseSwiper {
  margin-top: 80px;
  max-height: 600px;
}
.course .courseSwiper .swiper-slide {
  /* height: 316px; */
  margin-bottom: 85px;
  opacity: 0.6;
}
.course .courseSwiper .swiper-slide:last-child {
  height: 0px;
  margin-bottom: 0;
}
.course .courseSwiper .swiper-slide-active {
  opacity: 1;
}
.course .courseSwiper .swiper-slide-active .track_box .cours_img img {
  width: 100%;
  transition: all 0.5s;
}
.course .courseSwiper .swiper-scrollbar {
  background: #b5cee6;
  left: 152px;
}
.course .courseSwiper .swiper-scrollbar-drag {
  background: #22938d;
}
.course .track_box {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.course .track_box .time {
  font-size: 120px;
  color: #22938d;
  font-family: Arial;
  font-weight: bold;
  position: absolute;
  left: 38px;
  top: 0;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.course .track_box .text {
  width: 36.71%;
  margin-right: 100px;
  display: flex;
  align-items: center;
}
.course .track_box .text i {
  width: 46px;
  height: 38px;
}
.course .track_box .text p {
  font-size: 36px;
  color: #22938d;
  font-weight: bold;
  margin-top: 20px;
}
.course .track_box .text b {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  margin-top: 40px;
}
.course .track_box .cours_img {
  width: 40.07%;
  height: 316px;
}
.course .track_box .cours_img img {
  width: 71.31%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.w1400 {
  width: 62.5%;
  min-width: 1400px;
  margin: 0px auto;
  padding-left: 40px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.award {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.award .award_img {
  width: 34%;
  position: relative;
  margin: auto;
}

.award .award_img .newsSwiper {
  width: 100%;
  overflow: hidden;
}
.award .award_img .newsSwipers {
  width: 100%;
  overflow: hidden;
}

.award .award_img .swiper-slide .newimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award .award_text {
  width: 62%;
  height: 375px;
  overflow: hidden;
  overflow-y: scroll;
}
.award .award_text .newsConts {
  margin-top: 20px;
}
.award .award_text .newsContss {
  margin-top: 20px;
}
.award .award_text .swiper-slide {
  height: 100% !important;
}
.award .award_text .swiper-slide:hover i {
  background: url(../images/icon_63s.png) left top 8px no-repeat;
  color: #22938d;
}
.award .award_text .swiper-slide:hover p {
  color: #22938d;
}
.award .award_text .swiper-slide-thumb-active i {
  background: url(../images/icon_63s.png) left top 8px no-repeat;
  color: #22938d;
}
.award .award_text .swiper-slide-thumb-active p {
  color: #22938d;
}
.award .award_text .time {
  display: flex;
  height: 26px;
  margin-bottom: 20px;
  cursor: default;
}
.award .award_text i {
  font-size: 20px;
  color: #666666;
  background: url(../images/icon_63.png) left top 8px no-repeat;
  padding-left: 38px;
  width: 20%;
}
.award .award_text p {
  text-align: center;
  font-size: 20px;
  color: #666666;
  margin-left: 30px;
  width: 100%;
}
.award .award_text::-webkit-scrollbar {
  height: 96px !important;
  width: 4px !important;
}
.award .award_text::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-style: dashed;
  background-color: #22938d;
  border-color: #e2242400;
  border-width: 1.5px;
  background-clip: padding-box;
}
.award .award_text::-webkit-scrollbar-track {
  /* 滚动条里面轨道 */
  border-radius: 10px;
  background: #b5cee6;
}
.award.honner .award_text .time {
  height: 20px;
  margin-bottom: 16px;
}
.award.honner .award_img {
  width: 76%;
  margin: 0 46px;
}
.award.honner .award_img .swiper-slide {
  width: 411px !important;
}
.contact {
  display: flex;
  flex-direction: column;
}
.contact_item {
  border-top: 1px solid #707070;
  padding: 40px 0;
  display: flex;
}
/* 单独给最后一个加底部边框 */
.contact_item:last-child {
  border-bottom: 1px solid #707070;
}
.contact_item_enterprise {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.contact_item .img {
  width: 50px;
  height: 50px;
  padding: 8px;
  border: 2px solid #22938D;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact_item_enterprise .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  flex-shrink: 0;
}
.contact_item .content {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact_item_enterprise .content {
  font-size: 16px;
  line-height: normal;
  margin-top: 40px;
  color: #505050;
}

.feedback {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.feedback_item {
  width: 45%;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 40px;
}

.feedback_item span {
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 60px;
  width: 80px;
}
textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 12px;
  height: 130px;
}
input {
  width: 100%;
  border: 2px solid #ccc;
  height: 50px;
  border-radius: 12px;
}

button {
  font-size: 24px;
  background-color: gray;
  border-radius: 12px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 2px 16px;
}

button:hover {
  background-color: #22938d;

}


.sub-banner {
  position: relative;
    height: 930px;
}
.sub-banner__content {
  position: absolute;
  top: 30%;
  width: 100%;
  animation: toLeftAni 1s 0.3s linear backwards;

}
.sub-banner__content .tit {
  width: 1400px;
  margin: auto;
}
.sub-banner__content .tit > div {
  margin-left: -55px;
}
.sub-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-block {
  display: block;
}
@keyframes toLeftAni {
  0% {
    transform: translate(-60px);
    opacity: 0;
  }
  50% {
    transform: translate(-30px);
    opacity: 0.5;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
/*.resource-title {*/
/*  margin-top: -7px;*/
/*  background-color: #f7f7f7;*/
/*  position: sticky;*/
/*  top: 76px;*/
/*  z-index: 99;*/
/*}*/
.resource-title {
  margin-top: -7px;
  background-color: #f7f7f7;
}

/* 案例样式 */

.case-bar {
  display: flex;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 100px;
  padding: 18px 0;
}
.case-item {
  color: #343434;
  cursor: pointer;
  font-size: 20px;
  padding: 8px 16px;
}
.case-item.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #22938d;
}

/* 下面是产品的样式 */

.product-bar {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-item {
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}

.product-item + .product-item {
  border-left: 1px solid #ddd;
}
.product-item:hover,
.product-item a:hover,
.product-item.active {
  color: #22938d; /* 高亮文字颜色 */
}

.product-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 3px;
  background-color: #22938d; /* 高亮底部线颜色 */
  border-radius: 2px;
  width: 0;
}

.product-item:hover::after,
.product-item a:hover::after,
.product-item.active::after {
 width: calc(100% - 20px); /* 考虑 left/right 各 10px */
}



.product-content {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffff;
}
.product-content .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.product-content > .product-desc {
  margin: 40px 0;
  font-size: 18px;
  color: #343434;
  width: 1440px;
  text-align: center;
  line-height: normal;
}

.product-content > .product-desc p img {
width: 100%;
height: auto;
object-fit:contain;
}
.product-content > .desc_img {
  max-width: 1440px;
  width: 100%;
  display: flex;
  margin: 40px 0;
  justify-content: center;
}

.product-content > .desc_img img {
  width: 100%;
 height: auto;
object-fit:contain;
}

.listBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listBox .listItem {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listBox .listItem .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 450px;
  width: 50%;
}

.listBox .listItem .content .title {
  color: #505050;
  font-size: 24px;
  line-height: 1.5;
  align-self: flex-start;
  padding: 0 56px;
}
.listBox .listItem .content .des {
  color: #343434;
  font-size: 16px;
  line-height: normal;
  margin-top: 10px;
  padding: 0 56px;
}

.listBox .listItem .content img {
  max-width: 85%;
  border-radius: 8px;
}
.listBox .listItem:nth-child(even) {
  flex-direction: row-reverse;
}

.hhd-num {
  font-weight: bold;
  font-size: 150px;
  color: #e5e5e5;
  position: absolute;
  top: 26%;
  right: 16%;
}
.common-xiangmu-banner {
  width: 100%;
  height: 175px;
  background: url("../images/digitalsce-title-bg.png") no-repeat center
    center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 150px;
}
.common-xiangmu-banner .arrow {
  width: 81px;
  height: 82px;
  display: flex;
}

.common-xiangmu-banner .title {
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  margin-left: 20px;
  font-family: "HanSansK-medium";
}
.common-xiangmu-banner .arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
}
.contact-map {
  width: 50%;
  height: auto;
  cursor: pointer;
}
.contact-map img {
  width: 100%;
  height: 100%;
}