@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "LINE Seed JP", "Noto Sans TC", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #292929;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  word-break: break-all;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #F8F8F8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DCDCDC;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .header-div {
  background-color: #fafaf9;
  padding: 7px 0;
}
header .header-div .block-outer {
  position: relative;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
header .header-div .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-div .block-outer .two-cols .col01 .brand a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #605D73;
}
header .header-div .block-outer .two-cols .col01 .brand a img {
  height: 44px;
  margin-right: 10px;
}
header .header-div .block-outer .two-cols .col02 {
  display: inline-flex;
  align-items: center;
}
header .header-div .block-outer .two-cols .col02 .navi ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .block-outer .two-cols .col02 .navi ul li {
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a {
  display: block;
  font-size: 16px;
  color: #605D73;
  padding: 0px 15px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a:hover {
  color: #1E1E1E;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a.disabled {
  cursor: default;
  color: #B3B3B3;
}
header .header-div .block-outer .two-cols .col02 .navi ul li {
  display: inline-block;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a {
  display: flex;
  align-items: center;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #1E1E1E;
  transition: 0.2s ease;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a i {
  display: inline-block;
  width: 16px;
  height: 6px;
  background-image: url(./../images/icon_dropdown_arrow_down_gray.svg);
  background-position: center 80%;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -3px;
  transition: 0.3s ease;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu {
  display: none;
  position: absolute;
  padding-top: 5px;
  width: 120%;
  left: -10%;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a:after {
  background-color: transparent;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-menu .box a:hover {
  background-color: #3C3C3C;
  color: #fff;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover a {
  position: relative;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover a:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -6px;
  width: 80%;
  height: 2px;
  background-color: #1E1E1E;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover a i {
  transform: rotate(180deg);
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover .sub-menu {
  display: block;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu:hover .sub-menu a:after {
  background-color: transparent;
}
header .header-div .block-outer .two-cols .col02 .language {
  margin-left: 20px;
}
header .header-div .block-outer .two-cols .col02 .language a {
  color: #3C3C3C;
  display: inline-block;
  border-radius: 4px;
  min-width: 40px;
  text-align: center;
}
header .header-div .block-outer .two-cols .col02 .language a:hover, header .header-div .block-outer .two-cols .col02 .language a.active {
  background-color: #3C3C3C;
  color: #fff;
}
header .header-div .block-outer .two-cols .col02 .language:hover .sub-menu {
  display: block;
}

@media all and (max-width: 992px) {
  header .header-div {
    padding: 18px 0;
  }
  header .header-div .block-outer .two-cols .col02 {
    display: none;
  }
}
.toggle-btn {
  position: fixed;
  right: 20px;
  top: 28px;
  width: 15px;
  padding: 0;
  display: none;
  z-index: 10;
  background-color: transparent;
  border-radius: 0;
  height: 30px;
}
.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1E1E1E;
  margin: 4px 0;
}

.body_mobile_navi_active .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.body_mobile_navi_active .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body_mobile_navi_active .toggle-btn span:nth-child(3) {
  display: none;
}
.body_mobile_navi_active #mobile-nav {
  display: block;
}
.body_mobile_navi_active .overlap {
  display: block;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(255, 255, 255, 0);
  z-index: 98;
}

#mobile-nav {
  display: none;
}
#mobile-nav.active {
  display: block;
}
#mobile-nav {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 80px;
  width: 375px;
  height: calc(100% - 80px);
  background-color: #FAFAFA;
}
#mobile-nav .block-outer {
  max-width: 100%;
  height: 100%;
  padding: 0 20px;
}
#mobile-nav .language {
  display: flex;
  margin-top: 20px;
}
#mobile-nav .language a {
  color: #3C3C3C;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  width: 33.3333333333%;
}
#mobile-nav .language a:hover, #mobile-nav .language a.active {
  background-color: #3C3C3C;
  color: #fff;
}
#mobile-nav .language:hover .sub-menu {
  display: block;
}
#mobile-nav .navi {
  margin-top: 30px;
  padding: 0 20px;
}
#mobile-nav .navi ul li .navi-title {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
}
#mobile-nav .navi ul li .navi-title h3 {
  font-size: 16px;
  font-weight: 600;
}
#mobile-nav .navi ul li .navi-link {
  margin-top: 10px;
}
#mobile-nav .navi ul li .navi-link a {
  display: block;
  font-size: 16px;
  color: #1E1E1E;
  position: relative;
  padding: 10px 0;
}
#mobile-nav .navi ul li .navi-link a:hover {
  color: #000;
}
#mobile-nav .navi ul li .navi-link a.disabled {
  cursor: default;
  color: #B3B3B3;
}
#mobile-nav .contact {
  text-align: center;
  border-top: 1px solid #D9D9D9;
  margin: 10px 10px 0 10px;
  padding-top: 20px;
}
#mobile-nav .contact a {
  display: block;
  font-size: 16px;
  color: #1E1E1E;
  position: relative;
  padding: 10px 0;
  border: 1px solid #1E1E1E;
}
#mobile-nav .contact a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
#mobile-nav .contact a.disabled {
  cursor: default;
  color: #B3B3B3;
  border: 1px solid #B3B3B3;
}
#mobile-nav .contact a.disabled:hover {
  color: #B3B3B3;
  border: 1px solid #B3B3B3;
  background-color: #FAFAFA;
}

