.clientsArea .arrowBox .arrow::before, .clientsArea .arrowBox .arrow, .valueArea .arrowBox .arrow::before, .valueArea .arrowBox .arrow, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem .pdBox svg, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #2e3192;
  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: 1201px) {
  .popWin .close:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.titleBox .titleEn {
  padding-bottom: 0px;
}
.titleBox .titleEn::after {
  display: none;
  -webkit-transform: none;
          transform: none;
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.bannerArea .bannerItem .Txt {
  max-width: 1400px;
  padding: 150px 20px 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 700px;
  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) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 80%;
  }
}
@media (max-width: 420px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #2e3192;
  font-size: 67px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    margin-bottom: 25px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  max-width: 480px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  font-size: 15px;
  max-width: 480px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 35px 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 0;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover .btnTxtBox::after {
  background: #fff;
  color: #2e3192;
}
.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;
}
@media (max-width: 1660px) {
  .bannerArea .bannerItem .Txt {
    padding: 150px 130px 50px;
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .bannerItem .pdBox {
  position: absolute;
  z-index: 5;
  width: 350px;
  right: 24%;
  bottom: 8%;
  opacity: 0;
}
@media (max-width: 1760px) {
  .bannerArea .bannerItem .pdBox {
    right: 10%;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .pdBox {
    width: 280px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .pdBox {
    display: none;
  }
}
.bannerArea .bannerItem .pdBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.77);
}
.bannerArea .bannerItem .pdBox .Img {
  padding: 45px;
  margin: 40px;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 50%;
}
.bannerArea .bannerItem .pdBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, 0);
            transform: rotate(360deg) translate(0, 0);
  }
}
.bannerArea .bannerItem .pdBox img.line {
  position: absolute;
  margin-left: -72px;
  margin-top: -282px;
  width: 120%;
  height: 144%;
  -webkit-animation: circle 5s ease-in-out infinite;
          animation: circle 5s ease-in-out infinite;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .pdBox img.line {
    margin-left: -60px;
    margin-top: -200px;
  }
}
@-webkit-keyframes decoCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    stroke-dashoffset: 60;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    stroke-dashoffset: -330;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg);
  }
}
@keyframes decoCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    stroke-dashoffset: 60;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    stroke-dashoffset: -330;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg);
  }
}
.bannerArea .bannerItem .pdBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 120%;
  height: 120%;
  stroke: #ed1b24;
  fill: none;
  stroke-dasharray: 390;
  stroke-dashoffset: 390;
  -webkit-animation: decoCircle 9s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: decoCircle 9s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .pdBox svg {
    width: 130%;
    height: 130%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .pdBox svg {
    width: 104px;
    height: 104px;
  }
}
.bannerArea .bannerItem .smokeBox {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .smokeBox {
    display: none;
  }
}
@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes smokeRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0) translateX(-40px);
            transform: scale(0.2, 0) translateX(-40px);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(150px);
            transform: scale(1, 1) translateX(150px);
  }
}
@keyframes smokeRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0) translateX(-40px);
            transform: scale(0.2, 0) translateX(-40px);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(150px);
            transform: scale(1, 1) translateX(150px);
  }
}
@-webkit-keyframes smokeRight02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0) translateX(0px);
            transform: scale(0.2, 0) translateX(0px);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1) translateX(80px);
            transform: scale(0.8, 1) translateX(80px);
  }
}
@keyframes smokeRight02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0) translateX(0px);
            transform: scale(0.2, 0) translateX(0px);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1) translateX(80px);
            transform: scale(0.8, 1) translateX(80px);
  }
}
.bannerArea .bannerItem .smokeBox img {
  opacity: 0;
  position: absolute;
  display: block;
  max-width: 650px;
  bottom: 15%;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .smokeBox img {
    max-width: 30%;
  }
}
.bannerArea .bannerItem .smokeBox img:nth-child(1) {
  right: 40%;
  -webkit-animation: smoke 10s 0.2s ease infinite;
          animation: smoke 10s 0.2s ease infinite;
}
.bannerArea .bannerItem .smokeBox img:nth-child(2) {
  right: 40%;
  -webkit-animation: smoke 8.5s 1.5s ease infinite;
          animation: smoke 8.5s 1.5s ease infinite;
}
.bannerArea .bannerItem .smokeBox img:nth-child(3) {
  right: 40%;
  -webkit-animation: smoke 8.5s 2.5s ease infinite;
          animation: smoke 8.5s 2.5s ease infinite;
}
.bannerArea .bannerItem .smokeBox img:nth-child(4) {
  right: 35%;
  bottom: 8%;
  -webkit-animation: smoke 8.5s 3.5s ease infinite;
          animation: smoke 8.5s 3.5s ease infinite;
}
.bannerArea .bannerItem .smokeBox img:nth-child(5) {
  max-width: 25%;
  right: 15%;
  bottom: 8%;
  -webkit-animation: smoke 15s 2.5s ease infinite;
          animation: smoke 15s 2.5s ease infinite;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .smokeBox img:nth-child(5) {
    bottom: 10%;
  }
}
.bannerArea .bannerItem .smokeBox img:nth-child(6) {
  right: 10%;
  -webkit-animation: smokeRight 15.5s 2.5s ease infinite;
          animation: smokeRight 15.5s 2.5s ease infinite;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .smokeBox img:nth-child(6) {
    bottom: 10%;
  }
}
.bannerArea .bannerItem .smokeBox img:nth-child(7) {
  right: 12%;
  -webkit-animation: smokeRight02 17s 4.5s ease infinite;
          animation: smokeRight02 17s 4.5s ease infinite;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .smokeBox img:nth-child(7) {
    display: none;
  }
}
.bannerArea .bannerItem .smokeBox img:nth-child(8) {
  max-width: 25%;
  right: 10%;
  bottom: 20%;
  -webkit-animation: smokeRight02 10s 1.5s ease infinite;
          animation: smokeRight02 10s 1.5s ease infinite;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .smokeBox img:nth-child(8) {
    bottom: 18%;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: textSlideUpAnimation 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: textSlideUpAnimation 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: textSlideUpAnimation 0.8s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: textSlideUpAnimation 0.8s 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-current .pdBox {
  -webkit-animation: textSlideUpAnimation 0.8s 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: textSlideUpAnimation 0.8s 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #2e3192;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #2e3192;
}
.bannerArea .leftBox {
  position: absolute;
  top: 52%;
  left: 80px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1760px) {
  .bannerArea .leftBox {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .leftBox {
    display: none;
  }
}
.bannerArea .numBox {
  max-width: 40px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
.bannerArea .numBox .num {
  position: relative;
  margin-bottom: 80px;
  color: #2e3192;
}
.bannerArea .numBox .num::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 60px;
  background: #fff;
}
.bannerArea .arrowBox {
  display: block;
  width: 70px;
  height: 150px;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  padding: 25px;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  display: block;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #202020;
  border-left: 2px solid #202020;
}
.bannerArea .arrowBox .arrowPrev::before {
  margin-left: -2px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bannerArea .arrowBox .arrowPrev:hover {
  padding: 30px;
}
.bannerArea .arrowBox .arrowNext::before {
  margin-left: -5px;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.bannerArea .arrowBox .arrowNext:hover {
  padding: 30px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #2e3192;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 6px;
  margin: 0;
  top: 55%;
  right: 88px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1760px) {
  .bannerArea .slick-dots {
    right: 28px;
  }
}
@media (max-width: 480px) {
  .bannerArea .slick-dots {
    display: none !important;
  }
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 70px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: transparent;
  background-color: #2e3192;
  opacity: 1;
}

.bgArea {
  background: url(../images/mottledBg.png) no-repeat;
  background-size: cover;
}

.valueArea {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .valueArea {
    padding: 60px 0;
  }
}
.valueArea .wrap {
  max-width: 1490px;
}
.valueArea .topBox {
  margin: 0 45px;
  border-bottom: 6px solid #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .valueArea .topBox {
    margin: 0;
  }
}
.valueArea .titleBox {
  text-align: left;
  color: #1a1a1a;
  padding-right: 20px;
  margin-bottom: 0;
  margin-right: auto;
}
.valueArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
}
.valueArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 20px 10px 0;
  padding: 25px;
  cursor: pointer;
}
.valueArea .arrowBox .arrow::before {
  content: "";
  display: block;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #202020;
  border-left: 2px solid #202020;
}
.valueArea .arrowBox .arrowPrev::before {
  margin-left: -2px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.valueArea .arrowBox .arrowPrev:hover {
  padding: 30px;
}
.valueArea .arrowBox .arrowNext::before {
  margin-left: -5px;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.valueArea .arrowBox .arrowNext:hover {
  padding: 30px;
}
.valueArea .linkList {
  margin: 80px 0 0;
}
@media (max-width: 640px) {
  .valueArea .linkList {
    margin: 80px -20px 0;
  }
}
@media (max-width: 480px) {
  .valueArea .linkList {
    margin-top: 40px;
  }
}
.valueArea .linkList:not(.slick-slider) .linkItem:not(:first-child) {
  display: none;
}
.valueArea .linkList .item {
  position: relative;
  padding: 0 45px;
}
@media (max-width: 640px) {
  .valueArea .linkList .item {
    padding: 0 20px;
  }
}
.valueArea .linkList .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 105px;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .valueArea .linkList .item::after {
    display: none;
  }
}
.valueArea .linkList .Img {
  max-width: 80px;
  margin-bottom: 25px;
}
.valueArea .linkList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.valueArea .linkList .Txt {
  text-align: left;
}
.valueArea .linkList .Txt .title {
  max-width: 240px;
  min-height: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
  word-break: break-all;
}
.valueArea .linkList .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aboutArea {
  background: url(../images/aboutBg.png) no-repeat;
  background-size: cover;
  overflow: clip;
}
.aboutArea .wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 120px 20px 0;
}
@media (max-width: 640px) {
  .aboutArea .wrap {
    padding-top: 60px;
  }
}
.aboutArea .left {
  position: relative;
  width: 75%;
}
@media (max-width: 1180px) {
  .aboutArea .left {
    width: 100%;
  }
}
.aboutArea .left::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 180%;
  width: 100%;
  border-left: 1px solid rgba(188, 188, 189, 0.15);
  border-right: 1px solid rgba(188, 188, 189, 0.15);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea .left::after {
    top: -250px;
    -webkit-transform: none;
            transform: none;
    height: 350%;
  }
}
@media (max-width: 480px) {
  .aboutArea .left::after {
    display: none;
  }
}
.aboutArea .left::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 75px;
  width: 1px;
  height: 180%;
  background: rgba(188, 188, 189, 0.15);
}
@media (max-width: 1180px) {
  .aboutArea .left::before {
    display: none;
  }
}
.aboutArea .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aboutArea .Txt {
  max-width: 100%;
  text-align: left;
}
.aboutArea .Txt .titleBox {
  position: relative;
  margin-bottom: 0;
  padding-left: 75px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .titleBox {
    padding: 0;
  }
}
.aboutArea .Txt .titleEn {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: 700;
  text-align: left;
  max-width: 325px;
  padding-bottom: 35px;
}
.aboutArea .Txt .titleEn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 55%;
  height: 4px;
  background: #ed1b24;
  pointer-events: none;
}
.aboutArea .Txt .text {
  position: relative;
  color: #fff;
  font-size: 15px;
  min-height: 330px;
  font-weight: 300;
  line-height: 1.7;
  padding: 35px 75px 0;
  margin-right: 75px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .text {
    margin-right: 0;
    padding: 35px 40px;
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .text {
    padding: 35px 0;
  }
}
.aboutArea .Txt .text::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -75px;
  width: 180%;
  height: 100%;
  border-top: 1px solid rgba(188, 188, 189, 0.15);
  border-bottom: 1px solid rgba(188, 188, 189, 0.15);
}
@media (max-width: 480px) {
  .aboutArea .Txt .text::after {
    display: none;
  }
}
.aboutArea .Txt .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 0;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 480px) {
  .aboutArea .Txt .decoBox {
    display: none;
  }
}
.aboutArea .Txt .decoBox svg {
  position: absolute;
  z-index: 5;
  display: block;
  width: 8px;
  height: 8px;
  fill: #fff;
}
.aboutArea .Txt .decoBox svg:first-child {
  top: -4px;
  right: -4px;
}
.aboutArea .Txt .decoBox svg:nth-child(2) {
  bottom: -4px;
  right: -4px;
}
.aboutArea .Txt .decoBox svg:nth-child(3) {
  top: -4px;
  left: -4px;
}
.aboutArea .Txt .decoBox svg:nth-child(4) {
  bottom: -4px;
  left: -4px;
}
.aboutArea .bottomBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -125px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox {
    display: none;
  }
}
.aboutArea .bottomBox .Img {
  max-width: 580px;
}
.aboutArea .bottomBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .bottomBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 180px;
}
.aboutArea .bottomBox .btn a {
  display: block;
  text-align: center;
  padding: 65px 50px 50px;
  background: #2e3192;
}
.aboutArea .bottomBox .btn a:hover {
  background: #fff;
}
.aboutArea .bottomBox .btn a:hover svg {
  fill: #2e3192;
}
.aboutArea .bottomBox .btn .btnTxt {
  font-size: 16px;
  font-weight: 500;
}
.aboutArea .bottomBox .btn .btnArrow {
  text-align: center;
}
.aboutArea .bottomBox .btn .btnArrow svg {
  margin: 0 auto;
  width: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutArea .numList {
  padding-left: 35px;
}
@media (max-width: 1180px) {
  .aboutArea .numList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .numList {
    padding: 20px 0;
  }
}
.aboutArea .numItem {
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .aboutArea .numItem {
    min-width: 240px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .numItem {
    margin-right: 0px;
  }
}
.aboutArea .numTitle {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.aboutArea .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  padding-top: 15px;
}
.aboutArea .numBox .num {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.aboutArea .numBox .numSign {
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 7px;
}
.aboutArea .moreBtn {
  display: none;
}
@media (max-width: 1180px) {
  .aboutArea .moreBtn {
    display: block;
    margin-bottom: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .moreBtn {
    margin-left: 0;
  }
}

.newsArea {
  padding: 165px 0 110px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
.newsArea .wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .left {
  width: 67%;
  padding-right: 45px;
}
@media (max-width: 1180px) {
  .newsArea .left {
    width: 100%;
    padding-right: 0;
  }
}
.newsArea .right {
  width: 33%;
}
@media (max-width: 1280px) {
  .newsArea .right {
    width: 30%;
  }
}
@media (max-width: 1180px) {
  .newsArea .right {
    display: none;
  }
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  border-bottom: 5px solid #000000;
}
.newsArea .titleBox {
  text-align: left;
  margin-bottom: 15px;
}
.newsArea .titleEn {
  color: #2e3192;
}
.newsArea .infoBox {
  font-size: 15px;
  font-weight: 300;
}
.newsArea .moreBtn {
  margin-left: auto;
}
.newsArea .moreBtn a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.newsArea .moreBtn a:hover .btnTxtBox::after {
  background-color: #2e3192;
  color: #fff;
}
.newsArea .moreBtn a:hover .btnArrow {
  background-color: #2e3192;
}
.newsArea .moreBtn a:hover .btnArrow svg {
  fill: #fff;
}
.newsArea .moreBtn .btnTxt {
  background: #fff;
  color: #000;
}
.newsArea .moreBtn .btnArrow {
  background: #fff;
}
.newsArea .moreBtn .btnArrow svg {
  fill: #000;
}
@media (max-width: 640px) {
  .newsArea .moreBtn_d {
    display: none;
  }
}
.newsArea .moreBtn_m {
  display: none;
  margin: 40px 0 0;
}
@media (max-width: 640px) {
  .newsArea .moreBtn_m {
    display: block;
  }
}
.newsArea .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsList:not(.slick-slider) .newsItem:not(:first-child) {
  display: none;
}
.newsArea .newsItem .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.newsArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .newsArea .Txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .newsArea .Txt {
    padding-bottom: 20px;
  }
}
.newsArea .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .newsArea .Txt .newsInfoBox {
    width: 100%;
  }
}
.newsArea .Txt .newsInfoBox .dateBox,
.newsArea .Txt .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsArea .Txt .newsInfoBox .dateBox {
  width: 95px;
}
.newsArea .Txt .newsInfoBox .dateBox .date {
  line-height: 1;
  font-size: 14px;
  color: #777777;
  padding-right: 20px;
}
.newsArea .Txt .newsInfoBox .classTitle {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 6px 15px;
  margin-right: 20px;
  color: #fff;
  background: #2e3192;
}
.newsArea .Txt .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .newsArea .Txt .textBox {
    padding: 10px 20px 0 0;
    max-width: calc(100% - 70px);
  }
}
.newsArea .Txt .textBox .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.newsArea .Txt .textBox .title a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .Txt .textBox .title:hover a {
  color: #2e3192;
}
.newsArea .Txt .textBox .text {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  height: 30px;
}
@media (max-width: 480px) {
  .newsArea .Txt .textBox .text {
    display: none;
  }
}
.newsArea .btn {
  margin-left: auto;
}
@media (min-width: 1201px) {
  .newsArea .btn:hover a::after {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  .newsArea .btn:hover svg {
    fill: #2e3192;
  }
}
.newsArea .btn a {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px;
  margin-top: -25px;
}
.newsArea .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  border: 1px solid #2e3192;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 480px) {
  .newsArea .btn a {
    margin-top: 0;
    padding: 10px 25px;
  }
}
.newsArea .btn svg {
  display: block;
  width: 20px;
  height: 20px;
}
.newsArea .newsImgBox {
  position: relative;
}
.newsArea .newsImgBox .newsImgList {
  position: relative;
  z-index: 5;
}
.newsArea .newsImgBox .newsImgList:not(.slick-slider) .newsImgItem:not(:first-child) {
  display: none;
}
.newsArea .newsImgBox .Img {
  max-width: 410px;
  height: 470px;
  margin-left: auto;
  margin-top: 18px;
}
.newsArea .newsImgBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .newsImgBox::after {
  content: "";
  position: absolute;
  /*display: block;*/
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(134, 134, 135, 0.25);
  max-width: 420px;
  right: -90px;
  top: -40px;
}
@media (max-width: 1560px) {
  .newsArea .newsImgBox::after {
    right: -40px;
  }
}

.clientsArea {
  overflow: clip;
}
@media (max-width: 480px) {
  .clientsArea {
    padding-bottom: 35px;
  }
}
.clientsArea .wrap {
  max-width: 1400px;
}
.clientsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clientsArea .titleEn {
  text-align: left;
  color: #2e3192;
}
.clientsArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-left: auto;
  margin-right: -12px;
}
.clientsArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 10px;
  padding: 25px;
  cursor: pointer;
}
.clientsArea .arrowBox .arrow::before {
  content: "";
  display: block;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #202020;
  border-left: 2px solid #202020;
}
.clientsArea .arrowBox .arrowPrev::before {
  margin-left: -2px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .clientsArea .arrowBox .arrowPrev:hover {
    padding: 30px;
  }
}
.clientsArea .arrowBox .arrowNext::before {
  margin-left: -5px;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 1201px) {
  .clientsArea .arrowBox .arrowNext:hover {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .clientsArea .arrowBox_d {
    display: none;
  }
}
.clientsArea .arrowBox_m {
  display: none;
}
@media (max-width: 480px) {
  .clientsArea .arrowBox_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.clientsArea .clientsBox {
  position: relative;
}
.clientsArea .clientsBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 180%;
  height: calc(100% - 30px);
  border-top: 1px solid #bcbcbd;
  border-bottom: 1px solid #bcbcbd;
  pointer-events: none;
}
@media (max-width: 480px) {
  .clientsArea .clientsBox::after {
    height: calc(100% - 4px);
  }
}
.clientsArea .clientsList {
  position: relative;
  z-index: 5;
}
.clientsArea .clientsList:not(.slick-slider) .clientsItem:not(:first-child) {
  display: none;
}
.clientsArea .slick-list {
  padding: 0 4px;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .clientsArea .slick-list {
    padding: 0 4px 4px;
    margin: 0 -4px -4px;
  }
}
@media (max-width: 420px) {
  .clientsArea .slick-list {
    padding: 0 4px 4px;
    margin: 0 -4px -4px;
  }
}
.clientsArea .clientsItem {
  border-right: 1px solid #bcbcbd;
}
.clientsArea .item {
  position: relative;
}
.clientsArea .Img {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .clientsArea .Img {
    margin-bottom: 0;
  }
}
.clientsArea .Img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.clientsArea a {
  display: block;
  max-width: 170px;
  padding: 50px 0;
  margin: 0 auto;
}
.clientsArea img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.clientsArea svg {
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 5;
  display: block;
  width: 8px;
  height: 8px;
}