.trasitionBaseTxt {
  transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
}
.trasitionBaseOp {
  transition: all 1s linear;
}
.trasitionPhotovoltaic {
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.actBefore {
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
img {
  -webkit-touch-callout: default;
  border: 0;
  vertical-align: middle;
  pointer-events: none;
  width: 100%;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
input,
select {
  background: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.opacity0 {
  opacity: 0;
}
.none {
  display: none;
}
.poab {
  position: absolute;
  z-index: 2;
}
.pofix {
  position: fixed;
  z-index: 2;
}
.page {
  width: 100%;
}
.bannerPart {
  position: relative;
  z-index: 2;
}
.bannerPart .bannerVideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bannerPart .bannerVideo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.bannerPart .bannerTextWrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1460px;
  max-width: calc(100% - 2rem);
}
.bannerPart .bannerText1 {
  font-size: 0.66rem;
  line-height: 0.66rem;
  color: #fff;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.bannerPart .bannerText1.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.bannerPart .bannerText2 {
  margin-top: 0.32rem;
  color: #fff;
  position: absolute;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.bannerPart .bannerText2.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  .bannerPart .bannerTextWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .bannerPart .bannerTextWrap {
    width: 1460px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .bannerPart .bannerTextWrap {
    width: 1230px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .bannerPart .bannerTextWrap {
    width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .bannerPart .bannerVideo img {
    object-position: 74% 50%;
  }
  .bannerPart .bannerTextWrap {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    text-align: center;
  }
  .bannerPart .bannerText1 {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .bannerPart .bannerText2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.18rem;
  }
}
.videoPlayPart {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}
.videoPlayPart .videoPlayPartClose {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 44px;
  cursor: pointer;
  overflow: hidden;
  background-image: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/popup_close_button.png);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
}
.videoPlayPart .bannerV {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.trasitionBase {
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.trasitionBaseFont {
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.trasitionBaseTitle {
  transition: all 0.5s cubic-bezier(0, 0, 0.5, 1);
}
.trasitionBase8 {
  transition: all 0.8s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (min-width: 1920px) {
  .bannerPart .bannerText1 {
    font-size: 66px;
    line-height: 66px;
  }
  .bannerPart .bannerText2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 28px;
  }
  .bannerPart .bannerBtn {
    width: 150px;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 45px;
  }
}
@keyframes shine {
  0% {
    transform: rotate(30deg) translateX(-100%);
  }
  100% {
    transform: rotate(30deg) translateX(100%);
  }
}
.news_container {
  width: 100%;
  height: 765px;
  background-color: #ffffff;
  position: relative;
}
.news_container .newsWrap {
  width: 1460px;
  height: 565px;
  max-width: calc(100% - 2rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.news_container .newsWrap .title {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container .newsWrap .title span {
  font-size: 40px;
  line-height: 1;
  background: linear-gradient(to right, #006ab0, #00a2ff);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
}
.news_container .newsWrap .title.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container .newsWrap .button-more {
  width: 110px;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: #003863;
  border: 1px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(155deg, #00A7FF, #0061A3);
}
.news_container .newsWrap .button-more:hover {
  border: 1px solid #ffffff;
  background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
  color: #ffffff;
}
.news_container .newsWrap .more-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news_container .newsWrap .more-container .swiper-more {
  width: 769px;
  height: 544px;
  overflow: hidden;
  border-radius: 20px;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide {
  position: relative;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide img {
  width: 100%;
  height: 100%;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide #swiperImg {
  transition: opactiy 2s ease-in-out;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item {
  position: absolute;
  top: 50px;
  left: 40px;
  color: #003863;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item .swiper-item__title {
  font-size: 25px;
  line-height: 40px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item .swiper-item__title.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item .swiper-item__date {
  font-size: 18px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item .swiper-item__date.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container .newsWrap .more-container .swiper-more .swiper-slide .white-swiper {
  color: #ffffff;
}
.news_container .newsWrap .more-container .swiper-more {
  width: 776px;
  height: 463px;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 1s;
  transform-origin: center center;
}
.news_container .newsWrap .more-container .swiper-more:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 10px #98d0f9;
}
.news_container .newsWrap .more-container .swiper-more .img {
  width: 769px;
  height: 544px;
}
.news_container .newsWrap .more-container .swiper-more .swiperImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  /* 设置图片的过渡效果 */
}
.news_container .newsWrap .more-container .more-list {
  margin-left: 0.55rem;
}
.news_container .newsWrap .more-container .more-list .more-item {
  margin-bottom: 0.35rem;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more_title {
  font-size: 16px;
  color: #003863;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more_title.act {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more-item__desc {
  font-size: 14px;
  color: #646464;
  margin-top: 0.14rem;
  margin-bottom: 0.12rem;
  line-height: 26px;
  margin-right: 10px;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more-item__desc.act {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more_date {
  width: 120px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
  font-size: 14px;
  color: #003863;
  border: 1px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(155deg, #00A7FF, #0061A3);
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container .newsWrap .more-container .more-list .more-item .more-item__content .more_date.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container .newsWrap .more-container .more-list .more-item:first-child {
  margin-top: 0;
}
.news_container .newsWrap .more-container .more-list .more-item:last-child {
  margin-bottom: 0;
}
.news_container .newsWrap .more-container .more-list .more-item:hover .more_title {
  color: #0086E1;
}
.news_container .newsWrap .more-container .more-list .more-item:hover .more-item__desc {
  color: #0086E1;
}
.news_container .newsWrap .more-container .more-list .more-item:hover .more_date {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
}
@media screen and (min-width: 1280px) and (max-width: 1520px) {
  .news_container {
    height: 765px;
  }
  .news_container .newsWrap {
    width: 1230px;
    height: 565px;
  }
  .news_container .newsWrap .title span {
    font-size: 38px;
  }
  .news_container .newsWrap .swiper-more {
    width: 610px !important;
    height: 432px !important;
  }
  .news_container .newsWrap .swiper-more img {
    width: 100%;
    height: 100%;
  }
  .news_container .newsWrap .button-more {
    bottom: 0px;
  }
  .news_container .newsWrap .button-more:hover {
    border: 1px solid #ffffff;
    background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
    color: #ffffff;
  }
  .news_container .newsWrap .more-container .more-list .more-item .more-item__content .more_title {
    font-size: 16px;
    color: #003863;
  }
  .news_container .newsWrap .more-container .more-list .more-item .more-item__content .more-item__desc {
    font-size: 14px;
    color: #646464;
    margin-top: 0.15rem;
    margin-bottom: 10px;
    line-height: 26px;
    margin-right: 3px;
  }
  .news_container .newsWrap .more-container .more-list .more-item:last-child {
    margin-bottom: 0;
  }
  .news_container .newsWrap .more-container .more-list .more-item:hover .more_title {
    color: #0086E1;
  }
  .news_container .newsWrap .more-container .more-list .more-item:hover .more-item__desc {
    color: #0086E1;
  }
  .news_container .newsWrap .more-container .more-list .more-item:hover .more_date {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .news_container {
    height: 715px;
  }
  .news_container .newsWrap {
    width: 980px;
    height: 515px;
  }
  .news_container .newsWrap .title span {
    font-size: 38px;
  }
  .news_container .newsWrap .swiper-more {
    width: 514px !important;
    height: 417px !important;
  }
  .news_container .newsWrap .more-container .more-list .more-item {
    font-size: 16px;
  }
  .news_container .newsWrap .more-container .more-list .more-item__desc {
    font-size: 14px;
  }
}
.caseList {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding-bottom: 110px;
  padding-top: 20px;
}
.caseList .pageContent {
  width: 1460px;
  margin: 0 auto;
  max-width: calc(100% - 2rem);
}
.caseList .pageContent .tits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.caseList .pageContent .tits .tit {
  font-size: 40px;
}
.caseList .pageContent .tits .tit span {
  background: linear-gradient(to right, #006fb6, #009eff);
  -webkit-background-clip: text;
  color: transparent;
}
.caseList .pageContent .tits .filters2 {
  display: flex;
  align-items: center;
}
.caseList .pageContent .tits .filters2 .btn {
  font-size: 16px;
  width: 110px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003a6a;
  background: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/cta-bg.png);
  background-size: 100% 100%;
  padding: 1px;
  border-radius: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
.caseList .pageContent .tits .filters2 .btn span {
  margin-right: auto;
  margin-left: 22px;
}
.caseList .pageContent .tits .filters2 .btn .arr_icon {
  width: 16px;
  height: 10px;
  background: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/arrow_1.png);
  background-size: 100% 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.caseList .pageContent .tits .filters2 .btn:hover {
  color: #fff;
  background: linear-gradient(to right top, #005EB1, #00C6FD);
}
.caseList .pageContent .tits .filters2 .btn:hover .arr_icon {
  background: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/arrow_2.png);
  background-size: 100% 100%;
}
.caseList .pageContent .tits .filters2 .btn.active {
  color: #fff;
  background: linear-gradient(to right top, #005EB1, #00C6FD);
}
.caseList .pageContent .tits .filters2 .btn.active .arr_icon {
  background: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/arrow_2.png);
  background-size: 100% 100%;
}
.caseList .pageContent .tits .filters2 .btn .typeDetail {
  font-size: 14px;
  width: calc(100% - 25px);
  height: auto;
  padding: 7px 0 7px 25px;
  text-align: left;
  color: #646464;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.caseList .pageContent .tits .filters2 .btn .typeDetail .typeDi {
  line-height: 40px;
  cursor: pointer;
}
.caseList .pageContent .tits .filters2 .btn .typeDetail .typeDi.blue {
  color: #0086e1;
}
.caseList .pageContent .tits .filters2 .btn .typeDetail .typeDi:hover {
  color: #0086e1;
}
.caseList .pageContent .tits .filters {
  position: relative;
  z-index: 1;
}
.caseList .pageContent .tits .filters:hover .filterMenus {
  opacity: 1;
  height: 148px;
}
.caseList .pageContent .tits .filters .filterBtn {
  width: 210px;
  height: 69px;
  border-radius: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.caseList .pageContent .tits .filters .filterBtn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www-cdn.dscszy.com/wwwstorage/public/images/en-glb/module/arr_border.png);
  background-size: 100%;
  padding: 1px;
}
.caseList .pageContent .tits .filters .filterBtn span {
  font-size: 22px;
  color: #003863;
  margin-left: 45px;
}
.caseList .pageContent .tits .filters .filterBtn img {
  width: 18px;
  margin-right: 29px;
}
.caseList .pageContent .tits .filters .filterMenus {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.caseList .pageContent .tits .filters .filterMenus .menu {
  width: 100%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #003863;
  text-align: center;
}
.caseList .pageContent .tits .filters .filterMenus .menu:hover {
  color: #007bff;
}
.caseList .pageContent .tits.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.caseList .pageContent .lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caseList .pageContent .lists .item {
  position: relative;
  width: 32%;
  margin-top: 75px;
}
.caseList .pageContent .lists .item .image_content {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  display: block;
  border-radius: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.caseList .pageContent .lists .item .image_content.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.caseList .pageContent .lists .item .image_content img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.caseList .pageContent .lists .item .image_content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 99, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Smooth transition for opacity and transform */
}
.caseList .pageContent .lists .item .image_content .overlay-text {
  color: #ffffff;
  font-size: 14px;
  height: 130px;
  margin: 80px 20px;
  line-height: 25px;
}
.caseList .pageContent .lists .item .content {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.caseList .pageContent .lists .item .content.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.caseList .pageContent .lists .item .content .region {
  font-size: 14px;
  color: #646464;
  line-height: 1;
}
.caseList .pageContent .lists .item .content .title {
  font-size: 16px;
  color: #003863;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
}
.caseList .pageContent .lists .item .content .subtitle {
  font-size: 14px;
  color: #646464;
  line-height: 26px;
}
.caseList .pageContent .lists .item:hover .image_content {
  cursor: pointer;
  box-shadow: 5px 5px 10px #d1e9fa;
  transform: scale(1.02);
}
.caseList .pageContent .nums {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.caseList .pageContent .nums .left {
  cursor: pointer;
}
.caseList .pageContent .nums .left img {
  width: 9px;
  padding: 20px;
}
.caseList .pageContent .nums .middle {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caseList .pageContent .nums .middle .num {
  cursor: pointer;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 8px;
  color: #003863;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.caseList .pageContent .nums .middle .num.active {
  background: linear-gradient(to right, #006ac0, #00b0f3);
  color: #fff;
}
.caseList .pageContent .nums .middle .num.current {
  background: linear-gradient(to right, #006ac0, #00b0f3);
  color: #fff;
}
.caseList .pageContent .nums .right {
  cursor: pointer;
}
.caseList .pageContent .nums .right img {
  width: 9px;
  padding: 20px;
}
@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .caseList .pageContent {
    width: 1230px;
  }
  .caseList .pageContent .lists .item .image_content {
    /*height: 270px;*/
  }
  .caseList .pageContent .lists .item .content {
    margin-top: 30px;
  }
  .caseList .pageContent .lists .item .content .title {
    font-size: 16px;
  }
  .caseList .pageContent .lists .item .content .subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .caseList {
    padding-bottom: 70px;
  }
  .caseList .pageContent {
    width: 980px;
  }
  .caseList .pageContent .lists .item .image_content {
    /*height: 230px;*/
  }
  .caseList .pageContent .lists .item .image_content .overlay-text {
    font-size: 12px;
  }
  .caseList .pageContent .lists .item .content {
    margin-top: 30px;
  }
  .caseList .pageContent .lists .item .content .region {
    font-size: 12px;
  }
  .caseList .pageContent .lists .item .content .subtitle {
    font-size: 14px;
  }
  .caseList .pageContent .nums .middle {
    margin-top: 80px;
  }
}
.text-overflow-news {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lists_ul_wide {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.lists_ul_wide .item {
  width: 33.3%;
  box-sizing: border-box;
  width: calc(33.3% - 35px);
}
.lists_ul_wide .item:nth-child(2) {
  margin-left: 0;
}
.lists_ul_wide:only-child {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .lists_ul_wide {
    justify-content: flex-start;
  }
}
.news_container_wap {
  padding: 1.3rem 0.5rem;
  background-color: #ffffff;
}
.news_container_wap .newsWrap .title {
  margin: 0 0 0.5rem 0;
  text-align: center;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container_wap .newsWrap .title span {
  font-size: 0.48rem;
  line-height: 1;
  background: linear-gradient(to right, #006ab0, #00a2ff);
  /* 渐变色 */
  -webkit-background-clip: text;
  /* 裁剪背景 */
  color: transparent;
  /* 文字设置为透明以显示背景 */
}
.news_container_wap .newsWrap .title.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container_wap .newsWrap .button-more {
  width: 2rem;
  height: 0.6rem;
  position: relative;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.26rem;
  margin-top: 0.6rem;
  color: #003863;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(155deg, #00A7FF, #0061A3);
  opacity: 0;
}
.news_container_wap .newsWrap .button-more.act {
  transform: translate(-50%, 0);
  opacity: 1;
}
.news_container_wap .newsWrap .button-more:hover {
  border: 1px solid #ffffff;
  background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
  color: #ffffff;
}
.news_container_wap .newsWrap .more-container {
  width: 100%;
}
.news_container_wap .newsWrap .more-container .swiper-more {
  width: 100%;
  height: 3.65rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide {
  position: relative;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide img {
  width: 100%;
  height: 100%;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide #swiperImg {
  transition: opactiy 2s ease-in-out;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide .swiper-slide-item {
  position: absolute;
  color: #003863;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide .white-swiper {
  color: #ffffff;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiper-slide.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container_wap .newsWrap .more-container .swiper-more {
  width: 100%;
  height: 3.65rem;
  overflow: hidden;
  border-radius: 0.2rem;
  transition: transform 1s;
  transform-origin: center center;
}
.news_container_wap .newsWrap .more-container .swiper-more .img {
  width: 100%;
  height: 100%;
}
.news_container_wap .newsWrap .more-container .swiper-more .swiperImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  /* 设置图片的过渡效果 */
}
.news_container_wap .newsWrap .more-container .more-list {
  margin-top: 0.35rem;
}
.news_container_wap .newsWrap .more-container .more-list .more-item {
  margin-bottom: 0.4rem;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more_title {
  font-size: 0.28rem;
  color: #003863;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more_title.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more-item__desc {
  font-size: 0.28rem;
  color: #646464;
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
  line-height: 0.48rem;
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more-item__desc.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more_date {
  width: 1.48rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #003863;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(155deg, #00A7FF, #0061A3);
  opacity: 0;
  transform: translateY(25px);
  visibility: hidden;
}
.news_container_wap .newsWrap .more-container .more-list .more-item .more-item__content .more_date.act {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.news_container_wap .newsWrap .more-container .more-list .more-item:first-child {
  margin-top: 0;
}
.news_container_wap .newsWrap .more-container .more-list .more-item:last-child {
  margin-bottom: 0;
}
.news_container_wap .newsWrap .more-container .more-list .more-item:hover .more_title {
  color: #0086E1;
}
.news_container_wap .newsWrap .more-container .more-list .more-item:hover .more-item__desc {
  color: #0086E1;
}
.news_container_wap .newsWrap .more-container .more-list .more-item:hover .more_date {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: -webkit-linear-gradient(left, #00A7FF, #0061A3);
}
@media screen and (max-width: 980px) {
  .news_container {
    display: none;
  }
  .news_container_wap {
    display: block;
  }
  .caseList {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    padding-bottom: 1.6rem;
    padding-top: 0;
  }
  .caseList .pageContent {
    width: calc(100% - 1rem);
    margin: 0 auto;
    max-width: calc(100% - 1rem);
  }
  .caseList .pageContent .tits {
    display: block;
    margin-bottom: 25px;
  }
  .caseList .pageContent .tits .tit {
    font-size: 0.48rem;
    text-align: center;
  }
  .caseList .pageContent .tits .filters2 {
    justify-content: center;
    margin-top: 0.5rem;
  }
  .caseList .pageContent .tits .filters2 .btn {
    font-size: 0.26rem;
    width: 1.98rem;
    height: 0.58rem;
    padding: 0.01rem;
    border-radius: 0.6rem;
    margin-left: 0;
  }
  .caseList .pageContent .tits .filters2 .btn span {
    margin-left: 0.3rem;
  }
  .caseList .pageContent .tits .filters2 .btn .arr_icon {
    width: 0.24rem;
    height: 0.14rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
  }
  .caseList .pageContent .tits .filters2 .btn .typeDetail {
    font-size: 0.24rem;
    width: calc(100% - 0.2rem);
    padding: 0.07rem 0 0.07rem 0.2rem;
    border-radius: 0.08rem;
  }
  .caseList .pageContent .tits .filters2 .btn:last-child {
    margin-left: 0.25rem;
  }
  .caseList .pageContent .lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
  }
  .caseList .pageContent .lists .item {
    position: relative;
    width: 100%;
    margin-top: 0.9rem;
  }
  .caseList .pageContent .lists .item .image_content {
    width: 100%;
    /*height: 4.1rem;*/
    border-radius: 0.2rem;
  }
  .caseList .pageContent .lists .item .image_content img {
    border-radius: 0.2rem;
  }
  .caseList .pageContent .lists .item .image_content .bg {
    border-radius: 0.2rem;
  }
  .caseList .pageContent .lists .item .image_content .overlay {
    border-radius: 0.2rem;
  }
  .caseList .pageContent .lists .item .image_content .overlay-text {
    color: #003863;
    font-size: 0.28rem;
    height: 1.3rem;
    margin: 1.15rem 0.3rem;
    line-height: 0.48rem;
  }
  .caseList .pageContent .lists .item .content {
    margin-top: 0.5rem;
    opacity: 0;
    transform: translateY(25px);
    visibility: hidden;
  }
  .caseList .pageContent .lists .item .content.act {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .caseList .pageContent .lists .item .content .region {
    font-size: 0.22rem;
    color: #646464;
    line-height: 1;
  }
  .caseList .pageContent .lists .item .content .title {
    font-size: 0.28rem;
    color: #003863;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
    line-height: 0.48rem;
  }
  .caseList .pageContent .lists .item .content .subtitle {
    font-size: 0.24rem;
    color: #646464;
    line-height: 0.4rem;
  }
  .caseList .pageContent .lists .item:first-child {
    margin-top: 0.5rem;
  }
  .caseList .pageContent .nums {
    /*display: none;*/
  }
  .caseList .pageContent .productBtn {
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 25px);
    border: 0.02rem solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #41bfed, #0066cc);
    opacity: 0;
  }
  .caseList .pageContent .productBtn.act {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  .caseList .pageContent .productBtn:hover {
    color: #fff;
    border: none;
    background: linear-gradient(to right, #006ec0 0%, #00bdfc 100%);
  }
  .caseList .pageContent .nums .middle{
      margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .news_container {
    display: block;
  }
  .news_container_wap {
    display: none;
  }
  .caseList .nums {
    display: block;
  }
  .caseList .productBtn {
    display: none;
  }
}
    .lists_ul_wide .an_title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .lists_ul_wide .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .lists_ul_wide .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .lists_ul_wide .an_title a:hover, .lists_ul_wide .an_title a:focus {
        text-decoration: none;
        color: #333;
    }

    .lists_ul_wide .an_title .box .time {
        font-size: 14px;
    }

    .lists_ul_wide .an_title .box .title {
        font-size: 16px;

        padding-left: 20px;
        overflow: hidden;
    }

    .an_title .box {
        padding: 25px 0;
    }

    .lists_ul_wide .an_title .box:hover .title span {
        color: #003863;
        border-bottom: 1px solid #0068b7;
    }

    .lists_ul_wide .an_title {
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;

    }

    .lists_ul_wide .an_title.an_title__active {
        transform: translateY(0px);
        opacity: 1;
    }

    .news_container .newsWrap .more-container .more-list {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