.section-footer {
  background-color: #3C3C3C;
  padding: 30px 0;
}
.section-footer .block-outer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-footer .footer-top .two-cols {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.section-footer .footer-top .two-cols .col01 {
  /*width: 560px;*/
  padding: 20px 0;
  position: relative;
  padding-right: 50px;
}
.section-footer .footer-top .two-cols .col01:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.section-footer .footer-top .two-cols .col01 .company .item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  list-style: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-footer .footer-top .two-cols .col01 .company .item a {
  color: rgba(255, 255, 255, 0.7);
}
.section-footer .footer-top .two-cols .col01 .company .item .icon {
  width: 20px;
}
.section-footer .footer-top .two-cols .col01 .company .item .desc {
  width: calc(100% - 20px - 5px);
  padding-left: 5px;
}
.section-footer .footer-top .two-cols .col02 {
  /*width: calc(100% - 560px - 30px);*/
  padding: 20px 0;
  padding-left: 50px;
}
.section-footer .footer-top .two-cols .col02 .links {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.section-footer .footer-top .two-cols .col02 .links .item {
  /*width: 50%;*/
}
.section-footer .footer-top .two-cols .col02 .links .item:nth-child(1) {
  margin-right: 30px;
}
.section-footer .footer-top .two-cols .col02 .links .item a {
  font-size: 16px;
  font-weight: 350;
  color: #fff;
  display: block;
  padding: 5px 0;
}
.section-footer .footer-bottom {
  margin-top: 30px;
}
.section-footer .footer-bottom .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
  padding-top: 20px;
}
.section-footer .footer-bottom .copyright a {
  color: rgba(255, 255, 255, 0.6);
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1240px) {
  .section-footer .footer-top .two-cols .col02 .links .item:nth-child(1) {
    width: 65%;
  }
  .section-footer .footer-top .two-cols .col02 .links .item:nth-child(2) {
    width: 35%;
  }
}
@media all and (max-width: 1024px) {
  .section-footer .footer-top .two-cols .col01 {
    width: 100%;
    padding-right: 0;
  }
  .section-footer .footer-top .two-cols .col01:after {
    background-color: transparent;
  }
  .section-footer .footer-top .two-cols .col02 {
    width: 100%;
    padding-left: 0;
  }
  .section-footer .footer-top .two-cols .col02 .links .item:nth-child(1) {
    margin-right: 0;
  }
}
@media all and (max-width: 992px) {
  .toggle-btn {
    display: inline-block;
  }
}
@media all and (max-width: 640px) {
  #mobile-nav {
    width: 100%;
  }
  .section-footer .footer-top .two-cols .col02 .links .item:nth-child(1) {
    width: 100%;
  }
  .section-footer .footer-top .two-cols .col02 .links .item:nth-child(2) {
    width: 100%;
  }
}
main {
  padding-top: 58px;
}

