@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.productArea .productList li .Txt:before, .productArea .productList li .Txt:after, .productArea .productList li .item, .bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutArea .topBox .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

.aboutArea .topBox p, .centerArea .centerList li .list li .listTit, .centerArea .centerList li .Txt p, .tsArea .tsList li p, .solutionArea .solutionList li .Txt p, .newsArea .Txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}


.bannerArea .pc {
  display: block;
}

.bannerArea .mo {
  display: none;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: $color-wh; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}
.mainArea > div .wrap {
  position: relative;
  z-index: 5;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .pc .bannerItem.left .Img img {
  -o-object-position: right 20% top 0;
     object-position: right 20% top 0;
}
@media (max-width: 768px) {


.bannerArea .pc {
  display: none;
}

.bannerArea .mo {
  display: block;
}

.scrollDown.pc .text {
  display: none;
}

.bannerArea .mo .Txt {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.bannerArea .mo .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .mo .Txt .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.75px;
  opacity: 1;
}









  .bannerArea .pc .bannerItem.left .Img img {
    -o-object-position: center;
       object-position: center;
  }
  .bannerArea .pc .bannerItem.left .Txt .textBox {
    text-shadow: 0px 0px 5px #000;
  }
}
.bannerArea .pc .bannerItem.left .Txt {
  left: 12.5%;
  right: auto;
}
@media (max-width: 1536px) {
  .bannerArea .pc .bannerItem.left .Txt {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .pc .bannerItem.left .Txt {
    left: 60px;
    max-width: 380px;
  }
}
.bannerArea .pc .bannerItem.right .Img img {
  -o-object-position: 60%;
     object-position: 60%;
}
@media (max-width: 768px) {
  .bannerArea .pc .bannerItem.right .Img img {
    -o-object-position: right;
       object-position: right;
  }
}
.bannerArea .pc .bannerItem.right .Txt {
  left: auto;
  right: 16.5%;
}
@media (max-width: 1900px) {
  .bannerArea .pc .bannerItem.right .Txt {
    right: 8%;
  }
}
@media (max-width: 1536px) {
  .bannerArea .pc .bannerItem.right .Txt {
    right: 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .pc .bannerItem.right .Txt {
    right: 60px;
    max-width: 380px;
  }
}
@media (max-width: 1540px) {
  .bannerArea .pc .bannerItem.left .Img img, .bannerArea .pc .bannerItem.right .Img img {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1536px) {
  .bannerArea .pc .bannerItem.left .Txt, .bannerArea .pc .bannerItem.right .Txt {
    max-width: 45%;
  }
  .bannerArea .pc .bannerItem.left .Txt .title, .bannerArea .pc .bannerItem.right .Txt .title {
    font-size: 30px;
  }
  .bannerArea .pc .bannerItem.left .Txt .subtitle, .bannerArea .pc .bannerItem.right .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bannerArea .pc .bannerItem.left .Txt, .bannerArea .pc .bannerItem.right .Txt {
    max-width: 480px;
    margin: auto;
    right: 0;
    left: 0;
    height: auto;
    bottom: auto;
    top: 20%;
    text-align: center;
  }
  .bannerArea .pc .bannerItem.left .Txt .bannerBtn, .bannerArea .pc .bannerItem.right .Txt .bannerBtn {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .bannerArea .pc .bannerItem.left .Txt, .bannerArea .pc .bannerItem.right .Txt {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 460px) {
  .bannerArea .mobile .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 560px;
  }
}
.bannerArea .mobile .bannerItem .Txt {
  max-width: calc(100% - 40px);
  text-align: center;
  top: 45px;
  bottom: auto;
  height: auto;
}
.bannerArea .mobile .bannerItem .Txt .title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 1.75px;
}
.bannerArea .mobile .bannerItem .Txt .subtitle {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.26px;
}
.bannerArea .mobile .bannerItem .Txt .bannerBtn {
  margin: auto;
}
.bannerArea .bannerItem .Txt {
  /*max-width: 580px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.75px;
  opacity: 0;
  text-shadow: 0px 0px 2px #666;
}
/*
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .title {
  font-size: 24px !important;
  }
}

@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt .title {
  font-size: 18px !important;
  }
}
*/
.bannerArea .bannerItem .Txt .subtitle {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.36px;
  margin-top: 20px;
  font-weight: 400;
  font-family: "Poppins";
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #ffffff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
  width: 175px;
  text-align: left;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  letter-spacing: 1.4px;
  padding: 12px 17px;
  border-radius: 23px;
  width: 100%;
  background: #ebbc00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ebbc00), color-stop(100%, #ebbc00));
  background: -webkit-gradient(linear, left top, right top, from(#ebbc00), to(#ebbc00));
  background: linear-gradient(to right, #ebbc00 0%, #ebbc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebbc00", endColorstr="#ebbc00", GradientType=1 );
  border: 1px solid transparent;
  background-position: -2px 0;
  background-size: 102% 100%;
  position: relative;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  border-color: #ffffff;
  background: transparent;
}
.bannerArea .bannerItem .Txt .bannerBtn a .btn_arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bannerArea .bannerItem .Txt .bannerBtn a .btn_arrow svg {
  fill: #ffffff;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #ffffff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox.show {
  display: block;
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #ffffff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #ebbc00;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #ebbc00;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.bannerArea .arrowBox.show {
  display: block;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  pointer-events: auto;
}
.bannerArea .arrowBox .arrow svg {
  fill: #333333;
}
@media (min-width: 992px) {
  .bannerArea .arrowBox .arrow:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .bannerArea .arrowBox .arrow:hover svg {
    fill: #ebbc00;
  }
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #ebbc00 transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #ebbc00 transparent transparent transparent;
}
@media (max-width: 1400px) {
  .bannerArea .arrowBox {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox {
    left: 10px;
    right: 10px;
  }
  .bannerArea .arrowBox .arrow {
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(-90deg) scaleX(-1);
            transform: rotate(-90deg) scaleX(-1);
  }
  .bannerArea .arrowBox.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bannerArea .progressBar {
  background-color: #ffffff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #ebbc00;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.bannerArea .progressBar.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: 100px;
  right: 355px;
  z-index: 3;
}
.bannerArea .progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #ebbc00;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressBar.circle .path.active circle {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}
.bannerArea .slidePage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
  display: none;
  font-size: 20px;
  position: absolute;
  bottom: 130px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: block;
}
.bannerArea .slidePage.current {
  left: 355px;
}
.bannerArea .slidePage.total {
  left: 365px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 13.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: 2;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown.mobile {
  position: relative;
  bottom: 0;
  display: inline-block !important;
  padding-top: 20px;
}
.bannerArea .scrollDown.mobile span.text {
  color: #ebbc00;
}
.bannerArea .scrollDown.mobile span.dot {
  background-color: #ebbc00;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  font-size: 13px;
  font-family: "Poppins";
  letter-spacing: 0.26px;
  margin-bottom: 10px;
  text-align: center;
}
.bannerArea .scrollDown span.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background-color: #ffffff;
  margin-bottom: 7px;
  -webkit-animation: dot-move 2.5s linear forwards infinite;
          animation: dot-move 2.5s linear forwards infinite;
  opacity: 0;
}
.bannerArea .scrollDown span.dot.dot_2 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bannerArea .scrollDown span.dot.dot_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerArea .scrollDown span.dot.dot_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #ebbc00;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 1;
}

.newsArea {
  padding: 95px 0 30px;
  position: relative;
}
.newsArea:before, .newsArea:after {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.newsArea:before {
  position: absolute;
  right: -5px;
  top: -10%;
  background-image: url(../images/menuBg04.png);
  width: 518px;
  height: 364px;
}
@media (max-width: 992px) {
  .newsArea:before {
    width: 40%;
    height: 40%;
    background-size: contain;
    right: -8%;
    top: -16%;
  }
}
.newsArea:after {
  position: absolute;
  left: 0;
  bottom: -18%;
  background-image: url(../images/menuBg05.png);
  width: 492px;
  height: 364px;
}
@media (max-width: 992px) {
  .newsArea:after {
    width: 40%;
    height: 40%;
    background-size: contain;
    left: -25%;
  }
}
.newsArea .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsBox .appendBox {
  display: none;
}
@media (max-width: 992px) {
  .newsArea .newsBox .appendBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsArea .newsList_mb {
  display: none;
}
.newsArea .newsList,
.newsArea .newsList_mb {
  margin: 0 -10px -25px;
}
.newsArea .newsList li,
.newsArea .newsList_mb li {
  padding: 0 10px 25px;
}
@media (max-width: 992px) {
  .newsArea .newsList .newsList,
.newsArea .newsList_mb .newsList {
    display: none;
  }
  .newsArea .newsList .newsList_mb,
.newsArea .newsList_mb .newsList_mb {
    display: block;
  }
}
.newsArea .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .titleBar .titleBox {
  width: 130px;
}
.newsArea .titleBar .appendBox {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.newsArea .titleBar .appendDots {
  padding-right: 23px;
}
.newsArea .titleBar .appendDots .slick-dots {
  position: relative;
  bottom: 0;
}
.newsArea .titleBar .btnBox {
  padding-top: 0;
}
@media (max-width: 992px) {
  .newsArea .titleBar .appendBox {
    display: none;
  }
}
.newsArea .appendBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .appendBox .appendDots .slick-dots {
  position: relative;
  bottom: 0;
}
.newsArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsArea .Img {
  width: 495px;
  border-radius: 10px;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .Txt {
  width: calc(100% - 495px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .Txt .left {
  padding-left: 35px;
  padding-right: 40px;
  min-width: 160px;
}
.newsArea .Txt .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.newsArea .Txt .date {
  color: #ebbc00;
  font-family: "Poppins";
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.newsArea .Txt .date:before, .newsArea .Txt .date:after {
  content: "";
  position: absolute;
  top: 13px;
}
.newsArea .Txt .date:before {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 1;
}
.newsArea .Txt .date:after {
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 5px;
  border: 1px solid #ebbc00;
}
.newsArea .Txt .date .day {
  font-size: 50px;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 2.5px;
  line-height: 1.1;
  border-bottom: 1px solid #ebbc00;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.newsArea .Txt .date .myBox {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.newsArea .Txt .title a {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #ebbc00;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 50px 0;
  }
  .newsArea .Img {
    width: 45%;
  }
  .newsArea .Txt {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .newsArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .titleBar .titleBox {
    width: 100%;
    text-align: center;
  }
  .newsArea .Img,
.newsArea .Txt {
    width: 100%;
  }
  .newsArea .Txt {
    padding-top: 20px;
  }
  .newsArea .Txt .left {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .Txt .left {
    padding-right: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  .newsArea .Txt .left .date {
    display: inline-block;
  }
  .newsArea .Txt .left,
.newsArea .Txt .right {
    width: 100%;
  }
}


.productArea  {
  padding-top: 100px;
}

.productArea .titleBox {
  margin-bottom: 40px;
}
.productArea .productList {
  margin-top: -30px;
  margin-left: -57.5px;
  margin-right: -57.5px;
}
.productArea .productList > li {
  float: left;
  width: 33.333%;
}
.productArea .productList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  opacity: 0;
  display: none;
}
@media (max-width: 992px) {
  .productArea .productList > li {
    width: 50%;
  }
  .productArea .productList > li:nth-child(3) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 640px) {
  .productArea .productList > li {
    width: 100%;
  }
  .productArea .productList > li:nth-child(2) {
    opacity: 0;
    display: none;
  }
}
.productArea .productList li {
  padding: 30px 57.5px;
}
.productArea .productList li a {
  display: block;
}
@media (min-width: 993px) {
  .productArea .productList li .item:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.productArea .productList li .item:hover .Txt:after {
  opacity: 1;
}
.productArea .productList li .item:hover .Txt:before {
  border-color: #ffffff;
}
.productArea .productList li .item:hover .Txt .title a {
  color: #ffffff;
}
.productArea .productList li .Img {
  position: relative;
  z-index: 3;
}
.productArea .productList li .Img a {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center !important;
  background-color: #eee !important;
  background-repeat: no-repeat !important;
  background-size :cover !important;
  border-radius: 15px;
}
.productArea .productList li .Img img {
  margin: auto;
}
.productArea .productList li .Txt {
  margin-top: -115px;
  padding: 25px;
  border-radius: 15px;
  background: #f4f4f4;
  min-height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.productArea .productList li .Txt:before, .productArea .productList li .Txt:after {
  position: absolute;
  left: 0;
  content: "";
}
/*.productArea .productList li .Txt:before {
  right: 0;
  bottom: 30%;
  content: "";
  border: 1px solid transparent;
  background-color: rgba(247, 184, 130, 0.1);
  border-radius: 50%;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 2;
}*/
.productArea .productList li .Txt:after {
  top: 0;
  width: 100%;
  height: 100%;
  background: #ebbc00;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ebbc00), color-stop(100%, #ebbc00));
  background: -webkit-gradient(linear, left top, left bottom, from(#ebbc00), to(#ebbc00));
  background: linear-gradient(to bottom, #ebbc00 0%, #ebbc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebbc00", endColorstr="#ebbc00", GradientType=0 );
  opacity: 0;
}
.productArea .productList li .Txt .title {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 3;
  width: calc(100% - 32px);
  padding-right: 10px;
  height: 32px;
}
.productArea .productList li .Txt .title a {
  color: #ebbc00;
}
.productArea .productList li .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.productArea .productList li .btn_more:hover:hover:after {
  -webkit-transform: none;
          transform: none;
  border-color: rgba(247, 184, 130, 0.2);
  background-color: #ffffff;
}
@media (max-width: 1500px) {
  .productArea .productList {
    margin-left: -25px;
    margin-right: -25px;
  }
  .productArea .productList li {
    padding: 0 25px 30px;
  }
}
@media (max-width: 1180px) {
  .productArea .productList {
    margin-left: -15px;
    margin-right: -15px;
  }
  .productArea .productList li {
    padding: 0 15px 30px;
  }
  .productArea .productList li .Img a {
  height: 200px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .productArea .productList li .Txt:before {
    bottom: 30%;
    max-width: 100%;
    max-height: 120%;
    width: auto;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .productArea .productList {
    margin-left: -10px;
    margin-right: -10px;
  }
  .productArea .productList li {
    padding: 0 10px 30px 10px;
  }
  .productArea .productList li .Img a {
  height: 250px;
  }
}
@media (max-width: 414px) {
  .productArea .productList li .Txt:before {
    bottom: 30%;
    max-width: 100%;
    max-height: 120%;
    width: auto;
    left: 20px;
    right: 20px;
  }
}

.solutionArea {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .solutionArea {
    padding-top: 30px;
  }
}
.solutionArea .solutionList li .Txt {
  max-width: 880px;
  padding: 0 60px;
  margin: auto;
  background-color: #000;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  text-align: center;
}
.solutionArea .solutionList li .Txt .topBox {
  max-width: 670px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #ebbc00;
  position: relative;
}
.solutionArea .solutionList li .Txt .topBox:before, .solutionArea .solutionList li .Txt .topBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 36px;
  height: 1px;
  background-color: #ebbc00;
}
.solutionArea .solutionList li .Txt .topBox:before {
  left: -36px;
}
.solutionArea .solutionList li .Txt .topBox:after {
  right: -36px;
}
.solutionArea .solutionList li .Txt .topBox .innerBox {
  max-width: calc(100% - 83px);
  padding: 0 10px;
  margin: auto;
  position: relative;
}
.solutionArea .solutionList li .Txt .topBox .innerBox > * {
  position: relative;
  z-index: 2;
}
.solutionArea .solutionList li .Txt .topBox .innerBox:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: calc(100% + 2px);
  content: "";
  background-color: #000;
}
.solutionArea .solutionList li .Txt .bottomBox {
  padding-top: 45px;
}
.solutionArea .solutionList li .Txt .bottomBox img.mb {
  display: none;
}
@media (max-width: 640px) {
  .solutionArea .solutionList li .Txt .bottomBox img.pc {
    display: none;
  }
  .solutionArea .solutionList li .Txt .bottomBox img.mb {
    display: block;
    margin: auto;
  }
}
.solutionArea .solutionList li .Txt .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 5px;
}
.solutionArea .solutionList li .Txt p {
  padding-top: 10px;
}
.solutionArea .solutionList li .Txt .btnBox {
  padding: 0;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
}
.solutionArea .solutionList li .Txt .btnBox .btn_cis:hover {
  background-color: #ffffff;
}
.solutionArea .solutionList li .Img {
  margin-top: -190px;
}
@media (max-width: 992px) {
  .solutionArea .solutionList li .Txt {
    padding: 0 40px;
  }
  .solutionArea .solutionList li .Txt .topBox:before, .solutionArea .solutionList li .Txt .topBox:after {
    width: 20px;
  }
  .solutionArea .solutionList li .Txt .topBox:before {
    left: -20px;
  }
  .solutionArea .solutionList li .Txt .topBox:after {
    right: -20px;
  }
  .solutionArea .solutionList li .Txt .topBox .innerBox {
    max-width: calc(100% - 50px);
  }
  .solutionArea .solutionList li .Img {
    margin-top: 0;
  }
}

.tsArea {
  /*padding-top: 100px;*/
}
@media (max-width: 992px) {
  .tsArea {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .tsArea {
    padding-top: 30px;
  }
}
.tsArea .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .tsArea .titleBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .tsArea .titleBar .titleBox {
    width: 100%;
  }
}
.tsArea .titleBar .btnBox {
  text-align: right;
  padding: 0;
}
@media (max-width: 768px) {
  .tsArea .titleBar .btnBox {
    display: none;
  }
}
.tsArea .btnBox.mb {
  display: none;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 768px) {
  .tsArea .btnBox.mb {
    display: block;
  }
}
.tsArea .tsList {
  margin: 0 -35px;
}
.tsArea .tsList .slick-list {
  padding-bottom: 20px;
}
.tsArea .tsList > li {
  width: 33.33%;
  float: left;
}
.tsArea .tsList > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  opacity: 0;
  display: none;
}
@media (max-width: 768px) {
  .tsArea .tsList > li {
    width: 50%;
  }
  .tsArea .tsList > li:nth-child(3) {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 480px) {
  .tsArea .tsList > li {
    width: 100%;
  }
  .tsArea .tsList > li:nth-child(2) {
    opacity: 0;
    display: none;
  }
}
.tsArea .tsList li {
  padding: 0 35px;
}
.tsArea .tsList li .Txt {
  text-align: center;
  padding: 20px 0;
}
.tsArea .tsList li .title {
  color: #ebbc00;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tsArea .tsList li .title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 47px;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .tsArea .tsList {
    margin: 0 -15px;
  }
  .tsArea .tsList li {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .tsArea .tsList {
    margin: 0 -10px;
  }
  .tsArea .tsList li {
    padding: 0 10px;
  }
}

.centerArea {
  position: relative;
  padding: 30px 0;
}
.centerArea:before, .centerArea:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
}
.centerArea:before {
  position: absolute;
  left: 0;
  top: -58%;
  background-image: url(../images/menuBg06.png);
  width: 728px;
  height: 582px;
}
@media (max-width: 992px) {
  .centerArea:before {
    width: 80%;
    height: 80%;
    background-size: contain;
    top: -36%;
    left: -28%;
  }
}
@media (max-width: 768px) {
  .centerArea:before {
    left: -39%;
  }
}
.centerArea:after {
  right: 0;
  top: -17%;
  background-image: url(../images/about_map.png);
  width: 554px;
  height: 717px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .centerArea:after {
    display: none;
  }
}
.centerArea .titleBox {
  margin-bottom: 15px;
}
.centerArea .centerList li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.centerArea .centerList li .Img {
  width: 670px;
  position: relative;
}
.centerArea .centerList li .Img .newOpen {
  position: absolute;
  right: 0;
  top: 62%;
  -webkit-transform: translate(0, -62%);
          transform: translate(0, -62%);
  width: 119px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerArea .centerList li .Img .newOpen:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/circle_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.centerArea .centerList li .Img .newOpen span {
  width: 74px;
  height: 74px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.34px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.centerArea .centerList li .Txt {
  width: calc(100% - 670px);
  padding-left: 55px;
}
.centerArea .centerList li .Txt .infoBox {
  max-width: 555px;
}
.centerArea .centerList li .list {
  padding-top: 20px;
}
.centerArea .centerList li .list li .listTit {
  color: #ebbc00;
  font-weight: 500;
}
.centerArea .centerList li .btnBox {
  padding-top: 60px;
}
@media (max-width: 1400px) {
  .centerArea .centerList li .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .centerArea .centerList li .Img {
    width: 55%;
    padding-right: 60px;
  }
  .centerArea .centerList li .Txt {
    width: 45%;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .centerArea .centerList li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .centerArea .centerList li .item .Img,
.centerArea .centerList li .item .Txt {
    width: 100%;
  }
  .centerArea .centerList li .item .Img {
    max-width: 610px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .centerArea .centerList li .item .Img .newOpen {
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
  .centerArea .centerList li .item .Img .newOpen span {
    font-size: 15px;
    line-height: 1.5;
  }
  .centerArea .centerList li .item .Txt {
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  .centerArea .centerList li .item .Txt .infoBox {
    max-width: 100%;
  }
}

.aboutArea {
  padding: 100px 0;
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}
.aboutArea:before {
  position: absolute;
  left: 0;
  top: -72%;
  content: "";
  background-image: url(../images/menuBg07.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 727px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .aboutArea:before {
    background-size: cover;
    width: 90%;
    height: 90%;
    top: -30%;
  }
}
@media (max-width: 992px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 30px 0;
  }
}
.aboutArea .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}
.aboutArea .titleBar .titleBox {
  width: 280px;
  padding-right: 50px;
}
.aboutArea .titleBar .btnBox {
  width: 175px;
}
@media (max-width: 1300px) {
  .aboutArea .titleBar .titleBox {
    width: 200px;
    padding-right: 0;
  }
  .aboutArea .titleBar .topBox {
    width: calc(100% - 375px);
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .aboutArea .titleBar .titleBox {
    width: 100%;
  }
  .aboutArea .titleBar .topBox {
    width: calc(100% - 175px);
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .titleBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .aboutArea .titleBar .topBox,
.aboutArea .titleBar .btnBox {
    width: 100%;
  }
}
.aboutArea .topBox {
  width: calc(100% - 455px);
  padding-right: 50px;
}
.aboutArea .topBox .title {
  color: #ebbc00;
  margin-bottom: 15px;
}
.aboutArea .bottomBox .Img {
  text-align: center;
}
.aboutArea .bottomBox .Img img.mb {
  display: none;
}
@media (max-width: 640px) {
  .aboutArea .bottomBox .Img img.pc {
    display: none;
  }
  .aboutArea .bottomBox .Img img.mb {
    display: block;
  }
}
/*# sourceMappingURL=home.css.map */