.kwh-page .page-banner {
  margin-top: 208px;
  position: relative;
  border-radius: 1vw 10vw 2vw 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  background: transparent linear-gradient(180deg, #A7C94F 0%, #C8E875 100%);
}
@media (max-width: 1680px) {
  .kwh-page .page-banner {
    border-radius: 1vw 11vw 3vw 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner {
    margin-top: 183px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner {
    margin-top: 123px;
  }
}
.kwh-page .page-banner .banner-box {
  border-radius: 1vw 10vw 2vw 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 1680px) {
  .kwh-page .page-banner .banner-box {
    border-radius: 1vw 11vw 3vw 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box {
    flex-direction: column;
  }
}
.kwh-page .page-banner .banner-box .swiper {
  position: relative;
  flex-grow: 1;
  min-width: 10%;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box .swiper {
    width: 100%;
  }
}
.kwh-page .page-banner .banner-box .swiper .swiper-slide {
  overflow: hidden;
  height: 725px;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box .swiper .swiper-slide {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .swiper .swiper-slide {
    height: 300px;
  }
}
.kwh-page .page-banner .banner-box .swiper .swiper-slide .pic {
  height: 100%;
  overflow: hidden;
}
.kwh-page .page-banner .banner-box .swiper .swiper-slide .pic img {
  height: 100%;
  object-fit: cover;
}
.kwh-page .page-banner .banner-box .swiper .swiper-button-prev,
.kwh-page .page-banner .banner-box .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
  background-color: #000;
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .swiper .swiper-button-prev,
  .kwh-page .page-banner .banner-box .swiper .swiper-button-next {
    height: 32px;
    width: 32px;
  }
}
.kwh-page .page-banner .banner-box .swiper .swiper-button-prev::after,
.kwh-page .page-banner .banner-box .swiper .swiper-button-next::after {
  font-size: 0.98rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .swiper .swiper-button-prev::after,
  .kwh-page .page-banner .banner-box .swiper .swiper-button-next::after {
    font-size: 0.888rem;
  }
}
.kwh-page .page-banner .banner-box .swiper .swiper-button-prev:hover,
.kwh-page .page-banner .banner-box .swiper .swiper-button-next:hover,
.kwh-page .page-banner .banner-box .swiper .swiper-button-prev:focus,
.kwh-page .page-banner .banner-box .swiper .swiper-button-next:focus {
  transform: translateY(50%) scale(1.1);
}
.kwh-page .page-banner .banner-box .swiper .swiper-button-prev {
  left: 26px;
}
.kwh-page .page-banner .banner-box .swiper .swiper-button-next {
  right: 26px;
}
.kwh-page .page-banner .banner-box .swiper .swiper-pagination {
  position: absolute;
}
.kwh-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.35s ease;
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.kwh-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.kwh-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet:hover,
.kwh-page .page-banner .banner-box .swiper .swiper-pagination .swiper-pagination-bullet:focus {
  background-color: #000;
  opacity: 1;
}
.kwh-page .page-banner .banner-box .fix-search {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 0 20px;
  padding: 50px 32px;
  max-width: 470px;
  color: #ffffff;
  background-color: #2E7DAA;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box .fix-search {
    border-radius: 0 0 20px 20px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .fix-search {
    padding: 32px;
    position: static;
    transform: translateY(0);
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .page-banner .banner-box .fix-search {
    padding: 22px;
  }
}
.kwh-page .page-banner .banner-box .fix-search h1 {
  margin-bottom: 54px;
  font-size: 2.222rem;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box .fix-search h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .fix-search h1 {
    margin-bottom: 20px;
    font-size: 1.777rem;
  }
}
.kwh-page .page-banner .banner-box .fix-search p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .banner-box .fix-search p {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .banner-box .fix-search p {
    margin-bottom: 32px;
    font-size: 0.888rem;
  }
}
.kwh-page .page-banner .banner-box .fix-search form {
  padding-top: 16px;
}
.kwh-page .page-banner .banner-box .fix-search form .input-group {
  border-radius: 10px;
  padding: 8px 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0.888rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.kwh-page .page-banner .banner-box .fix-search form .input-group input {
  border-radius: 10px !important;
  padding: 6px 12px;
  flex-grow: 1;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: transparent !important;
  width: 1px;
  display: block;
}
.kwh-page .page-banner .banner-box .fix-search form .input-group input:-internal-autofill-selected {
  background-color: transparent;
}
@media screen and (max-width: 576px) {
  .kwh-page .page-banner .banner-box .fix-search form .input-group input {
    padding: 6px 0;
  }
}
.kwh-page .page-banner .banner-box .fix-search form .input-group button {
  margin-left: 10px !important;
  border-radius: 10px !important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ad6432;
  color: #fff;
  white-space: nowrap;
}
.kwh-page .index-module {
  margin-top: 50px;
}
.kwh-page .index-module .module-tit {
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kwh-page .index-module .module-tit h1 {
  font-size: 2rem;
  color: #678717;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.kwh-page .index-module .module-tit .more-btn {
  border: 0 solid #fff;
  border-radius: 10px;
  padding: 12px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-size: 0.888rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  background-color: #60810E;
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  position: relative;
  line-height: 1.5;
  font-size: 1.111rem;
}
.kwh-page .index-module .module-tit .more-btn .icon-box + span,
.kwh-page .index-module .module-tit .more-btn span + .icon-box {
  margin-left: 5px;
  display: block;
}
.kwh-page .index-module .module-tit .more-btn.has-hover:hover,
.kwh-page .index-module .module-tit .more-btn.has-hover:focus {
  background-color: #fff;
  color: #fff;
}
.kwh-page .index-module .module-tit .more-btn .bi {
  font-size: 0.888rem;
  font-weight: bold;
}
.kwh-page .index-module .module-tit .more-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.333rem;
  height: 100%;
  background: url(../../images/icon/icon5.png) no-repeat bottom right / 100%;
  background-size: 100%;
}
.kwh-page .index-module .module-tit .more-btn:hover,
.kwh-page .index-module .module-tit .more-btn:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kwh-page .index-module .line {
  height: 5px;
}
.kwh-page .index-module .module-con {
  margin-top: 24px;
}
.kwh-page .index-module .btn-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
.kwh-page .our-services .line {
  background-image: linear-gradient(90deg, #0F93E9 0%, #9DD217 53%, #B5780E 100%);
}
.kwh-page .our-services .list {
  margin: -36px -18px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .kwh-page .our-services .list {
    flex-wrap: wrap;
  }
}
.kwh-page .our-services .list .item {
  padding: 36px 18px 0;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .kwh-page .our-services .list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .our-services .list .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .our-services .list .item {
    width: 100%;
  }
}
.kwh-page .our-services .list .item .box {
  box-shadow: 0px 3px 6px #0000001A;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
.kwh-page .our-services .list .item .box .pic {
  padding: 48px 0;
  text-align: center;
  flex-shrink: 0;
}
.kwh-page .our-services .list .item .box .pic img {
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.kwh-page .our-services .list .item .box .text-box {
  padding: 14px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.kwh-page .our-services .list .item .box .text-box .title {
  margin-bottom: 0;
  font-size: 1.333rem;
  color: #2d2d2d;
}
.kwh-page .our-services .list .item .box .text-box .bi {
  border-radius: 50%;
  background-color: #07874A;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0.666rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .our-services .list .item .box:hover,
.kwh-page .our-services .list .item .box:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kwh-page .our-services .list .item .box:hover .pic img,
.kwh-page .our-services .list .item .box:focus .pic img {
  transform: scale(1.1);
}
.kwh-page .our-services .list .item:nth-child(1n) .box .pic {
  background-image: linear-gradient(129deg, #BBEBE2 0%, #69C7B6 100%);
}
.kwh-page .our-services .list .item:nth-child(2n) .box .pic {
  background-image: linear-gradient(129deg, #D9F2E1 0%, #81DE9F 100%);
}
.kwh-page .our-services .list .item:nth-child(3n) .box .pic {
  background-image: linear-gradient(129deg, #DFF8C9 0%, #A2E369 100%);
}
.kwh-page .our-services .list .item:nth-child(4n) .box .pic {
  background-image: linear-gradient(129deg, #E2F1B4 0%, #BFE158 100%);
}
.kwh-page .our-services .list .item:nth-child(5n) .box .pic {
  background-image: linear-gradient(129deg, #E5ECB0 0%, #C8DB41 100%);
}
.kwh-page .our-services .list .item:nth-child(6n) .box .pic {
  background-image: linear-gradient(129deg, #E6E1B1 0%, #DCCD47 100%);
}
.kwh-page .news-module .line {
  background-image: linear-gradient(90deg, #0F93E9 0%, #9DD217 53%, #B5780E 100%);
}
.kwh-page .news-module .module-con {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.kwh-page .news-module .module-con > p.desc {
  padding: 0 15px;
  display: none;
}
.kwh-page .news-module .swiper {
  padding: 0 15px 15px;
  overflow: hidden;
}
.kwh-page .news-module .swiper .swiper-slide {
  height: auto;
}
.kwh-page .news-module .swiper .swiper-slide .report-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .kwh-page .news-module .swiper .swiper-slide .report-box {
    padding: 25px 30px;
  }
}
.kwh-page .news-module .swiper .swiper-slide .report-box:hover,
.kwh-page .news-module .swiper .swiper-slide .report-box:focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.kwh-page .news-module .swiper .swiper-slide .report-box:hover .img-btn .pic .img,
.kwh-page .news-module .swiper .swiper-slide .report-box:focus .img-btn .pic .img {
  transform: translate(-50%, -50%) scale(1.1);
}
.kwh-page .news-module .swiper .swiper-slide .report-box .text-box {
  color: #333;
  line-height: 1.5;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .text-box .time {
  font-size: 1rem;
  line-height: 1.22;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .text-box .title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.111rem;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .text-box .desc-info {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .pic .img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .pic::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box {
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #FFB200;
  padding: 12px 16px;
  background-color: #fffbf8;
  display: inline-block;
  transition: background-color 0.35s ease, border-color 0.35s ease;
  line-height: 1.1666;
  color: #000;
  text-decoration: none;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box .btn-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box .btn-con span + .bi,
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box .btn-con .bi + span {
  margin-left: 8px;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box .btn-con .bi {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #FFB200;
  color: #fff;
  font-size: 0.555rem;
  vertical-align: baseline;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box .btn-con .bi::before {
  line-height: 8px;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box:hover,
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box:focus {
  background-color: #FFB200;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box:hover .btn-con .bi,
.kwh-page .news-module .swiper .swiper-slide .report-box .img-btn .btn-radius-box:focus .btn-con .bi {
  background-color: #fff;
  color: #FFB200;
}
.kwh-page .news-module .swiper .pagination-navigation {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-prev,
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-next {
  position: static;
  height: 45px;
  width: 45px;
  background-color: #789D1B;
  border-radius: 50%;
  margin: 0 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-prev::after,
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-next::after {
  font-size: 0.666rem;
  color: #ffffff;
}
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-prev:hover,
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-next:hover,
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-prev:focus,
.kwh-page .news-module .swiper .pagination-navigation .swiper-button-next:focus {
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kwh-page .news-module .white-box {
  margin: 0 15px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 38px;
  background-color: #fff;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .kwh-page .news-module .white-box {
    padding: 28px;
  }
}
