.feedbackArea .feedbackBox .bottom .title, .feedbackArea .feedbackBox .bottom .people img, .feedbackArea .feedbackBox .bottom .people, .feedbackArea .feedbackBox .Txt .subtitle, .feedbackArea .feedbackBox .Txt .text, .feedbackArea .feedbackBox .Txt, .feedbackArea .feedbackBox .item, .feedbackArea .feedbackBox .feedbackItem, .processArea .processBox .Txt .text, .processArea .processBox .Txt .title::before, .processArea .processBox .Txt .title, .processArea .processBox .Txt, .processArea .processBox .top .Img img, .partnerArea .certificateArea .certificateBox .Txt .text, .partnerArea .certificateArea .certificateBox .Txt .title, .partnerArea .certificateArea .certificateBox .Img img, .partnerArea .certificateArea .certificateBox .Img, .partnerArea .partnerBox .partnerdeco3Box, .partnerArea .partnerBox .partnerdeco2Box, .partnerArea .partnerBox .partnerdecoBox, .partnerArea .partnerBox::after, .partnerArea .partnerBox::before, .ourServiceArea .ourServiceBox .Txt .title, .ourServiceArea .ourServiceBox .Txt, .ourServiceArea .ourServiceBox .Img img, .ourServiceArea .ourServiceBox .Img, .clientArea .clientBox .Img img, .clientArea .clientBox .Img, .clientArea .clientBox .item, .featureArea .featureBox .Txt .text, .featureArea .featureBox .Txt .title::before, .featureArea .featureBox .Txt .title, .featureArea .featureBox .Txt, .featureArea .featureBox .Img img, .featureArea .featureBox .Img, .featureArea .featureBox .item::before, .bannerArea .controlBox .scrollDownBtn .triangle, .bannerArea .controlBox .scrollDownBtn .text, .bannerArea .bannerImgBox, .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: #429BCD;
  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: #429BCD;
  }
  .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;
}

