.linkArea .linkList .Img img, .newsArea .bottomBox .arrowBox .arrow, .newsArea .newsList .moreBox .moreBtn .icon:before, .newsArea .newsList .moreBox .moreBtn .icon:after, .newsArea .newsList .moreBox .moreBtn .icon, .newsArea .newsList .moreBox .moreBtn:before, .newsArea .newsList .moreBox .moreBtn:after, .newsArea .newsList .moreBox .moreBtn, .newsArea .newsList .Txt .title, .newsArea .newsList .Txt .classTitle, .newsArea .newsList .dateBox .day, .newsArea .newsList .newsItem, .newsArea .newsList .slick-slide.slick-active:before, .newsArea .newsList .slick-slide.slick-active:after, .solutionArea .classBox .classLink .txt, .solutionArea .classBox .classLink .classTrigger:after, .productArea .controlBox .arrowBox .arrow, .productArea .proList .btnBox .btn_morePro:after, .productArea .proList .Img img, .productArea .proList .proSecList .proSecItem .item:after, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .title, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .Img img, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item:after, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.videoBox {
  position: relative;
  padding-bottom: 1075px;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.videoBox iframe {
  position: absolute;
  top: -95px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .videoBox {
    padding-bottom: calc(100vh - 136px);
  }
}

@-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: #ffffff;
  -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: #296caf;
  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: #ffffff;
}
.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);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList > .bannerItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerItem .Txt {
  max-width: 1406px;
  padding: 33px 20px 60px;
}
.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;
}
.bannerArea .bannerItem .Txt .title {
  color: #ffffff;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.09;
  opacity: 0;
  font-family: "Lato", sans-serif, "Noto Sans TC";
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #ffffff;
  display: block;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.09;
  margin-top: 3px;
  opacity: 0;
  font-family: "Lato", sans-serif, "Noto Sans TC";
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 26px;
  }
}
.bannerArea .bannerItem .Txt .subtitle:after {
  display: block;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #005ead;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .subtitle:after {
    margin-top: 15px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .subtitle:after {
    margin-top: 10px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  /*40*/
  line-height: 2;
  margin-top: 13px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
    letter-spacing: 0.72px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-top: 7px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  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;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 40px;
  margin-right: 10px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 15px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 10px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  min-width: 203px;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.36px;
  /*80*/
  padding: 15px 20px;
  text-align: center;
  border-radius: 3px;
  background: rgb(93, 147, 201);
  background: -webkit-gradient(linear, left top, right top, from(rgb(93, 147, 201)), to(rgb(36, 105, 174)));
  background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
  border: 1px solid #296caf;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 14px;
    min-width: 165px;
    letter-spacing: 1.12px;
    padding: 12px 20px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 13px;
    min-width: 130px;
    letter-spacing: 1px;
    padding: 10px 15px;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  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 #ffffff;
  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 #ffffff;
  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: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 180px 20px 20px 20px;
  }
}
@media (max-width: 414px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 150px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 130px;
  }
}
@-webkit-keyframes mask {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 100%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes mask {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 100%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
}
.bannerArea .bannerItem .Img .decoLottie {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.bannerArea .bannerItem .Img .decoImg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  margin: 0 auto 0 0;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: mask 3s ease-in-out infinite forwards;
          animation: mask 3s ease-in-out infinite forwards;
}
.bannerArea .bannerItem .Img .decoImg .deco {
  background-image: url(../images/bannerDeco.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: none;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img .decoImg .deco {
    background-image: url(../images/bannerDeco_mb.png);
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: textSlideUpAnimation 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 .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: #ffffff;
  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: #ffffff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #296caf;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #296caf;
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #296caf transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #296caf transparent transparent transparent;
}
.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: #ffffff;
  -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: #ffffff;
  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: #296caf;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50px;
}
@media (max-width: 992px) {
  .bannerArea .slick-dots {
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo, .bannerArea .socialBox, .bannerArea .scrollDown, .bannerArea .arrowBox {
    display: none !important;
  }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*品牌合作*/

.titleBox .titleTw, .titleBox .titleEn {
  color: #303030;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 3.44px;
  line-height: 1.5;
}

.advantageArea .titleBox .titleSub {
  margin-top: 14px;
}
.titleBox .titleSub {
  color: #296caf;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.84px;
  margin-top: 6px;
}
.advantageArea .titleBox .titleSub::after {
  margin: 26px auto 8px;
}
.titleBox .titleSub.bar::after {
  display: block;
  content: "";
  width: 36px;
  height: 3px;
  margin: 29px auto 23px;
  background-color: #296caf;
}



.advantageArea {
  padding: 83px 0 75px;
  background-image: url(../images/advantageBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 993px) {
  .advantageArea {
    min-height: 975px;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 50px 0 70px;
  }
}
.advantageArea .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantageArea .titleBox {
  margin-bottom: 0;
}
.advantageArea .titleBox .titleSub {
  margin-top: 14px;
}
.advantageArea .titleBox .titleSub:after {
  margin: 26px auto 8px;
}
.advantageArea .advantageBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.advantageArea .advantageBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.advantageArea .advantageBox .moduleBox {
  left: auto;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.advantageArea .advantageBox .moduleBox.show .moduleWrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.advantageArea .advantageBox .moduleBox .moduleWrap {
  max-width: 675px;
  height: 100%;
  -webkit-transform: translateX(30px) translateY(0);
          transform: translateX(30px) translateY(0);
  border-left: 1px solid #e8e8e8;
}
.advantageArea .advantageBox .moduleBox .moduleClose {
  right: 20px;
  top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #545454;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .advantageArea .advantageBox .moduleBox .moduleClose {
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
  }
}
@media (min-width: 1201px) {
  .advantageArea .advantageBox .moduleBox .moduleClose:hover {
    background-color: #296caf;
  }
}
.advantageArea .advantageBox .moduleBox .moduleClose:before, .advantageArea .advantageBox .moduleBox .moduleClose:after {
  width: 24px;
  margin-left: -12px;
  margin-top: 0;
}
.advantageArea .advantageBox .tabBox {
  max-width: 500px;
  /*385px*/
  margin: auto;
}
.advantageArea .advantageBox .tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantageArea .advantageBox .tab li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.advantageArea .advantageBox .tabContent {
  padding: 34px 0 0;
}
.advantageArea .advantageBox .tabContent .tabTitle {
  color: #296caf;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  /*60*/
  line-height: 1.285;
  text-align: center;
}
.advantageArea .advantageBox .tabContent .tabTitle:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #4b95ff;
  display: block;
  margin: 20px auto 30px;
}
.advantageArea .advantageBox .tabContent .Txt .title {
  color: #303030;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.76px;
  /*40*/
  line-height: 1.89;
  text-align: center;
}
.advantageArea .advantageBox .tabContent .Txt .txt {
  color: #727272;
  font-size: 15px;
  line-height: 2;
  margin-top: 8px;
}
.advantageArea .advantageBox .tabContent .Img {
  padding-top: 40px;
}
.advantageArea .advantageBox .tabContent .Img img {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.advantageArea .advantageBox .tabContent .btnBox {
  padding-top: 30px;
}
.advantageArea .advantageClassBox {
  height: 100%;
  position: relative;
}
.advantageArea .advantageClassBox .advantageClassList {
  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;
  width: 100%;
  z-index: 2;
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList {
    background-image: url(https://www.txccorp.com/images/home/adv_circle.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 885px 502px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 930px;
    margin-top: -7px;
  }
}
@media (max-width: 992px) {
  .advantageArea .advantageClassBox .advantageClassList {
    padding-top: 30px;
  }
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem {
    float: left;
    width: 33.33%;
  }
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 576px) {
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem {
    width: 50%;
  }
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 375px) {
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem {
    width: 100%;
  }
  .advantageArea .advantageClassBox .advantageClassList > .advantageClassItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem {
  position: relative;
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem {
    width: 50%;
    min-height: 120px;
  }
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item {
  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: 146px;
  height: 146px;
  border-radius: 50%;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 7.44px 0.56px rgba(43, 43, 43, 0.11);
          box-shadow: 0px 1px 7.44px 0.56px rgba(43, 43, 43, 0.11);
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(92, 146, 201);
  background: -webkit-gradient(linear, left top, right top, from(rgb(92, 146, 201)), to(rgb(37, 106, 174)));
  
  
  //background: linear-gradient(90deg, #a89575 0%, #B88F48 100%);
  background: linear-gradient(90deg, rgb(92, 146, 201) 0%, rgb(37, 106, 174) 100%);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@media (min-width: 1201px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item:hover .Img img {
    -webkit-filter: grayscale(1) brightness(10);
            filter: grayscale(1) brightness(10);
  }
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item:hover .title {
    color: #ffffff;
  }
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item.current:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item.current .Img img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item.current .title {
  color: #ffffff;
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .Img {
  position: relative;
  z-index: 1;
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .Img img {
  max-width: 50px;
  margin: 0 auto;
}
.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .title {
  color: #303030;font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 17px;
  letter-spacing: 1.02px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem.current .Img {
    background-color: #1b97f0;
  }
 .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(1), .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(2),
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(3) {
    padding-right: 17%;
  }
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(1) .item, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(2) .item,
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(3) .item {
    margin-left: 0;
    margin-right: auto;
  }
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(4), .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(5),
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(6) {
    padding-left: 17%;
  }
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(4) .item, .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(5) .item,
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(6) .item {
    margin-right: 0;
    margin-left: auto;
  }
}


.advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(4) .item{
display: flex;
  align-items: center;
  justify-content: center;
  
  margin: auto;
  }
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(1) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-left: 30px; /* width:100%;
    display: flex;align-items: center; justify-content: center ;*/
  }
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
   // padding-top: 65px;
    padding-bottom: 115px;padding-left: 30px;
  }
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 160px;
    
    display: none;
  }
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 160px;
    margin-top: -60px;
    width: 100%;margin-bottom: 60px;
  }
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
   // padding-top: 65px;
    padding-bottom: 180px;padding-right: 30px;
  }
}
@media (min-width: 993px) {
  .advantageArea .advantageClassBox .advantageClassList .advantageClassItem:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 5;
    padding-right: 30px;
  }
}
.advantageArea .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 45px;
}
.advantageArea .chip {
  max-width: 355px;
  height: 415px;
  margin: auto;
}
@media (min-width: 993px) {
  .advantageArea .chip {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .advantageArea .chip {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .advantageArea .chip {
    height: 350px;
  }
}
.advantageArea .chip img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.advantageArea .chip img:nth-child(1) {
  z-index: 3;
  top: -20px;
}
@media (max-width: 375px) {
  .advantageArea .chip img:nth-child(1) {
    top: 10px;
  }
}
.advantageArea .chip img:nth-child(2) {
  z-index: 2;
  top: 0;
}
@media (max-width: 375px) {
  .advantageArea .chip img:nth-child(2) {
    top: 5px;
  }
}
.advantageArea .chip img:nth-child(3) {
  z-index: 1;
  bottom: -20px;
}
@media (max-width: 375px) {
  .advantageArea .chip img:nth-child(3) {
    bottom: -30px;
  }
}


.advantageArea .advantageClassBox .advantageClassList .advantageClassItem .item{transition: all 0.5s;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.productArea {
  padding: 70px 0;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .productArea {
    padding: 50px 0;
  }
}
.productArea .titleBox {
  margin-bottom: 38px;
}
.productArea .titleBox .titleSub {
  margin-top: 9px;
}
.productArea .proList {
  overflow: hidden;
}
@media (max-width: 768px) {
  .productArea .proList .proItem {
    text-align: center;
  }
}
.productArea .proList .proItem:not(:last-child) {
  padding-bottom: 90px;
}
@media (max-width: 1180px) {
  .productArea .proList .proItem:not(:last-child) {
    padding-bottom: 40px;
  }
}
.productArea .proList .proItem:last-child {
  padding-bottom: 20px;
}
.productArea .proList .itemTitle {
  color: #303030;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.76;
  letter-spacing: 1.56px;
  /*60*/
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .productArea .proList .itemTitle {
    font-size: 21px;
    letter-spacing: 1.26px;
    margin-bottom: 25px;
    display: inline-block;
  }
}
.productArea .proList .itemTitle:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 30px;
  background-color: #296caf;
}
.productArea .proList .proSecList {
  margin: 0 -22.5px;
}
.productArea .proList .proSecList .slick-dots {
  display: none !important;
}
@media (max-width: 992px) {
  .productArea .proList .proSecList {
    margin: 0 -20px;
  }
}
.productArea .proList .proSecList .slick-slide.slick-active {
  position: relative;
}
.productArea .proList .proSecList .slick-slide.slick-active:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: calc(100% - 36px);
  background-color: #e7e7e7;
}
.productArea .proList .proSecList > .proSecItem {
  float: left;
  width: 33.33%;
}
.productArea .proList .proSecList > .proSecItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .productArea .proList .proSecList > .proSecItem {
    width: 50%;
  }
  .productArea .proList .proSecList > .proSecItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .productArea .proList .proSecList > .proSecItem {
    width: 100%;
  }
  .productArea .proList .proSecList > .proSecItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.productArea .proList .proSecList .proSecItem {
  padding: 0 22.5px;
}
@media (max-width: 992px) {
  .productArea .proList .proSecList .proSecItem {
    padding: 0 20px;
  }
}
.productArea .proList .proSecList .proSecItem .item {
  padding: 15px 50px 45px;
  position: relative;
}
@media (max-width: 992px) {
  .productArea .proList .proSecList .proSecItem .item {
    padding: 15px 25px 45px;
  }
}
.productArea .proList .proSecList .proSecItem .item > div {
  position: relative;
  z-index: 2;
}
.productArea .proList .proSecList .proSecItem .item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
          box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
  opacity: 0;
}
@media (max-width: 992px) {
  .productArea .proList .proSecList .proSecItem .item:after {
    opacity: 1;
  }
}
@media (min-width: 1201px) {
  .productArea .proList .proSecList .proSecItem:hover .item:after {
    opacity: 1;
  }
  .productArea .proList .proSecList .proSecItem:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .productArea .proList .proSecList .proSecItem:hover .title {
    color: #296caf;
  }
  .productArea .proList .proSecList .proSecItem:hover .title a {
    color: #296caf;
  }
  .productArea .proList .proSecList .proSecItem:hover .btnBox .btn_morePro {
    color: #0175ae;
  }
  .productArea .proList .proSecList .proSecItem:hover .btnBox .btn_morePro svg {
    right: 4px;
  }
  .productArea .proList .proSecList .proSecItem:hover .btnBox .btn_morePro:after {
    width: 100%;
    -webkit-animation: line_ani 1.2s ease-in-out forwards;
            animation: line_ani 1.2s ease-in-out forwards;
  }
}
.productArea .proList .Img {
  overflow: hidden;
}
.productArea .proList .Img img {
  width: 100%;
}
.productArea .proList .Txt {
  padding-top: 10px;
}
.productArea .proList .Txt .title {
  color: #303030;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.565;
  letter-spacing: 1.38px;
  /*60*/
  text-align: left;
}
@media (max-width: 768px) {
  .productArea .proList .Txt .title {
    font-size: 17px;
    letter-spacing: 1.02px;
  }
}
.productArea .proList .Txt .title a {
  display: block;
}
.productArea .proList .Txt .txt {
  color: #727272;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.94;
  height: 100px;
  margin-top: 12px;
  text-align: left;
}
@media (max-width: 768px) {
  .productArea .proList .Txt .txt {
    font-size: 14px;
    height: 82px;
  }
}
.productArea .proList .btnBox {
  padding-top: 27px;
}
@media (max-width: 768px) {
  .productArea .proList .btnBox {
    padding-top: 20px;
  }
}
.productArea .proList .btnBox .btn_morePro {
  color: #444444;
  border-bottom: 0;
  position: relative;
  max-width: 190px;
}
.productArea .proList .btnBox .btn_morePro svg {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.productArea .proList .btnBox .btn_morePro:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #0175ae;
}
@media (max-width: 992px) {
  .productArea .proList .btnBox .btn_morePro {
    color: #0175ae;
  }
  .productArea .proList .btnBox .btn_morePro svg {
    right: 4px;
  }
  .productArea .proList .btnBox .btn_morePro:after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .productArea .proList .btnBox .btn_morePro {
    font-size: 14px;
  }
}
.productArea .controlBox {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .productArea .controlBox {
    padding-top: 30px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .productArea .controlBox {
    max-width: 100%;
  }
}
.productArea .controlBox .progress {
  width: calc(100% - 154px);
  display: block;
  height: 4px;
  overflow: hidden;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, from(#296caf), to(#296caf));
  background-image: linear-gradient(to right, #296caf, #296caf);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .productArea .controlBox .progress {
    width: calc(100% - 130px);
  }
}
.productArea .controlBox .arrowBox {
  width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
}
@media (max-width: 768px) {
  .productArea .controlBox .arrowBox {
    width: 130px;
    padding-left: 20px;
  }
}
.productArea .controlBox .arrowBox .arrow {
  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: 52px;
  height: 52px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
          box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
  background-color: #ffffff;
  cursor: pointer;
}
.productArea .controlBox .arrowBox .arrow.effect_gradient:before {
  background: radial-gradient(circle closest-side, #4a8ccd 0%, #296caf 100%);
}
@media (min-width: 1201px) {
  .productArea .controlBox .arrowBox .arrow:hover {
    background-image: -ms-linear-gradient(0deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
  }
  .productArea .controlBox .arrowBox .arrow:hover svg {
    color: #ffffff;
  }
}
.productArea .controlBox .arrowBox .arrow:not(:last-child) {
  margin-right: 11px;
}
@media (max-width: 992px) {
  .productArea .controlBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
  .productArea .controlBox .arrowBox .arrow svg {
    width: 7px;
    height: 13px;
  }
}

.solutionArea {
  padding: 62px 0 80px;
  background-color: #f7f7f7;
}
.solutionArea .titleBox .titleSub {
  margin-top: 10px;
}
.solutionArea .classBox {
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 1023px) {
  .solutionArea .classBox {
    border-bottom: 0;
  }
}
.solutionArea .classBoxRow {
  margin-bottom: 43px;
}
@media (max-width: 1023px) {
  .solutionArea .classBoxRow {
    margin-bottom: 26px;
  }
}
.solutionArea .classBox .classCurrent {
  color: #296caf;
  font-size: 16px;
  text-align: left;
  border: 0;
  padding: 15px 50px 15px 30px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
          box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classCurrent {
    padding: 9px 50px 9px 30px;
  }
}
@media (max-width: 480px) {
  .solutionArea .classBox .classCurrent {
    padding: 9px 50px 9px 20px;
  }
}
.solutionArea .classBox .classCurrent .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutionArea .classBox .classCurrent svg {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.solutionArea .classBox .classCurrent .icon {
  width: 36px;
}
.solutionArea .classBox .classCurrent .txt {
  width: calc(100% - 36px);
  padding-left: 10px;
}
.solutionArea .classBox .classCurrent:after {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 32px;
  background-image: url(../images/home/dot_bg.png);
  background-repeat: repeat-y;
  background-color: transparent;
}
.solutionArea .classBox .classLink li {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.solutionArea .classBox .classLink li:not(:last-child) .classTrigger::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/home/dot_bg.png);
  background-repeat: repeat-y;
  width: 1px;
  height: 42px;
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classLink li:not(:last-child) .classTrigger::before {
    display: none;
  }
}
.solutionArea .classBox .classLink a {
  all: unset;
}
.solutionArea .classBox .classLink .classTrigger {
  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;
  padding: 30px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classLink .classTrigger {
    padding: 9px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .solutionArea .classBox .classLink .classTrigger {
    padding: 9px 20px;
  }
}
.solutionArea .classBox .classLink .classTrigger:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  content: "";
  width: 0;
  height: 3px;
  background-color: #4b95ff;
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classLink .classTrigger:after {
    display: none;
  }
}
.solutionArea .classBox .classLink .classTrigger.current:after {
  width: 57px;
}
.solutionArea .classBox .classLink .classTrigger.current .txt {
  color: #296caf;
}
@media (min-width: 1201px) {
  .solutionArea .classBox .classLink .classTrigger:hover:after {
    width: 57px;
  }
  .solutionArea .classBox .classLink .classTrigger:hover .txt {
    color: #296caf;
  }
}
.solutionArea .classBox .classLink .icon {
  margin-right: 11.5px;
}
.solutionArea .classBox .classLink .icon img {
  max-width: 50px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classLink .icon img {
    max-width: 36px;
  }
}
.solutionArea .classBox .classLink .txt {
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
  /*60*/
  line-height: 1.333;
  text-align: left;
}
@media (max-width: 1023px) {
  .solutionArea .classBox .classLink .txt {
    font-size: 16px;
  }
}
.solutionArea .solutionList .solutionItem {
  display: none;
}
.solutionArea .solutionList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .solutionArea .solutionList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solutionArea .solutionList .Img {
  width: 925px;
}
.solutionArea .solutionList .Img img {
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .solutionArea .solutionList .Img {
    width: 100%;
  }
}
.solutionArea .solutionList .Txt {
  margin: auto;
  width: 520px;
  background-color: #e5edf1;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
          box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
  background-image: url(../images/home/solution_txtBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 60px 70px;
  z-index: 2;
}
@media (min-width: 993px) {
  .solutionArea .solutionList .Txt {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -86px;
  }
}
@media (max-width: 992px) {
  .solutionArea .solutionList .Txt {
    margin-top: -30px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  .solutionArea .solutionList .Txt {
    padding: 40px 40px 50px;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt {
    padding: 30px 25px 40px;
  }
}
@media (max-width: 320px) {
  .solutionArea .solutionList .Txt {
    width: calc(100% - 20px);
  }
}
.solutionArea .solutionList .Txt .txtBox .mTitle {
  color: #296caf;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.62px;
  /*60*/
  line-height: 1.333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solutionArea .solutionList .Txt .txtBox .mTitle:after {
  position: relative;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #296caf;
  margin-top: 13px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .txtBox .mTitle {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
  .solutionArea .solutionList .Txt .txtBox .mTitle:after {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.solutionArea .solutionList .Txt .txtBox .title {
  color: #303030;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.32px;
  /*60*/
  line-height: 1.63;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .txtBox .title {
    font-size: 17px;
    letter-spacing: 1.02px;
  }
}
.solutionArea .solutionList .Txt .txtBox .txt {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 8px;
  height: 121px;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .txtBox .txt {
    font-size: 14px;
    height: auto;
    max-height: 132px;
  }
}
.solutionArea .solutionList .Txt .btnBox {
  padding-top: 46px;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .btnBox {
    padding-top: 30px;
  }
  .solutionArea .solutionList .Txt .btnBox .btn_more {
    font-size: 14px;
  }
}

.catalogArea {
  padding: 50px 0;
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.catalogArea .catalogBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.catalogArea .catalogItem {
  padding: 0;
}
.catalogArea .item {
  position: relative;
  overflow: hidden;
}
.catalogArea .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .Txt {
  position: relative;
  padding: 30px 20px;
  background-color: #ffffff;
}
.catalogArea .Txt .title {
  border-bottom: 1px solid #eaeaea;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.catalogArea .Txt .title a {
  display: block;
}
.catalogArea .Txt .text {
  height: 52px;
  color: #666;
  line-height: 1.8;
}

.newsArea {
  padding: 70px 0 94px;
}
@media (max-width: 768px) {
  .newsArea {
    padding: 50px 0;
  }
}
.newsArea .titleBox .titleSub {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .newsArea .titleBox {
    margin-bottom: 52px;
  }
}
.newsArea .newsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsGroup .leftBox {
  width: 535px;
  padding-right: 40px;
}
.newsArea .newsGroup .leftBox .Img img {
  width: 100%;
  border-radius: 3px;
}
.newsArea .newsGroup .rightBox {
  width: calc(100% - 535px);
}
@media (max-width: 1180px) {
  .newsArea .newsGroup .leftBox {
    width: 450px;
    padding-right: 30px;
  }
  .newsArea .newsGroup .rightBox {
    width: calc(100% - 450px);
  }
}
@media (max-width: 992px) {
  .newsArea .newsGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .newsGroup .leftBox {
    width: 100%;
    display: none;
  }
  .newsArea .newsGroup .rightBox {
    width: 100%;
  }
}
.newsArea .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.newsArea .newsBox:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsList .slick-slide {
  border: 0;
}
.newsArea .newsList .slick-slide > div {
  line-height: 0;
}
.newsArea .newsList > .newsItem:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 640px) {
  .newsArea .newsList > .newsItem:nth-child(3), .newsArea .newsList > .newsItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (min-width: 1201px) {
  .newsArea .newsList .slick-slide.slick-active:hover:after {
    width: 100%;
  }
}
.newsArea .newsList .slick-slide.slick-active:before, .newsArea .newsList .slick-slide.slick-active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  height: 1px;
}
.newsArea .newsList .slick-slide.slick-active:before {
  width: 100%;
}
.newsArea .newsList .slick-slide.slick-active:after {
  width: 0;
  height: 3px;
  background-color: #296caf;
}
.newsArea .newsList .slick-slide.slick-active:before {
  background-color: #dcdcdc;
}
.newsArea .newsList .newsItem {
  position: relative;
}
.newsArea .newsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28.5px 0;
}
@media (min-width: 1201px) {
  .newsArea .newsList a:hover {
    background-color: #f9f9f9;
  }
  .newsArea .newsList a:hover .dateBox .day {
    color: #296caf;
  }
  .newsArea .newsList a:hover .Txt .classTitle {
    color: #ffffff;
    background-color: #296caf;
  }
  .newsArea .newsList a:hover .Txt .title {
    color: #296caf;
  }
  .newsArea .newsList a:hover .moreBox .moreBtn:before, .newsArea .newsList a:hover .moreBox .moreBtn:after {
    top: 0;
    opacity: 1;
  }
  .newsArea .newsList a:hover .moreBox .moreBtn:before {
    left: 0;
  }
  .newsArea .newsList a:hover .moreBox .moreBtn:after {
    right: 0;
  }
  .newsArea .newsList a:hover .moreBox .icon {
    background-color: #296caf;
  }
  .newsArea .newsList a:hover .moreBox .icon:before, .newsArea .newsList a:hover .moreBox .icon:after {
    bottom: -5px;
    opacity: 1;
  }
  .newsArea .newsList a:hover .moreBox .icon:before {
    left: -5px;
  }
  .newsArea .newsList a:hover .moreBox .icon:after {
    right: -5px;
  }
  .newsArea .newsList a:hover .moreBox .icon svg {
    color: #ffffff;
  }
}
.newsArea .newsList .newsInfoBox {
  width: 133px;
  position: relative;
}
.newsArea .newsList .newsInfoBox:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 138px;
}
.newsArea .newsList .dateBox {
  text-align: center;
  font-family: "Lato", sans-serif;
}
.newsArea .newsList .dateBox .yearMonth {
  color: #707070;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.625;
  padding-top: 6px;
}
.newsArea .newsList .dateBox .day {
  color: #505050;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 1.04px;
  line-height: 1;
}
.newsArea .newsList .Txt {
  width: calc(100% - 233px);
  padding-left: 30px;
  padding-right: 25px;
}
.newsArea .newsList .Txt .classDateBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 11px;
}
.newsArea .newsList .Txt .classDateBar .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  padding-left: 18px;
}
@media (min-width: 769px) {
  .newsArea .newsList .Txt .classDateBar .date {
    display: none;
  }
}
.newsArea .newsList .Txt .classDateBar .date .yearMonth,
.newsArea .newsList .Txt .classDateBar .date .day {
  display: block;
  line-height: 1.5;
}
.newsArea .newsList .Txt .classDateBar .date .yearMonth {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 600;
}
.newsArea .newsList .Txt .classDateBar .date .day {
  color: #296caf;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  padding-left: 9px;
}
.newsArea .newsList .Txt .classTitle {
  display: inline-block;
  color: #707070;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.32px;
  /*20*/
  line-height: 1.875;
  background-color: #f2f2f2;
  border-radius: 3px;
  min-width: 96px;
  padding: 0px 10px 0px;
  text-align: center;
}
.newsArea .newsList .Txt .title {
  display: block;
  color: #303030;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1.14px;
  /*60*/
  line-height: 1.89;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .newsList .Txt .text {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 4px;
  display: block;
  height: 60px;
  overflow: hidden;
}
.newsArea .newsList .moreBox {
  width: 100px;
}
.newsArea .newsList .moreBox .moreBtn {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: transparent;
  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;
  position: relative;
}
.newsArea .newsList .moreBox .moreBtn:before, .newsArea .newsList .moreBox .moreBtn:after {
  position: absolute;
  top: 5px;
  content: "";
  border: solid #296caf;
  display: inline-block;
  padding: 2.5px;
  opacity: 0;
}
.newsArea .newsList .moreBox .moreBtn:before {
  left: 5px;
  border-width: 1px 0 0 1px;
}
.newsArea .newsList .moreBox .moreBtn:after {
  right: 5px;
  border-width: 1px 1px 0 0;
}
.newsArea .newsList .moreBox .moreBtn .icon {
  width: 20px;
  height: 20px;
  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;
  background-color: #f2f2f2;
  position: relative;
}
.newsArea .newsList .moreBox .moreBtn .icon:before, .newsArea .newsList .moreBox .moreBtn .icon:after {
  position: absolute;
  bottom: 0;
  content: "";
  border: solid #296caf;
  display: inline-block;
  padding: 2.5px;
  opacity: 0;
}
.newsArea .newsList .moreBox .moreBtn .icon:before {
  left: 0;
  border-width: 0 0 1px 1px;
}
.newsArea .newsList .moreBox .moreBtn .icon:after {
  right: 0;
  border-width: 0px 1px 1px 0;
}
.newsArea .newsList .moreBox .moreBtn .icon svg {
  color: #707070;
}
@media (max-width: 1280px) {
  .newsArea .newsList .Txt {
    width: calc(100% - 213px);
  }
  .newsArea .newsList .moreBox {
    width: 80px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList .moreBox .moreBtn:before, .newsArea .newsList .moreBox .moreBtn:after {
    top: 0;
    opacity: 1;
  }
  .newsArea .newsList .moreBox .moreBtn:before {
    left: 0;
  }
  .newsArea .newsList .moreBox .moreBtn:after {
    right: 0;
  }
  .newsArea .newsList .moreBox .moreBtn .icon {
    background-color: #296caf;
  }
  .newsArea .newsList .moreBox .moreBtn .icon:before, .newsArea .newsList .moreBox .moreBtn .icon:after {
    bottom: -5px;
    opacity: 1;
  }
  .newsArea .newsList .moreBox .moreBtn .icon:before {
    left: -5px;
  }
  .newsArea .newsList .moreBox .moreBtn .icon:after {
    right: -5px;
  }
  .newsArea .newsList .moreBox .moreBtn .icon svg {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox,
.newsArea .newsList .moreBox {
    display: none;
  }
  .newsArea .newsList .Txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsArea .bottomBox {
  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;
  padding-top: 26px;
}
@media (max-width: 460px) {
  .newsArea .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 250px;
    margin: 0 auto;
  }
  .newsArea .bottomBox .controlBox,
.newsArea .bottomBox .arrowBox {
    width: 100%;
  }
  .newsArea .bottomBox .controlBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 30px;
  }
}
.newsArea .bottomBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 212px);
}
@media (max-width: 480px) {
  .newsArea .bottomBox .controlBox {
    width: calc(100% - 180px);
  }
}
@media (max-width: 460px) {
  .newsArea .bottomBox .controlBox {
    width: 100%;
  }
}
.newsArea .bottomBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .newsArea .bottomBox .arrowBox {
    padding-right: 25px;
  }
}
.newsArea .bottomBox .arrowBox .arrow {
  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: 52px;
  height: 52px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
          box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
  cursor: pointer;
}
.newsArea .bottomBox .arrowBox .arrow.effect_gradient:before {
  background: radial-gradient(circle closest-side, #4a8ccd 0%, #296caf 100%);
}
@media (min-width: 1201px) {
  .newsArea .bottomBox .arrowBox .arrow:hover {
    background-image: -ms-linear-gradient(0deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
  }
  .newsArea .bottomBox .arrowBox .arrow:hover svg {
    color: #ffffff;
  }
}
.newsArea .bottomBox .arrowBox .arrow:not(:last-child) {
  margin-right: 11px;
}
.newsArea .bottomBox .pagingInfo {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 2.4;
}
.newsArea .bottomBox .pagingInfo .num {
  color: #2c72b0;
}
.newsArea .bottomBox .pagingInfo .num:last-child {
  color: #7f7f7f;
}
.newsArea .bottomBox .pagingInfo .slash {
  color: #bbbbbb;
  margin: 0 10px;
}
.newsArea .bottomBox .btnBox {
  width: 212px;
  padding-top: 0;
}
@media (max-width: 480px) {
  .newsArea .bottomBox .btnBox {
    width: 180px;
  }
}
@media (max-width: 460px) {
  .newsArea .bottomBox .btnBox {
    width: 100%;
  }
  .newsArea .bottomBox .btnBox .btn_more {
    max-width: 100%;
  }
}

@-webkit-keyframes repeatBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3840px 0;
  }
}

@keyframes repeatBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3840px 0;
  }
}
@-webkit-keyframes elongatedBg {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scaleY(1.8);
            transform: scaleY(1.8);
  }
}
@keyframes elongatedBg {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scaleY(1.8);
            transform: scaleY(1.8);
  }
}
.aboutArea {
  padding: 85px 0 88px 0;
  background-color: #e9e9e9;
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 600px) {
  .aboutArea {
   
  }
}
@media (min-width: 1025px) {
  .aboutArea {
    background-attachment: fixed;
  }
}
.aboutArea .titleBox {
  margin-bottom: 66px;
}
.aboutArea .aboutList {
  margin: 0 -10px;
}
.aboutArea .aboutList .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 40px;
}
.aboutArea .aboutList .slick-slide {
  position: relative;
}
.aboutArea .aboutList .slick-slide.slick-active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #c9c9c9;
}
.aboutArea .aboutList .slick-slide.slick-active + .slick-active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #c9c9c9;
}
@media (max-width: 600px) {
  .aboutArea .aboutList .slick-slide.slick-active + .slick-active:after {
    display: none;
  }
}
.aboutArea .aboutList .slick-slide.slick-active + .slick-active + .slick-active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #c9c9c9;
}
@media (max-width: 768px) {
  .aboutArea .aboutList .slick-slide.slick-active + .slick-active + .slick-active:after {
    display: none;
  }
}
.aboutArea .aboutList .slick-slide.slick-active + .slick-active + .slick-active + .slick-active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #c9c9c9;
}
@media (max-width: 992px) {
  .aboutArea .aboutList .slick-slide.slick-active + .slick-active + .slick-active + .slick-active:after {
    display: none;
  }
}
.aboutArea .aboutList .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active:after {
  display: none;
}
.aboutArea .aboutList > .aboutItem {
  float: left;
  width: 20%;
}
.aboutArea .aboutList > .aboutItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .aboutArea .aboutList > .aboutItem {
    width: 25%;
  }
  .aboutArea .aboutList > .aboutItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutList > .aboutItem {
    width: 33.33%;
  }
  .aboutArea .aboutList > .aboutItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .aboutArea .aboutList > .aboutItem {
    width: 50%;
  }
  .aboutArea .aboutList > .aboutItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.aboutArea .aboutList > .aboutItem:not(:last-child):after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 56px;
  background-color: #c9c9c9;
}
.aboutArea .aboutList .aboutItem {
  text-align: center;
  padding: 0 10px;
}
.aboutArea .aboutList .aboutItem .Img img {
  max-width: 60px;
  margin: auto;
}
.aboutArea .aboutList .aboutItem .Txt {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .aboutArea .aboutList .aboutItem .Txt {
    padding-top: 20px;
  }
}
.aboutArea .aboutList .aboutItem .Txt .title {
  background: rgb(93, 147, 201);
  background: -webkit-gradient(linear, left top, right top, from(rgb(93, 147, 201)), to(rgb(36, 105, 174)));
  background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}