.block-outer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.block-solution {
  padding: 80px 0;
}
.block-solution .block-title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #3C3C3C;
  position: relative;
  padding-top: 10px;
}
.block-solution .block-title h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 32px);
  width: 64px;
  height: 1px;
  background-color: #3C3C3C;
}
.block-solution .solution-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.block-solution .solution-list .item {
  width: calc(25% - 20px);
  margin: 10px;
}
.block-solution .solution-list .item a {
  display: block;
}
.block-solution .solution-list .item a:hover .img img {
  scale: 1.2;
}
.block-solution .solution-list .item a:hover .img span {
  display: flex;
}
.block-solution .solution-list .item .img {
  border: 1px solid rgba(60, 60, 60, 0.15);
  position: relative;
  overflow: hidden;
}
.block-solution .solution-list .item .img img {
  width: 100%;
  transition: 0.5s ease;
}
.block-solution .solution-list .item .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.block-solution .solution-list .item .img span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_more_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.block-solution .solution-list .item .desc {
  margin-top: 10px;
}
.block-solution .solution-list .item .desc h3 {
  text-align: center;
  font-size: 20px;
  color: #3C3C3C;
  word-break: keep-all;
}
.block-solution .solution-list .item .desc h3 span {
  display: block;
}

.section-home .big-banner img {
  width: 100%;
}
.section-home .about-us {
  margin-top: 100px;
}
.section-home .about-us .block-outer {
  max-width: 1180px;
}
.section-home .about-us .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-home .about-us .two-cols .col01 {
  width: 45%;
}
.section-home .about-us .two-cols .col01 .img img {
  width: 100%;
}
.section-home .about-us .two-cols .col02 {
  width: calc(55% - 80px);
  padding-left: 80px;
}
.section-home .about-us .two-cols .col02 .info h2 {
  font-size: 20px;
  color: #4A4A4A;
}
.section-home .about-us .two-cols .col02 .info p {
  font-size: 16px;
  color: #596277;
  margin-top: 30px;
}
.section-home .about-us .two-cols .col02 .info a {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #81A1C2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  min-width: 154px;
  min-height: 53px;
}
.section-home .about-us .two-cols .col02 .info a:hover {
  background-color: #34d2e9;
}
.section-home .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
}
.section-home .product-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(133, 133, 133, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(133, 133, 133, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(133, 133, 133, 0.3);
  position: relative;
}
.section-home .product-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #81A1C2;
}
.section-home .product-list .item:hover:before {
  background-color: transparent;
}
.section-home .product-list .item:hover .more {
  display: flex;
}
.section-home .product-list .item a {
  display: block;
  position: relative;
  height: 100%;
}
.section-home .product-list .item .img {
  min-height: 265px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 330px;
  max-height: 330px;
}
.section-home .product-list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.section-home .product-list .item .tag {
  background-color: #81A1C2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #F2F2F2;
  font-size: 13px;
  font-weight: 700;
  min-width: 60px;
  min-height: 40px;
  z-index: 9;
}
.section-home .product-list .item .info {
  padding: 20px;
}
.section-home .product-list .item .info h3 {
  color: #687C8D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.section-home .product-list .item .more {
  position: absolute;
  z-index: 9;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(129, 161, 194, 0.6);
  transition: 0.5s ease;
}
.section-home .product-list .item .more span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  background-color: #81A1C2;
  font-size: 16x;
  color: #fff;
  border-radius: 8px;
}
.section-home .packaging-filed {
  margin-top: 80px;
  padding-bottom: 50px;
}
.section-home .packaging-filed .block-title {
  text-align: center;
  position: relative;
}
.section-home .packaging-filed .block-title .english {
  color: #81A1C2;
  font-size: 14px;
  font-weight: 200;
}
.section-home .packaging-filed .block-title .chinese {
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 700;
}
.section-home .packaging-filed .block-title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4A4A4A;
  font-size: 16px;
}
.section-home .packaging-filed .block-title .more:hover {
  color: #34d2e9;
}
.section-home .packaging-filed .filed-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}
.section-home .packaging-filed .filed-list .item {
  width: calc(25% - 20px);
  margin: 10px;
}
.section-home .packaging-filed .filed-list .item a {
  display: flex;
  position: relative;
}
.section-home .packaging-filed .filed-list .item a:hover .img img {
  transform: scale(1.1, 1.1);
}
.section-home .packaging-filed .filed-list .item .img {
  position: relative;
  overflow: hidden;
}
.section-home .packaging-filed .filed-list .item .img img {
  width: 100%;
  transition: 0.5s ease;
}
.section-home .packaging-filed .filed-list .item .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #81A1C2;
  background: linear-gradient(0deg, rgb(129, 161, 194) 0%, rgba(129, 161, 194, 0) 100%);
}
.section-home .packaging-filed .filed-list .item .desc {
  position: absolute;
  bottom: 10%;
  left: 20px;
}
.section-home .packaging-filed .filed-list .item .desc h3 {
  font-size: 24px;
  color: #F2F2F2;
}

