.newsArea .newsList .Txt .title a:after, .newsArea .newsList .Img, .newsArea .topBox .classLink span:after, .featureArea .lineBox .lineItem .line, .featureArea .dataBox .Img img, .logoArea .title, .logoArea .item .Img img, .logoArea .item, .infoArea .rightBox .dataItem .item .Txt a.text .btnText::after, .infoArea .rightBox .dataItem .item .Img .textEditor, .infoArea .leftBox .dataItem:after, .infoArea .leftBox .dataItem, .linkArea .linkList .Txt a.circle img, .linkArea .linkList .Img .textEditor, .linkArea .linkList .Img img, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.mainArea {
  padding: 0;
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.arrowBox .arrow::before {
  content: "";
  background-image: url(../images/circle_border.png);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.arrowBox .arrow.next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bannerArea {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.bannerArea .small_01 {
  position: absolute;
  right: 5%;
  top: 1%;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1860px) {
  .bannerArea .small_01 {
    width: 150px;
  }
}
@media (max-width: 1640px) {
  .bannerArea .small_01 {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .bannerArea .small_01 {
    display: none;
  }
}
@media (max-width: 960px) {
  .bannerArea .small_01 {
    display: block;
  }
}
@media (max-width: 640px) {
  .bannerArea .small_01 {
    width: 90px;
  }
}
@media (max-width: 550px) {
  .bannerArea .small_01 {
    display: none;
  }
}
.bannerArea .small_01 img {
  max-width: 100%;
  display: block;
}
.bannerArea .small_02 {
  position: absolute;
  right: -2%;
  bottom: 30%;
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1860px) {
  .bannerArea .small_02 {
    width: 160px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .small_02 {
    display: none;
  }
}
@media (max-width: 960px) {
  .bannerArea .small_02 {
    display: block;
    top: 29%;
    bottom: auto;
  }
}
@media (max-width: 640px) {
  .bannerArea .small_02 {
    width: 120px;
  }
}
@media (max-width: 550px) {
  .bannerArea .small_02 {
    display: none;
  }
}
.bannerArea .small_02 img {
  max-width: 100%;
  display: block;
}
.bannerArea .small_03 {
  position: absolute;
  right: 5%;
  bottom: 13%;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1860px) {
  .bannerArea .small_03 {
    width: 200px;
  }
}
@media (max-width: 1640px) {
  .bannerArea .small_03 {
    bottom: 0;
    right: 1%;
  }
}
@media (max-width: 1300px) {
  .bannerArea .small_03 {
    bottom: -5%;
  }
}
@media (max-width: 1280px) {
  .bannerArea .small_03 {
    display: none;
  }
}
@media (max-width: 960px) {
  .bannerArea .small_03 {
    display: block;
    top: 4%;
    right: 15%;
    bottom: auto;
  }
}
@media (max-width: 640px) {
  .bannerArea .small_03 {
    width: 160px;
  }
}
@media (max-width: 550px) {
  .bannerArea .small_03 {
    display: none;
  }
}
.bannerArea .small_03 img {
  max-width: 100%;
  display: block;
}
.bannerArea .bannerBox {
  position: relative;
}
@media (max-width: 1340px) {
  .bannerArea .slick-track {
    padding-bottom: 100px;
  }
}
@media (max-width: 1340px) {
  .bannerArea .slick-track {
    padding-bottom: 0px;
  }
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .bannerArea .bannerItem {
    padding-top: 0px;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 50px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 50%;
  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: 960px) {
  .bannerArea .bannerItem .Txt .textBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bannerArea .bannerItem .Txt .textBox.first {
  padding-right: 12px;
}
@media (max-width: 1640px) {
  .bannerArea .bannerItem .Txt .textBox.first {
    padding-right: 50px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt .textBox.first {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox.first {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .textBox.first {
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .textBox.first .mainTitle {
  font-size: 26px;
  color: #012742;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: right;
  line-height: 1.6;
  padding-right: 85px;
}
@media (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .textBox.first .mainTitle {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox.first .mainTitle {
    text-align: left;
    padding-right: 0;
  }
}
.bannerArea .bannerItem .Txt .textBox.first .mainTitle .separate {
  position: relative;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  margin: 0 5px;
  color: #3286fe;
}
.bannerArea .bannerItem .Txt .textBox.first .mainSubTitle {
  font-size: 73px;
  font-weight: 300;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  margin-top: 20px;
  color: #3286fe;
}
@media (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .textBox.first .mainSubTitle {
    font-size: 55px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox.first .mainSubTitle {
    font-size: 45px;
    text-align: left;
  }
}
.bannerArea .bannerItem .Txt .textBox.second {
  margin-top: 180px;
  padding-left: 180px;
}
@media (max-width: 1640px) {
  .bannerArea .bannerItem .Txt .textBox.second {
    margin-top: 30px;
  }
}
@media (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .textBox.second {
    padding-left: 120px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox.second {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .textBox.second {
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #012742;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  width: 90%;
  color: #404040;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0;
}
.bannerArea .bannerItem .Img {
  max-width: 1055px;
  border-radius: 0px;
  overflow: unset;
}
@media (max-width: 1840px) {
  .bannerArea .bannerItem .Img {
    max-width: 900px;
  }
}
@media (max-width: 1640px) {
  .bannerArea .bannerItem .Img {
    max-width: 700px;
  }
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .Img {
    max-width: 600px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Img {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Img {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: unset;
       object-fit: unset;
    height: unset;
    position: relative;
  }
}
.bannerArea .bannerBottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1340px) {
  .bannerArea .bannerBottom {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerArea .bannerBottom .dotsBox {
  width: 50%;
  padding-left: 170px;
}
@media (max-width: 1340px) {
  .bannerArea .bannerBottom .dotsBox {
    width: 100%;
    padding-left: 0;
  }
}
.bannerArea .bannerBottom .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}
@media (max-width: 1340px) {
  .bannerArea .bannerBottom .slick-dots {
    text-align: center;
  }
}
.bannerArea .bannerBottom .slick-dots li {
  margin: 0 2px;
}
.bannerArea .bannerBottom .slick-dots li button:before {
  font-size: 8px;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .small_01 {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .small_02 {
  -webkit-animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .small_03 {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .circleBox {
  position: absolute;
  width: 612.1px;
  height: 110px;
  top: 34%;
  right: 12.5%;
  -webkit-transform: rotate(335deg);
          transform: rotate(335deg);
  z-index: 1;
}
@media (max-width: 1640px) {
  .bannerArea .circleBox {
    right: 6.5%;
  }
}
@media (max-width: 1500px) {
  .bannerArea .circleBox {
    -webkit-transform: rotate(335deg) scale(0.8);
            transform: rotate(335deg) scale(0.8);
  }
}
@media (max-width: 1280px) {
  .bannerArea .circleBox {
    right: 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .circleBox {
    display: none;
  }
}
@-webkit-keyframes moveAlongPath {
  0% {
    offset-distance: 0%;
  }
  30% {
    offset-distance: 30%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes moveAlongPath {
  0% {
    offset-distance: 0%;
  }
  30% {
    offset-distance: 30%;
  }
  100% {
    offset-distance: 100%;
  }
}
.bannerArea .st0 {
  fill: transparent;
  stroke: #304f64;
}
.bannerArea #circle {
  width: 10px;
  height: 10px;
  background-color: #012742;
  border-radius: 50%;
  position: absolute;
  offset-path: path("M2.2,52.3c0,28,136.2,50.7,304.4,50.8c168.1,0,304.5-22.7,304.5-50.7c0-28-136.3-50.7-304.5-50.7S2.2,24.3,2.2,52.3");
  -webkit-animation: moveAlongPath 20s linear infinite;
          animation: moveAlongPath 20s linear infinite;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.bannerArea #star {
  width: 30px;
  position: absolute;
  offset-path: path("M2.2,52.3c0,28,136.2,50.7,304.4,50.8c168.1,0,304.5-22.7,304.5-50.7c0-28-136.3-50.7-304.5-50.7S2.2,24.3,2.2,52.3");
  -webkit-animation: moveAlongPath 20s linear infinite;
          animation: moveAlongPath 20s linear infinite;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.bannerArea #star img {
  max-width: 100%;
}
@-webkit-keyframes visibilityControl {
  0% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes visibilityControl {
  0% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bannerArea #circle {
  -webkit-animation: moveAlongPath 20s linear infinite, visibilityControl 20s linear infinite;
          animation: moveAlongPath 20s linear infinite, visibilityControl 20s linear infinite;
}
@-webkit-keyframes visibilityControlStar {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes visibilityControlStar {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.bannerArea #star {
  -webkit-animation: moveAlongPath 20s linear infinite, visibilityControlStar 20s linear infinite;
          animation: moveAlongPath 20s linear infinite, visibilityControlStar 20s linear infinite;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/scroll_circle.png);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  right: 18%;
  top: 19%;
}
@media (max-width: 1640px) {
  .bannerArea .scrollDown {
    right: 15%;
    top: 13%;
  }
}
@media (max-width: 1500px) {
  .bannerArea .scrollDown {
    right: 12%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1280px) {
  .bannerArea .scrollDown {
    right: 7%;
  }
}
@media (max-width: 1080px) {
  .bannerArea .scrollDown {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    right: 8%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .text {
  font-size: #1a1a1a;
}

@media (max-width: 1180px) {
  .rightItemBox {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .rightItemBox .dataList {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rightItemBox .iconDataArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .rightItemBox .iconDataArea .dataList {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rightItemBox .iconDataArea .dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rightItemBox .iconDataArea .dataItem span {
  font-size: 45px;
  font-weight: 300;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
  color: #3286fe;
  padding: 0 50px;
}
@media (max-width: 620px) {
  .rightItemBox .iconDataArea .dataItem span {
    font-size: 30px;
    padding: 0 20px;
  }
}
.rightItemBox .iconDataArea .dataItem:last-child span {
  display: none;
}
.rightItemBox .iconDataArea .title {
  text-align: center;
  font-size: 16px;
  color: #012742;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 620px) {
  .rightItemBox .iconDataArea .title {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.rightItemBox .iconDataArea .Img {
  text-align: center;
}
.rightItemBox .iconDataArea .Img img {
  width: 100%;
}
@media (max-width: 620px) {
  .rightItemBox .iconDataArea .Img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}

.linkArea {
  position: relative;
  padding-top: 140px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .linkArea {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  .linkArea {
    padding-top: 20px;
  }
}
@-webkit-keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.linkArea::before {
  content: "";
  width: 200%;
  height: 629px;
  background-image: url(../images/linkArea_bg.png);
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  top: 20%;
  -webkit-animation: scrollBg 20s linear infinite;
          animation: scrollBg 20s linear infinite;
}
.linkArea .dotsBox .slick-dots {
  position: relative;
  bottom: 0;
}
.linkArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 620px) {
  .linkArea .topBox {
    margin-bottom: 40px;
  }
}
.linkArea .titleBox {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .linkArea .titleBox {
    width: 100%;
    text-align: center;
  }
}
.linkArea .titleBox h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .linkArea .titleBox h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.linkArea .titleBox .subtitle {
  padding-top: 0;
  line-height: 1.7;
  margin-left: 10px;
}
.linkArea .titleBox .decoTitle {
  left: -100px;
  top: -100px;
  z-index: -1;
}
@media (max-width: 1180px) {
  .linkArea .titleBox .decoTitle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px;
  }
}
.linkArea .linkBox {
  position: relative;
}
.linkArea .linkBox .arrowBox {
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .linkArea .linkBox .arrowBox {
    display: none;
  }
}
.linkArea .linkBox .prev {
  left: -100px;
}
.linkArea .linkBox .next {
  right: -100px;
}
.linkArea .linkList {
  margin-left: -13.5px;
  margin-right: -13.5px;
}
@media (max-width: 1180px) {
  .linkArea .linkList {
    margin-bottom: 0px !important;
  }
}
.linkArea .linkList .slick-slide:nth-child(even) .linkItem {
  margin-top: 60px;
}
@media (max-width: 650px) {
  .linkArea .linkList .slick-slide:nth-child(even) .linkItem {
    margin-top: 0;
  }
}
.linkArea .linkList .linkItem {
  padding: 0 13.5px;
}
.linkArea .linkList .item {
  position: relative;
}
.linkArea .linkList .subtitle {
  font-size: 15px;
  color: #076faa;
  letter-spacing: 0.8px;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
}
.linkArea .linkList .Img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.linkArea .linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkList .Img .textEditor {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 39, 66, 0.768627451);
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0;
}
.linkArea .linkList .Img .textEditor a {
  color: #fff;
}
.linkArea .linkList .Img .textEditor a:hover {
  color: #3286fe;
}
.linkArea .linkList .Img:hover .textEditor {
  opacity: 1;
}
.linkArea .linkList .Txt {
  position: relative;
  width: 90%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0px;
  top: -33px;
  z-index: 6;
}
.linkArea .linkList .Txt .title {
  font-size: 18px;
  color: #012742;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 680px) {
  .linkArea .linkList .Txt .title {
    font-size: 16px;
  }
}
.linkArea .linkList .Txt .title a {
  color: #012742;
}
.linkArea .linkList .Txt .title a:hover {
  color: #3286fe;
}
.linkArea .linkList .Txt .text {
  font-size: 14px;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-top: 20px;
  height: 45px;
}
.linkArea .linkList .Txt a.circle {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ecebeb;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}
.linkArea .linkList .Txt a.circle img {
  max-width: 100%;
  width: unset;
  display: block;
  -webkit-filter: unset;
          filter: unset;
}
.linkArea .linkList .Txt a.circle:hover {
  background-color: #3286fe;
}
.linkArea .linkList .Txt a.circle:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.linkArea .btnBox {
  text-align: center;
}

.infoArea {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 1280px) {
  .infoArea {
    padding-top: 70px;
  }
}
.infoArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infoArea .leftBox {
  width: 22%;
  position: relative;
}
@media (max-width: 1280px) {
  .infoArea .leftBox {
    width: 100%;
  }
}
.infoArea .leftBox .titleBox {
  width: 100%;
  text-align: left;
}
@media (max-width: 1280px) {
  .infoArea .leftBox .titleBox {
    text-align: center;
  }
}
.infoArea .leftBox .titleBox .decoTitle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: -150px;
  left: -100px;
}
@media (max-width: 1180px) {
  .infoArea .leftBox .titleBox .decoTitle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.infoArea .leftBox .titleBox .text {
  margin-bottom: 15px;
  padding-top: 0;
}
.infoArea .leftBox .dataBox {
  position: sticky;
  top: 220px;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.infoArea .leftBox .dataItem {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #404040;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .infoArea .leftBox .dataItem {
    display: none;
  }
}
.infoArea .leftBox .dataItem:after {
  content: "";
  width: 1px;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #3286fe;
  opacity: 0;
}
.infoArea .leftBox .dataItem:hover, .infoArea .leftBox .dataItem.active {
  color: #3286fe;
  font-weight: 600;
}
.infoArea .leftBox .dataItem.active:after {
  width: 20px;
  opacity: 1;
}
.infoArea .leftBox .btnBox {
  margin-top: 50px;
  text-align: left;
}
.infoArea .rightBox {
  width: 78%;
}
@media (max-width: 1280px) {
  .infoArea .rightBox {
    width: 100%;
  }
}
.infoArea .rightBox .dataBox {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .infoArea .rightBox .dataBox {
    padding: 30px;
  }
}
.infoArea .rightBox .dataItem {
  min-height: 650px;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1440px) {
  .infoArea .rightBox .dataItem {
    min-height: 500px;
  }
}
.infoArea .rightBox .dataItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.infoArea .rightBox .dataItem .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infoArea .rightBox .dataItem .topBox .rightTitle {
  font-size: 23px;
  color: #012742;
  font-weight: 500;
  margin-right: 15px;
  letter-spacing: 2px;
}
@media (max-width: 700px) {
  .infoArea .rightBox .dataItem .topBox .rightTitle {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .infoArea .rightBox .dataItem .topBox .rightTitle {
    font-size: 18px;
  }
}
.infoArea .rightBox .dataItem .topBox .subtitle {
  font-size: 13px;
  color: #404040;
  letter-spacing: 0.5px;
}
@media (max-width: 700px) {
  .infoArea .rightBox .dataItem .topBox .subtitle {
    width: 100%;
    margin-top: 7px;
  }
}
.infoArea .rightBox .dataItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infoArea .rightBox .dataItem .item .Img {
  position: relative;
  width: 545px;
  height: 370px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .infoArea .rightBox .dataItem .item .Img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 960px) {
  .infoArea .rightBox .dataItem .item .Img {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 660px) {
  .infoArea .rightBox .dataItem .item .Img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 600px) {
  .infoArea .rightBox .dataItem .item .Img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.infoArea .rightBox .dataItem .item .Img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.infoArea .rightBox .dataItem .item .Img .textEditor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1, 39, 66, 0.8196078431);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .infoArea .rightBox .dataItem .item .Img .textEditor {
    display: none;
  }
}
.infoArea .rightBox .dataItem .item .Img .textEditor a {
  color: #fff;
}
.infoArea .rightBox .dataItem .item .Img .textEditor a:hover {
  color: #3286fe;
}
.infoArea .rightBox .dataItem .item .Img:hover .textEditor {
  opacity: 1;
}
.infoArea .rightBox .dataItem .item .Img .small_pic {
  position: absolute;
  width: 200px;
  z-index: 15;
  bottom: -80px;
  right: 30px;
}
@media (max-width: 1440px) {
  .infoArea .rightBox .dataItem .item .Img .small_pic {
    width: 140px;
    bottom: -40px;
  }
}
@media (max-width: 660px) {
  .infoArea .rightBox .dataItem .item .Img .small_pic {
    width: 100px;
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .infoArea .rightBox .dataItem .item .Img .small_pic {
    width: 150px;
    bottom: -20px;
  }
}
.infoArea .rightBox .dataItem .item .Img .small_pic img {
  max-width: 100%;
  display: block;
}
.infoArea .rightBox .dataItem .item .Txt {
  width: calc(100% - 545px);
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .infoArea .rightBox .dataItem .item .Txt {
    width: calc(100% - 400px);
  }
}
@media (max-width: 960px) {
  .infoArea .rightBox .dataItem .item .Txt {
    width: calc(100% - 300px);
  }
}
@media (max-width: 660px) {
  .infoArea .rightBox .dataItem .item .Txt {
    width: calc(100% - 200px);
  }
}
@media (max-width: 600px) {
  .infoArea .rightBox .dataItem .item .Txt {
    width: 100%;
    padding-left: 0;
  }
}
.infoArea .rightBox .dataItem .item .Txt .num {
  font-size: 14px;
  color: #076faa;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.infoArea .rightBox .dataItem .item .Txt .num:after {
  content: "";
  width: 76px;
  height: 1px;
  display: block;
  background-color: #076faa;
  margin-left: 10px;
}
.infoArea .rightBox .dataItem .item .Txt .num i {
  margin-left: 5px;
}
.infoArea .rightBox .dataItem .item .Txt .textTitle {
  font-size: 26px;
  color: #3286fe;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .infoArea .rightBox .dataItem .item .Txt .textTitle {
    font-size: 22px;
  }
}
.infoArea .rightBox .dataItem .item .Txt .text {
  font-size: 14px;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.infoArea .rightBox .dataItem .item .Txt a.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.infoArea .rightBox .dataItem .item .Txt a.text .btnText {
  position: relative;
  margin-right: 15px;
  color: #076faa;
}
.infoArea .rightBox .dataItem .item .Txt a.text .btnText::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #076faa;
  display: block;
  opacity: 0;
}
.infoArea .rightBox .dataItem .item .Txt a.text .arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #076faa;
}
.infoArea .rightBox .dataItem .item .Txt a.text .arrow img {
  max-width: 100%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.infoArea .rightBox .dataItem .item .Txt a.text:hover .btnText::after {
  width: 100%;
  opacity: 1;
}
.infoArea .rightBox .dataItem .item .projectItem {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.infoArea .rightBox .dataItem .item .projectItem li {
  margin: 15px 0;
  border-left: 1px solid #3286fe;
  padding-left: 10px;
}
.infoArea .rightBox .dataItem .item .projectItem .s_title {
  font-size: 15px;
  color: #012742;
  font-weight: 600;
}
.infoArea .rightBox .dataItem .item .projectItem .s_text {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #404040;
}
.infoArea .rightBox .btnBox {
  text-align: center;
}
.infoArea .dotsBox .slick-dots {
  position: relative;
  bottom: 0;
}

.aboutArea {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
.aboutArea .lineBg {
  position: absolute;
  left: -100px;
  top: 250px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 960px) {
  .aboutArea .lineBg {
    left: -300px;
  }
}
@media (max-width: 660px) {
  .aboutArea .lineBg {
    display: none;
  }
}
.aboutArea .lineBg img {
  display: block;
  max-width: 100%;
}
.aboutArea .circleBg {
  width: 715px;
  height: 715px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  left: -100px;
  -webkit-animation-name: circle_rotate;
          animation-name: circle_rotate;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 960px) {
  .aboutArea .circleBg {
    left: -300px;
  }
}
@media (max-width: 660px) {
  .aboutArea .circleBg {
    left: -400px;
  }
}
@media (max-width: 500px) {
  .aboutArea .circleBg {
    left: -500px;
  }
}
.aboutArea .circleBg img {
  position: absolute;
  display: block;
  max-width: 100%;
}
.aboutArea .titleBox {
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  .aboutArea .titleBox {
    margin-bottom: 40px;
  }
}
.aboutArea .titleBox .title {
  letter-spacing: 5px;
}
@media (max-width: 960px) {
  .aboutArea .titleBox .title {
    letter-spacing: 3px;
  }
}
.aboutArea .titleBox .decoTitle {
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .decoTitle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .Img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 670px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img {
    margin: 0 auto 30px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 70px;
  margin-top: -20px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 670px;
    padding-left: 0;
    text-align: center;
  }
}
.aboutArea .Txt .title {
  font-size: 26px;
  color: #3286fe;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 660px) {
  .aboutArea .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .aboutArea .Txt .title {
    font-size: 18px;
  }
}
.aboutArea .Txt .title span {
  font-size: 58px;
  margin: 0 10px;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
}
@media (max-width: 660px) {
  .aboutArea .Txt .title span {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .aboutArea .Txt .title span {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.aboutArea .Txt .title::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #012742;
  margin: 25px 0;
  display: block;
}
@media (max-width: 960px) {
  .aboutArea .Txt .title::after {
    margin: 25px auto;
  }
}
.aboutArea .Txt .textEditor {
  font-size: 14px;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
@media (max-width: 960px) {
  .aboutArea .Txt .textEditor P {
    text-align: left;
  }
}
.aboutArea .Txt .textEditor .project {
  border-left: 1px solid #3286fe;
  list-style: none;
  padding-left: 10px;
  margin-top: 30px;
}
.aboutArea .Txt .textEditor .project li {
  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-bottom: 20px;
}
.aboutArea .Txt .textEditor .project li:last-child {
  margin-bottom: 0;
}
.aboutArea .Txt .textEditor .project li .s_title {
  font-weight: 600;
  font-size: 16px;
  color: #012742;
  margin-right: 10px;
}
.aboutArea .Txt .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 960px) {
  .aboutArea .Txt .btnArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 660px) {
  .aboutArea .Txt .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .Txt .btnArea .btnBox {
  position: relative;
  margin-right: 10px;
  margin-top: 0px;
}
@media (max-width: 660px) {
  .aboutArea .Txt .btnArea .btnBox {
    margin-bottom: 10px;
  }
}
.aboutArea .Txt .btnArea .btnBox .circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 10px;
  background-color: #3286fe;
}
.aboutArea .Txt .btnArea .btnBox .circle img {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: unset;
          transform: unset;
}

.logoArea {
  position: relative;
  margin-top: -60px;
}
@media (max-width: 1530px) {
  .logoArea {
    margin-top: -30px;
  }
}
@media (max-width: 1420px) {
  .logoArea {
    margin-top: 0px;
  }
}
.logoArea .wrap {
  max-width: 100%;
}
.logoArea .slick-list {
  padding: 20px 0;
}
.logoArea .dataItem {
  padding: 0 20px;
}
@media (max-width: 1360px) {
  .logoArea .dataItem {
    padding: 0 10px;
  }
}
.logoArea .dataItem:hover .item {
  margin-top: -20px;
}
.logoArea .dataItem:hover .item img {
  opacity: 1 !important;
  -webkit-filter: unset;
          filter: unset;
}
.logoArea .dataItem:hover .title {
  opacity: 1;
}
.logoArea .item {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 1360px) {
  .logoArea .item {
    padding: 10px;
  }
}
.logoArea .item .Img {
  width: 100%;
  margin: 0 auto;
}
.logoArea .item .Img img {
  width: 100%;
  margin: 0 auto;
  -webkit-filter: contrast(0);
          filter: contrast(0);
  opacity: 0.3 !important;
}
.logoArea .title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #012742;
  margin-top: 10px;
  opacity: 0;
}
.logoArea .title a {
  color: #012742;
}

.featureArea {
  min-height: 430px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1280px) {
  .featureArea {
    min-height: unset;
  }
}
.featureArea .dotsBox {
  margin-top: 20px;
}
.featureArea .dotsBox .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 1280px) {
  .featureArea .arrowBox {
    display: none;
  }
}
.featureArea .arrowBox .arrow {
  margin-right: 10px;
}
.featureArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featureArea .leftBox {
  width: 200px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .featureArea .leftBox {
    width: 100%;
    margin-top: 0;
  }
}
.featureArea .leftBox .titleBox {
  text-align: left;
}
@media (max-width: 1280px) {
  .featureArea .leftBox .titleBox {
    text-align: center;
  }
}
.featureArea .leftBox .titleBox .title {
  font-size: 23px;
}
.featureArea .leftBox .titleBox .text {
  padding-top: 5px;
  font-size: 13px;
  letter-spacing: 1px;
}
.featureArea .dataBox {
  width: calc(100% - 380px);
  position: absolute;
  right: -50px;
}
@media (max-width: 1280px) {
  .featureArea .dataBox {
    position: relative;
    width: 100%;
    right: 0;
  }
}
.featureArea .dataBox .slick-slide:nth-child(odd) .dataItem {
  margin-top: 40px;
}
@media (max-width: 660px) {
  .featureArea .dataBox .slick-slide:nth-child(odd) .dataItem {
    margin-top: 0;
  }
}
@media (max-width: 660px) {
  .featureArea .dataBox .dataList {
    margin-bottom: 0;
  }
}
.featureArea .dataBox .dataItem {
  padding: 0 15px;
}
.featureArea .dataBox .dataItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featureArea .dataBox .Img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.featureArea .dataBox .Img img {
  width: 100%;
}
.featureArea .dataBox .Img .Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #2b87ff 0%, rgba(229, 229, 229, 0) 61%, rgba(229, 229, 229, 0) 100%);
  padding: 30px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.featureArea .dataBox .Img .Txt .title,
.featureArea .dataBox .Img .Txt .text {
  color: #fff;
}
.featureArea .dataBox .Img .Txt .title a,
.featureArea .dataBox .Img .Txt .text a {
  color: #fff;
}
.featureArea .dataBox .Img .Txt .text {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.featureArea .lineBox {
  width: 100%;
  margin-top: 200px;
}
@media (max-width: 1280px) {
  .featureArea .lineBox {
    margin-top: 30px;
  }
}
@media (max-width: 660px) {
  .featureArea .lineBox {
    display: none;
  }
}
.featureArea .lineBox .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 200px;
}
@media (max-width: 1640px) {
  .featureArea .lineBox .wrap {
    padding-left: 20px;
  }
}
.featureArea .lineBox .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87px;
  font-size: 18px;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
}
.featureArea .lineBox .num span {
  margin: 0 10px;
}
.featureArea .lineBox .num .current {
  font-size: 25px;
  color: #076faa;
}
.featureArea .lineBox .num .total {
  color: #888888;
}
.featureArea .lineBox .lineItem {
  position: relative;
  width: calc(100% - 130px);
  padding-left: 30px;
  height: 1px;
  background-color: #d1d1d1;
}
.featureArea .lineBox .lineItem .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 3px;
  background-color: #076faa;
}

.newsArea {
  position: relative;
  padding-top: 225px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .newsArea {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.newsArea:before {
  content: "";
  width: 885px;
  height: 600px;
  display: block;
  background-color: #e9f1f5;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}
@media (max-width: 960px) {
  .newsArea:before {
    width: 100%;
  }
}
.newsArea .circleBg {
  width: 715px;
  height: 715px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  right: -100px;
  bottom: 0%;
  -webkit-animation-name: circle_rotate;
          animation-name: circle_rotate;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 660px) {
  .newsArea .circleBg {
    display: none;
  }
}
.newsArea .circleBg img {
  position: absolute;
  display: block;
  max-width: 100%;
}
.newsArea .unClick {
  pointer-events: none;
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .titleBox {
    margin-bottom: 0px;
  }
}
@media (max-width: 660px) {
  .newsArea .topBox .titleBox {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .topBox .titleBox h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 660px) {
  .newsArea .topBox .titleBox h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .topBox .titleBox h2 .subtitle {
  padding-top: 0;
  margin-top: -3px;
  margin-left: 20px;
  line-height: 1.7;
}
.newsArea .topBox .titleBox .decoTitle {
  top: -110px;
  left: -120px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .titleBox .decoTitle {
    top: -50px;
    left: 0;
  }
}
@media (max-width: 660px) {
  .newsArea .topBox .titleBox .decoTitle {
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1180px) {
  .newsArea .topBox .classBox {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 660px) {
  .newsArea .topBox .classBox {
    margin: 0 auto;
  }
}
.newsArea .topBox .classLink li {
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .classLink li {
    margin-right: 0;
    margin-top: 0;
  }
}
.newsArea .topBox .classLink span {
  position: relative;
  background-color: transparent;
  font-size: 17px;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox .classLink span {
    padding-left: 20px;
  }
}
.newsArea .topBox .classLink span:after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #3286fe;
  opacity: 0;
}
.newsArea .topBox .classLink span:hover {
  color: #3286fe;
}
.newsArea .topBox .classLink span.current {
  background-color: transparent;
  color: #3286fe;
}
.newsArea .topBox .classLink span.current::after {
  opacity: 1;
  width: 100%;
}
.newsArea .newsBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newsArea .newsBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.newsArea .newsBox .content {
  width: 100%;
  max-width: 1255px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 50px;
}
@media (max-width: 660px) {
  .newsArea .newsBox .content {
    padding: 0 20px;
  }
}
.newsArea .newsBox .btnBox {
  margin: 0 auto;
  margin-top: 20px;
}
.newsArea .newsList {
  position: relative;
  padding: 50px 0;
}
.newsArea .newsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsList:not(.slick-slider) .newsItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList {
    margin: 0 0px;
  }
}
.newsArea .newsList .newsItem {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 840px) {
  .newsArea .newsList .newsItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.newsArea .newsList .newsItem:hover .Img {
  opacity: 1;
}
.newsArea .newsList .newsItem:hover .title a:after {
  width: 100%;
  opacity: 1;
}
.newsArea .newsList .item {
  position: relative;
}
.newsArea .newsList .Img {
  position: absolute;
  width: 320px;
  right: 20px;
  top: 0px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsList .Img {
    display: none;
  }
}
.newsArea .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsList .Txt {
  position: relative;
  text-align: center;
}
@media (max-width: 1180px) {
  .newsArea .newsList .Txt {
    padding: 10px 0 0px;
  }
}
.newsArea .newsList .Txt .topItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsList .Txt .topItem .classTitle {
  background-color: #3286fe;
  color: #fff;
  padding: 4px 28px;
  border-radius: 40px;
}
.newsArea .newsList .Txt .topItem .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.newsArea .newsList .Txt .topItem .dateBox .date {
  font-size: 14px;
  color: #878787;
  font-family: "raleway", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsList .Txt .title {
  font-size: 18px;
  color: #012742;
  text-align: left;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 660px) {
  .newsArea .newsList .Txt .title {
    font-size: 16px;
  }
}
.newsArea .newsList .Txt .title a {
  position: relative;
  color: #012742;
  display: inline-block;
}
.newsArea .newsList .Txt .title a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #3286fe;
  display: block;
  bottom: -5px;
  opacity: 0;
}
.newsArea .newsList .Txt .title a:hover {
  color: #3286fe;
}
.newsArea .newsList .Txt .text {
  font-size: 14px;
}
.newsArea .newsList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt .text {
    font-size: 14px;
  }
  .newsArea .newsList .Txt .text.ellipsis {
    height: 70px;
  }
}
.newsArea .dotBox {
  width: 100%;
  margin-top: 20px;
}
.newsArea .dotBox .slick-dots {
  position: relative;
  bottom: 0;
}