.bannerArea {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 720px;
  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;
}
@media (max-width: 1180px) {
  .bannerArea {
    min-height: auto;
    background-size: cover;
    background-position-x: 10%;
  }
}
.bannerArea .wrap {
  max-width: 1500px;
  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 (max-width: 1600px) {
  .bannerArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .wrap {
    padding: 60px 10px;
  }
}
@media (max-width: 640px) {
  .bannerArea .wrap {
    padding: 40px 10px;
  }
}
.bannerArea .bannerBox {
  position: relative;
  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;
  width: 100%;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bannerArea .bannerTxtBox {
  width: 50%;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerTxtBox {
    width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerTxtBox {
    width: 100%;
  }
}
.bannerArea .bannerImgBox {
  width: 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;
  padding-right: 100px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox {
    width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerImgBox {
    width: 100%;
  }
}
.bannerArea .bannerImgBox .bannerImg {
  width: 640px;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox .bannerImg {
    width: 100%;
    padding: 10px;
  }
}
.bannerArea .bannerImgBox .bannerImg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(60, 155, 205, 0.4);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  border-radius: 12px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox .bannerImg::before {
    display: none;
  }
}
.bannerArea .bannerImgBox .bannerImg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(60, 155, 205, 0.4);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  border-radius: 12px;
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox .bannerImg::after {
    display: none;
  }
}
.bannerArea .bannerImgBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox .decoBox {
    display: none;
  }
}
.bannerArea .bannerImgBox .decoBox .deco {
  position: absolute;
}
.bannerArea .bannerImgBox .decoBox .deco.deco01 {
  top: -18%;
  left: -11%;
  -webkit-animation: upDown2 1.6s linear infinite;
          animation: upDown2 1.6s linear infinite;
}
.bannerArea .bannerImgBox .decoBox .deco.deco02 {
  top: 48%;
  left: -42%;
  -webkit-animation: upDown 1.2s linear infinite;
          animation: upDown 1.2s linear infinite;
}
.bannerArea .bannerImgBox .decoBox .deco.deco03 {
  top: 115%;
  left: 15%;
  -webkit-animation: upDown3 1.4s linear infinite;
          animation: upDown3 1.4s linear infinite;
}
.bannerArea .bannerImgBox .decoBox .deco.deco04 {
  top: 111%;
  right: -6%;
  -webkit-animation: upDown4 1.5s linear infinite;
          animation: upDown4 1.5s linear infinite;
}
.bannerArea .bannerImgBox .decoBox .deco.deco05 {
  top: 100%;
  right: -16%;
  -webkit-animation: upDown2 1.4s linear infinite;
          animation: upDown2 1.4s linear infinite;
}
.bannerArea .bannerImgBox .decoBox .deco.deco06 {
  top: 35%;
  right: -11%;
  -webkit-animation: upDown 1.5s linear infinite;
          animation: upDown 1.5s linear infinite;
}
.bannerArea .bannerImgBox .decoPointBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerImgBox .decoPointBox {
    display: none;
  }
}
.bannerArea .bannerImgBox .decoPointBox .deco {
  position: absolute;
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: upDown 1.6s linear infinite;
          animation: upDown 1.6s linear infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerArea .bannerImgBox .decoPointBox .deco::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  background-image: url("../images/circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.bannerArea .bannerImgBox .decoPointBox .deco img {
  width: 40px;
  height: auto;
  display: block;
}
.bannerArea .bannerImgBox .decoPointBox .deco.deco01 {
  top: 0%;
  left: -33%;
  -webkit-animation: upDown2 1.6s linear infinite;
          animation: upDown2 1.6s linear infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerArea .bannerImgBox .decoPointBox .deco.deco02 {
  top: 0%;
  right: -32%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bannerArea .bannerImgBox .decoPointBox .deco.deco03 {
  top: 48%;
  left: -30%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
  -webkit-animation: upDown2 1.6s linear infinite;
          animation: upDown2 1.6s linear infinite;
}
.bannerArea .bannerImgBox .decoPointBox .deco.deco04 {
  top: 50%;
  right: -25%;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.bannerArea .bannerImgBox .decoPointBox .deco.deco05 {
  top: 100%;
  left: -20%;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.bannerArea .bannerImgBox.show {
  opacity: 1;
}
.bannerArea .bannerImgBox.show .bannerImg::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bannerArea .bannerImgBox.show .bannerImg::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  min-height: 400px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem {
    min-height: auto;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 10px;
    margin-bottom: 40px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #888;
  display: block;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #222;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  opacity: 0;
  padding-bottom: 30px;
  margin: 20px 0 30px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
    padding-bottom: 15px;
    margin: 10px 0 15px 0;
  }
}
.bannerArea .bannerItem .Txt .title::before, .bannerArea .bannerItem .Txt .title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #3b8bb8;
  bottom: 0;
  left: 0;
}
.bannerArea .bannerItem .Txt .title::after {
  background-color: #429BCD;
  left: 30px;
}
.bannerArea .bannerItem .Txt .text {
  color: #666;
  font-size: 18px;
  display: block;
  line-height: 1.6;
  letter-spacing: 1px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox {
    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;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    border-radius: 5px;
  }
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img img {
    height: auto;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.2s cubic-bezier(0.5, 0, 0, 1);
  transition: all 1.2s cubic-bezier(0.5, 0, 0, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.bannerArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  max-width: 460px;
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    max-width: unset;
    width: 80%;
    bottom: 0;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .bannerArea .controlBox {
    width: 100%;
  }
}
.bannerArea .controlBox .scrollDownBtn {
  cursor: pointer;
  width: 135px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bannerArea .controlBox .scrollDownBtn .text {
  font-family: "Microsoft JhengHei", sans-serif;
  color: #666;
  font-size: 16px;
}
.bannerArea .controlBox .scrollDownBtn .triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #429BCD transparent transparent transparent;
  margin-top: 0px;
  -webkit-animation: triangleOpacity 1.8s 0s infinite linear;
          animation: triangleOpacity 1.8s 0s infinite linear;
}
.bannerArea .controlBox .scrollDownBtn .triangle:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bannerArea .controlBox .scrollDownBtn .triangle:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (min-width: 1181px) {
  .bannerArea .controlBox .scrollDownBtn:hover .triangle {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .bannerArea .controlBox .scrollDownBtn:hover .text {
    color: #429BCD;
  }
}
.bannerArea .controlBox .arrowBox {
  width: 120px;
  margin: 0 0 0 auto;
}

.newsArea {
  background-color: #429BCD;
}
@media (max-width: 1600px) {
  .newsArea {
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 0 10px;
  }
}
.newsArea .wrap {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1600px) {
  .newsArea .wrap {
    padding: 20px 0;
  }
}
.newsArea .newsBox {
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
.newsArea .newsBox .newsList {
  overflow: hidden;
}
.newsArea .newsBox .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.newsArea .newsBox .newsItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  position: relative;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsItem .date {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.newsArea .newsBox .newsItem .date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea .newsBox .newsItem .title {
  color: #fff;
  font-size: 16px;
  padding-right: 80px;
  height: 28px;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsItem .title {
    padding: 0 60px 0 0;
  }
}
.newsArea .newsBox .newsItem .title a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .newsItem .title a:hover {
    color: #429BCD;
  }
}
.newsArea .arrowBox {
  width: 60px;
  margin: 0 0 0 auto;
}
@media (max-width: 640px) {
  .newsArea .arrowBox {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.aboutArea {
  background-color: #f4f4f4;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0 0;
  }
}
.aboutArea .wrap {
  padding: 0;
  max-width: 100%;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .Txt {
  width: 50%;
  padding: 0 14.5% 0 9.5%;
}
@media (max-width: 1536px) {
  .aboutArea .Txt {
    padding: 0 14.5% 0 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 0 20px;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
.aboutArea .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Img {
    width: 100%;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1536px) {
  .aboutArea .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 600px;
  }
}
@media (max-width: 640px) {
  .aboutArea .Img img {
    height: 300px;
  }
}
.aboutArea .tipBox {
  width: 340px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding: 80px 60px;
  border-radius: 12px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .aboutArea .tipBox {
    width: 300px;
    padding: 80px 30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .tipBox {
    position: relative;
    width: 80%;
    height: auto;
    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;
    padding: 40px 50px;
    margin: 40px 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .tipBox {
    margin: 30px auto;
  }
}
.aboutArea .tipBox.show .titleNumBox .title {
  -webkit-animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.aboutArea .tipBox.show .titleNumBox .numBox {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.aboutArea .tipBox.show .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.aboutArea .tipBox .titleNumBox {
  text-align: center;
}
.aboutArea .tipBox .titleNumBox .title {
  font-size: 24px;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  opacity: 1;
}
.aboutArea .tipBox .titleNumBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #429BCD;
  font-size: 55px;
  font-weight: 500;
  position: relative;
  opacity: 1;
}
@media (max-width: 1280px) {
  .aboutArea .tipBox .titleNumBox .numBox {
    font-size: 45px;
  }
}
.aboutArea .tipBox .titleNumBox .numBox .decoTitle {
  position: relative;
  padding-right: 30px;
  margin-right: 5px;
}
.aboutArea .tipBox .titleNumBox .numBox .subtitle {
  position: absolute;
  top: -10px;
  right: 0;
  line-height: 1;
}
.aboutArea .tipBox .titleNumBox .numBox .text {
  font-size: 30px;
  margin: 0 0 10px 0;
}
.aboutArea .tipBox .btnBox {
  opacity: 1;
}
.aboutArea .iconBox {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .iconBox {
    margin-top: 20px;
  }
}
.aboutArea .iconBox .iconList {
  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;
}
.aboutArea .iconBox .iconItem {
  width: 150px;
}
.aboutArea .iconBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutArea .iconBox .title {
  font-size: 18px;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.aboutArea .iconBox .IconBox {
  width: 140px;
  height: 140px;
  background-color: #f4f4f4;
  border-radius: 50%;
  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;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .iconBox .IconBox {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .aboutArea .iconBox .IconBox {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}
.aboutArea .iconBox .IconBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/abg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.aboutArea .iconBox .Icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .aboutArea .iconBox .Icon {
    width: 75px;
    height: 75px;
  }
}
.aboutArea .iconBox .Icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .iconBox .Txt {
  width: 100%;
  padding: 15px 0 0 0;
}
.aboutArea .iconBox .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 640px) {
  .aboutArea .iconBox .Txt .title {
    font-size: 16px;
  }
}

.featureArea {
  position: relative;
  background-image: url("../images/fbg.jpg");
  background-position: top;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 120px 0 100px;
}
@media (max-width: 1366px) {
  .featureArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .featureArea {
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-image: url("../images/fbg.png");
  }
}
.featureArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .featureArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.featureArea .leftBox {
  width: 30%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .featureArea .leftBox {
    padding-right: 100px;
  }
}
@media (max-width: 1180px) {
  .featureArea .leftBox {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.featureArea .rightBox {
  width: 70%;
}
@media (max-width: 1180px) {
  .featureArea .rightBox {
    width: 100%;
  }
}
.featureArea .featureBox {
  width: 100%;
}
.featureArea .featureBox .featureList {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -15px;
}
@media (max-width: 640px) {
  .featureArea .featureBox .featureList {
    margin: 0;
  }
}
.featureArea .featureBox .featureItem {
  width: 50%;
  padding: 10px 15px;
}
@media (max-width: 640px) {
  .featureArea .featureBox .featureItem {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.featureArea .featureBox .item {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  min-height: 180px;
}
.featureArea .featureBox .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #429BCD;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .featureArea .featureBox .item:hover::before {
    opacity: 0.7;
  }
  .featureArea .featureBox .item:hover .Img {
    opacity: 1;
  }
  .featureArea .featureBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .featureArea .featureBox .item:hover .Txt .title {
    color: #fff;
  }
  .featureArea .featureBox .item:hover .Txt .title::before {
    background-color: #fff;
  }
  .featureArea .featureBox .item:hover .Txt .text {
    color: #fff;
  }
}
.featureArea .featureBox .Img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 1180px) {
  .featureArea .featureBox .Img {
    display: none;
  }
}
.featureArea .featureBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}
.featureArea .featureBox .Txt {
  position: relative;
  z-index: 3;
  padding: 40px 30px 20px;
}
.featureArea .featureBox .Txt .title {
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #222;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  height: 50px;
}
.featureArea .featureBox .Txt .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #429BCD;
  bottom: 0;
  left: 0;
}
.featureArea .featureBox .Txt .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
  height: 58px;
}
.featureArea .featureBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.serviceArea {
  background-color: #f4f4f4;
  position: relative;
}
.serviceArea .wrap {
  padding: 0;
  max-width: 100%;
}
.serviceArea .serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    -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;
  }
}
.serviceArea .Txt {
  width: 50%;
  padding: 0 9.5%;
}
@media (max-width: 1180px) {
  .serviceArea .Txt {
    width: 100%;
    padding: 60px 20px;
  }
}
.serviceArea .Txt .titleBox {
  margin-bottom: 0;
}
.serviceArea .Txt .btnBox {
  margin: 40px auto 0;
  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;
}
.serviceArea .Txt .btnBox .btn {
  margin: 0 auto;
}
.serviceArea .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
@media (max-width: 1180px) {
  .serviceArea .Img {
    width: 100%;
  }
}
.serviceArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1700px) {
  .serviceArea .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 740px;
  }
}
@media (max-width: 640px) {
  .serviceArea .Img img {
    height: 370px;
  }
}
.serviceArea .iconBox {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .serviceArea .iconBox {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .serviceArea .iconBox {
    margin-top: 30px;
  }
}
.serviceArea .iconBox .iconList {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .iconList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceArea .iconBox .iconItem {
  width: 33.3333333333%;
  position: relative;
  padding: 10px;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .iconItem {
    width: 75%;
    margin: 0 auto;
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .serviceArea .iconBox .iconItem {
    width: 100%;
    padding: 20px;
  }
}
.serviceArea .iconBox .iconItem::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #dbdbdb;
  top: -20px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  opacity: 1;
}
@media (min-width: 641px) {
  .serviceArea .iconBox .iconItem:nth-child(3n)::before, .serviceArea .iconBox .iconItem:nth-last-child(1)::before {
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .serviceArea .iconBox .iconItem:nth-last-child(1)::before {
    opacity: 0;
  }
  .serviceArea .iconBox .iconItem:not(:last-child)::before {
    width: 100%;
    height: 1px;
    top: unset;
    left: 0;
    right: 0;
  }
}
.serviceArea .iconBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .item {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.serviceArea .iconBox .IconBox {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #429BCD;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .IconBox {
    margin: 0;
    width: 50px;
    height: 50px;
  }
}
.serviceArea .iconBox .IconBox .Icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .IconBox .Icon {
    width: 30px;
    height: 30px;
  }
}
.serviceArea .iconBox .IconBox .Icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .iconBox .Txt {
  width: 100%;
  padding: 15px 0 0 0;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .Txt {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
  }
}
.serviceArea .iconBox .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 640px) {
  .serviceArea .iconBox .Txt .title {
    text-align: left;
  }
}

.clientArea {
  position: relative;
  background-image: url("../images/cbg.jpg");
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .clientArea {
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-image: url("../images/cbg.png");
  }
}
.clientArea .wrap {
  max-width: 1720px;
  position: relative;
}
.clientArea .topBox {
  width: 100%;
}
@media (max-width: 640px) {
  .clientArea .topBox .titleDecoBox {
    margin-bottom: 20px;
  }
}
.clientArea .bottomBox {
  width: 100%;
}
.clientArea .clientBox {
  width: 100%;
  position: relative;
}
.clientArea .clientBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .clientArea .clientBox .decoBox {
    display: none;
  }
}
.clientArea .clientBox .decoBox .deco {
  position: absolute;
}
.clientArea .clientBox .decoBox .deco.deco01 {
  top: 108%;
  left: 8%;
  -webkit-animation: upDown2 1.6s linear infinite;
          animation: upDown2 1.6s linear infinite;
}
.clientArea .clientBox .decoBox .deco.deco02 {
  top: 145%;
  left: 14%;
  -webkit-animation: upDown 1.6s linear infinite;
          animation: upDown 1.6s linear infinite;
}
.clientArea .clientBox .decoBox .deco.deco03 {
  top: -50%;
  right: 15%;
  -webkit-animation: upDown3 1.6s linear infinite;
          animation: upDown3 1.6s linear infinite;
}
.clientArea .clientBox .decoBox .deco.deco04 {
  top: -30%;
  right: 9%;
  -webkit-animation: upDown4 1.6s linear infinite;
          animation: upDown4 1.6s linear infinite;
}
.clientArea .clientBox .clientList {
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 1536px) {
  .clientArea .clientBox .clientList {
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .clientArea .clientBox .clientList {
    padding: 0;
    margin-bottom: 40px;
  }
}
.clientArea .clientBox .clientItem {
  padding: 10px 15px;
}
.clientArea .clientBox .item {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .clientArea .clientBox .item {
    padding: 15px 15px;
  }
}
@media (max-width: 640px) {
  .clientArea .clientBox .item {
    padding: 10px 10px;
  }
}
@media (min-width: 1181px) {
  .clientArea .clientBox .item:hover {
    border: 1px solid #3b8bb8;
  }
  .clientArea .clientBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.clientArea .clientBox .Img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .clientArea .clientBox .Img {
    width: 100%;
  }
}
.clientArea .clientBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.clientArea .clientBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .clientArea .arrowBox {
    position: relative;
    width: 30%;
    margin: 20px auto 0;
  }
}
.clientArea .btnBox {
  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;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .clientArea .btnBox {
    margin-top: 10px;
  }
}
.clientArea .btnBox .btn {
  margin: 0 auto;
}

.ourServiceArea {
  position: relative;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  padding: 120px 0 100px;
}
@media (max-width: 640px) {
  .ourServiceArea {
    padding: 60px 0;
  }
}
.ourServiceArea .wrap {
  max-width: 1720px;
}
.ourServiceArea .topBox {
  width: 100%;
}
.ourServiceArea .bottomBox {
  width: 100%;
}
.ourServiceArea .ourServiceBox {
  width: 100%;
  position: relative;
}
.ourServiceArea .ourServiceBox .ourServiceList {
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 640px) {
  .ourServiceArea .ourServiceBox .ourServiceList {
    padding: 0 20px;
  }
}
.ourServiceArea .ourServiceBox .serviceItem {
  padding: 10px 15px;
}
.ourServiceArea .ourServiceBox .item {
  position: relative;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 1181px) {
  .ourServiceArea .ourServiceBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ourServiceArea .ourServiceBox .item:hover .Txt {
    border-bottom: 2px solid #429BCD;
  }
  .ourServiceArea .ourServiceBox .item:hover .Txt .title {
    color: #429BCD;
  }
}
.ourServiceArea .ourServiceBox .Img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
.ourServiceArea .ourServiceBox .Img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ourServiceArea .ourServiceBox .Txt {
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #e3e3e3;
}
.ourServiceArea .ourServiceBox .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}
.ourServiceArea .ourServiceBox .Txt p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
.ourServiceArea .ourServiceBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .ourServiceArea .arrowBox {
    position: relative;
    width: 30%;
    margin: 20px auto 0;
  }
}
.ourServiceArea .btnBox {
  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;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .ourServiceArea .btnBox {
    margin-top: 30px;
  }
}
.ourServiceArea .btnBox .btn {
  margin: 0 auto;
}

.partnerArea {
  background-image: url("../images/home_partner_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 120px 0 100px;
}
@media (max-width: 1200px) {
  .partnerArea {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .partnerArea {
    padding: 60px 20px;
  }
}
.partnerArea > .wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .partnerArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .partnerArea > .wrap {
    padding: 0;
  }
}
.partnerArea .leftBox {
  width: 25%;
  position: relative;
}
@media (max-width: 1536px) {
  .partnerArea .leftBox {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .partnerArea .leftBox {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .leftBox {
    padding: 0;
  }
}
.partnerArea .leftBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .partnerArea .leftBox .decoBox {
    display: none;
  }
}
.partnerArea .leftBox .decoBox .deco {
  position: absolute;
}
.partnerArea .leftBox .decoBox .deco.deco01 {
  top: -50%;
  left: -4%;
  -webkit-animation: upDown3 1.8s linear infinite;
          animation: upDown3 1.8s linear infinite;
}
.partnerArea .leftBox .decoBox .deco.deco02 {
  top: -25%;
  left: 15%;
  -webkit-animation: upDown2 1.2s linear infinite;
          animation: upDown2 1.2s linear infinite;
}
.partnerArea .leftBox .decoBox .deco.deco03 {
  bottom: -15%;
  right: 9%;
  -webkit-animation: upDown3 1.6s linear infinite;
          animation: upDown3 1.6s linear infinite;
}
.partnerArea .leftBox .decoBox .deco.deco04 {
  bottom: -27%;
  right: 0%;
  -webkit-animation: upDown4 1.4s linear infinite;
          animation: upDown4 1.4s linear infinite;
}
.partnerArea .rightBox {
  width: 75%;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1536px) {
  .partnerArea .rightBox {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .partnerArea .rightBox {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .partnerArea .rightBox {
    padding: 0;
    margin-bottom: 30px;
  }
}
.partnerArea .rightBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .partnerArea .rightBox .decoBox {
    display: none;
  }
}
.partnerArea .rightBox .decoBox .deco {
  position: absolute;
}
.partnerArea .rightBox .decoBox .deco.deco01 {
  top: 0%;
  left: 8%;
  -webkit-animation: upDown2 1.6s linear infinite;
          animation: upDown2 1.6s linear infinite;
}
.partnerArea .rightBox .decoBox .deco.deco02 {
  top: 8%;
  left: 16%;
  -webkit-animation: upDown2 1.8s linear infinite;
          animation: upDown2 1.8s linear infinite;
}
.partnerArea .rightBox .decoBox .deco.deco03 {
  bottom: 12%;
  right: 9%;
  -webkit-animation: upDown 2s linear infinite;
          animation: upDown 2s linear infinite;
}
.partnerArea .rightBox .decoBox .deco.deco04 {
  bottom: 4%;
  right: 0%;
  -webkit-animation: upDown4 2.2s linear infinite;
          animation: upDown4 2.2s linear infinite;
}
.partnerArea .partnerBox {
  width: 1000px;
  height: 1000px;
  position: relative;
  pointer-events: none;
  margin: auto;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox.pc {
    display: none;
  }
}
@media (min-width: 1201px) {
  .partnerArea .partnerBox.mb {
    display: none;
  }
}
.partnerArea .partnerBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 9s linear infinite;
          animation: rotate 9s linear infinite;
  opacity: 0;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox::before {
    display: none;
  }
}
.partnerArea .partnerBox::after {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
  opacity: 0;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox::after {
    display: none;
  }
}
.partnerArea .partnerBox .partnerdecoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox .partnerdecoBox {
    display: none;
  }
}
.partnerArea .partnerBox .partnerdecoBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
  top: 0;
  left: 0;
}
.partnerArea .partnerBox .partnerdecoBox::after {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate2 6s linear infinite;
          animation: rotate2 6s linear infinite;
  top: 0;
  left: 0;
}
.partnerArea .partnerBox .partnerdeco2Box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/partner_out_line07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox .partnerdeco2Box {
    display: none;
  }
}
.partnerArea .partnerBox .partnerdeco2Box::before {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  top: 0;
  left: 0;
  margin: auto;
}
.partnerArea .partnerBox .partnerdeco2Box::after {
  content: "";
  position: absolute;
  background-image: url("../images/partner_out_line06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate2 5s linear infinite;
          animation: rotate2 5s linear infinite;
  top: 0;
  left: 0;
  margin: auto;
}
.partnerArea .partnerBox .partnerdeco3Box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/partner_main_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1200px) {
  .partnerArea .partnerBox .partnerdeco3Box {
    display: none;
  }
}
.partnerArea .partnerBox .partnerdeco3Box::before {
  content: "";
  position: absolute;
  background-image: url("../images/partner_deco02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: upDown 1.2s linear infinite;
          animation: upDown 1.2s linear infinite;
  top: 0;
  left: 0;
  margin: auto;
}
.partnerArea .partnerBox .partnerdeco3Box::after {
  content: "";
  position: absolute;
  background-image: url("../images/partner_deco03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  -webkit-animation: upDown2 1.2s linear infinite;
          animation: upDown2 1.2s linear infinite;
  top: 0;
  left: 0;
  margin: auto;
}
.partnerArea .partnerBox.show::before {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.partnerArea .partnerBox.show::after {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.partnerArea .partnerBox.show .partnerdecoBox {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.partnerArea .partnerBox.show .partnerdeco2Box {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.partnerArea .partnerBox.show .partnerdeco3Box {
  opacity: 1;
}
.partnerArea .partnerBox .arrowBox {
  position: relative;
  width: 30%;
  margin: 30px auto 0;
}
@media (min-width: 1181px) {
  .partnerArea .partnerBox .arrowBox {
    display: none;
  }
}
@media (min-width: 1201px) {
  .partnerArea .partnerList {
    width: 865px;
    height: 775px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
  .partnerArea .partnerList .partnerItem {
    position: absolute;
    pointer-events: auto;
  }
  .partnerArea .partnerList .partnerItem:nth-child(1) {
    top: 0;
    right: 13%;
  }
  .partnerArea .partnerList .partnerItem:nth-child(2) {
    top: 35%;
    right: 0;
  }
  .partnerArea .partnerList .partnerItem:nth-child(3) {
    bottom: 7%;
    right: 13%;
  }
  .partnerArea .partnerList .partnerItem:nth-child(4) {
    bottom: 7%;
    left: 13%;
  }
  .partnerArea .partnerList .partnerItem:nth-child(5) {
    top: 35%;
    left: 0;
  }
  .partnerArea .partnerList .partnerItem:nth-child(6) {
    top: 0;
    left: 14%;
  }
  .partnerArea .partnerList .item {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    padding: 25px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (min-width: 1201px) and (min-width: 1181px) {
  .partnerArea .partnerList .item:hover {
    background-color: #3b8bb8;
  }
  .partnerArea .partnerList .item:hover .Img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .partnerArea .partnerList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 1201px) {
  .partnerArea .partnerList .item .Img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .partnerArea .partnerList .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (min-width: 1201px) {
  .partnerArea .partnerList .item .linkWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 1200px) {
  .partnerArea .partnerList {
    width: 100%;
  }
  .partnerArea .partnerList .partnerItem {
    pointer-events: auto;
    width: 100%;
    padding: 40px;
  }
  .partnerArea .partnerList .partnerItem .item {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    padding: 35px;
    position: relative;
    margin: 0 auto;
  }
  .partnerArea .partnerList .partnerItem .item .Img {
    width: 100%;
    margin: 0 auto;
  }
  .partnerArea .partnerList .partnerItem .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .partnerArea .partnerList .partnerItem .item .linkWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
  }
}
.partnerArea .certificateArea .wrap {
  width: 100%;
  position: relative;
  max-width: 1720px;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .certificateArea .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .wrap {
    padding: 0;
  }
}
.partnerArea .certificateArea .certificateMainBox {
  background-color: #fff;
  padding: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .certificateMainBox {
    padding: 40px 20px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .certificateArea .certificateMainBox {
    padding: 20px;
  }
}
@media (min-width: 1181px) {
  .partnerArea .certificateArea .certificateMainBox::after {
    content: "";
    position: absolute;
    will-change: auto;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    z-index: 2;
    -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .partnerArea .certificateArea .certificateMainBox.show::after {
    left: 100%;
  }
}
.partnerArea .certificateArea .topBox {
  width: 100%;
}
.partnerArea .certificateArea .topBox .titleBox2 {
  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;
  margin: 0 0 40px 0;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .topBox .titleBox2 {
    margin: 0 0 20px 0;
  }
}
.partnerArea .certificateArea .bottomBox {
  width: 100%;
}
.partnerArea .certificateArea .certificateBox {
  width: 100%;
  position: relative;
}
.partnerArea .certificateArea .certificateBox .certificateList {
  width: 100%;
}
.partnerArea .certificateArea .certificateBox .certificateItem {
  padding: 10px 15px;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .certificateItem {
    padding: 0;
  }
}
.partnerArea .certificateArea .certificateBox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .certificateBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1181px) {
  .partnerArea .certificateArea .certificateBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.partnerArea .certificateArea .certificateBox .Img {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Img {
    padding: 20px;
    width: 60%;
    margin: 0 auto;
  }
}
.partnerArea .certificateArea .certificateBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.partnerArea .certificateArea .certificateBox .Txt {
  width: calc(100% - 200px);
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .certificateBox .Txt {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Txt {
    padding: 10px 0;
  }
}
.partnerArea .certificateArea .certificateBox .Txt .title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Txt .title {
    text-align: center;
  }
}
.partnerArea .certificateArea .certificateBox .Txt .title.ellipsis {
  height: 50px;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Txt .title.ellipsis {
    height: 35px;
  }
}
.partnerArea .certificateArea .certificateBox .Txt .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Txt .text {
    text-align: center;
  }
}
.partnerArea .certificateArea .certificateBox .Txt .text.ellipsis {
  height: 170px;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .Txt .text.ellipsis {
    height: 145px;
  }
}
.partnerArea .certificateArea .certificateBox .btnBox {
  margin: 0;
}
@media (max-width: 640px) {
  .partnerArea .certificateArea .certificateBox .btnBox {
    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;
    margin: 10px auto;
  }
}
.partnerArea .certificateArea .certificateBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .partnerArea .certificateArea .arrowBox {
    position: relative;
    width: 30%;
    margin: 40px auto 0;
  }
}

.processArea {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 90px 0;
  background-color: #f4f4f4;
}
@media (max-width: 640px) {
  .processArea {
    padding: 60px 0;
  }
}
.processArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .processArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.processArea .leftBox {
  width: 30%;
  padding-right: 150px;
}
@media (max-width: 1180px) {
  .processArea .leftBox {
    width: 100%;
    padding: 0 20px;
  }
}
.processArea .rightBox {
  width: 70%;
}
@media (max-width: 1180px) {
  .processArea .rightBox {
    width: 100%;
    margin-top: 40px;
  }
}
.processArea .processBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .processArea .processBox {
    margin-top: 30px;
  }
}
@media (min-width: 1181px) {
  .processArea .processBox::after {
    content: "";
    position: absolute;
    will-change: auto;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    z-index: 2;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .processArea .processBox.show::after {
    left: 100%;
  }
}
.processArea .processBox .processList {
  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;
  background-image: url("../images/process_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 303px;
  width: 100%;
}
@media (max-width: 640px) {
  .processArea .processBox .processList {
    -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;
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/process_mb_bg.png");
  }
}
.processArea .processBox .processList::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/process_bg_arrow01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 640px) {
  .processArea .processBox .processList::before {
    background-image: url("../images/process_mb_bg_arrow01.png");
  }
}
.processArea .processBox .processList::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/process_bg_arrow02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 640px) {
  .processArea .processBox .processList::after {
    background-image: url("../images/process_mb_bg_arrow02.png");
  }
}
.processArea .processBox .processItem {
  width: 360px;
  position: relative;
  padding: 30px;
}
@media (max-width: 640px) {
  .processArea .processBox .processItem {
    width: 100%;
    max-width: 320px;
    padding: 15px 0;
  }
}
.processArea .processBox .item {
  position: relative;
}
.processArea .processBox .top .num {
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 35px;
  color: #429BCD;
  text-align: center;
  margin: 30px 0 15px;
}
@media (max-width: 1536px) {
  .processArea .processBox .top .num {
    margin: 10px 0;
    font-size: 25px;
  }
}
.processArea .processBox .top .Img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}
@media (max-width: 1536px) {
  .processArea .processBox .top .Img {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 960px) {
  .processArea .processBox .top .Img {
    width: 40px;
    height: 40px;
    margin: 0 auto 0px;
  }
}
.processArea .processBox .top .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.processArea .processBox .Txt {
  width: 100%;
  position: relative;
  text-align: center;
}
.processArea .processBox .Txt .title {
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #222;
  position: relative;
  padding-top: 25px;
  margin-top: 20px;
  height: 58px;
}
@media (max-width: 1536px) {
  .processArea .processBox .Txt .title {
    font-size: 18px;
    padding-top: 15px;
    margin-top: 10px;
    height: 43px;
    padding: 15px 20px 0;
  }
}
@media (max-width: 960px) {
  .processArea .processBox .Txt .title {
    font-size: 16px;
    padding: 0;
  }
}
.processArea .processBox .Txt .title::before {
  content: "";
  position: absolute;
  background-image: url("../images/process_line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 248px;
  height: 13px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .processArea .processBox .Txt .title::before {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .processArea .processBox .Txt .title::before {
    display: none;
    width: 100%;
  }
}
.processArea .processBox .Txt .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
  height: 58px;
}
@media (max-width: 960px) {
  .processArea .processBox .Txt .text {
    font-size: 14px;
    display: none;
  }
}
.processArea .processBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.feedbackArea {
  position: relative;
  background-image: url("../images/mbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .feedbackArea {
    padding: 60px 0;
  }
}
.feedbackArea .wrap {
  max-width: 1720px;
}
.feedbackArea .topBox {
  width: 100%;
}
.feedbackArea .bottomBox {
  width: 100%;
}
.feedbackArea .feedbackBox {
  width: 100%;
  position: relative;
}
.feedbackArea .feedbackBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .feedbackArea .feedbackBox .decoBox {
    display: none;
  }
}
.feedbackArea .feedbackBox .decoBox .deco {
  position: absolute;
}
.feedbackArea .feedbackBox .decoBox .deco.deco01 {
  top: 108%;
  left: 8%;
  -webkit-animation: upDown 1.8s linear infinite;
          animation: upDown 1.8s linear infinite;
}
.feedbackArea .feedbackBox .decoBox .deco.deco02 {
  top: 145%;
  left: 14%;
  -webkit-animation: upDown3 1.6s linear infinite;
          animation: upDown3 1.6s linear infinite;
}
.feedbackArea .feedbackBox .decoBox .deco.deco03 {
  top: -50%;
  right: 15%;
  -webkit-animation: upDown2 1.4s linear infinite;
          animation: upDown2 1.4s linear infinite;
}
.feedbackArea .feedbackBox .decoBox .deco.deco04 {
  top: -30%;
  right: 9%;
  -webkit-animation: upDown4 2s linear infinite;
          animation: upDown4 2s linear infinite;
}
.feedbackArea .feedbackBox .feedbackList {
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 960px) {
  .feedbackArea .feedbackBox .feedbackList {
    padding: 0;
  }
}
.feedbackArea .feedbackBox .feedbackItem {
  padding: 10px 15px;
}
@media (min-width: 1181px) {
  .feedbackArea .feedbackBox .feedbackItem:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .feedbackArea .feedbackBox .feedbackItem:hover .bottom .title {
    color: #429BCD;
  }
}
.feedbackArea .feedbackBox .item {
  position: relative;
  border-radius: 12px;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}
.feedbackArea .feedbackBox .Txt {
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
.feedbackArea .feedbackBox .Txt::before {
  content: "";
  position: absolute;
  background-image: url("../images/inin.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 23px;
  height: 15px;
}
.feedbackArea .feedbackBox .Txt .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
  height: 120px;
}
.feedbackArea .feedbackBox .Txt .subtitle {
  font-size: 14px;
  color: #ffcc00;
  line-height: 1.8;
  letter-spacing: 1px;
  height: 58px;
}
.feedbackArea .feedbackBox .bottom {
  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;
}
.feedbackArea .feedbackBox .bottom .people {
  width: 35px;
  height: 35px;
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.feedbackArea .feedbackBox .bottom .people img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feedbackArea .feedbackBox .bottom .title {
  width: calc(100% - 35px);
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}
.feedbackArea .feedbackBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .feedbackArea .arrowBox {
    position: relative;
    width: 30%;
    margin: 20px auto 0;
  }
}
.feedbackArea .btnBox {
  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;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .feedbackArea .btnBox {
    margin-top: 30px;
  }
}
.feedbackArea .btnBox .btn {
  margin: 0 auto;
}