@-webkit-keyframes bannerLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-120vh) scaleY(1.5);
            transform: translateY(-120vh) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-120vh) scaleY(1);
            transform: translateY(-120vh) scaleY(1);
  }
}
@keyframes bannerLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-120vh) scaleY(1.5);
            transform: translateY(-120vh) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-120vh) scaleY(1);
            transform: translateY(-120vh) scaleY(1);
  }
}
@-webkit-keyframes bannerProductLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-1200px) scaleY(1.5);
            transform: translateY(-1200px) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-1200px) scaleY(1);
            transform: translateY(-1200px) scaleY(1);
  }
}
@keyframes bannerProductLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-1200px) scaleY(1.5);
            transform: translateY(-1200px) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-1200px) scaleY(1);
            transform: translateY(-1200px) scaleY(1);
  }
}
@-webkit-keyframes bannerScrollDownAnimation {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}
@keyframes bannerScrollDownAnimation {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes cloud {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes magnifier {
  0% {
    left: -40px;
  }
  50% {
    top: 10px;
  }
}
@keyframes magnifier {
  0% {
    left: -40px;
  }
  50% {
    top: 10px;
  }
}
@-webkit-keyframes geometry {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes geometry {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes geometry2 {
  0% {
    -webkit-transform: translateY(30px) rotate(8deg);
            transform: translateY(30px) rotate(8deg);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes geometry2 {
  0% {
    -webkit-transform: translateY(30px) rotate(8deg);
            transform: translateY(30px) rotate(8deg);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.businessArea {
  position: relative;
  background-color: #eaedf5;
  overflow: hidden;
}
.businessArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background-color: #babdc4;
}
@media (max-width: 767px) {
  .businessArea::before {
    display: none;
  }
}
.businessArea .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 15.8rem;
}
@media (max-width: 767px) {
  .businessArea .wrap {
    -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;
  }
}
.businessArea .wrap::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateX(-330px);
          transform: translateX(-330px);
  width: 100vw;
  height: 100%;
  background-image: url("../images/numberBg.jpg");
}
@media (max-width: 767px) {
  .businessArea .wrap::after {
    left: 0;
    top: auto;
    bottom: 0;
    height: 230px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.businessArea .leftBox,
.businessArea .rightBox {
  padding-top: 1.1rem;
  padding-bottom: 0.55rem;
}
.businessArea .leftBox {
  position: relative;
  width: 51%;
  border-left: 1px solid #babdc4;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .businessArea .leftBox {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    border-left: none;
  }
}
.businessArea .leftBox::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 45.5px;
  width: 9px;
  height: 9px;
  background-color: #bbbec5;
  pointer-events: none;
  -webkit-animation: rotate360 5s infinite linear;
          animation: rotate360 5s infinite linear;
}
@media (max-width: 767px) {
  .businessArea .leftBox::before {
    display: none;
  }
}
.businessArea .leftBox::after {
  content: "";
  position: absolute;
  left: -110px;
  top: 0;
  z-index: 1;
  width: 6.54rem;
  height: 6.54rem;
  opacity: 0.3;
  border: 1px solid #babdc4;
  border-radius: 50%;
  -webkit-filter: drop-shadow(4.65rem 0 #babdc4);
          filter: drop-shadow(4.65rem 0 #babdc4);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .businessArea .leftBox::after {
    display: none;
  }
}
.businessArea .rightBox {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 49%;
}
@media (max-width: 767px) {
  .businessArea .rightBox {
    width: 60vw;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .businessArea .rightBox {
    width: 80vw;
  }
}
.businessArea .rightBox img {
  height: auto;
  -webkit-animation: cloud 3s infinite alternate;
          animation: cloud 3s infinite alternate;
}
.businessArea .leftBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .businessArea .swiper-slide {
    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;
  }
}
.businessArea .arrowStyle1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .businessArea .arrowStyle1 {
    display: none;
  }
}
.businessArea .businessPrev {
  left: 0;
}
.businessArea .businessNext {
  right: 0;
}
.businessArea .swiper-horizontal > .swiper-pagination-bullets,
.businessArea .swiper-pagination-bullets.swiper-pagination-horizontal,
.businessArea .swiper-pagination-custom,
.businessArea .swiper-pagination-fraction {
  bottom: auto;
  left: auto;
  width: auto;
}

.businessSwiper {
  margin-bottom: 0.65rem;
}
.businessSwiper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.12rem;
  background-color: #2c6bff;
  border-radius: 50%;
}
.businessSwiper .icon img {
  max-width: 50%;
  height: auto;
}
@media (min-width: 1281px) {
  .businessSwiper .icon {
    display: none;
  }
}
.businessSwiper .title {
  margin-bottom: 0.2rem;
  font-weight: 300;
  font-size: 0.48rem;
}
.businessSwiper .textList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.18rem;
  letter-spacing: 0.0054rem;
}
@media (max-width: 767px) {
  .businessSwiper .textList {
    font-size: 0.22rem;
  }
}
.businessSwiper .textList li {
  width: 50%;
  padding-bottom: 0.1rem;
  color: #3e3f42;
}
@media (max-width: 767px) {
  .businessSwiper .textList li {
    width: 100%;
    text-align: center;
  }
}

.businessNumberSwiper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #2c6bff;
}
@media (max-width: 1280px) {
  .businessNumberSwiper {
    display: none;
  }
}
.businessNumberSwiper::before, .businessNumberSwiper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2c6bff;
}
.businessNumberSwiper::before {
  right: -5px;
  top: -5px;
}
.businessNumberSwiper::after {
  left: -5px;
  bottom: -5px;
}
.businessNumberSwiper .icon {
  position: relative;
  width: 1.78rem;
  height: 1.78rem;
  border: 1px solid #2c6bff;
  border-radius: 50%;
  margin-right: 0.05rem;
}
.businessNumberSwiper .icon .iconInner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #2c6bff;
}
.businessNumberSwiper .icon .iconInner img {
  max-width: 0.7rem;
  height: auto;
}
.businessNumberSwiper .no {
  font-size: 2.4rem;
  font-weight: 900;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  line-height: 0.7;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #2c6bff;
  -webkit-text-stroke-width: 1.5px;
}

