@charset "UTF-8";
.aboutArea .aboutBox.pc .aboutList .title, .productArea .productList .Img .more .arrow::before, .productArea .productList .Img .more, .productArea .productList .productItem, .ib_carousel_040 .dataListBoxInfo .Txt .more::before, .ib_carousel_040 .dataListBoxInfo .Txt .more, .ib_carousel_040 .dataListBoxInfo .Txt .text, .ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox .subTitle, .ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox .title, .ib_carousel_040 .dataListBoxInfo .Img, .ib_carousel_040 .dataListBoxTxt .Txt .subTitle, .ib_carousel_040 .dataListBoxTxt .Txt .title, .ib_carousel_040 .dataListBoxTxt .IconBox .Icon, .ib_carousel_040 .dataListBoxTxt .IconBox, .solutionArea .solutionBox.mobile .solutionList .linkWrap, .solutionArea .solutionBox.mobile .solutionList .Txt, .solutionArea .solutionBox.mobile .solutionList .Img img, .solutionArea .solutionBox.mobile .solutionList .Img::before, .solutionArea .solutionBox.mobile .solutionList .Img, .solutionArea .solutionBox.mobile .solutionList .item, .solutionArea .solutionBox.pc .solutionList .linkWrap, .solutionArea .solutionBox.pc .solutionList .Txt, .solutionArea .solutionBox.pc .solutionList .hoverInfo .more::before, .solutionArea .solutionBox.pc .solutionList .hoverInfo .more, .solutionArea .solutionBox.pc .solutionList .hoverInfo, .solutionArea .solutionBox.pc .solutionList .Img img, .solutionArea .solutionBox.pc .solutionList .Img::before, .solutionArea .solutionBox.pc .solutionList .Img, .solutionArea .solutionBox.pc .solutionList .item, .solutionArea .solutionBox.pc .solutionList .solutionItem, .ib_carousel_011 .Txt .classTitle::before, .ib_carousel_011 .close, .ib_carousel_011 .dataBox, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.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: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #0da4d3;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #0da4d3;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerBoxOut {
  position: relative;
}

.ib_banner_021 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_021 .dataBox {
  position: relative;
}
.ib_banner_021 .dataList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ib_banner_021 .dataList .dataItem {
  position: relative;
  overflow: hidden;
}
.ib_banner_021 .dataList .dataItem .Txt {
  max-width: 1400px;
  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;
  padding: 110px 20px 85px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_021 .dataList .dataItem .Txt .textEditor em {
  font-style: normal;
}
.ib_banner_021 .dataList .dataItem .Txt .textBox {
  position: relative;
}
.ib_banner_021 .dataList .dataItem .Txt .decoTitle {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  opacity: 0;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
}
.ib_banner_021 .dataList .dataItem .Txt .decoTitle .txt {
  width: auto;
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .ib_banner_021 .dataList .dataItem .Txt .decoTitle .txt {
    margin-right: 10px;
  }
}
.ib_banner_021 .dataList .dataItem .Txt .decoTitle .decoLine {
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.7s 0.2s linear;
  transition: all 0.7s 0.2s linear;
}
@media (max-width: 640px) {
  .ib_banner_021 .dataList .dataItem .Txt .decoTitle .decoLine {
    display: none;
  }
}
.ib_banner_021 .dataList .dataItem .Txt .title {
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ib_banner_021 .dataList .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .ib_banner_021 .dataList .dataItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ib_banner_021 .dataList .dataItem .Txt .title {
    font-size: 28px;
  }
}
.ib_banner_021 .dataList .dataItem .Txt .text {
  color: #e5e5e5;
  line-height: 2;
  display: block;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 30px;
  opacity: 0;
}
@media (max-width: 480px) {
  .ib_banner_021 .dataList .dataItem .Txt .text {
    margin-top: 5px;
  }
}
.ib_banner_021 .dataList .dataItem .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
}
.ib_banner_021 .dataList .dataItem .Txt .bannerVideo {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ib_banner_021 .dataList .dataItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  opacity: 0;
}
.ib_banner_021 .dataList .dataItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .ib_banner_021 .dataList .dataItem .Txt .bannerVideo {
    bottom: 30px;
    right: 20px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .ib_banner_021 .dataList .dataItem .Txt .bannerVideo .videoBtn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .ib_banner_021 .dataList .dataItem .Txt .bannerVideo {
    bottom: 70px;
    right: 20px;
  }
  .ib_banner_021 .dataList .dataItem .Txt .bannerVideo .videoBtn {
    width: 60px;
    height: 60px;
  }
}
.ib_banner_021 .dataList .dataItem .Img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: opacity 3.5s ease-out, -webkit-transform 5s ease-in-out;
  transition: opacity 3.5s ease-out, -webkit-transform 5s ease-in-out;
  transition: opacity 3.5s ease-out, transform 5s ease-in-out;
  transition: opacity 3.5s ease-out, transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}