.section-detail .block-add-padding {
  padding: 80px 0;
}
.section-detail .header-banner {
  position: relative;
}
.section-detail .header-banner .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail .header-banner .img img {
  width: 100%;
}
.section-detail .header-banner .info {
  width: 1120px;
  position: absolute;
  top: 0;
  left: calc(50% - 560px);
  height: 100%;
  display: flex;
}
.section-detail .header-banner .info h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-top: 8%;
  position: relative;
  padding-top: 20px;
}
.section-detail .header-banner .info h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 1px;
  height: 1px;
  background-color: #fff;
}
.section-detail .block-gray {
  background-color: #FAFAF8;
}
.section-detail .sub-title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #3C3C3C;
}

.section-contact .block-contact-info .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .block-contact-info .two-cols .col01 {
  width: 50%;
}
.section-contact .block-contact-info .two-cols .col01 .map iframe {
  width: 100%;
  height: 440px;
}
.section-contact .block-contact-info .two-cols .col01 .company {
  margin-top: 30px;
}
.section-contact .block-contact-info .two-cols .col01 .company .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  color: #605D73;
  margin-bottom: 15px;
}
.section-contact .block-contact-info .two-cols .col01 .company .item a {
  color: #605D73;
}
.section-contact .block-contact-info .two-cols .col01 .company .item i {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.address {
  background-image: url(./../images/icon_contact_address.svg);
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.phone {
  background-image: url(./../images/icon_contact_phone.svg);
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.email {
  background-image: url(./../images/icon_contact_email.svg);
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.traffic-green-01 {
  background-image: url(./../images/icon_contact_traffic_green_01.png);
  background-size: 16px auto;
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.traffic-green-02 {
  background-image: url(./../images/icon_contact_traffic_green_02.png);
  background-size: 16px auto;
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.traffic-red-01 {
  background-image: url(./../images/icon_contact_traffic_red_01.png);
  background-size: 16px auto;
}
.section-contact .block-contact-info .two-cols .col01 .company .item i.traffic-yellow-01 {
  background-image: url(./../images/icon_contact_traffic_yellow_01.png);
  background-size: 16px auto;
}
.section-contact .block-contact-info .two-cols .col01 .company .item p {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 25px - 10px);
}
.section-contact .block-contact-info .two-cols .col01 .company .item.item-two-icon p {
  width: calc(100% - 50px - 10px);
}
.section-contact .block-contact-info .two-cols .col02 {
  width: calc(50% - 50px);
  padding-left: 50px;
}
.section-contact .block-contact-info .two-cols .col02 .info p {
  font-size: 20px;
  color: #605D73;
}
.section-contact .block-contact-info .two-cols .col02 .info ol {
  font-size: 20px;
  color: #605D73;
  list-style: decimal;
  padding-left: 25px;
}
.section-contact .block-contact-info .two-cols .col02 .form {
  margin-top: 30px;
  overflow-y: auto;
  height: 500px;
  padding-right: 5px;
}

.section-company-history .onm-maintenance-info {
  margin-top: 30px;
}
.section-company-history .onm-maintenance-info p {
  font-size: 20px;
  color: #605D73;
}
.section-company-history .block-company-history .chart {
  text-align: center;
}
.section-company-history .block-company-history .chart img {
  max-height: 495px;
}
.section-company-history .block-company-history .onm-maintenance-info p {
  font-size: 20px;
  color: #605D73;
}

.section-company-profile .header-banner .info {
  align-items: center;
  justify-content: center;
}
.section-company-profile .header-banner .info h1 {
  margin-top: 0;
  text-align: center;
}
.section-company-profile .header-banner .info h1:before {
  background-color: transparent;
}
.section-company-profile .profile-info {
  margin-top: 30px;
}
.section-company-profile .profile-info p {
  font-size: 20px;
  color: #605D73;
}
.section-company-profile .profile-table {
  padding: 100px 0 20px 0;
}
.section-company-profile .profile-table .table-outer {
  text-align: center;
  overflow-x: auto;
  padding-bottom: 10px;
}
.section-company-profile .profile-table .table-outer img {
  max-width: 889px;
}
.section-company-profile .block-business-content .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-company-profile .block-business-content .two-cols .col {
  width: 50%;
}
.section-company-profile .block-business-content .two-cols .col .img img {
  width: 100%;
}
.section-company-profile .block-business-content .two-cols .col:nth-child(2) {
  width: calc(50% - 50px);
  padding-left: 50px;
}
.section-company-profile .block-business-content .two-cols .col:nth-child(2) .info p {
  font-size: 20px;
  color: #605D73;
}

.section-onm .block-onm-maintenance-operation .onm-maintenance-info {
  margin-top: 30px;
}
.section-onm .block-onm-maintenance-operation .onm-maintenance-info p {
  font-size: 20px;
  color: #605D73;
}
.section-onm .block-onm-maintenance-center .chart {
  text-align: center;
  margin-top: 30px;
}
.section-onm .block-onm-maintenance-center .chart img {
  max-height: 505px;
}
.section-onm .block-onm-swiper .onmSwiper .swiper-wrapper {
  height: auto;
}
.section-onm .block-onm-swiper .onmSwiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.section-onm .onm-marquee {
  overflow: hidden;
  white-space: nowrap;
}
.section-onm .marqueeInner {
  display: inline-flex;
  align-items: center;
  will-change: transform;
}
.section-onm .marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  margin-right: 12px;
  white-space: nowrap;
  transition: transform 0.3s, background 0.3s;
}
.section-onm .marquee-img-item {
  display: inline-block;
  margin-right: 20px;
  height: 500px;
}

.section-ems .set-ems-link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-ems .set-ems-link a {
  display: inline-block;
  margin-left: 10px;
}
.section-ems .set-ems-info {
  margin-top: 30px;
}
.section-ems .set-ems-info ol {
  list-style: decimal;
  color: #605D73;
  font-size: 20px;
  padding-left: 25px;
  line-height: 1.8;
}
.section-ems .set-ems-img {
  text-align: center;
  margin-top: 30px;
}
.section-ems .set-ems-img img {
  max-height: 500px;
}
.section-ems .block-ems-sales-performance .chart {
  margin-top: 50px;
  text-align: center;
}
.section-ems .block-ems-sales-performance .chart img {
  max-height: 500px;
}
.section-ems .block-ems-monitoring-data-acquisition .chart {
  margin-top: 50px;
  text-align: center;
}
.section-ems .block-ems-monitoring-data-acquisition .chart img {
  max-height: 500px;
}
.section-ems .block-ems-monitoring-data-acquisition .info {
  margin-top: 50px;
}
.section-ems .block-ems-monitoring-data-acquisition .info ul {
  list-style: disc;
  font-size: 20px;
  color: #605D73;
  padding-left: 40px;
  line-height: 1.8;
}
.section-ems .block-ems-viewing-screen .swiper-outer {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-wrapper {
  height: auto;
  padding-bottom: 60px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-wrapper .swiper-slide .box .img img {
  max-height: 340px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #605D73;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-next {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-next:after {
  content: "";
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-next i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_right_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-next:hover {
  background-color: #fff;
  border-radius: 8px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-prev {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-prev:after {
  content: "";
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-prev i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_left_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-prev:hover {
  background-color: #fff;
  border-radius: 8px;
}

.section-pcs .block-pcs-info .pcs-info {
  margin-top: 30px;
}
.section-pcs .block-pcs-info .pcs-info p {
  font-size: 20px;
  color: #605D73;
}
.section-pcs .block-pcs-info .pcs-img {
  text-align: center;
}
.section-pcs .block-pcs-info .pcs-img img {
  max-height: 500px;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols .col01 {
  width: 60%;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols .col01 .img img {
  width: 100%;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols .col02 {
  width: 40%;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols .col02 p {
  font-size: 20px;
  color: #605D73;
  margin-bottom: 20px;
}
.section-pcs .block-pcs-prducts .list-items .item .two-cols .col02 p:last-child {
  margin-bottom: 0;
}
.section-pcs .block-pcs-sales-performance .chart {
  margin-top: 50px;
  text-align: center;
}
.section-pcs .block-pcs-sales-performance .chart img {
  max-height: 500px;
}
.section-pcs .block-pcs-performance .swiper-outer {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-pcs .block-pcs-performance .swiper-wrapper {
  height: auto;
  padding-bottom: 60px;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide {
  text-align: center;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box {
  width: 610px;
  margin: 0 auto;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .img {
  position: relative;
  width: auto;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .img img {
  max-height: 380px;
  width: 100%;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .img span {
  position: absolute;
  background-color: #3D586E;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  min-height: 50px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .info .info-title {
  background-color: #e5e9ec;
  color: #231815;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .info .info-title h3 {
  word-break: keep-all;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .info .info-title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .info .info-desc {
  margin-top: 30px;
  color: #605D73;
  font-size: 20px;
}
.section-pcs .block-pcs-performance .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
.section-pcs .block-pcs-performance .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #605D73;
}
.section-pcs .block-pcs-performance .swiper-button-next {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-pcs .block-pcs-performance .swiper-button-next:after {
  content: "";
}
.section-pcs .block-pcs-performance .swiper-button-next i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_right_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.section-pcs .block-pcs-performance .swiper-button-next:hover {
  background-color: #fff;
  border-radius: 8px;
}
.section-pcs .block-pcs-performance .swiper-button-prev {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-pcs .block-pcs-performance .swiper-button-prev:after {
  content: "";
}
.section-pcs .block-pcs-performance .swiper-button-prev i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_left_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-pcs .block-pcs-performance .swiper-button-prev:hover {
  background-color: #fff;
  border-radius: 8px;
}

.section-bess .block-ate-business-process .ate-list {
  max-width: 890px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-bess .block-ate-business-process .ate-list .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col {
  width: 50%;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item {
  margin: 20px 0;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  color: #605D73;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-title .circle {
  font-size: 30px;
  border: 1px solid #43A444;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-title h3 {
  width: calc(100% - 60px - 12px);
  word-break: keep-all;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-info {
  padding-left: 60px;
  position: relative;
  margin-top: 15px;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-info:before {
  content: "";
  position: absolute;
  left: 30px;
  height: 100%;
  width: 1px;
  background-color: #605D73;
  opacity: 0.5;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-info ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 20px;
  color: #605D73;
}
.section-bess .block-ate-business-process .ate-list .two-cols .col .item .item-deco {
  height: 40px;
  background-image: url(./../images/icon_bess_step_deco_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
}
.section-bess .block-ate-business-process .ate-list.ate-list-en .two-cols .col .item:nth-child(1) {
  min-height: 270px;
}
.section-bess .block-ate-business-process .ate-list.ate-list-en .two-cols .col .item:nth-child(2) {
  min-height: 300px;
}
.section-bess .block-ate-business-process .ate-swiper-outer {
  display: none;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-wrapper {
  height: auto;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide {
  text-align: center;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item {
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  color: #605D73;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-title .circle {
  font-size: 36px;
  border: 1px solid #43A444;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-title h3 {
  width: calc(100% - 62px - 10px);
  text-align: left;
  word-break: keep-all;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-info {
  padding-left: 60px;
  position: relative;
  margin-top: 15px;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-info:before {
  content: "";
  position: absolute;
  left: 30px;
  height: 100%;
  width: 1px;
  background-color: #605D73;
  opacity: 0.5;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-info ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 20px;
  color: #605D73;
  text-align: left;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-slide .item .item-deco {
  height: 40px;
  background-image: url(./../images/icon_bess_step_deco_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
.section-bess .block-ate-business-process .ate-swiper-outer .ateSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #605D73;
}
.section-bess .block-ate-system-integration-performance .chart {
  margin-top: 50px;
  text-align: center;
}
.section-bess .block-ate-system-integration-performance .chart img {
  max-height: 500px;
}
.section-bess .block-ate-energy-storage-performance .swiper-outer {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper {
  height: auto;
  padding-bottom: 60px;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide {
  text-align: center;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box {
  width: 610px;
  margin: 0 auto;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .img {
  position: relative;
  width: auto;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .img img {
  max-height: 380px;
  width: 100%;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .img span {
  position: absolute;
  background-color: #3D586E;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  min-height: 50px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .info .info-title {
  background-color: #e5e9ec;
  color: #231815;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .info .info-title h3 {
  word-break: keep-all;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .info .info-title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .info .info-desc {
  margin-top: 30px;
  color: #605D73;
  font-size: 20px;
}
.section-bess .block-ate-energy-storage-performance .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
.section-bess .block-ate-energy-storage-performance .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #605D73;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-next {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-next:after {
  content: "";
}
.section-bess .block-ate-energy-storage-performance .swiper-button-next i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_right_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-next:hover {
  background-color: #fff;
  border-radius: 8px;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-prev {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-prev:after {
  content: "";
}
.section-bess .block-ate-energy-storage-performance .swiper-button-prev i {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(./../images/icon_swiper_arrow_left_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-bess .block-ate-energy-storage-performance .swiper-button-prev:hover {
  background-color: #fff;
  border-radius: 8px;
}

.section-home .big-banner {
  position: relative;
}
.section-home .big-banner .img {
  height: 100vh;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-home .big-banner .img img {
  width: 100%;
  display: none;
}
.section-home .big-banner .info {
  position: absolute;
  left: calc(50% - 560px);
  top: 0;
  width: 1120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-home .big-banner .info h1 {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
  color: #000;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
.section-home .block-ate {
  padding: 80px 0 0 0;
}
.section-home .block-ate .img {
  background-image: url(./../images/home_img_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 100vh;
}
.section-home .block-ate .info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 100vh;
}
.section-home .block-ate .box {
  border: 1px solid #fff;
  width: 1120px;
  padding: 150px 0;
}
.section-home .block-ate .box p {
  font-size: 20px;
  color: #fff;
  width: 695px;
  margin: 0 auto;
  word-break: auto-phrase;
}
.section-home .gray-deco {
  background-color: #FAFAF8;
  height: 80px;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #106937;
  border-radius: 50%;
  animation: dotsAnimate 1.4s ease-in-out infinite both;
}
.loading .dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dots span:nth-child(3) {
  animation-delay: 0;
}
@keyframes dotsAnimate {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media all and (max-width: 1366px) {
  .section-home .packaging-filed .filed-list .item .desc h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 1240px) {
  .section-home .big-banner .info {
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
  }
  .section-home .block-ate .box {
    width: calc(100% - 80px - 2px);
    padding: 100px 25px;
  }
  .section-home .block-ate .box p {
    width: 100%;
  }
  .block-solution .solution-list .item .desc h3 span {
    display: inline;
  }
  .section-detail .header-banner .info {
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1024px) {
  .section-company-history .block-company-history .chart {
    margin-top: 30px;
  }
  .section-company-history .block-company-history .chart img {
    max-height: initial;
    width: 100%;
  }
  .section-bess .block-ate-system-integration-performance .chart {
    margin-top: 30px;
  }
  .section-bess .block-ate-system-integration-performance .chart img {
    max-height: initial;
    width: 100%;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-outer {
    margin-top: 30px;
  }
  .section-contact .block-contact-info .two-cols .col01 {
    width: 100%;
  }
  .section-contact .block-contact-info .two-cols .col01 .map iframe {
    height: 100vw;
  }
  .section-contact .block-contact-info .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .section-contact .block-contact-info .two-cols .col02 .form {
    overflow-y: visible;
    height: auto;
  }
  .section-onm .marquee-img-item {
    height: 50vw;
    margin-right: 10px;
  }
}
@media all and (max-width: 992px) {
  .block-solution .solution-list .item {
    width: calc(50% - 20px);
  }
  .section-company-profile .block-business-content .two-cols .col:nth-child(1) {
    width: 100%;
  }
  .section-company-profile .block-business-content .two-cols .col:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .section-pcs .block-pcs-info .pcs-img img {
    max-width: initial;
    width: 100%;
  }
  .section-pcs .block-pcs-prducts .list-items .item .two-cols .col01 {
    width: 100%;
  }
  .section-pcs .block-pcs-prducts .list-items .item .two-cols .col02 {
    margin-top: 20px;
    width: 100%;
  }
  .section-pcs .block-pcs-sales-performance .chart {
    margin-top: 30px;
  }
  .section-pcs .block-pcs-sales-performance .chart img {
    max-height: initial;
    width: 100%;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-button-prev {
    display: none;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-button-next {
    display: none;
  }
  .section-pcs .block-pcs-performance .swiper-button-prev {
    display: none;
  }
  .section-pcs .block-pcs-performance .swiper-button-next {
    display: none;
  }
  .section-ems .set-ems-img img {
    max-height: initial;
    width: 100%;
  }
  .section-ems .block-ems-sales-performance .chart {
    margin-top: 30px;
  }
  .section-ems .block-ems-sales-performance .chart img {
    max-height: initial;
    width: 100%;
  }
  .section-ems .block-ems-monitoring-data-acquisition .chart {
    margin-top: 30px;
  }
  .section-ems .block-ems-monitoring-data-acquisition .chart img {
    max-height: initial;
    width: 100%;
  }
  .section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-prev {
    display: none;
  }
  .section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-button-next {
    display: none;
  }
  .section-onm .block-onm-maintenance-center .chart {
    margin-top: 30px;
  }
  .section-onm .block-onm-maintenance-center .chart img {
    max-height: initial;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .section-detail .header-banner .img {
    height: 100vw;
  }
  .section-detail .header-banner .img img {
    display: none;
  }
  .section-detail .header-banner .info {
    align-items: center;
  }
  .section-bess .block-ate-business-process .ate-list {
    display: none;
  }
  .section-bess .block-ate-business-process .ate-swiper-outer {
    display: block;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box {
    width: 100%;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .img img {
    max-height: initial;
    width: 100%;
  }
  .section-bess .block-ate-energy-storage-performance .swiper-wrapper .swiper-slide .box .img span {
    position: relative;
    font-size: 20px;
    padding: 10px 10x;
  }
  .section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box {
    width: 100%;
  }
  .section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .img img {
    max-width: initial;
    width: 100%;
  }
  .section-pcs .block-pcs-performance .swiper-wrapper .swiper-slide .box .img span {
    position: relative;
    font-size: 20px;
    padding: 10px 10x;
  }
  .section-ems .block-ems-viewing-screen .viewingScreenSwiper .swiper-wrapper .swiper-slide .box .img img {
    max-width: initial;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .block-solution {
    padding: 40px 0;
  }
  .block-solution .solution-list {
    margin-top: 30px;
  }
  .block-solution .solution-list .item {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .section-home .big-banner .info {
    left: 0px;
    top: 0;
    width: 100%;
    height: 75%;
    align-items: flex-end;
  }
  .section-home .block-ate {
    padding: 40px 0 0 0;
  }
  .section-home .block-ate .img {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .section-home .block-ate .info {
    height: auto;
    min-height: auto;
  }
  .section-home .block-ate .box {
    padding: 25px;
  }
  .section-home .block-ate .box p {
    width: 100%;
  }
  .section-home .gray-deco {
    height: 40px;
  }
  .section-detail .block-add-padding {
    padding: 40px 0;
  }
  .section-company-profile .profile-table {
    padding-top: 40px;
  }
  .section-ems .set-ems-link .logo {
    width: 290px;
  }
}/*# sourceMappingURL=main.css.map */