.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .btnBox, .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox .classTitle, .newsArea .newsList .item .mask, .bannerArea .slick-dots li button::before, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem .Txt .videoBtn a span {
  transition: all 0.5s;
}

@-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%);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  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: #fff;
  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: #fff; */
  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;
}

.bannerArea .slick-slide > div {
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bannerArea .bannerList:not(.slick-slider) {
  overflow: hidden;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s;
}
.bannerArea .bannerItem.show .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.1s;
}
.bannerArea .bannerItem.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show .Txt .bannerBtn,
.bannerArea .bannerItem.show .Txt .videoBtn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 0.3s;
}
.bannerArea .bannerItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.3s;
}
.bannerArea .bannerItem.hide .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.2s;
}
.bannerArea .bannerItem.hide .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide .Txt .bannerBtn,
.bannerArea .bannerItem.hide .Txt .videoBtn {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: all 0.5s;
}
.bannerArea .bannerItem .Txt {
  max-width: 1376px;
  padding: 7.8vw 60px 85px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
@media (max-width: 1580px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 60px 85px 20px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 60px 40px 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 60px 20px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 775px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 406px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  color: #fff;
  font-size: 57px;
  font-weight: 500;
  line-height: 1.175;
  letter-spacing: 0.5px;
  position: relative;
}
.bannerArea .bannerItem .Txt .title .ellipsis {
  max-height: 149px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
  .bannerArea .bannerItem .Txt .title .ellipsis {
    max-height: 94px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .title:after {
  content: "";
  margin: 34px 0;
  width: 52px;
  height: 2px;
  background-color: #ff0000; /*Banner小橫線*/
  display: block;
}
@media (max-width: 1580px) {
  .bannerArea .bannerItem .Txt .title:after {
    margin: 20px 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title:after {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title:after {
    margin: 34px 0;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .title:after {
    margin: 10px 0;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.85px;
  margin-bottom: 33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1580px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px; /*小標大小*/
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 33px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  max-width: 523px;
  letter-spacing: -0.2px;
  line-height: 1.7;
  width: 100%;
  max-height: 120px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px; /*首頁大圖敘述文字*/
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-top: 18px;
  margin-bottom: 30px;
  margin-left: -10px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 18px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 8px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  margin: 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  max-width: 100%;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  border-color: #ffa800;
  background-color: #ffa800;
  color: #fff;
  border-radius: 99px;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  padding: 16px 20px 15px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 17px;
  font-weight: 400;
  min-width: 221px;
  min-height: 56px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 15px;
    padding: 10px;
    min-width: 180px;
    min-height: 46px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 12px;
    padding: 10px;
    min-width: 144px;
    min-height: 36px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #0881bd;
}
.bannerArea .bannerItem .Txt .videoBtn {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  margin: 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.bannerArea .bannerItem .Txt .videoBtn a {
  background-color: #0881bd;
  color: #fff;
  border-radius: 99px;
  letter-spacing: 0.5px;
  padding: 11px 60px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
  font-weight: 400;
  min-width: 221px;
  min-height: 56px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .videoBtn a {
    font-size: 15px;
    padding: 10px;
    min-width: 180px;
    min-height: 46px;
  }
}
@media (max-width: 410px) {
  .bannerArea .bannerItem .Txt .videoBtn a {
    font-size: 12px;
    padding: 10px;
    min-width: 144px;
    min-height: 36px;
  }
}
.bannerArea .bannerItem .Txt .videoBtn a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #0bb850;
}
.bannerArea .bannerItem .Txt .videoBtn a:hover span {
  color: #fff;
}
.bannerArea .bannerItem .Img img {
  aspect-ratio: 2000/820;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.1s 1.5s;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Img img {
    aspect-ratio: 960/1165;
  }
}
.bannerArea .slick-current .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 5s;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
  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: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #0881bd;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #0881bd;
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #0881bd transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #0881bd transparent transparent transparent;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 103px;
  right: 20px;
  z-index: 2;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .bannerArea .scrollDown {
    bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .bannerArea .scrollDown {
    bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .img {
  margin-bottom: 10px;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0;
}
@media (max-width: 1700px) {
  .bannerArea .scrollDown span.text {
    font-size: 12px;
  }
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  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: #0881bd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 6px;
  margin: 0;
  bottom: 20%;
  right: 24px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots {
    bottom: 25px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  .bannerArea .slick-dots li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 8px;
  }
}
.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%;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0 0 2px transparent;
}
.bannerArea .slick-dots li.slick-active button::before {
  box-shadow: 0 0 0 2px #fff;
  background-color: #fff;
  opacity: 1;
}

.aboutArea {
  background-color: #fbfbfb;
  padding: 50px 0 100px; /*首頁專注細節跟大圖間隔 預設115px*/
}
.aboutArea .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .wrap .ph {
  display: none;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .ph {
    display: block;
    margin-bottom: 20px;
  }
}
.aboutArea .wrap .Img {
  overflow: hidden;
  border-radius: 50px 0;
}
.aboutArea .wrap .Img img {
  width: 100%;
}
.aboutArea .wrap .left {
  width: 57.6%;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 1180px) {
  .aboutArea .wrap .left {
    display: none;
  }
}
.aboutArea .wrap .right {
  width: 42.4%;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right {
    width: 100%;
    text-align: center;
  }
}
.aboutArea .wrap .right .Txt {
  padding: 6px 18px 0 58px;
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt {
    padding: 6px 18px 0 28px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt {
    padding: 6px 0;
  }
}
.aboutArea .wrap .right .Txt .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .textEditor {
  margin-bottom: 18px;
  padding-bottom: 20px;
  max-height: 195px;
  overflow: auto;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar-thumb {
  background: #0881bd;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt .textEditor {
    max-height: 100%;
  }
}
.aboutArea .wrap .right .Txt .textEditor .title {
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt .textEditor .title {
    font-size: 20px;
  }
}
.aboutArea .wrap .right .Txt .textEditor .text {
  letter-spacing: 0.1px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .Img {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea .wrap .right .Txt .btnBox .btn {
  width: 254px;
  height: 56px;
  border-radius: 30px;
  font-size: 17px;
  padding: 17px 0 0 0;
  letter-spacing: 0.8px;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt .btnBox .btn {
    width: 204px;
    height: 46px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 480px) {
  .aboutArea .wrap .right .Txt .btnBox .btn {
    width: 154px;
    height: 46px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt .btnBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .aboutArea .wrap .right .Txt .btnBox .btn {
    background-color: #ffa800; /*手機版 了解更多 雙色*/
    border: 1px solid #ffa800; /*手機版 了解更多 雙色*/
  }
}
.aboutArea.show .wrap .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s;
}
.aboutArea.show .wrap .right .Txt .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.5s;
}
.aboutArea.show .wrap .right .Txt .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.6s;
}
.aboutArea.show .wrap .right .Txt .textEditor .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.7s;
}
.aboutArea.show .wrap .right .Txt .textEditor .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.8s;
}
.aboutArea.show .wrap .right .Txt .Img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 0.9s;
}
.aboutArea.show .wrap .right .Txt .btnBox .btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 1s;
}

.productArea {
  padding: 0px 0 120px; /*首頁專注細節跟誠信治理間隔 預設95px*/
  position: relative;
  background: url(../images/product_bg.jpg) no-repeat center top/100%;
}
@media (max-width: 1180px) {
  .productArea {
    background: url(../images/product_bg.png) no-repeat center bottom/100%;
  }
}
.productArea .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.productArea .titleBox > .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.productArea .titleBox > .subtitle::after {
  margin: 30px 0 26px 3px;
}
@media (max-width: 1180px) {
  .productArea .titleBox > .subtitle::after {
    margin: 30px auto 26px;
  }
}
.productArea .btnBox {
  position: absolute;
  bottom: -39.5%;
  right: -26%;
  width: 176px;
  height: 176px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.productArea .btnBox.ph {
  display: none;
}
@media (max-width: 1180px) {
  .productArea .btnBox.ph {
    display: block;
  }
}
@media (max-width: 1180px) {
  .productArea .btnBox.pc {
    display: none;
  }
}
@media (max-width: 1180px) {
  .productArea .btnBox {
    top: 70%;
    left: 59.5%;
    width: 14.92vw;
    height: 14.92vw;
  }
}
@media (max-width: 840px) {
  .productArea .btnBox {
    width: 29.17vw;
    height: 29.17vw;
    max-width: 140px;
    max-height: 140px;
  }
}
.productArea .btnBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ffda94; /*首頁第二區塊查看更多外圓圈影子*/
  border-radius: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-animation: btnBoxAni 1.5s ease-in-out infinite;
          animation: btnBoxAni 1.5s ease-in-out infinite;
}
@-webkit-keyframes btnBoxAni {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes btnBoxAni {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
.productArea .btnBox .btn {
  width: 100%;
  height: 100%;
  background-color: #ffda94; /*首頁第二區塊查看更多外圓圈*/
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
  padding: 13px;
}
@media (max-width: 480px) {
  .productArea .btnBox .btn {
    padding: 11px;
  }
}
@media (max-width: 350px) {
  .productArea .btnBox .btn {
    padding: 5px;
  }
}
.productArea .btnBox .btn .txt {
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #ffa800; /*首頁第二區塊查看更多內圓圈*/
  color: #fff;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 450px) {
  .productArea .btnBox .btn .txt {
    font-size: 15px;
  }
}
.productArea .btnBox .btn .txt .icon {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .productArea .btnBox .btn .txt .icon {
    width: 20px;
    margin-bottom: 15px;
  }
}
.productArea .btnBox .btn .txt .icon::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  .productArea .btnBox .btn .txt .icon::after {
    height: 20px;
  }
}
.productArea .wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .productArea .wrap > .txtBox {
    padding: 40px 0 20px;
  }
}
.productArea .wrap > .textEditor {
  padding: 0 0 0 2px;
  width: 399px;
  letter-spacing: 0.2px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 1350px) {
  .productArea .wrap > .textEditor {
    width: 318px;
  }
}
@media (max-width: 1180px) {
  .productArea .wrap > .textEditor {
    width: 100%;
    text-align: center;
  }
}
.productArea .wrap .picBox {
  padding: 77px 50px 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 660px) {
  .productArea .wrap .picBox {
    padding: 77px 40px 0;
  }
}
@media (max-width: 450px) {
  .productArea .wrap .picBox {
    padding: 77px 10px 0;
  }
}
@media (max-width: 350px) {
  .productArea .wrap .picBox {
    padding: 77px 0 0;
  }
}
.productArea .wrap .picBox .lineBox1, .productArea .wrap .picBox .lineBox2 {
  position: absolute;
  pointer-events: none;
}
.productArea .wrap .picBox .lineBox1 .line, .productArea .wrap .picBox .lineBox2 .line {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #0881bd;
}
@media (max-width: 1180px) {
  .productArea .wrap .picBox .lineBox1 .line, .productArea .wrap .picBox .lineBox2 .line {
    color: #3fb4da;
  }
}
.productArea .wrap .picBox .lineBox1 .ball1, .productArea .wrap .picBox .lineBox1 .ball2, .productArea .wrap .picBox .lineBox1 .ball3, .productArea .wrap .picBox .lineBox2 .ball1, .productArea .wrap .picBox .lineBox2 .ball2, .productArea .wrap .picBox .lineBox2 .ball3 {
  position: absolute;
  background-color: #0881bd;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .productArea .wrap .picBox .lineBox1 .ball1, .productArea .wrap .picBox .lineBox1 .ball2, .productArea .wrap .picBox .lineBox1 .ball3, .productArea .wrap .picBox .lineBox2 .ball1, .productArea .wrap .picBox .lineBox2 .ball2, .productArea .wrap .picBox .lineBox2 .ball3 {
    background-color: #3fb4da;
  }
}
.productArea .wrap .picBox .lineBox1 .ball1, .productArea .wrap .picBox .lineBox1 .ball3, .productArea .wrap .picBox .lineBox2 .ball1, .productArea .wrap .picBox .lineBox2 .ball3 {
  width: 7px;
  height: 7px;
}
.productArea .wrap .picBox .lineBox1 .ball2, .productArea .wrap .picBox .lineBox2 .ball2 {
  width: 12px;
  height: 12px;
}
.productArea .wrap .picBox .lineBox1 {
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1181px) {
  .productArea .wrap .picBox .lineBox1 {
    -webkit-transform: rotate(-31deg);
            transform: rotate(-31deg);
    left: 12%;
    top: 27%;
    z-index: 4;
  }
}
.productArea .wrap .picBox .lineBox1 .ball1 {
  top: 10px;
  left: 56.5%;
}
@media (max-width: 1023px) {
  .productArea .wrap .picBox .lineBox1 .ball1 {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .productArea .wrap .picBox .lineBox1 .ball1 {
    left: 9.4%;
  }
}
.productArea .wrap .picBox .lineBox1 .ball2 {
  top: 8px;
  left: 51%;
}
@media (max-width: 1023px) {
  .productArea .wrap .picBox .lineBox1 .ball2 {
    left: 9.5%;
  }
}
@media (max-width: 767px) {
  .productArea .wrap .picBox .lineBox1 .ball2 {
    left: 3.5%;
  }
}
.productArea .wrap .picBox .lineBox2 {
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1181px) {
  .productArea .wrap .picBox .lineBox2 {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
    right: 11.5%;
    top: 15%;
  }
}
.productArea .wrap .picBox .lineBox2 .ball1 {
  top: 10px;
  left: 56.5%;
}
@media (max-width: 1023px) {
  .productArea .wrap .picBox .lineBox2 .ball1 {
    left: 93%;
  }
}
@media (max-width: 767px) {
  .productArea .wrap .picBox .lineBox2 .ball1 {
    left: 94%;
  }
}
.productArea .wrap .picBox .lineBox2 .ball2 {
  top: 8px;
  left: 45.5%;
}
@media (max-width: 1023px) {
  .productArea .wrap .picBox .lineBox2 .ball2 {
    left: 82%;
  }
}
@media (max-width: 767px) {
  .productArea .wrap .picBox .lineBox2 .ball2 {
    left: 88.5%;
  }
}
.productArea .wrap .picBox .lineBox2 .ball3 {
  top: 10px;
  left: 51.5%;
}
@media (max-width: 1023px) {
  .productArea .wrap .picBox .lineBox2 .ball3 {
    left: 97%;
  }
}
.productArea .wrap .productList {
  z-index: 2;
}
.productArea .wrap .productList:not(.slick-slider) {
  overflow: hidden;
}
.productArea .wrap .productList:not(.slick-slider) .productItem:not(:first-child) {
  display: none;
}
.productArea .wrap .productList .slick-list {
  overflow: unset;
}
.productArea .wrap .productList .productItem .item .ImgBox {
  position: relative;
  padding: 4%;
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.productArea .wrap .productList .productItem .item .ImgBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: 100%;
  background: url(../images/circle2.png) no-repeat center center/100%;
  z-index: 1;
  -webkit-animation: rotateCenter 10s linear infinite;
          animation: rotateCenter 10s linear infinite;
}
.productArea .wrap .productList .productItem .item .ImgBox .Img {
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid #f6f8f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
}
.productArea .wrap .productList .productItem .item .ImgBox .Img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: url(../images/circle.png) no-repeat center center/100%;
  transition: all 0.5s;
  z-index: 1;
  -webkit-animation: rotateCenter2 9s linear infinite;
          animation: rotateCenter2 9s linear infinite;
}
.productArea .wrap .productList .productItem .item .ImgBox .Img img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.productArea .wrap .productList#second {
  max-width: 485px;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .productArea .wrap .productList#second {
    position: absolute;
    top: -59.5%;
    right: 49.7%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-color: #fff;
    z-index: 3;
  }
}
@media (max-width: 1180px) {
  .productArea .wrap .productList#second {
    margin: 0 auto;
  }
}
.productArea .wrap .productList#second .productItem.show .item .ImgBox .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 5s;
}
.productArea .wrap .productList#second .productItem.hide .item .ImgBox .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.1s 2.3s;
}
.productArea .wrap .productList#second .productItem .item .link {
  padding: 4%;
}
.productArea .wrap .productList#second .productItem .item .link::after {
  width: 85%;
  height: 85%;
}
.productArea .wrap .productList#second .productItem .item .link .Img {
  border: 30px solid #f6f8f7;
}
.productArea .wrap .productList#third {
  position: absolute;
  top: -37.4%;
  right: 37.9%;
  width: 247px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .productArea .wrap .productList#third {
    display: none;
  }
}
.productArea .wrap .productList#third .btnBox {
  display: none;
}
.productArea .wrap .productList#third .slick-slide.right {
  transition: opacity 0.8s 0.4s !important;
}
.productArea .wrap .productList#third .slick-slide.right .productItem {
  -webkit-animation: secondRight 1s ease-in-out forwards;
          animation: secondRight 1s ease-in-out forwards;
}
@-webkit-keyframes secondRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  91% {
    opacity: 0;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
}
@keyframes secondRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  91% {
    opacity: 0;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
}
.productArea .wrap .productList#third .slick-slide.left .productItem {
  -webkit-animation: secondLeft 1s ease-in-out forwards;
          animation: secondLeft 1s ease-in-out forwards;
}
@-webkit-keyframes secondLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  11% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
}
@keyframes secondLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
  11% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(173%, 78%);
            transform: translate(173%, 78%);
  }
}
.productArea .wrap .productList#third .productItem {
  opacity: 1;
  -webkit-transform: translate(173%, 78%);
          transform: translate(173%, 78%);
}
.productArea .wrap .productList#third .productItem .item .ImgBox .Img {
  border: 5px solid rgba(0, 0, 0, 0);
}
.productArea .wrap .productList#third .productItem .item .ImgBox .Img:before {
  display: none;
}
.productArea .wrap .productList#first {
  width: 360px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productArea .wrap .productList#first {
    display: none;
  }
}
.productArea .wrap .productList#first .btnBox {
  display: none;
}
.productArea .wrap .productList#first .slick-slide.right .productItem {
  -webkit-animation: thirdRight 0.8s ease-in-out forwards;
          animation: thirdRight 0.8s ease-in-out forwards;
}
.productArea .wrap .productList#first .slick-slide.left {
  transition: opacity 0.8s 0.4s !important;
}
.productArea .wrap .productList#first .slick-slide.left .productItem {
  -webkit-animation: thirdLeft 0.8s ease-in-out forwards;
          animation: thirdLeft 0.8s ease-in-out forwards;
}
@-webkit-keyframes thirdRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes thirdRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  11% {
    opacity: 0;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes thirdLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  88% {
    opacity: 1;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  89% {
    opacity: 0;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes thirdLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  88% {
    opacity: 1;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  89% {
    opacity: 0;
    -webkit-transform: translate(110%, -78%);
            transform: translate(110%, -78%);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.productArea .wrap .productList#first .productItem.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 0.8s;
}
.productArea .wrap .productList#first .productItem .item .ImgBox .Img:before {
  display: none;
}
.productArea .wrap .productTxtList {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1181px) {
  .productArea .wrap .productTxtList {
    position: absolute;
    top: 5.6%;
    right: 0;
    width: 408px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .productArea .wrap .productTxtList {
    width: 322px;
  }
}
.productArea .wrap .productTxtList:not(.slick-slider) {
  overflow: hidden;
}
.productArea .wrap .productTxtList:not(.slick-slider) .productTxtItem:not(:first-child) {
  display: none;
}
.productArea .wrap .productTxtList .productTxtItem {
  padding-right: 19px;
}
.productArea .wrap .productTxtList .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 480px) {
  .productArea .wrap .productTxtList .title {
    font-size: 24px;
  }
}
.productArea .wrap .productTxtList .text {
  padding: 0px 0 0 1px;
  letter-spacing: -0.8px;
  line-height: 1.77;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.productArea .wrap .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1181px) {
  .productArea .wrap .buttons {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.productArea .wrap .buttons .slickBtn.arrowPrev {
  margin-right: 10px; /*誠信治理 左右紐間距*/
}
.productArea .leftBall1 {
  position: absolute;
  top: 21.5%;
  left: 3.5%;
  z-index: 1;
  border-radius: 50%;
  background-color: #d3e7db;
  width: 8px;
  height: 8px;
}
@media (max-width: 1180px) {
  .productArea .leftBall1 {
    top: 88.5%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .productArea .leftBall1 {
    left: 5%;
  }
}
@media (max-width: 480px) {
  .productArea .leftBall1 {
    width: 1.67vw;
    height: 1.674vw;
  }
}
.productArea .leftBall2 {
  position: absolute;
  top: 11.5%;
  left: 6%;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #46ae6f;
  width: 17px;
  height: 17px;
}
@media (max-width: 1180px) {
  .productArea .leftBall2 {
    top: 72.5%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .productArea .leftBall2 {
    left: 4%;
  }
}
@media (max-width: 480px) {
  .productArea .leftBall2 {
    width: 3.54vw;
    height: 3.54vw;
  }
}
.productArea .centerBall {
  position: absolute;
  top: 54.5%;
  left: 37.7%;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #46ae6f;
  width: 21px;
  height: 21px;
}
@media (max-width: 1180px) {
  .productArea .centerBall {
    border: none;
    width: 5px;
    height: 5px;
    background-color: #d3e7db;
    top: 80%;
    left: 18%;
  }
}
@media (max-width: 767px) {
  .productArea .centerBall {
    left: 10%;
  }
}
@media (max-width: 480px) {
  .productArea .centerBall {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.productArea .rightBall1 {
  position: absolute;
  top: -4.5%;
  right: 5.8%;
  z-index: 1;
  background: url(../images/rightBall1.png) no-repeat center center/100%;
  width: 68px;
  height: 68px;
}
@media (max-width: 1480px) {
  .productArea .rightBall1 {
    right: 10.8%;
  }
}
@media (max-width: 1180px) {
  .productArea .rightBall1 {
    top: 9%;
    right: 20.5%;
  }
}
@media (max-width: 767px) {
  .productArea .rightBall1 {
    top: 10%;
    right: 26.5%;
  }
}
@media (max-width: 480px) {
  .productArea .rightBall1 {
    width: 14.17vw;
    height: 14.17vw;
  }
}
.productArea .rightBall2 {
  position: absolute;
  top: 2.7%;
  right: -1.1%;
  z-index: 1;
  border-radius: 50%;
  border: 20px solid #c0decc;
  width: 152px;
  height: 152px;
  opacity: 0.25;
}
@media (max-width: 1480px) {
  .productArea .rightBall2 {
    right: 4.1%;
  }
}
@media (max-width: 1180px) {
  .productArea .rightBall2 {
    top: 11%;
    right: 12%;
  }
}
@media (max-width: 767px) {
  .productArea .rightBall2 {
    top: 11.5%;
    right: 2%;
  }
}
@media (max-width: 480px) {
  .productArea .rightBall2 {
    width: 31.67vw;
    height: 31.67vw;
    border-width: 4.17vw;
  }
}
.productArea .rightBall3 {
  position: absolute;
  top: 12.2%;
  right: 5.2%;
  z-index: 1;
  border-radius: 50%;
  background-color: #0bb850;
  width: 6px;
  height: 6px;
}
@media (max-width: 1480px) {
  .productArea .rightBall3 {
    top: 12.2%;
    right: 10.2%;
  }
}
@media (max-width: 1180px) {
  .productArea .rightBall3 {
    top: 19%;
    right: 19%;
  }
}
@media (max-width: 767px) {
  .productArea .rightBall3 {
    top: 25%;
    right: 24%;
  }
}
@media (max-width: 480px) {
  .productArea .rightBall3 {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.productArea .rightBall4 {
  position: absolute;
  top: 19%;
  right: -3.4%;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #0bb850;
  width: 13px;
  height: 13px;
}
@media (max-width: 1480px) {
  .productArea .rightBall4 {
    right: 2.4%;
  }
}
@media (max-width: 1180px) {
  .productArea .rightBall4 {
    top: 29%;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .productArea .rightBall4 {
    top: 33%;
    right: -2%;
  }
}
@media (max-width: 480px) {
  .productArea .rightBall4 {
    width: 2.71vw;
    height: 2.71vw;
  }
}
@-webkit-keyframes circleAni {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAni {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.productArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s;
}
.productArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.1s;
}
.productArea.show .wrap > .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.2s;
}
.productArea.show .wrap .picBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.7s;
}
.productArea.show .wrap .productTxtList .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 1s;
}
.productArea.show .wrap .productTxtList .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 1.2s;
}
.productArea.show .wrap .btnBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 1.3s;
}

.performanceArea {
  position: relative;
  padding: 74px 0 116px;
  border-radius: 130px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .performanceArea {
    border-radius: 0;
  }
}
.performanceArea > .Img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.performanceArea .titleBox {
  text-align: center;
  position: relative;
  z-index: 2;
}
.performanceArea .titleBox .title, .performanceArea .titleBox .subtitle {
  color: #0881bd; /*專業優勢標題顏色*/
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.performanceArea .titleBox .subtitle:after {
  margin: 28px auto 56px;
  background-color: #ffa800; /*專業優勢下底線顏色*/
}
.performanceArea .wrap {
  max-width: 1600px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1740px) {
  .performanceArea .wrap {
    padding: 0 58px;
  }
}
@media (max-width: 1180px) {
  .performanceArea .wrap {
    padding: 0 20px;
  }
}
.performanceArea .wrap::before, .performanceArea .wrap:after {
  content: "";
  display: block;
}
.performanceArea .wrap .centerLine, .performanceArea .wrap::before, .performanceArea .wrap:after {
  width: 1px;
  height: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  position: absolute;
  transition: all 0.8s;
}
.performanceArea .wrap::before {
  left: 25.6%;
}
@media (max-width: 1740px) {
  .performanceArea .wrap::before {
    left: 26.8%;
  }
}
@media (max-width: 1499px) {
  .performanceArea .wrap::before {
    left: 34.6%;
  }
}
@media (max-width: 1180px) {
  .performanceArea .wrap::before {
    display: none;
  }
}
.performanceArea .wrap .centerLine {
  left: 50%;
}
@media (max-width: 1499px) {
  .performanceArea .wrap .centerLine {
    display: none;
  }
}
.performanceArea .wrap::after {
  right: 25.55%;
}
@media (max-width: 1740px) {
  .performanceArea .wrap::after {
    right: 26.8%;
  }
}
@media (max-width: 1499px) {
  .performanceArea .wrap::after {
    right: 34.6%;
  }
}
@media (max-width: 1180px) {
  .performanceArea .wrap::after {
    display: none;
  }
}
.performanceArea .wrap.move .centerLine, .performanceArea .wrap.move::before, .performanceArea .wrap.move:after {
  height: 0;
}
@media (max-width: 1180px) {
  .performanceArea .wrap .performanceBox {
    padding: 0 40px;
  }
}
@media (max-width: 440px) {
  .performanceArea .wrap .performanceBox {
    padding: 0;
  }
}
.performanceArea .wrap .performanceBox .performanceList:not(.slick-slider) {
  overflow: hidden;
}
.performanceArea .wrap .performanceBox .performanceList:not(.slick-slider) .performanceItem:not(:first-child) {
  display: none;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem {
  height: 521px;
  overflow: auto;
  padding: 0 0px 0 7px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem::-webkit-scrollbar-thumb {
  background: #0881bd;
}
@media (max-width: 1180px) {
  .performanceArea .wrap .performanceBox .performanceList .performanceItem {
    height: auto;
  }
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item {
  text-align: center;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .numBox {
  font-family: "Outfit";
  margin-bottom: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .numBox .num {
  font-size: 65px;
  letter-spacing: 4px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .numBox .unit {
  font-size: 36px;
  display: inline-block;
  padding-left: 10px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s 0.1s;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .classeBox {
  font-size: 17px;
  transition: all 0.3s 0.15s;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover {
  padding: 20px 0;
  color: #fff;
}
@media (max-width: 1180px) {
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover {
    display: none;
  }
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .Img {
  width: 51px;
  position: relative;
  margin: 28% auto 26px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .Img img {
  -webkit-filter: brightness(30) drop-shadow(0 11px 4px black);
          filter: brightness(30) drop-shadow(0 11px 4px black);
  position: relative;
  z-index: 2;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .Img .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .Img .shadow img {
  -webkit-filter: brightness(0) blur(10px);
          filter: brightness(0) blur(10px);
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .title {
  position: relative;
  height: 105px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .title:after {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  transition: all 0.3s 0.3s;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .noHover .classeBox {
  padding: 24px 0 0 0;
  letter-spacing: 1px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem {
  padding: 27px 56px;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 0 30px;
  transition: all 0.3s;
}
@media (min-width: 1181px) {
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem {
    padding: 20px 30px;
  }
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .numBox {
  padding: 0 5px 0 0px;
  color: #0bb850;
  margin-bottom: 9px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .numBox .num {
  letter-spacing: 0.5px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .numBox .unit {
  padding-left: 16px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .Img {
  width: 71px;
  margin: 0 auto;
  padding-right: 12px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .Txt {
  padding-bottom: 72px;
  position: relative;
  margin-bottom: 25px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .Txt::after {
  content: "";
  display: block;
  width: 71.17%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .Txt .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 0 4px 17px 0;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .Txt .text {
  font-size: 16px;
  color: #5d5d5d;
  margin: 0 0 0 -5px;
  letter-spacing: 0.1px;
  height: 120px;
}
.performanceArea .wrap .performanceBox .performanceList .performanceItem .item .mainItem .classeBox {
  font-size: 17px;
  font-weight: 600;
  color: #0881bd;
  letter-spacing: 1px;
  padding: 0 8px 0 0;
}
@media (min-width: 1181px) {
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translatex(0);
            transform: translatex(0);
    transition: all 0.5s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show .numBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.4s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.5s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show .Txt .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.6s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show .Txt:after {
    width: 71.17%;
    transition: all 0.5s 0.7s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .show .classeBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.5s 0.8s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide {
    opacity: 0;
    pointer-events: auto;
    -webkit-transform: translatex(-10px);
            transform: translatex(-10px);
    transition: all 0.3s 0.5s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide .numBox {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: all 0.3s 0.4s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide .title {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: all 0.3s 0.3s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide .Txt .text {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: all 0.3s 0.2s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide .Txt:after {
    width: 0;
    transition: all 0.3s 0.1s;
  }
  .performanceArea .wrap .performanceBox .performanceList .performanceItem .hide .classeBox {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: all 0.3s;
  }
}
.performanceArea .wrap .performanceBox .performanceList .slick-dots {
  bottom: -15%;
  padding: 0 0 0 55px;
}
@media (max-width: 767px) {
  .performanceArea .wrap .performanceBox .performanceList .slick-dots {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.performanceArea .wrap .performanceBox .performanceList .slick-dots li button::after {
  border: 1px solid #fff;
}
.performanceArea .wrap .performanceBox .performanceList .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media (min-width: 1201px) {
  .performanceArea .wrap .performanceBox .performanceList .slick-dots li:hover button:before {
    background-color: #fff;
  }
}
.performanceArea .wrap .slickBtn.arrowPrev, .performanceArea .wrap .slickBtn.arrowNext {
  position: absolute;
  top: 47.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 440px) {
  .performanceArea .wrap .slickBtn.arrowPrev, .performanceArea .wrap .slickBtn.arrowNext {
    background-color: #0881bd;
    border: 1px solid #0881bd;
  }
}
.performanceArea .wrap .slickBtn.arrowPrev {
  left: -58px;
  padding: 0 0 0 4px;
}
@media (max-width: 1740px) {
  .performanceArea .wrap .slickBtn.arrowPrev {
    left: 10px;
  }
}
.performanceArea .wrap .slickBtn.arrowNext {
  right: -51px;
  padding: 1px 0 0 0;
}
@media (max-width: 1740px) {
  .performanceArea .wrap .slickBtn.arrowNext {
    right: 10px;
  }
}
.performanceArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s;
}
.performanceArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.2s;
}
.performanceArea.show > .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 5s;
}
.performanceArea.show .wrap .performanceBox .performanceList .performanceItem {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.1s;
}
.newsArea {
  padding: 86px 0 175px;
  position: relative;
  z-index: 1;
  background: url(../images/news_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 480px) {
  .newsArea {
    padding: 86px 0 100px;
  }
}
.newsArea .newsList:not(.slick-slider) {
  overflow: hidden;
}
.newsArea .newsList:not(.slick-slider) .newsItem:not(:first-child) {
  display: none;
}
.newsArea .newsList .newsItem {
  position: relative;
  width: 100%;
  border-radius: 20px 0;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .newsArea .newsList .newsItem:hover .mask {
    opacity: 1;
    pointer-events: auto;
  }
}
.newsArea .newsList .item .Img {
  min-height: 100px;
  background-color: #efefef;
}
.newsArea .newsList .item .Img img {
  width: 100%;
  display: block;
}
.newsArea .newsList .item .Txt {
  position: relative;
  padding: 20px 21px 13px;
}
@media (max-width: 400px) {
  .newsArea .newsList .item .Txt {
    padding: 10px 11px 13px;
  }
}
.newsArea .newsList .item .Txt .newsInfoBox {
  background-color: #0881bd;
  min-width: 226px;
  max-width: 100%;
  height: 35px;
  border-radius: 0 18px 18px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -24px;
  left: 0;
  padding: 5px 19px;
  color: #fff;
}
@media (max-width: 400px) {
  .newsArea .newsList .item .Txt .newsInfoBox {
    padding: 5px 10px;
  }
}
.newsArea .newsList .item .Txt .newsInfoBox .classTitle {
  font-size: 16px;
  padding-right: 14px;
  position: relative;
}
@media (max-width: 400px) {
  .newsArea .newsList .item .Txt .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
.newsArea .newsList .item .Txt .newsInfoBox .classTitle:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #7ad0ec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsArea .newsList .item .Txt .newsInfoBox .dateBox {
  padding: 0 13px 0;
  text-transform: uppercase;
  font-family: "Outfit";
}
.newsArea .newsList .item .Txt .newsInfoBox .dateBox .date {
  letter-spacing: 0.6px;
  font-size: 16px;
}
@media (max-width: 400px) {
  .newsArea .newsList .item .Txt .newsInfoBox .dateBox .date {
    font-size: 14px;
  }
}
.newsArea .newsList .item .Txt .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 17px;
}
.newsArea .newsList .item .Txt .text {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 16px;
}
.newsArea .newsList .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: #ffa800; /*最新消息認證背景色*/
  padding: 51px 23px;
  color: #fff;
}
.newsArea .newsList .item .mask .Txt {
  padding: 21px 0;
}
.newsArea .newsList .item .mask .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsArea .newsList .item .mask .newsInfoBox .classTitle {
  font-size: 16px;
  padding-right: 14px;
  position: relative;
}
.newsArea .newsList .item .mask .newsInfoBox .classTitle:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #7ad0ec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsArea .newsList .item .mask .newsInfoBox .dateBox {
  padding: 0 11px 0;
  text-transform: uppercase;
  font-family: "Outfit";
}
.newsArea .newsList .item .mask .newsInfoBox .dateBox .date {
  letter-spacing: 0.6px;
  font-size: 16px;
}
.newsArea .newsList .item .mask .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 12px;
}
.newsArea .newsList .item .mask .title a {
  color: #fff;
  margin-left: -2px;
}
.newsArea .newsList .item .mask .text {
  font-size: 16px;
  letter-spacing: 0.1px;
  height: 93px;
  line-height: 1.75;
}
.newsArea .newsList .item .mask .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.newsArea .newsList .item .mask .btnBox .btn {
  color: #000; /*查看更多文字顏色*/
  border-radius: 28px;
  width: 312px;
  height: 54px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .newsArea .newsList .item .mask .btnBox .btn:hover {
    color: #fff;
  }
}
.newsArea .newsList .item .tagBox .tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0px 0 -1px;
}
.newsArea .newsList .item .tagBox .tagList .sdgImgBox {
  width: 39px;
  padding: 0 3px 0 2px;
}
.newsArea .newsList#first, .newsArea .newsList#second {
  position: absolute;
}
.newsArea .newsList#first {
  left: 49.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.3%;
  top: 24.5%;
  opacity: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsList#first {
    position: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 80%;
    margin: 0 auto;
  }
  .newsArea .newsList#first .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
.newsArea .newsList#first .item .Txt {
  padding: 30px 22px 14px;
}
@media (max-width: 400px) {
  .newsArea .newsList#first .item .Txt {
    padding: 20px 12px 4px;
  }
}
.newsArea .newsList#first .item .Txt .newsInfoBox {
  top: -19px;
  padding: 5px 18px 5px 21px;
}
.newsArea .newsList#first .item .Txt .newsInfoBox .dateBox .date {
  letter-spacing: 0.8px;
}
.newsArea .newsList#first .item .Txt .title {
  letter-spacing: 3.2px;
}
.newsArea .newsList#first .item .Txt .text {
  margin-bottom: 1px;
}
.newsArea .newsList#first .item .tagBox .tagList {
  margin: 0 0px 0 2px;
}
.newsArea .newsList#first .item .mask {
  padding: 60px 40px;
}
.newsArea .newsList#first .item .mask .Txt {
  padding: 21px 0;
}
.newsArea .newsList#first .item .mask .Txt .title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newsArea .newsList#first .item .mask .Txt .text {
  font-size: 18px;
  max-height: 266px;
}
.newsArea .newsList#second {
  right: 23px;
  width: 26.5%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea .newsList#second:not(.slick-slider) {
  display: none;
}
@media (max-width: 1180px) {
  .newsArea .newsList#second {
    top: 34.5%;
    width: 60%;
    left: -53%;
  }
}
@media (max-width: 1180px) and (min-width: 1201px) {
  .newsArea .newsList#second:hover .mask {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList#second .tagBox {
    display: none;
  }
  .newsArea .newsList#second .item .Txt .text {
    padding-bottom: 82px;
    opacity: 0;
  }
  .newsArea .newsList#second .item .Txt .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
  }
}
.newsArea .newsList#third {
  width: 27.4%;
  margin: 0 0 0 3px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.newsArea .newsList#third:not(.slick-slider) {
  display: none;
}
@media (max-width: 1180px) {
  .newsArea .newsList#third {
    position: absolute;
    top: 34.5%;
    width: 60%;
    right: -53%;
  }
  .newsArea .newsList#third .tagBox {
    display: none;
  }
  .newsArea .newsList#third .item .Txt .text {
    padding-bottom: 82px;
    opacity: 0;
  }
  .newsArea .newsList#third .item .Txt .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
  }
}
.newsArea .wrap {
  position: relative;
}
.newsArea .titleBox > .title {
  margin-bottom: 11px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea .titleBox > .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea .titleBox > .subtitle::after {
  margin: 29px 0 52px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox > .subtitle::after {
    margin: 19px auto 62px;
  }
}
.newsArea .buttons {
  position: absolute;
  top: 88px;
  right: 1.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1180px) {
  .newsArea .buttons {
    position: unset;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsArea .buttons .arrowPrev {
  margin-right: 71px;
}
@media (max-width: 1180px) {
  .newsArea .buttons .arrowPrev {
    margin-right: 10px;
  }
}
.newsArea .buttons .arrowNext {
  position: absolute;
  top: 0;
  left: 51px;
}
@media (max-width: 1180px) {
  .newsArea .buttons .arrowNext {
    position: unset;
    margin-left: 10px;
  }
}
.newsArea .buttons .btnBox .btn {
  width: 254px;
  height: 56px;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .newsArea .buttons .btnBox .btn {
    width: 204px;
    height: 46px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 480px) {
  .newsArea .buttons .btnBox .btn {
    width: 154px;
    height: 46px;
  }
}
.newsArea.show .titleBox > .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s;
}
.newsArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.2s;
}
.newsArea.show .newsList#first {
  opacity: 1;
  transition: all 1.5s 0.5s;
}
.newsArea.show .newsList#second {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.6s;
}
.newsArea.show .newsList#third {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.7s;
}
.newsArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1.5s 0.2s;
}

.newsAwardArea {
  padding: 78px 0px 113px;
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
.newsAwardArea .titleBox {
  text-align: center;
}
.newsAwardArea .titleBox .title {
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsAwardArea .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsAwardArea .titleBox .subtitle:after {
  margin: 31px auto 38px;
}
.newsAwardArea .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
}
.newsAwardArea .wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e7e7e7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .newsAwardArea .wrap::after {
    display: none;
  }
}
.newsAwardArea .wrap .left {
  width: 47.2%;
  border-radius: 30px 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 1px 13px rgba(142, 142, 142, 0.13);
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 1180px) {
  .newsAwardArea .wrap .left {
    display: none;
  }
}
.newsAwardArea .wrap .left .Txt {
  padding: 16px 48px 30px 44px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .newsAwardArea .wrap .left .Txt {
    padding: 16px 14px 30px 14px;
  }
}
.newsAwardArea .wrap .left .Txt .newsInfoBox {
  width: 15%;
  padding: 0 17px 0 0;
}
@media (max-width: 1400px) {
  .newsAwardArea .wrap .left .Txt .newsInfoBox {
    padding: 0 7px 0 0;
  }
}
.newsAwardArea .wrap .left .Txt .newsInfoBox .dateBox {
  font-family: "Outfit";
  margin-bottom: 35px;
  position: relative;
}
.newsAwardArea .wrap .left .Txt .newsInfoBox .dateBox::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translate(-50%, -11px) rotate(-52deg);
          transform: translate(-50%, -11px) rotate(-52deg);
  z-index: 1;
  background-color: #cacaca;
}
.newsAwardArea .wrap .left .Txt .newsInfoBox .dateBox .day {
  text-align: center;
  color: #303030;
  font-size: 44px;
  font-weight: 500;
  padding: 0 5px 0 0px;
}
.newsAwardArea .wrap .left .Txt .newsInfoBox .dateBox .my {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.newsAwardArea .wrap .left .Txt .newsInfoBox .classTitle {
  font-size: 16px;
  color: #0881bd;
  letter-spacing: 0.1px;
  margin: 0 0 0 -1px;
}
.newsAwardArea .wrap .left .Txt .content {
  width: 85%;
  padding: 8px 0 0 6px;
}
.newsAwardArea .wrap .left .Txt .title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsAwardArea .wrap .left .Txt .text {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.75;
  color: #5d5d5d;
  height: 56px;
}
.newsAwardArea .wrap .right {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (min-width: 1181px) {
  .newsAwardArea .wrap .right {
    width: calc(52.8% - 5px);
    height: 546px;
    overflow: auto;
  }
  .newsAwardArea .wrap .right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .newsAwardArea .wrap .right::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .newsAwardArea .wrap .right::-webkit-scrollbar-thumb {
    background: #0881bd;
  }
}
.newsAwardArea .wrap .right .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1181px) {
  .newsAwardArea .wrap .right .buttons {
    display: none;
  }
}
.newsAwardArea .wrap .right .buttons .slickBtn.arrowPrev {
  margin-right: 5px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem {
  padding: 23px 74px 0;
}
@media (max-width: 1180px) {
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
@media (min-width: 1201px) {
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item:hover .newsInfoBox .classTitle {
    color: #ffa800; /*首頁工程實績*/
  }
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item:hover .btnBox {
    -webkit-transform: translate(-4px, 10px) scale(1.7);
            transform: translate(-4px, 10px) scale(1.7);
  }
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item:hover .btnBox .btn.circleArrow {
    background-color: #ffa800; /*首頁工程實績*/
    border-color: #ffa800; /*首頁工程實績*/
  }
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item:hover .btnBox .btn.circleArrow::before {
    width: 6px;
    height: 6px;
  }
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox .classTitle {
  font-size: 16px;
  padding-right: 21px;
  margin-right: 22px;
  position: relative;
  color: #0881bd;
  letter-spacing: 0.3px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox .classTitle:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #7ad0ec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox .dateBox {
  padding: 1px 0 0;
  text-transform: uppercase;
  font-family: "Outfit";
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .newsInfoBox .dateBox .date {
  letter-spacing: 0.8px;
  font-size: 16px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .Txt {
  margin-bottom: 24px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 9px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .text {
  font-size: 16px;
  color: #787878;
  width: 88%;
  letter-spacing: 0.26px;
  line-height: 1.7;
  height: 55px;
}
.newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .btnBox {
  position: absolute;
  top: 35%;
  right: -5%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .newsAwardArea .wrap .right .newsAwardList .newsAwardItem .item .btnBox {
    right: 10px;
  }
}
.newsAwardArea.show .titleBox > .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s;
}
.newsAwardArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.2s;
}
.newsAwardArea.show .wrap .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1.5s 0.4s;
}
.newsAwardArea.show .wrap .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1.5s 0.4s;
}

.textArea {
  padding: 90px 0;
  background-color: #fff;
}