.ib_banner_021 .dataList .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .ib_banner_021 .dataList .dataItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 600px;
  }
}
.ib_banner_021 .dataList .slick-current .Img {
  -webkit-transform: scale(1, 1) rotate(0.002deg);
          transform: scale(1, 1) rotate(0.002deg);
  opacity: 0.9;
}
.ib_banner_021 .dataList .slick-current .Txt .decoTitle {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_021 .dataList .slick-current .Txt .decoTitle .decoLine {
  width: 70%;
}
.ib_banner_021 .dataList .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.5s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.5s forwards;
}
.ib_banner_021 .dataList .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 1s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 1s forwards;
}
.ib_banner_021 .dataList .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 1.5s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 1.5s forwards;
}
.ib_banner_021 .slick-dots {
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ib_banner_021 .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 6%;
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_banner_021 .scrollDown {
    display: none;
  }
}
.ib_banner_021 .scrollDown span {
  display: block;
}
.ib_banner_021 .scrollDown span.text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.ib_banner_021 .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.ib_banner_021 .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bn01_scrollAnimation 2s linear infinite forwards;
          animation: bn01_scrollAnimation 2s linear infinite forwards;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* 最新消息 start*/
.ib_carousel_011 {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto 0;
  width: 420px;
}
@media (max-width: 1180px) {
  .ib_carousel_011 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0%;
    width: 100%;
  }
}
.ib_carousel_011 .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .dataBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ib_carousel_011 .dataBox.hide {
  -webkit-transform: translateX(360px);
          transform: translateX(360px);
}
.ib_carousel_011 .close {
  width: 60px;
  height: 115px;
  background-color: #0da4d3;
  color: #fff;
  font-size: 20px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_carousel_011 .close:hover {
    background-color: #0a7fa3;
  }
}
.ib_carousel_011 .dataListBox {
  background-color: #fff;
  width: calc(100% - 60px);
  height: 390px;
  padding: 30px 60px;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .dataListBox {
    background-color: #f5f5f5;
    padding: 30px 30px 40px 30px;
    height: auto;
  }
}
.ib_carousel_011 .dataList {
  width: 100%;
}
.ib_carousel_011 .item {
  width: 100%;
  position: relative;
}
@media (min-width: 1181px) {
  .ib_carousel_011 .item:hover .Txt .textBox .title a {
    color: #0da4d3;
  }
}
.ib_carousel_011 .newsInfoBox {
  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;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .newsInfoBox {
    margin-bottom: 10px;
  }
}
.ib_carousel_011 .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_carousel_011 .Txt .classTitle {
  color: #0da4d3;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-right: 60px;
  opacity: 0;
}
@media (max-width: 640px) {
  .ib_carousel_011 .Txt .classTitle {
    font-size: 14px;
  }
}
.ib_carousel_011 .Txt .classTitle::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #0da4d3;
  top: 0;
  left: 65%;
  bottom: 0;
  margin: auto 0;
  width: 0;
}
.ib_carousel_011 .Txt .dateBox {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 400;
  width: 70px;
  height: 70px;
  background-color: #0da4d3;
  color: #fff;
  padding: 10px 5px;
  opacity: 0;
}
@media (max-width: 640px) {
  .ib_carousel_011 .Txt .dateBox {
    width: 60px;
    height: 60px;
  }
}
.ib_carousel_011 .Txt .dateBox .date {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .Txt .dateBox .date {
    font-size: 28px;
  }
}
.ib_carousel_011 .Txt .textBox {
  width: 100%;
}
.ib_carousel_011 .Txt .textBox .title {
  font-weight: 500;
  height: 65px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .Txt .textBox .title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 30px;
  }
}
.ib_carousel_011 .Txt .textBox .text {
  font-weight: 400;
  height: 90px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .Txt .textBox .text {
    font-size: 14px;
  }
}
.ib_carousel_011 .slick-current .Txt .classTitle {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_carousel_011 .slick-current .Txt .classTitle::before {
  width: 45px;
}
.ib_carousel_011 .slick-current .Txt .dateBox {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
}
.ib_carousel_011 .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
}
.ib_carousel_011 .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
}
.ib_carousel_011 .linkWrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .ib_carousel_011 .linkWrap {
    display: none;
  }
}
.ib_carousel_011 .arrowBox {
  bottom: 30px;
  left: 50px;
  width: 70px;
}
@media (max-width: 1180px) {
  .ib_carousel_011 .arrowBox {
    left: 20px;
    bottom: 20px;
  }
}

