.kwh-page .page-banner {
  margin-top: 208px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@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;
    flex-direction: column-reverse;
  }
}
.kwh-page .page-banner::before {
  border-radius: 20px;
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/pageBanner/bg1.png) no-repeat top center / cover;
  z-index: 1;
}
.kwh-page .page-banner.bg2::before {
  background-image: url(../images/pageBanner/bg2.png);
}
.kwh-page .page-banner.bg2 .left h1 {
  color: #000;
}
.kwh-page .page-banner.bg3::before {
  background-image: url(../images/pageBanner/bg3.png);
}
.kwh-page .page-banner.bg4::before {
  background-image: url(../images/pageBanner/bg4.png);
}
.kwh-page .page-banner .left {
  max-width: 585px;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .kwh-page .page-banner .left {
    max-width: 475px;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .left {
    max-width: 410px;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .page-banner .left {
    max-width: 344px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .left {
    max-width: 100%;
  }
}
.kwh-page .page-banner .left h1 {
  color: #fff;
  margin-top: 10%;
  margin-bottom: 0;
  font-family: GreycliffCF;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .kwh-page .page-banner .left h1 {
    font-size: 1.777rem;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .left h1 {
    margin-top: 0;
    padding: 32px;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .page-banner .left h1 {
    padding: 28px 15px;
  }
}
.kwh-page .page-banner .right {
  border-radius: 20px;
  width: calc(100% - 585px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .kwh-page .page-banner .right {
    width: calc(100% - 475px);
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-banner .right {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .page-banner .right {
    width: calc(100% - 344px);
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-banner .right {
    width: 100%;
  }
}
.kwh-page .shadow-box {
  margin-top: 48px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .kwh-page .shadow-box {
    padding: 24px;
  }
}
.kwh-page .shadow-box .shadow-box-tit1 {
  margin-bottom: 32px;
  border-bottom: 3px solid #AD6332;
  padding-bottom: 15px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  font-size: 1.555rem;
  color: #000;
}
.kwh-page .shadow-box .shadow-box-tit1.yellow {
  border-color: #f6dca0;
}
.kwh-page .shadow-box .shadow-box-tit1.green {
  border-color: #07874a;
}
.kwh-page .shadow-box .shadow-box-tit2 {
  margin: 48px 0 8px;
  border-left: 5px solid #AD6332;
  padding: 16px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  background-color: #efe0d6;
  font-size: 1.333rem;
}
.kwh-page .shadow-box .shadow-box-tit2.green {
  border-color: #0e9855;
  background-color: rgba(14, 152, 85, 0.185);
}
.kwh-page .shadow-box .shadow-box-tit2.yellow {
  border-color: #f6dca0;
  background-color: rgba(246, 220, 160, 0.185);
}
.kwh-page .shadow-box .shadow-box-tit2.blue {
  border-color: #619bbd;
  background-color: #DCF3FC;
}
.kwh-page .shadow-box .shadow-box-tit2:first-child {
  margin-top: 0;
}
.kwh-page .shadow-box .shadow-box-tit3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1.111rem;
  color: #AD6332;
}
.kwh-page .shadow-box .shadow-box-tit3.green {
  color: #07874a;
}
.kwh-page .shadow-box .shadow-box-tit3.black {
  color: #2d2d2d;
}
.kwh-page .shadow-box .shadow-box-tit4 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.111rem;
  color: #000;
  font-family: "GreycliffCFBold";
  font-weight: bold;
}
.kwh-page .shadow-box .shadow-box-tit5 {
  margin-top: 16px;
  font-size: 1rem;
  color: #000;
  font-family: "GreycliffCFBold";
  font-weight: bold;
}
.kwh-page .shadow-box .shadow-box-tit1 + .shadow-box-tit2,
.kwh-page .shadow-box .shadow-box-tit1 + .shadow-box-tit3,
.kwh-page .shadow-box .shadow-box-tit3 + p,
.kwh-page .shadow-box .shadow-box-tit1 + .shadow-box-tit4 {
  margin-top: 0;
}
.kwh-page .shadow-box .shadow-box-tit4 + p,
.kwh-page .shadow-box .shadow-box-tit4 + .unorder-list {
  margin-top: -14px;
}
.kwh-page .shadow-box .shadow-box-tit2 + .shadow-box-tit5 {
  margin-top: 24px;
}
.kwh-page .shadow-box > .pic {
  margin-top: 24px;
}
.kwh-page .shadow-box p {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
.kwh-page .shadow-box p:first-child {
  margin-top: 0;
}
.kwh-page .icons-and-copywriting-box {
  margin-top: 16px;
  flex-grow: 1;
}
.kwh-page .icons-and-copywriting-box .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.kwh-page .icons-and-copywriting-box .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 425px) {
  .kwh-page .icons-and-copywriting-box .list .item {
    flex-direction: column;
  }
}
.kwh-page .icons-and-copywriting-box .list .item .icons {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #AD6332;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .kwh-page .icons-and-copywriting-box .list .item .icons {
    margin-bottom: 20px;
    width: 55px;
    height: 55px;
  }
}
.kwh-page .icons-and-copywriting-box .list .item .copywriting {
  padding-left: 30px;
  flex-grow: 1;
  min-width: 10%;
}
@media screen and (max-width: 425px) {
  .kwh-page .icons-and-copywriting-box .list .item .copywriting {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.kwh-page .icons-and-copywriting-box .list .item .copywriting .tit {
  margin: 0 0 8px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.kwh-page .icons-and-copywriting-box .list .item .copywriting .text {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 425px) {
  .kwh-page .icons-and-copywriting-box .list .item .copywriting .btn-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.kwh-page .icons-and-copywriting-box.yellow .list .item .icons {
  background-color: #f6dca0;
}
.kwh-page .shadow-box-tit1 + .icons-and-copywriting-box .list .item:first-child {
  padding-top: 0;
}
.kwh-page .row .icons-and-copywriting-box,
.kwh-page .row .iframe-box {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .row .icons-and-copywriting-box,
  .kwh-page .row .iframe-box {
    margin-top: 16px;
  }
}
.kwh-page .num-and-copywriting-box {
  margin-top: 24px;
}
.kwh-page .num-and-copywriting-box .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  padding-top: 11px;
}
.kwh-page .num-and-copywriting-box .list .item .num {
  border-radius: 50%;
  border: 4px solid #AD6332;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  font-size: 1.333rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .kwh-page .num-and-copywriting-box .list .item .num {
    width: 45px;
    height: 45px;
    font-size: 0.888rem;
  }
}
.kwh-page .num-and-copywriting-box .list .item .copywriting {
  padding-left: 22px;
  flex-grow: 1;
}
@media screen and (max-width: 425px) {
  .kwh-page .num-and-copywriting-box .list .item .copywriting {
    padding-left: 15px;
  }
}
.kwh-page .num-and-copywriting-box .list .item .copywriting .tit {
  margin: 0 0 8px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.kwh-page .num-and-copywriting-box .list .item .copywriting .text {
  margin: 0;
  line-height: 1.35;
  font-size: 1.111rem;
  color: #000;
}
.kwh-page .iframe-box {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .kwh-page .iframe-box {
    min-height: 300px;
  }
}
.kwh-page .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kwh-page .btn-radius-box {
  margin-top: 16px;
  border-radius: 5px;
  border: 2px solid #AD6332;
  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 .btn-radius-box.blue {
  border: 2px solid #619bbd;
}
.kwh-page .btn-radius-box.blue .btn-con .bi {
  background-color: #619bbd;
}
.kwh-page .btn-radius-box.blue:hover,
.kwh-page .btn-radius-box.blue:focus {
  background-color: #619bbd;
}
.kwh-page .btn-radius-box.blue:hover .btn-con .bi,
.kwh-page .btn-radius-box.blue:focus .btn-con .bi {
  color: #619bbd;
}
.kwh-page .btn-radius-box.yellow {
  border: 2px solid #ffb200;
}
.kwh-page .btn-radius-box.yellow .btn-con .bi {
  background-color: #ffb200;
}
.kwh-page .btn-radius-box.yellow:hover,
.kwh-page .btn-radius-box.yellow:focus {
  background-color: #ffb200;
}
.kwh-page .btn-radius-box.yellow:hover .btn-con .bi,
.kwh-page .btn-radius-box.yellow:focus .btn-con .bi {
  color: #ffb200;
}
.kwh-page .btn-radius-box.green {
  border: 2px solid #07874a;
  background-color: rgba(7, 135, 74, 0.16);
}
.kwh-page .btn-radius-box.green[title='Download'] span + .bi,
.kwh-page .btn-radius-box.green[title='Download'] .bi + span {
  margin-left: 10px;
}
.kwh-page .btn-radius-box.green[title='Download'] .btn-con .bi {
  border-radius: 0;
  color: #07874a;
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 1.111rem;
}
.kwh-page .btn-radius-box.green[title='Download']:hover,
.kwh-page .btn-radius-box.green[title='Download']:focus {
  background-color: #07874a;
}
.kwh-page .btn-radius-box.green[title='Download']:hover .btn-con .bi,
.kwh-page .btn-radius-box.green[title='Download']:focus .btn-con .bi {
  color: #fff;
}
.kwh-page .btn-radius-box.green .btn-con .bi {
  background-color: #07874a;
}
.kwh-page .btn-radius-box.green:hover,
.kwh-page .btn-radius-box.green:focus {
  background-color: #07874a;
}
.kwh-page .btn-radius-box.green:hover .btn-con .bi,
.kwh-page .btn-radius-box.green:focus .btn-con .bi {
  color: #07874a;
}
.kwh-page .btn-radius-box .btn-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .btn-radius-box .btn-con span + .bi,
.kwh-page .btn-radius-box .btn-con .bi + span {
  margin-left: 32px;
}
.kwh-page .btn-radius-box .btn-con .bi {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #AD6332;
  color: #fff;
  font-size: 0.555rem;
  vertical-align: baseline;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .btn-radius-box .btn-con .bi::before {
  line-height: 8px;
}
.kwh-page .btn-radius-box:hover,
.kwh-page .btn-radius-box:focus {
  background-color: #AD6332;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.kwh-page .btn-radius-box:hover .btn-con .bi,
.kwh-page .btn-radius-box:focus .btn-con .bi {
  background-color: #fff;
  color: #AD6332;
}
.kwh-page .btn-radius-box.hide-btn {
  opacity: 0;
  position: relative;
  z-index: -1;
}
.kwh-page .btn-list {
  margin-top: 16px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kwh-page .btn-list .btn-radius-box,
.kwh-page .btn-list .download-btn {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .shadow-box-tit1 + .btn-list {
  margin-top: -16px;
}
.kwh-page .htbox {
  margin-top: 24px;
}
.kwh-page .htbox .list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .kwh-page .htbox .list {
    margin-bottom: -25px;
    flex-wrap: wrap;
  }
}
.kwh-page .htbox .list .ht-item {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .htbox .list .ht-item {
    margin-bottom: 25px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .kwh-page .htbox .list .ht-item {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  .kwh-page .htbox .list .ht-item {
    width: 100%;
  }
}
.kwh-page .htbox .list .item-box {
  width: 100%;
  height: 117px;
  background: no-repeat top center / contain;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .kwh-page .htbox .list .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 96px;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .htbox .list .item-box {
    height: 82px;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .htbox .list .item-box {
    height: 68px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .htbox .list .item-box {
    height: 78px;
  }
}
.kwh-page .htbox .list .item-box .num-text {
  padding-top: 8px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .kwh-page .htbox .list .item-box .num-text {
    padding-top: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .htbox .list .item-box .num-text {
    font-size: 1.777rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .htbox .list .item-box .num-text {
    font-size: 1.6rem;
  }
}
.kwh-page .htbox .list .item-box .text {
  font-size: 1.111rem;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .kwh-page .htbox .list .item-box .text {
    line-height: 1.1;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .htbox .list .item-box .text {
    font-size: 1rem;
  }
}
.kwh-page .graphics-and-text-list {
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .kwh-page .graphics-and-text-list {
    margin-top: 0;
  }
}
.kwh-page .graphics-and-text-list .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.kwh-page .graphics-and-text-list .list .item {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .kwh-page .graphics-and-text-list .list .item {
    margin-top: 24px;
    flex-direction: column-reverse;
  }
  .kwh-page .graphics-and-text-list .list .item:nth-child(2n) {
    flex-direction: column;
  }
}
.kwh-page .graphics-and-text-list .list .item .item-box {
  width: calc(50% - 75px);
}
@media screen and (max-width: 1400px) {
  .kwh-page .graphics-and-text-list .list .item .item-box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .graphics-and-text-list .list .item .item-box {
    width: 100%;
  }
  .kwh-page .graphics-and-text-list .list .item .item-box p {
    margin-top: 8px;
  }
}
.kwh-page .graphics-and-text-list .list .item .item-box .pic {
  width: 100%;
}
.kwh-page .left-right-tables {
  margin-top: 16px;
}
.kwh-page .left-right-tables table {
  width: 100%;
}
.kwh-page .left-right-tables table tr {
  border-bottom: 10px solid #fff;
}
.kwh-page .left-right-tables table tr:last-child {
  border: none;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-right-tables table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-shrink;
  }
}
.kwh-page .left-right-tables table tr td {
  padding: 16px 12px;
  font-size: 18px;
  line-height: 1.5;
}
.kwh-page .left-right-tables table tr td:first-child {
  background-color: #AD6332;
  color: #ffffff;
  font-family: 'GreycliffCFBold';
  font-weight: bold;
}
.kwh-page .left-right-tables table tr td:last-child {
  background-color: #efe0d6;
  color: #000;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-right-tables table tr td {
    width: 100%;
  }
}
.kwh-page .left-right-tables table tr td .unorder-list {
  margin-top: 0;
}
.kwh-page .left-right-tables.green table tr td:first-child {
  background-color: #d2e102;
  color: #000;
}
.kwh-page .left-right-tables.green table tr td:last-child {
  background-color: #fafce5;
}
.kwh-page .page-breadcrumbs {
  margin-top: 52px;
}
.kwh-page .page-breadcrumbs ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin: -16px -16px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-breadcrumbs ul {
    margin: -16px -12px 0;
  }
}
.kwh-page .page-breadcrumbs ul li {
  padding: 16px 16px 0;
  width: 20%;
}
@media screen and (max-width: 1400px) {
  .kwh-page .page-breadcrumbs ul li {
    padding: 16px 12px 0;
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .page-breadcrumbs ul li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .page-breadcrumbs ul li {
    width: 100%;
  }
}
.kwh-page .page-breadcrumbs ul li a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 2px solid #AD6332;
  text-decoration: none;
  background-color: #fff;
  height: 100%;
  transition: background-color 0.35s ease-in-out;
}
.kwh-page .page-breadcrumbs ul li a .icos {
  width: 60px;
  min-height: 60px;
  flex-shrink: 0;
  background-color: #efe0d6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .page-breadcrumbs ul li a .icos .bi {
  border-radius: 50%;
  width: 1.111rem;
  height: 1.111rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #AD6332;
  color: #fff;
}
.kwh-page .page-breadcrumbs ul li a .text {
  padding: 10px;
  color: #000;
  font-size: 1rem;
  line-height: 1.222;
  flex-grow: 1;
  text-align: center;
  transition: color 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .page-breadcrumbs ul li a:hover,
.kwh-page .page-breadcrumbs ul li a.active,
.kwh-page .page-breadcrumbs ul li a:focus {
  background-color: #AD6332;
}
.kwh-page .page-breadcrumbs ul li a:hover .text,
.kwh-page .page-breadcrumbs ul li a.active .text,
.kwh-page .page-breadcrumbs ul li a:focus .text {
  color: #fff;
}
.kwh-page .page-breadcrumbs.green ul li a {
  border-bottom: 2px solid #d2e102;
}
.kwh-page .page-breadcrumbs.green ul li a .icos {
  background-color: #d2e102;
}
.kwh-page .page-breadcrumbs.green ul li a .icos .bi {
  background-color: #fff;
  color: #d2e102;
}
.kwh-page .page-breadcrumbs.green ul li a:hover,
.kwh-page .page-breadcrumbs.green ul li a.active,
.kwh-page .page-breadcrumbs.green ul li a:focus {
  background-color: #0e9855;
}
.kwh-page .left-text-right-picture {
  margin-top: 16px;
}
.kwh-page .left-text-right-picture > .list > .item {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .left-text-right-picture > .list > .item:first-child {
  margin-top: 0;
}
.kwh-page .left-text-right-picture > .list > .item .left-text {
  padding-right: 32px;
  flex-grow: 1;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-text-right-picture > .list > .item .left-text {
    padding-right: 0;
    width: 100%;
  }
}
.kwh-page .left-text-right-picture > .list > .item .left-text .unorder-list:first-child,
.kwh-page .left-text-right-picture > .list > .item .left-text .shadow-box-tit3:first-child {
  margin-top: 0;
}
.kwh-page .left-text-right-picture > .list > .item .right-picture {
  width: 400px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-text-right-picture > .list > .item .right-picture {
    margin-top: 16px;
    width: 100%;
  }
}
.kwh-page .left-text-right-picture > .list > .item .right-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out;
}
.kwh-page .left-text-right-picture > .list > .item .right-picture::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-text-right-picture > .list > .item {
    flex-wrap: wrap;
  }
}
.kwh-page .shadow-box-tit1 + .left-text-right-picture .list .item .left-text p {
  padding-top: 0;
}
.kwh-page .left-picture-right-copywriting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(173, 99, 50, 0.56);
}
@media screen and (max-width: 1400px) {
  .kwh-page .left-picture-right-copywriting {
    align-items: stretch;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .left-picture-right-copywriting {
    flex-wrap: wrap;
  }
}
.kwh-page .left-picture-right-copywriting .left-picture {
  width: 41.66666667%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .left-picture-right-copywriting .left-picture {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .left-picture-right-copywriting .left-picture .pic {
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .left-picture-right-copywriting .left-picture .pic img {
    height: 100%;
    object-fit: cover;
  }
}
.kwh-page .left-picture-right-copywriting .right-copywriting {
  padding-left: 24px;
  flex-grow: 1;
}
@media screen and (max-width: 1400px) {
  .kwh-page .left-picture-right-copywriting .right-copywriting {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .left-picture-right-copywriting .right-copywriting {
    width: 100%;
  }
}
.kwh-page .left-picture-right-copywriting .right-copywriting .tit {
  font-size: 1rem;
}
.kwh-page .table-box {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}
.kwh-page .table-box.nowrap table tr td,
.kwh-page .table-box.nowrap table tr th {
  white-space: nowrap;
}
.kwh-page .table-box.yellow table thead tr {
  background: #f6dca0;
  color: #000;
}
.kwh-page .table-box.yellow table tbody tr {
  background: #fdf8ec;
}
.kwh-page .table-box.green2 table thead tr {
  background: #d2e102;
  color: #000;
}
.kwh-page .table-box.green2 table tbody tr {
  background: #fafce5;
}
.kwh-page .table-box table {
  width: 100%;
}
.kwh-page .table-box table tr.colspan-box {
  background-color: #efe0d6;
  font-size: 1.333rem;
}
.kwh-page .table-box table tr.colspan-box td[colspan] {
  font-family: 'GreycliffCFBold';
  text-align: center;
  font-weight: bold;
}
.kwh-page .table-box table tr td,
.kwh-page .table-box table tr th {
  border: 1px solid #dee2e6;
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .kwh-page .table-box table tr td,
  .kwh-page .table-box table tr th {
    white-space: nowrap;
  }
}
.kwh-page .table-box table tr td .unorder-list,
.kwh-page .table-box table tr th .unorder-list {
  margin-top: 0;
}
.kwh-page .table-box table thead tr {
  background: #9c6844;
  color: #fff;
  font-weight: bold;
  font-family: 'GreycliffCFBold';
}
.kwh-page .table-box table tbody tr {
  background: #f7f3f2;
}
.kwh-page .unorder-list {
  margin-top: 16px;
}
.kwh-page .unorder-list ul li {
  margin-top: 8px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
}
.kwh-page .unorder-list ul li:first-child {
  margin-top: 0;
}
.kwh-page .unorder-list ul li::before {
  margin-top: 11px;
  margin-right: 10px;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e19951;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
}
.kwh-page .unorder-list ul li span,
.kwh-page .unorder-list ul li strong {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kwh-page .unorder-list ul li span div,
.kwh-page .unorder-list ul li strong div {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kwh-page .unorder-list ul li .shadow-box-tit3 {
  margin: 0;
}
.kwh-page .unorder-list ul a,
.kwh-page .unorder-list ul b {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
}
.kwh-page .unorder-list ul ul {
  padding-left: 16px;
}
.kwh-page .unorder-list ul ul li:first-child {
  margin-top: 8px;
}
.kwh-page .unorder-list.green ul li::before {
  background-color: #07874a;
}
.kwh-page .download-btn {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kwh-page .download-btn a {
  border: 2px solid #da924a;
  border-radius: 10px;
  padding: 10px 24px;
  color: #da924a;
  background-color: rgba(255, 251, 248, 0.6);
  transition: all 0.35s ease-in-out;
  font-size: 0.888rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
  max-width: 250px;
}
.kwh-page .download-btn a .icon-box + span,
.kwh-page .download-btn a span + .icon-box {
  margin-left: 20px;
  display: block;
}
.kwh-page .download-btn a.has-hover:hover,
.kwh-page .download-btn a.has-hover:focus {
  background-color: #da924a;
  color: #fff;
}
.kwh-page .download-btn a .icon-box {
  width: 20px;
}
.kwh-page .download-btn a span {
  font-size: 1rem;
  line-height: 1.5;
}
.kwh-page .download-btn a:hover,
.kwh-page .download-btn a:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #da924a;
}
.kwh-page .download-btn.green a {
  border: 2px solid #07874a;
  border-radius: 10px;
  padding: 10px 24px;
  color: #07874a;
  background-color: rgba(228, 242, 235, 0.6);
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-size: 0.888rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .download-btn.green a .icon-box + span,
.kwh-page .download-btn.green a span + .icon-box {
  margin-left: 20px;
  display: block;
}
.kwh-page .download-btn.green a.has-hover:hover,
.kwh-page .download-btn.green a.has-hover:focus {
  background-color: #07874a;
  color: #fff;
}
.kwh-page .download-btn.green a:hover,
.kwh-page .download-btn.green a:focus {
  color: #07874a;
}
.kwh-page .left-icon-right-copywriting {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .kwh-page .left-icon-right-copywriting {
    flex-wrap: wrap;
  }
}
.kwh-page .left-icon-right-copywriting .icos {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .left-icon-right-copywriting .right-copywriting {
  padding-left: 30px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .kwh-page .left-icon-right-copywriting .right-copywriting {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
.kwh-page .icons-w30 li {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .icons-w30 li:first-child {
  margin-top: 0;
}
.kwh-page .icons-w30 li .pic {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.kwh-page .icons-w30 li .text {
  flex-grow: 1;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kwh-page .tabs-box .tab-list ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .kwh-page .tabs-box .tab-list ul {
    flex-wrap: wrap;
  }
}
.kwh-page .tabs-box .tab-list ul li {
  border: 1px solid #cccccc;
  border-bottom: none;
  background-color: #ffe9dc;
  padding: 16px;
  color: #787878;
  width: 20%;
  text-align: center;
  height: 80px;
  line-height: 1.2;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .kwh-page .tabs-box .tab-list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .tabs-box .tab-list ul li {
    padding: 10px;
    width: 50%;
    height: 56px;
  }
}
.kwh-page .tabs-box .tab-list ul li:hover,
.kwh-page .tabs-box .tab-list ul li:focus {
  color: #AD6332;
}
.kwh-page .tabs-box .tab-list ul li.active {
  background-color: #AD6332;
  color: #ffffff;
}
.kwh-page .tabs-box .tab-panel-list {
  border: 1px solid #cccccc;
  padding: 48px;
  background-color: #f9f3f1;
}
@media screen and (max-width: 992px) {
  .kwh-page .tabs-box .tab-panel-list {
    padding: 24px;
  }
}
.kwh-page .tabs-box .tab-panel-list .tab-panel {
  display: none;
}
.kwh-page .tabs-box .tab-panel-list .tab-panel.active {
  display: block;
}
.kwh-page .tabs-box .tab-panel-list .tab-panel .pic {
  width: 100%;
}
.kwh-page .service-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  box-shadow: 2px 3px 8px rgba(7, 135, 74, 0.3);
  height: 100%;
  text-decoration: none !important;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.kwh-page .service-block .service-block-img {
  margin: auto 0;
  width: 45%;
  object-fit: cover;
  transition: opacity 1s ease;
  flex-shrink: 0;
}
.kwh-page .service-block .service-block-img .pic {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .kwh-page .service-block .service-block-img {
    width: 27%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .kwh-page .service-block .service-block-img .pic {
    position: relative;
  }
  .kwh-page .service-block .service-block-img .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
  }
  .kwh-page .service-block .service-block-img .pic::after {
    content: '';
    padding-top: 100%;
    width: 100%;
    display: block;
  }
}
.kwh-page .service-block .service-block-title {
  padding: 10px;
  flex-grow: 1;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kwh-page .service-block .service-block-title .bi {
  margin-left: 15px;
  border-radius: 50%;
  width: 1.111rem;
  height: 1.111rem;
  flex-shrink: 0;
  transition: background-color 0.5s ease;
  background-color: #07874a;
  color: #fff;
  font-size: 0.666rem;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .service-block:hover,
.kwh-page .service-block:focus {
  background-color: #07874a;
  color: #fff;
}
.kwh-page .service-block:hover .service-block-img,
.kwh-page .service-block:focus .service-block-img {
  opacity: 0.8;
}
.kwh-page .service-block:hover .service-block-title .bi,
.kwh-page .service-block:focus .service-block-title .bi {
  background-color: #fff;
  color: #07874a;
}
.kwh-page .box-list .box-item .awards-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10px;
  padding: 36px 26px;
  background-color: #dcf3fc;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.kwh-page .box-list .box-item .awards-box .text-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
}
.kwh-page .box-list .box-item .awards-box .text-box .box-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.kwh-page .box-list .box-item .awards-box .text-box .box-info .arrows {
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
}
.kwh-page .box-list .box-item .awards-box .text-box .box-info .date-text {
  margin-bottom: 10px;
  font-size: 0.888rem;
  color: #333;
  line-height: 1.4;
}
.kwh-page .box-list .box-item .awards-box .text-box .box-info .title {
  margin-bottom: 8px;
  font-size: 1.333rem;
  color: #0a4263;
  line-height: 1.4;
  font-family: "GreycliffCFBold";
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .kwh-page .box-list .box-item .awards-box .text-box .box-info .title {
    font-size: 1.111rem;
  }
}
.kwh-page .box-list .box-item .awards-box .text-box .btn-radius-box {
  margin-top: 0;
  flex-shrink: 0;
}
.kwh-page .box-list .box-item .awards-box .box-img {
  margin-top: 24px;
  width: 100%;
  flex-shrink: 0;
}
.kwh-page .box-list .box-item .report-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 10px;
  padding: 32px 38px;
  background-color: #f2f2f2;
  height: 100%;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .kwh-page .box-list .box-item .report-box {
    padding: 25px 30px;
  }
}
.kwh-page .box-list .box-item .report-box:not(.hide-btn):hover,
.kwh-page .box-list .box-item .report-box:not(.hide-btn):focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kwh-page .box-list .box-item .report-box:not(.hide-btn):hover .img-btn .pic .img,
.kwh-page .box-list .box-item .report-box:not(.hide-btn):focus .img-btn .pic .img {
  transform: translate(-50%, -50%) scale(1.1);
}
.kwh-page .box-list .box-item .report-box.is-video .img-btn .pic {
  position: relative;
}
.kwh-page .box-list .box-item .report-box.is-video .img-btn .pic::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.kwh-page .box-list .box-item .report-box.is-video .img-btn .pic .bi {
  border-radius: 50%;
  border: 2px solid #da924a;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
  font-size: 26px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .kwh-page .box-list .box-item .report-box.is-video .img-btn .pic .bi {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.kwh-page .box-list .box-item .report-box.is-video .img-btn .pic .bi:hover,
.kwh-page .box-list .box-item .report-box.is-video .img-btn .pic .bi:focus {
  background-color: #da924a;
}
.kwh-page .box-list .box-item .report-box .text-box {
  color: #000;
  line-height: 1.5;
}
.kwh-page .box-list .box-item .report-box .text-box .time {
  font-size: 0.888rem;
  line-height: 1.3125;
}
.kwh-page .box-list .box-item .report-box .text-box .title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
  font-size: 1.333rem;
}
.kwh-page .box-list .box-item .report-box .text-box .desc-info {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
}
.kwh-page .box-list .box-item .report-box .img-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kwh-page .box-list .box-item .report-box .img-btn .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kwh-page .box-list .box-item .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 .box-list .box-item .report-box .img-btn .pic::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kwh-page .box-list .box-item .report-box .img-btn .btn-radius-box {
  margin-top: 20px;
}
.kwh-page .box-list .box-item .report-box.hide-btn .img-btn .btn-radius-box {
  opacity: 0;
  position: relative;
  z-index: -1;
}
.kwh-page .box-list.awards {
  margin-bottom: -48px;
}
.kwh-page .box-list.awards .box-item {
  margin-bottom: 48px;
}
.kwh-page .box-list.awards .box-item.hide {
  display: none;
}
.kwh-page .box-list.report {
  margin-bottom: -40px;
  --bs-gutter-x: 40px;
}
.kwh-page .box-list.report .box-item {
  margin-bottom: 40px;
}
.kwh-page .horizontal-table-box {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box {
    display: block;
  }
  .kwh-page .horizontal-table-box thead {
    display: none;
  }
  .kwh-page .horizontal-table-box tbody {
    display: block;
  }
}
.kwh-page .horizontal-table-box tr {
  border-bottom: 1px solid #cccccc;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box tr {
    display: block;
  }
}
.kwh-page .horizontal-table-box tr th {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  min-width: 240px;
  font-weight: normal;
}
.kwh-page .horizontal-table-box tr th.news-title {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .kwh-page .horizontal-table-box tr th {
    min-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .horizontal-table-box tr th {
    min-width: 150px;
  }
}
.kwh-page .horizontal-table-box tr th .iconfont {
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
.kwh-page .horizontal-table-box tr td {
  min-width: 240px;
  font-size: 1rem;
}
.kwh-page .horizontal-table-box tr td.news-title {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box tr td.news-title {
    padding: 4px 0 10px;
  }
}
@media screen and (max-width: 1400px) {
  .kwh-page .horizontal-table-box tr td {
    min-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .horizontal-table-box tr td {
    min-width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box tr td {
    padding: 4px 0 10px;
    width: 100%;
    display: block;
    position: relative;
  }
}
.kwh-page .horizontal-table-box tr td.btn {
  padding: 0;
  min-width: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .kwh-page .horizontal-table-box tr td.btn .btn-radius-box {
    margin-top: 0;
  }
}
.kwh-page .horizontal-table-box tr td.btn .btn-radius-box .btn-con span {
  white-space: nowrap;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .kwh-page .horizontal-table-box tr td.btn .btn-radius-box .btn-con .bi {
    margin-left: 18px;
  }
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box tr td.btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.kwh-page .horizontal-table-box tr td .mobile-show {
  display: none;
}
@media screen and (max-width: 992px) {
  .kwh-page .horizontal-table-box tr td .mobile-show {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .kwh-page .horizontal-table-box tr td .mobile-show .iconfont {
    margin-right: 8px;
    display: block;
  }
}
.kwh-page .horizontal-table-box tr td .td-text {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .news-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 12px 8px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #eeeeee;
  font-size: 1rem;
}
.kwh-page .news-tag .bi {
  margin-right: 8px;
  font-size: 1rem;
  color: #ffb200;
  line-height: 1;
}
.kwh-page .pic-box {
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.kwh-page .pic-box .pic {
  width: 100%;
}
.kwh-page .pic-box p {
  font-size: 0.888rem;
  color: #333;
  line-height: 1.5;
}
.kwh-page .pic-list {
  margin-top: 16px;
}
.kwh-page .pic-list .row {
  --bs-gutter-y: 28px;
  --bs-gutter-x: 28px;
}
.kwh-page .pic-list .pic {
  display: block;
  background-color: #eee;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.kwh-page .pic-list .pic .ele {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease-in-out;
}
.kwh-page .pic-list .pic::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kwh-page .pic-list .pic.video-box {
  position: relative;
}
.kwh-page .pic-list .pic.video-box::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/icon/playButton.png) no-repeat center / 100%;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 10;
  pointer-events: none;
}
.kwh-page .pic-list .pic.video-box::after {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.kwh-page .pic-list .title {
  margin-top: 8px;
  font-size: 1rem;
  color: #07874a;
}
.kwh-page .pic-list .desc {
  margin-top: 8px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kwh-page .small-left-icon-right-copy {
  margin-top: 24px;
}
.kwh-page .small-left-icon-right-copy .item {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .small-left-icon-right-copy .item:first-child {
  margin-top: 0;
}
.kwh-page .small-left-icon-right-copy .item .pic {
  margin-right: 10px;
  width: 18px;
  flex-shrink: 0;
}
.kwh-page .small-left-icon-right-copy .item span {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
}
.kwh-page .history-box {
  padding: 32px;
  background: #fdf8ec;
  color: #333;
  position: relative;
}
.kwh-page .history-box .text {
  font-size: 1.333rem;
  font-family: "GreycliffCFBold";
  font-weight: bold;
}
.kwh-page .history-box::before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../images/icon/left_1.svg) no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
}
.kwh-page .history-box::after {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../images/icon/right_1.svg) no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.kwh-page .history-list .items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items {
    flex-direction: column;
  }
}
.kwh-page .history-list .items .left {
  width: 250px;
  flex-shrink: 0;
}
.kwh-page .history-list .items .left .year-text {
  color: #666;
  padding-top: 10px;
  font-size: 80px;
  font-family: "GreycliffCFBold";
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .left .year-text {
    font-size: 70px;
  }
}
.kwh-page .history-list .items .right {
  padding: 40px 0 40px 100px;
  flex-grow: 1;
  position: relative;
}
.kwh-page .history-list .items .right::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #e2b44a;
  background: #ffffff;
  position: absolute;
  left: -8px;
  top: 50px;
  z-index: 99;
}
.kwh-page .history-list .items .right::after {
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  background: #fbd98a;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right {
    padding-left: 0;
    padding-top: 10px;
  }
  .kwh-page .history-list .items .right::before,
  .kwh-page .history-list .items .right::after {
    content: none;
  }
}
.kwh-page .history-list .items .right .title {
  font-size: 1.333rem;
  text-decoration: none;
  color: #333333;
  position: relative;
  font-weight: bold;
  font-family: 'GreycliffCFBold';
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .history-list .items .right .title .launch {
  --num1: 4px;
  --num2: 40px;
  margin-right: 10px;
  border-radius: 50%;
  width: var(--num2);
  height: var(--num2);
  position: relative;
  background-color: #ffb200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right .title .launch {
    --num1: 2px;
    --num2: 30px;
  }
}
.kwh-page .history-list .items .right .title .launch::before,
.kwh-page .history-list .items .right .title .launch::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.kwh-page .history-list .items .right .title .launch::before {
  height: var(--num1);
  width: calc(var(--num2) * 0.5);
}
.kwh-page .history-list .items .right .title .launch::after {
  width: var(--num1);
  height: calc(var(--num2) * 0.5);
  transition: height 0.35s ease-in-out;
}
.kwh-page .history-list .items .right .title.open .launch::after {
  height: 0;
}
.kwh-page .history-list .items .right .lib {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease-in-out;
}
.kwh-page .history-list .items .right .lib .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.kwh-page .history-list .items .right .lib .ul .date {
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  background: #eeeeee;
  min-width: 198px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .history-list .items .right .lib .ul .date .pic {
  margin-right: 10px;
  width: 28px;
}
.kwh-page .history-list .items .right .lib .ul .pic-list {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right .lib .ul .pic-list {
    --bs-gutter-y: 10px;
  }
}
.kwh-page .history-list .items .right .lib .ul .pic-list .pic .ele {
  height: 100%;
  object-fit: cover;
}
.kwh-page .history-list .items:first-child .right::after {
  top: 50px;
}
.kwh-page .history-list .items:last-child .right::after {
  height: 70px;
}
.kwh-page .mission .items {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 48px;
}
.kwh-page .mission .items:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .kwh-page .mission .items:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .kwh-page .mission .items:nth-child(2n) .text {
    background-image: url(../images/mission/bg2.png);
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .mission .items {
    flex-direction: column;
  }
}
.kwh-page .mission .items .text {
  padding: 64px;
  min-height: 257px;
  flex-grow: 1;
  background: url(../images/mission/bg1.png) no-repeat top center / 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .kwh-page .mission .items .text {
    padding: 40px;
    min-height: 192px;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .mission .items .text {
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .kwh-page .mission .items .text {
    padding: 20px;
  }
}
.kwh-page .mission .items .boximg {
  width: 41.6%;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .kwh-page .mission .items .boximg {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .kwh-page .mission .items .boximg {
    width: 100%;
  }
}
.kwh-page .search-tag-list {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kwh-page .search-tag-list .search-tag {
  margin-bottom: 8px;
  margin-right: 32px;
  color: #07874a;
  text-decoration: underline;
  transition: opacity 0.5s ease;
  font-size: 1rem;
  white-space: nowrap;
}
.kwh-page .search-tag-list .search-tag:hover,
.kwh-page .search-tag-list .search-tag:focus {
  opacity: 0.8;
}
.kwh-page .download-list .row {
  --bs-gutter-y: 32px;
}
.kwh-page .download-list .download-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.kwh-page .download-list .download-item .pic {
  padding: 10px;
  width: 100%;
  background-color: #eeeeee;
  text-align: center;
  flex-shrink: 0;
  position: relative;
}
.kwh-page .download-list .download-item .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 .download-list .download-item .pic::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kwh-page .download-list .download-item .info-box {
  width: 100%;
  flex-grow: 1;
  min-height: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.kwh-page .download-list .download-item .info-box .title {
  margin-top: 16px;
  color: #07874a;
  font-size: 1rem;
  font-family: 'GreycliffCFBold';
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  flex-grow: 1;
  display: block;
}
.kwh-page .download-list .download-item .info-box .btn-radius-box {
  margin-top: 8px;
}
.kwh-page .photo-box-list {
  margin-top: 8px;
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
.kwh-page .photo-box-list .photo-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.kwh-page .photo-box-list .photo-box .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kwh-page .photo-box-list .photo-box .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 .photo-box-list .photo-box .pic::after {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kwh-page .photo-box-list .photo-box .desc {
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.35s ease-in-out;
}
.kwh-page .photo-box-list .photo-box:hover .desc,
.kwh-page .photo-box-list .photo-box:focus .desc {
  transform: translateY(0);
}