.businessPagination {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .businessPagination {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .businessPagination {
    display: none;
  }
}
.businessPagination::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #babdc4;
}
.businessPagination .swiper-pagination-bullet {
  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;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
}
.businessPagination .swiper-pagination-bullet:not(:first-child) {
  padding-left: 0.4rem;
}
.businessPagination .swiper-pagination-bullet:not(:last-child) {
  padding-right: 0.4rem;
}
.businessPagination .swiper-pagination-bullet .icon {
  position: relative;
  width: 10px;
  height: 10px;
  margin-bottom: 0.12rem;
}
.businessPagination .swiper-pagination-bullet .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #babdc4;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.businessPagination .swiper-pagination-bullet .no {
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  font-size: 0.24rem;
  font-weight: 900;
  letter-spacing: 0.0072rem;
  color: #babdc4;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.businessPagination .swiper-pagination-bullet-active .icon::after {
  background-color: #2c6bff;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
}
.businessPagination .swiper-pagination-bullet-active .no {
  color: #000;
}

.consultantArea {
  position: relative;
  width: 100%;
  background-image: url("../images/consultantBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.consultantArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-image: url("../images/numberBg.jpg");
}
@media (max-width: 1680px) {
  .consultantArea::before {
    display: none;
  }
}
.consultantArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1900px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 1180px) {
  .consultantArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.consultantArea .wrap .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}