/* 最新消息 end*/
/* 解決方案 start*/
.solutionArea {
  width: 100%;
  position: relative;
  padding: 80px 0 200px;
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 40px 0 80px;
  }
}
.solutionArea.show .deco {
  width: 60%;
}
.solutionArea .deco {
  position: absolute;
  bottom: 80px;
  left: 0;
  background-color: #f5f5f5;
  pointer-events: none;
  width: 0;
  height: 490px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.solutionArea .decoTitle {
  font-size: 92px;
  color: rgba(218, 236, 241, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 542px;
  line-height: normal;
  letter-spacing: 0px;
}
@media (max-width: 640px) {
  .solutionArea .decoTitle {
    font-size: 50px;
    width: 320px;
  }
}
@media (max-width: 400px) {
  .solutionArea .decoTitle {
    width: 280px;
    font-size: 40px;
  }
}
.solutionArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .solutionArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.solutionArea .topBox .titleBox {
  max-width: 400px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .solutionArea .topBox .titleBox {
    max-width: 100%;
  }
}
.solutionArea .topBox .textEditorBox {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1180px) {
  .solutionArea .topBox .textEditorBox {
    margin-top: 30px;
    max-width: 100%;
  }
}
.solutionArea .topBox .btnBox {
  width: 250px;
}
@media (max-width: 1180px) {
  .solutionArea .topBox .btnBox {
    display: none;
  }
}
.solutionArea .solutionBox {
  width: 100%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox.pc {
    display: none;
  }
}
.solutionArea .solutionBox.pc .solutionList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  width: 33.3%;
  padding: 0 10px;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .Img::before {
  opacity: 1;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .Img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .hoverInfo {
  opacity: 1;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .hoverInfo .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .hoverInfo .subtitle {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .hoverInfo .text {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .hoverInfo .more {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
}
.solutionArea .solutionBox.pc .solutionList .solutionItem.current .Txt {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.solutionArea .solutionBox.pc .solutionList .item {
  position: relative;
  overflow: hidden;
}
.solutionArea .solutionBox.pc .solutionList .Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.solutionArea .solutionBox.pc .solutionList .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.solutionArea .solutionBox.pc .solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 40px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2.8px;
  line-height: normal;
  opacity: 0;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .subtitle {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1.8px;
  opacity: 0;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .text {
  color: #fff;
  font-size: 15px;
  margin: 50px 0;
  opacity: 0;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .text .infoList {
  width: 100%;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .text .infoItem {
  position: relative;
  padding-left: 20px;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .text .infoItem::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .more {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-right: 30px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .solutionArea .solutionBox.pc .solutionList .hoverInfo .more:hover {
    color: #0da4d3;
    border-bottom: 1px solid #0da4d3;
  }
  .solutionArea .solutionBox.pc .solutionList .hoverInfo .more:hover::before {
    border-color: transparent transparent transparent #0da4d3;
  }
}
.solutionArea .solutionBox.pc .solutionList .hoverInfo .more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f2f2f2;
}
.solutionArea .solutionBox.pc .solutionList .Txt {
  width: 100%;
  padding: 20px 0;
}
.solutionArea .solutionBox.pc .solutionList .Txt .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 2.8px;
  line-height: normal;
}
.solutionArea .solutionBox.pc .solutionList .Txt .subtitle {
  font-size: 15px;
  color: #0da4d3;
  letter-spacing: 1.8px;
}
.solutionArea .solutionBox.pc .solutionList .linkWrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.solutionArea .solutionBox.mobile {
  display: block;
  position: relative;
}
@media (min-width: 1181px) {
  .solutionArea .solutionBox.mobile {
    display: none;
  }
}
.solutionArea .solutionBox.mobile .solutionList {
  width: 100%;
  padding: 0 50px;
}
.solutionArea .solutionBox.mobile .solutionList .solutionItem {
  position: relative;
  padding: 0 10px;
}
.solutionArea .solutionBox.mobile .solutionList .item {
  position: relative;
  width: 100%;
}
.solutionArea .solutionBox.mobile .solutionList .Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.solutionArea .solutionBox.mobile .solutionList .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.solutionArea .solutionBox.mobile .solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
.solutionArea .solutionBox.mobile .solutionList .Txt {
  width: 100%;
  padding: 20px 0;
}
.solutionArea .solutionBox.mobile .solutionList .Txt .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 2.8px;
  line-height: normal;
}
.solutionArea .solutionBox.mobile .solutionList .Txt .subtitle {
  font-size: 15px;
  color: #0da4d3;
  letter-spacing: 1.8px;
}
.solutionArea .solutionBox.mobile .solutionList .linkWrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.solutionArea .solutionBox.mobile .arrowBox {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 解決方案 end*/
/* 雷射模組 start*/
.ib_carousel_040 {
  padding: 50px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_040 {
    padding: 20px 0;
  }
}
.ib_carousel_040.show .deco {
  width: 60%;
}
.ib_carousel_040 .deco {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #f5f5f5;
  pointer-events: none;
  width: 0;
  height: 580px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .deco {
    display: none;
  }
}
.ib_carousel_040 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_carousel_040 .leftBox {
  display: block;
  width: 40%;
  padding-top: 40px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .leftBox {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.ib_carousel_040 .leftBox .topBox {
  width: 397px;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .leftBox .topBox {
    width: 100%;
    margin: 0;
  }
}
.ib_carousel_040 .leftBox .topBox .titleBox {
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .leftBox .topBox .titleBox {
    padding: 0;
    margin-bottom: 10px;
  }
}
.ib_carousel_040 .leftBox .arrowBox {
  width: 70px;
}
.ib_carousel_040 .rightBox {
  width: 60%;
  padding-left: 40px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .rightBox {
    width: 100%;
    padding: 0;
  }
}
.ib_carousel_040 .dataListBoxTxt {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .dataListBoxTxt {
    display: none;
  }
}
.ib_carousel_040 .dataListBoxTxt .dataItem {
  padding: 0;
  margin: 10px 0;
  cursor: pointer;
}
.ib_carousel_040 .dataListBoxTxt .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .ib_carousel_040 .dataListBoxTxt .item:hover .IconBox {
    background-color: #0da4d3;
  }
  .ib_carousel_040 .dataListBoxTxt .item:hover .IconBox .Icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .ib_carousel_040 .dataListBoxTxt .item:hover .Txt .title {
    color: #000;
  }
  .ib_carousel_040 .dataListBoxTxt .item:hover .Txt .subTitle {
    color: #0da4d3;
  }
}
.ib_carousel_040 .dataListBoxTxt .item.current .IconBox {
  background-color: #0da4d3;
}
.ib_carousel_040 .dataListBoxTxt .item.current .IconBox .Icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.ib_carousel_040 .dataListBoxTxt .item.current .Txt .title {
  color: #000;
}
.ib_carousel_040 .dataListBoxTxt .item.current .Txt .subTitle {
  color: #0da4d3;
}
.ib_carousel_040 .dataListBoxTxt .IconBox {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  background-color: #f5f5f5;
  padding: 15px;
}
.ib_carousel_040 .dataListBoxTxt .IconBox .Icon {
  width: 100%;
}
.ib_carousel_040 .dataListBoxTxt .IconBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_040 .dataListBoxTxt .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_carousel_040 .dataListBoxTxt .Txt .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  color: #909090;
}
.ib_carousel_040 .dataListBoxTxt .Txt .subTitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  color: #bdbebf;
}
.ib_carousel_040 .dataListBoxTxt .arrowBox {
  left: 0;
  bottom: 0;
}
.ib_carousel_040 .dataListBoxInfo .dataItem {
  padding: 10px 0;
}
.ib_carousel_040 .dataListBoxInfo .slick-current .Img {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.ib_carousel_040 .dataListBoxInfo .slick-current .infoTopBox {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.2s forwards;
}
.ib_carousel_040 .dataListBoxInfo .slick-current .text {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.4s forwards;
}
.ib_carousel_040 .dataListBoxInfo .slick-current .more {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
          animation: slideUpAnimation 0.6s ease-in-out 0.6s forwards;
}
.ib_carousel_040 .dataListBoxInfo .item {
  width: 100%;
}
.ib_carousel_040 .dataListBoxInfo .Img {
  width: 100%;
  opacity: 0;
}
.ib_carousel_040 .dataListBoxInfo .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_040 .dataListBoxInfo .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  color: #000;
  margin-right: 20px;
}
@media (max-width: 1180px) {
  .ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox .title {
    margin: 0 0 10px 0;
  }
}
.ib_carousel_040 .dataListBoxInfo .Txt .infoTopBox .subTitle {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  color: #0da4d3;
}
.ib_carousel_040 .dataListBoxInfo .Txt .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 2;
  color: #000;
  opacity: 0;
}
.ib_carousel_040 .dataListBoxInfo .Txt .more {
  color: #909090;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  position: relative;
  border-bottom: 1px solid #909090;
  padding-bottom: 5px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  margin-top: 25px;
}
@media (min-width: 1181px) {
  .ib_carousel_040 .dataListBoxInfo .Txt .more:hover {
    color: #0da4d3;
    border-bottom: 1px solid #0da4d3;
  }
  .ib_carousel_040 .dataListBoxInfo .Txt .more:hover::before {
    border-color: transparent transparent transparent #0da4d3;
  }
}
.ib_carousel_040 .dataListBoxInfo .Txt .more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #909090;
}

/* 雷射模組 end*/
/* 產品介紹 start*/
.productArea {
  padding: 130px 0 0;
}
@media (max-width: 1280px) {
  .productArea {
    padding: 80px 0 40px;
  }
}
.productArea .wrap {
  max-width: 100%;
  padding: 0 120px;
  position: relative;
}
@media (max-width: 1180px) {
  .productArea .wrap {
    padding: 0 20px;
  }
}
.productArea .arrowBox {
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .productArea .arrowBox {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    display: none;
  }
}
.productArea .topBox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 60px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1180px) {
  .productArea .topBox {
    margin-bottom: 30px;
  }
}
.productArea .productBox {
  width: 100%;
}
.productArea .productList {
  width: 100%;
}
.productArea .productList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.productArea .productList .slick-slide.current {
  opacity: 1;
}
.productArea .productList .slick-slide.current .productItem {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 640px) {
  .productArea .productList .slick-current .Img {
    -webkit-animation: slideUpAnimation 0.7s ease-in-out forwards;
            animation: slideUpAnimation 0.7s ease-in-out forwards;
  }
  .productArea .productList .slick-current .Txt {
    -webkit-animation: slideUpAnimation 0.7s ease-in-out 0.4s forwards;
            animation: slideUpAnimation 0.7s ease-in-out 0.4s forwards;
  }
}
.productArea .productList .productItem {
  padding: 0 10px;
}
@media (min-width: 641px) {
  .productArea .productList .productItem {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media (max-width: 1180px) {
  .productArea .productList .productItem {
    padding: 0 10px;
  }
}
@media (min-width: 1181px) {
  .productArea .productList .productItem:hover .Img .more {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.productArea .productList .item {
  width: 100%;
}
.productArea .productList .Img {
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .productArea .productList .Img {
    opacity: 0;
  }
}
.productArea .productList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .productList .Img .more {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 1px solid #0da4d3;
  color: #fff;
  border: 1px solid #0da4d3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 768px) {
  .productArea .productList .Img .more {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.productArea .productList .Img .more::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #0da4d3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.productArea .productList .Img .more .btnText {
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-right: 15px;
  font-size: 15px;
}
.productArea .productList .Img .more .arrow {
  z-index: 2;
  position: relative;
}
.productArea .productList .Img .more .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f2f2f2;
}
.productArea .productList .Txt {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .productArea .productList .Txt {
    opacity: 0;
  }
}
.productArea .productList .Txt .title a {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* 產品介紹 end*/
/* 關於我們 start*/
.aboutArea {
  width: 100%;
  padding: 0px 0 80px;
}
.aboutArea .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -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;
    padding: 0;
  }
}
.aboutArea .decoTitle {
  font-size: 100px;
  color: rgba(218, 236, 241, 0.8);
  position: absolute;
  top: 10%;
  right: 0;
  line-height: normal;
  letter-spacing: 0px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media (max-width: 1180px) {
  .aboutArea .decoTitle {
    display: none;
  }
}
.aboutArea .leftBox {
  position: relative;
  z-index: 2;
  width: 45%;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.aboutArea .leftBox .textEditorBox {
  margin-top: 15px;
}
.aboutArea .rightBox {
  position: relative;
  width: 55%;
  height: 752px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .aboutBox.pc {
  width: 590px;
  height: 590px;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox.pc {
    display: none;
  }
}
@media (max-width: 960px) {
  .aboutArea .aboutBox.pc .aboutList {
    display: none;
  }
}
.aboutArea .aboutBox.pc .aboutList::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 1128px;
  height: 728px;
  display: block;
  border-radius: 50%;
  background-image: url("../images/earth_shadow.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem {
  position: absolute;
  opacity: 0;
  z-index: 3;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem:nth-child(1) {
  opacity: 1;
  top: 10%;
  right: 8%;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem:nth-child(2) {
  opacity: 1;
  top: 33%;
  right: -4%;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem:nth-child(3) {
  opacity: 1;
  top: 58%;
  right: 4%;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem:nth-child(4) {
  opacity: 1;
  top: 75%;
  right: 25%;
}
.aboutArea .aboutBox.pc .aboutList .aboutItem:nth-child(5) {
  opacity: 1;
  top: 73%;
  right: 53%;
}
.aboutArea .aboutBox.pc .aboutList .item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 125px;
  height: 125px;
}
@media (min-width: 1181px) {
  .aboutArea .aboutBox.pc .aboutList .item:hover .title {
    background-color: #0da4d3;
  }
  .aboutArea .aboutBox.pc .aboutList .item:hover .title .path {
    stroke-dashoffset: 0;
  }
}
.aboutArea .aboutBox.pc .aboutList .title {
  font-size: 16px;
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #57585a;
}
.aboutArea .aboutBox.pc .aboutList .title .path {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 125px;
  height: 125px;
  fill: none;
  stroke-width: 1px;
  stroke-dasharray: 392.7;
  stroke-dashoffset: 392.7;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
  stroke: #0da4d3;
}
.aboutArea .aboutBox.mobile {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
}
@media (min-width: 1181px) {
  .aboutArea .aboutBox.mobile {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox.mobile {
    padding: 40px 0;
  }
}
.aboutArea .aboutBox.mobile::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 1128px;
  height: 540px;
  background-image: url("../images/earth_shadow.png");
}
@media (max-width: 640px) {
  .aboutArea .aboutBox.mobile::before {
    background-image: url("../images/earth_mb.png");
    width: 100%;
    height: 604px;
  }
}
.aboutArea .aboutBox.mobile .aboutList {
  width: 100%;
}
.aboutArea .aboutBox.mobile .aboutList .aboutItem {
  padding: 10px;
  width: 100%;
}
.aboutArea .aboutBox.mobile .aboutList .item {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
}
.aboutArea .aboutBox.mobile .aboutList .title {
  font-size: 16px;
  color: #fff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
}

/* 關於我們 end*/