@media (max-width: 480px) {
  .aboutArea .aboutList .aboutItem .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutList .aboutItem .Txt .title {
    font-size: 30px;
  }
}
.aboutArea .aboutList .aboutItem .Txt .txt {
  color: #727272;
  font-size: 17px;
  line-height: 1.64;
  font-weight: 500;
  margin-top: 23px;
}
@media (max-width: 480px) {
  .aboutArea .aboutList .aboutItem .Txt .txt {
    font-size: 16px;
    line-height: 1.5625;
    margin-top: 15px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutList .aboutItem .Txt .txt {
    font-size: 15px;
  }
}
.aboutArea .btnBox {
  padding-top: 45px;
}
.aboutArea .btnBox .btn_more {
  max-width: 246px;
}

.linkArea {
  padding: 73px 0 48px;
  text-align: center;
  background-color: #296caf;
  background-image: url(../images/home/link_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .linkArea {
    padding: 50px 40px 30px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 480px) {
  .linkArea {
    padding: 50px 0 30px;
  }
}
.linkArea .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 993px) {
  .linkArea .track {
    -webkit-animation: elongatedBg 10s linear infinite;
            animation: elongatedBg 10s linear infinite;
  }
}
.linkArea .track .img {
  background-image: url(../images/home/link_track.png);
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 993px) {
  .linkArea .track .img {
    -webkit-animation: repeatBg 55s linear infinite;
            animation: repeatBg 55s linear infinite;
  }
}
.linkArea .ecg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  margin: 0 auto 0 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1440px) {
  .linkArea .ecg {
    display: none;
  }
}
.linkArea .ecg.ecgLeft .img, .linkArea .ecg.ecgRight .img {
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: none;
}
.linkArea .ecg.ecgLeft {
  -webkit-animation: mask 2.5s 0.1s ease-in-out infinite forwards;
          animation: mask 2.5s 0.1s ease-in-out infinite forwards;
}
.linkArea .ecg.ecgLeft .img {
  background-image: url(../images/home/link_ecgLeft.png);
}
.linkArea .ecg.ecgRight {
  -webkit-animation: mask 2.5s 1s ease-in-out infinite forwards;
          animation: mask 2.5s 1s ease-in-out infinite forwards;
  z-index: 1;
}
.linkArea .ecg.ecgRight .img {
  background-image: url(../images/home/link_ecgRight.png);
}
.linkArea .wrap {
  position: relative;
  z-index: 3;
}
.linkArea .titleBox .titleTw {
  color: #ffffff;
}
.linkArea .titleBox .titleTw.bar:after {
  background-color: #ffffff;
  margin-top: 25px;
}
.linkArea .linkList {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px;
}
.linkArea .linkList .linkItem {
  width: 33.33%;
  padding: 0 9px 30px;
}
@media (max-width: 992px) {
  .linkArea .linkList .linkItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .linkArea .linkList .linkItem {
    width: 100%;
  }
}
.linkArea .linkList .Img a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 8px 11px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .linkArea .linkList .Img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.linkArea .linkList .Img img {
  width: 100%;
  border-radius: 3px;
}
.linkArea .linkList .Txt {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .linkArea .linkList .Txt {
    padding-top: 15px;
  }
}
.linkArea .linkList .Txt .title a {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.88px;
  /*40*/
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .linkArea .linkList .Txt .title a {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}