@media (max-width: 1180px) {
  .consultantArea .wrap .leftBox {
    display: none;
  }
}
.consultantArea .wrap .leftBox .inner {
  width: 100%;
  max-width: 270px;
}
.consultantArea .wrap .rightBox {
  width: 75%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .consultantArea .wrap .rightBox {
    width: 100%;
  }
}
.consultantArea .mainTitle {
  margin-bottom: 0.45rem;
}
.consultantArea .mainTitle .no {
  font-weight: 700;
  font-size: 0.48rem;
  color: #2c6bff;
}
.consultantArea .mainTitle .title {
  height: 0.7rem;
  font-weight: 300;
  font-size: 0.44rem;
  color: #d9d9db;
}
.consultantArea .textList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.0048rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  cursor: pointer;
}
.consultantArea .textList li::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -1.5px;
  width: 46px;
  height: 3px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  background-color: #2c6bff;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
}
.consultantArea .textList li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.28);
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
}
.consultantArea .textList li.current::before, .consultantArea .textList li:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-animation: flash 1s infinite alternate;
          animation: flash 1s infinite alternate;
}
.consultantArea .textList li.current::after, .consultantArea .textList li:hover::after {
  opacity: 1;
}
.consultantArea .textList .no {
  margin-right: 0.2rem;
  font-weight: 700;
  color: #fff;
}
.consultantArea .textList .title {
  font-weight: 300;
  color: #868688;
}
.consultantArea .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.consultantArea .imgList li {
  position: relative;
  z-index: 1;
  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;
  width: 33.333%;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .consultantArea .imgList li {
    width: 50%;
  }
}
.consultantArea .imgList li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}
@media (min-width: 1181px) {
  .consultantArea .imgList li.current::before {
    height: calc(100% + 2px);
  }
  .consultantArea .imgList li.current .title {
    color: #333436;
  }
}
.consultantArea .imgList .item {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.consultantArea .imgList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.3rem;
  letter-spacing: 0.0054rem;
}
@media (max-width: 767px) {
  .consultantArea .imgList .top {
    -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;
  }
}
.consultantArea .imgList .top .no {
  margin-right: 0.14rem;
  font-weight: 700;
  color: #2c6bff;
  font-size: 0.18rem;
}
@media (max-width: 767px) {
  .consultantArea .imgList .top .no {
    margin-right: 0;
    font-size: 0.28rem;
  }
}
.consultantArea .imgList .top .title {
  font-size: 0.18rem;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.9, 0, 0.1, 1);
}
@media (max-width: 767px) {
  .consultantArea .imgList .top .title {
    font-size: 0.32rem;
  }
}
.consultantArea .imgList .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
}
@media (max-width: 640px) {
  .consultantArea .imgList .img {
    width: 70%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.consultantArea .imgList .img img {
  height: auto;
}

.technologyArea {
  padding-top: 0.8rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .technologyArea {
    background-color: #eaedf5;
  }
}
.technologyArea .titleArea {
  margin-bottom: 1.2rem;
}

.technologyList {
  position: relative;
  z-index: 1;
  max-width: 11.45rem;
  margin-left: auto;
  margin-right: auto;
}
.technologyList::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 85px;
  top: 220px;
  width: 697px;
  height: 1463px;
  background-image: url("../images/technologyLine.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .technologyList::after {
    display: none;
  }
}
.technologyList > li {
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .technologyList > li:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .technologyList > li:nth-child(even) .right {
    padding-left: 0;
    padding-right: 0.9rem;
  }
}
.technologyList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .technologyList .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.technologyList .img {
  width: 43%;
}
@media (max-width: 767px) {
  .technologyList .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.technologyList .img img {
  height: auto;
}
.technologyList .right {
  width: 57%;
}
@media (min-width: 768px) {
  .technologyList .right {
    padding-left: 0.9rem;
  }
}
@media (max-width: 767px) {
  .technologyList .right {
    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;
    width: 100%;
    text-align: center;
  }
}
.technologyList .title {
  margin-bottom: 0.12rem;
  font-size: 0.32rem;
  font-weight: 300;
}
.technologyList .title strong {
  font-weight: 500;
}
.technologyList .text {
  margin-bottom: 30px;
  line-height: 1.88;
  font-size: 0.16rem;
  color: #636363;
}
.technologyList .iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 375px) {
  .technologyList .iconList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.technologyList .iconList li {
  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;
  text-align: center;
}
@media (max-width: 375px) {
  .technologyList .iconList li {
    width: 50%;
    margin-bottom: 0.12rem;
  }
}
@media (min-width: 768px) {
  .technologyList .iconList li:not(:last-child) .iconTitle {
    border-right: 1px solid #cbcbcb;
  }
}
.technologyList .iconList .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  margin-bottom: 0.12rem;
}
.technologyList .iconList .icon img {
  height: auto;
}
.technologyList .iconList .iconTitle {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #565656;
  letter-spacing: 0.0096rem;
}

.cooperateArea {
  position: relative;
  z-index: 1;
  background-image: url("../images/cooperateBg.jpg");
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
@media (max-width: 640px) {
  .cooperateArea {
    background-image: url("../images/cooperateMobileBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.cooperateArea .wrap {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 14.9rem;
}
@media (max-width: 640px) {
  .cooperateArea .wrap {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.cooperateArea .textBox {
  width: 100%;
  max-width: 4.8rem;
  color: #fff;
}
@media (max-width: 640px) {
  .cooperateArea .textBox {
    max-width: 5.2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cooperateArea .textBox .title {
  margin-bottom: 0.12rem;
  line-height: 1;
  font-weight: 300;
  font-size: 0.48rem;
  letter-spacing: 0.0114rem;
}
@media (max-width: 640px) {
  .cooperateArea .textBox .title {
    font-size: 0.56rem;
    margin-bottom: 0.3rem;
  }
}
.cooperateArea .textBox .enTitle {
  margin-bottom: 0.1rem;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  font-weight: 700;
  font-size: 0.38rem;
  letter-spacing: 0.0114rem;
  color: #2c6bff;
}
@media (max-width: 640px) {
  .cooperateArea .textBox .enTitle {
    display: none;
  }
}
.cooperateArea .textBox .subtitle {
  margin-bottom: 0.05rem;
  font-weight: 500;
  font-size: 0.18rem;
  letter-spacing: 0.0054rem;
}
@media (max-width: 640px) {
  .cooperateArea .textBox .subtitle {
    font-size: 0.24rem;
  }
}
.cooperateArea .textBox .text {
  margin-bottom: 0.5rem;
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.0048rem;
  color: #a0a3ae;
}
@media (max-width: 640px) {
  .cooperateArea .textBox .text {
    font-size: 0.2rem;
  }
}
.cooperateArea .areaLineBox .line::after {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

.teamArea {
  position: relative;
  z-index: 1;
  background-color: #2c6bff;
  overflow: hidden;
}
.teamArea .wrap {
  position: relative;
  max-width: 9.4rem;
  padding-top: 0.7rem;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .teamArea .wrap {
    max-width: 100%;
  }
}
.teamArea .wrap::before, .teamArea .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 500px;
  height: 537px;
  background-size: contain;
  background-repeat: no-repeat;
}
.teamArea .wrap::before {
  left: -500px;
  background-image: url("../images/teamLeftBg.png");
}
.teamArea .wrap::after {
  right: -500px;
  background-image: url("../images/teamRightBg.png");
}
@media (max-width: 480px) {
  .teamArea .titleArea {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.teamArea .cube {
  position: absolute;
  z-index: 3;
}
.teamArea .cube1 {
  left: -420px;
  bottom: -80px;
  width: 206px;
}
@media (max-width: 767px) {
  .teamArea .cube1 {
    left: -60px;
    bottom: auto;
    top: 180px;
    width: 110px;
  }
}
@media (max-width: 480px) {
  .teamArea .cube1 {
    left: -90px;
  }
}
.teamArea .cube2 {
  top: 200px;
  left: -190px;
}
.teamArea .cube3 {
  top: 270px;
  right: -310px;
  width: 179px;
}
@media (max-width: 767px) {
  .teamArea .cube3 {
    right: -50px;
    top: auto;
    bottom: 40px;
    width: 140px;
  }
}
@media (max-width: 480px) {
  .teamArea .cube3 {
    right: -80px;
  }
}
.teamArea .titleArea {
  margin-bottom: 0.5rem;
}
.teamArea .titleArea .title {
  font-size: 0.48rem;
}
.teamArea .titleArea .text {
  font-weight: 300;
}
.teamArea .teamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .teamArea .teamList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.teamArea .teamList li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .teamArea .teamList li {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
}
@media (max-width: 767px) {
  .teamArea .teamList li:not(:last-child) {
    border-bottom: 1px solid #417eff;
  }
}
@media (max-width: 767px) {
  .teamArea .teamList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.teamArea .teamList .no,
.teamArea .teamList .title {
  font-size: 0.18rem;
  letter-spacing: 0.0054rem;
}
.teamArea .teamList .no {
  font-weight: 700;
}
@media (max-width: 767px) {
  .teamArea .teamList .no {
    font-size: 0.58rem;
    line-height: 1;
  }
}
.teamArea .teamList .title {
  font-weight: 500;
}
@media (max-width: 767px) {
  .teamArea .teamList .title {
    font-size: 0.26rem;
  }
}
.teamArea .teamList .text {
  font-weight: 300;
  font-size: 0.16rem;
  letter-spacing: 0.0048rem;
  color: #ced9ff;
}
@media (max-width: 767px) {
  .teamArea .teamList .text {
    font-size: 0.2rem;
  }
}
.teamArea .teamList .right {
  padding-left: 0.3rem;
}
.teamArea .teamIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamArea .teamIconList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 155px;
}
@media (max-width: 767px) {
  .teamArea .teamIconList li {
    height: 85px;
  }
}
.teamArea .teamIconList li:nth-child(even) {
  background-color: #1e4eb9;
}
.teamArea .teamIconList li:nth-child(odd) {
  background-color: #255edd;
}
.teamArea .teamIconList li img {
  height: auto;
}
@media (max-width: 767px) {
  .teamArea .teamIconList li img {
    width: auto;
    max-height: 40px;
  }
}