.newsArea .plusArrow, .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;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #0033a0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #0033a0;
  }
  .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;
}
@media (max-width: 1023px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  z-index: 3;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerVideo {
  position: absolute;
  bottom: 77px;
  right: 9.95%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea .bannerVideo.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .bannerVideo.play .videoBtn {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .bannerArea .bannerVideo.play .videoBtn {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerVideo {
    bottom: 20px;
    right: 6.95%;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerVideo {
    bottom: 4%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.bannerArea .bannerVideo .videoBtn {
  width: 149px;
  height: 149px;
  display: block;
  padding: 23px;
}
@media (max-width: 450px) {
  .bannerArea .bannerVideo .videoBtn {
    width: 134px;
    height: 134px;
    padding: 15px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerVideo .videoBtn {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
}
.bannerArea .bannerVideo .videoBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/play.png) no-repeat center center/100%;
  -webkit-animation: videoTxtAni 20s linear infinite;
          animation: videoTxtAni 20s linear infinite;
}
@-webkit-keyframes videoTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes videoTxtAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bannerArea .bannerVideo .videoBtn .iconBox {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px;
}
.bannerArea .bannerVideo .videoBtn .iconBox .icon {
  background-color: #0033a0;
  width: 100%;
  height: 100%;
  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;
  border-radius: 50%;
  position: relative;
  font-size: 24px;
  color: #fff;
}
.bannerArea .bannerVideo .videoBtn .iconBox .icon::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
}
.bannerArea .bannerVideo .videoBtn .hoverCircle {
  top: 34.3%;
  z-index: 2;
  position: absolute;
  left: 66.1%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.bannerArea .bannerVideo .videoBtn .hoverCircle circle {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerArea .bannerVideo .videoBtn .hoverCircle .path {
  width: 102px;
  display: block;
  height: 102px;
  fill: none;
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke: #fff;
  stroke-width: 2px;
}
@media (min-width: 1201px) {
  .bannerArea .bannerVideo .videoBtn:hover {
    opacity: 1;
  }
  .bannerArea .bannerVideo .videoBtn:hover .path {
    -webkit-animation: stroke 1s ease-out forwards;
            animation: stroke 1s ease-out forwards;
  }
}
@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bannerArea .bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea .bannerVideoBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: 192px 27px 85px 0;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 120px 0;
    display: block;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px 0 120px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  max-height: 400px;
  min-height: 240px;
  overflow: auto;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-thumb {
  background: #0033a0;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: calc(100% - 80px);
    min-height: unset;
    height: 180px;
    max-height: unset;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 160px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 135px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-size: 70px;
  font-weight: bold;
  padding-left: 29px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 45px;
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  line-height: 1.2;
  margin-bottom: 17px;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.8;
  width: 100%;
  max-width: 563px;
  margin: 24px auto 0;
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 0.42px;
  opacity: 0;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 24px;
  padding: 0 0 0 29px;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 10px;
    padding: 0;
  }
}
.bannerArea .bannerItem.hide > .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.bannerArea .bannerItem.hide > .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.bannerArea .bannerItem.hide > .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.bannerArea .bannerItem.hide > .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.bannerArea .bannerItem.hide > .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.1s 1s;
  transition: all 0.1s 1s;
}
.bannerArea .bannerItem.hide .bannerVideo {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem.hide .bannerVideo {
    -webkit-transform: translate(50%, 10px);
            transform: translate(50%, 10px);
  }
}
.bannerArea .bannerItem.show > .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.bannerArea .bannerItem.show > .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.bannerArea .bannerItem.show > .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.bannerArea .bannerItem.show > .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.bannerArea .bannerItem.show > .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}
.bannerArea .bannerItem.show .bannerVideo {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem.show .bannerVideo {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 45.5%;
  left: 40px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bannerArea .socialBox {
    display: none;
  }
}
.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: 2px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  width: 30px;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    opacity: 0.5;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 45px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .bannerArea .scrollDown {
    left: 20px;
  }
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover {
    opacity: 0.5;
  }
}
.bannerArea .scrollDown .icon {
  width: 13px;
  height: 20px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 0 0;
  margin: 0 0 0 1px;
}
.bannerArea .scrollDown .icon::before {
  content: "";
  display: block;
  width: 2px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 600;
  margin: 11px 0 9px 0;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 7px;
}
.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: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 54.3%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.acheivementArea {
  padding: 140px 0 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .acheivementArea {
    padding: 60px 0;
  }
}
.acheivementArea::before {
  content: "";
  display: block;
  background: url(../images/acheiBg.png) no-repeat top center/100%;
  width: 48.54vw;
  height: 36.25vw;
  position: absolute;
  top: -72px;
  left: -6px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .acheivementArea::before {
    top: 0;
    width: 61.54vw;
    height: 55.25vw;
  }
}
.acheivementArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
}
@media (max-width: 1023px) {
  .acheivementArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.acheivementArea .left {
  width: 400px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .acheivementArea .left {
    width: 100%;
  }
  .acheivementArea .left .titleBox {
    text-align: center;
  }
  .acheivementArea .left .titleBox .text {
    margin: 0 auto;
  }
}
.acheivementArea .left .btnBox {
  margin: 0 0 59px -2px;
}
@media (max-width: 1180px) {
  .acheivementArea .left .btnBox {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1023px) {
  .acheivementArea .left .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.acheivementArea .left .btnBox svg {
  width: 23px;
  height: 14px;
}
.acheivementArea .acheivementBox {
  width: 60%;
  max-width: 823px;
  position: relative;
  margin: -5px -10px 0 0;
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementBox {
    max-width: unset;
    width: 100%;
    margin: 20px 0;
  }
}
.acheivementArea .acheivementBox::before {
  content: "";
  width: 550px;
  height: 473px;
  background-color: #0033a0;
  position: absolute;
  top: -9.5%;
  right: -6.7%;
  z-index: -1;
  display: block;
  border-radius: 10px;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .acheivementArea .acheivementBox::before {
    width: 450px;
    height: 373px;
  }
}
@media (max-width: 1180px) {
  .acheivementArea .acheivementBox::before {
    width: 350px;
    height: 273px;
    right: -3.7%;
    top: -4.5%;
  }
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementBox::before {
    display: none;
  }
}
.acheivementArea .acheivementBox .Img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.acheivementArea .acheivementBox .Img img {
  height: auto;
  display: block;
  width: 100%;
}
.acheivementArea .acheivementList {
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementList {
    display: none;
  }
}
.acheivementArea .acheivementList .acheivementItem {
  padding: 10px;
}
.acheivementArea .acheivementTxtList {
  width: 679px;
  margin: -10px 0 0 -10px;
}
@media (max-width: 1360px) {
  .acheivementArea .acheivementTxtList {
    width: 590px;
    margin: 0;
  }
}
@media (max-width: 1180px) {
  .acheivementArea .acheivementTxtList {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementTxtList {
    width: 100%;
  }
}
.acheivementArea .acheivementTxtList .acheivementTxtItem {
  padding: 10px;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.hide .decoTxt {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.hide .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.hide .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.hide .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.show .decoTxt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.show .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.acheivementArea .acheivementTxtList .acheivementTxtItem.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.acheivementArea .acheivementTxtList .item {
  border-radius: 10px;
  height: 273px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/textbg.png) right bottom/cover no-repeat;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementTxtList .item {
    height: auto;
    display: block;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .acheivementArea .acheivementTxtList .item .Img {
    width: calc(100% - 60px);
    margin: 0 0 0 40px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .acheivementArea .acheivementTxtList .item .Img {
    width: calc(100% - 30px);
    margin: 0 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.acheivementArea .acheivementTxtList .item::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #0033a0;
  display: block;
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementTxtList .item::before {
    display: block;
  }
}
.acheivementArea .acheivementTxtList .item .Txt {
  padding: 39px 37px;
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementTxtList .item .Txt {
    background: url(../images/textbg.png) right bottom/cover no-repeat;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .acheivementArea .acheivementTxtList .item .Txt {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .acheivementArea .acheivementTxtList .item .Txt {
    margin-top: -20px;
  }
}
@media (max-width: 350px) {
  .acheivementArea .acheivementTxtList .item .Txt {
    margin-top: -10px;
  }
}
.acheivementArea .acheivementTxtList .decoTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08px;
  color: #0033a0;
  margin-bottom: 12px;
}
.acheivementArea .acheivementTxtList .decoTxt::before {
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  background-color: #0033a0;
  margin-right: 8px;
  margin-top: 4px;
}
.acheivementArea .acheivementTxtList .decoTxt .num {
  display: inline-block;
  margin-left: 4px;
}
.acheivementArea .acheivementTxtList .title {
  font-size: 22px;
  letter-spacing: 0.44px;
  font-weight: bold;
  margin: 0 0 14px -5px;
  height: 32px;
}
.acheivementArea .acheivementTxtList .text {
  font-size: 14px;
  letter-spacing: 0.28px;
  opacity: 0.8;
  margin: 0 0 0 -3px;
  line-height: 1.5;
  width: 100%;
  max-width: 400px;
  height: 64px;
}
.acheivementArea .acheivementTxtList .btnBox {
  margin: 24px 0 0 -4px;
}
@media (max-width: 1023px) {
  .acheivementArea .acheivementTxtList .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.acheivementArea .acheivementTxtList .btnBox .btn {
  width: 160px;
}
.acheivementArea .acheivementTxtList .btnBox .btn .arrow svg {
  width: 18px;
  height: 14px;
}
.acheivementArea .buttons {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 10px 0 0px;
}
@media (max-width: 1023px) {
  .acheivementArea .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.acheivementArea .buttons .numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
}
.acheivementArea .buttons .numberBox .now {
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
  color: #0033a0;
}
.acheivementArea .buttons .numberBox .total {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06px;
  opacity: 0.5;
  margin-left: 8px;
}
.acheivementArea .buttons .lineBox {
  margin: 3px 18px 0 0;
  width: 182px;
  height: 1px;
  background-color: rgba(0, 51, 160, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 480px) {
  .acheivementArea .buttons .lineBox {
    width: calc(100% - 180px);
  }
}
.acheivementArea .buttons .lineBox .line {
  height: 2px;
  width: 32px;
  background-color: #0033a0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.acheivementArea:not(.show) .titleBox .decoTitle, .acheivementArea:not(.show) .titleBox .title, .acheivementArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.acheivementArea:not(.show) .left .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.acheivementArea:not(.show) .acheivementList {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.acheivementArea:not(.show) .acheivementBox::before {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.acheivementArea:not(.show) .acheivementTxtList {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.acheivementArea:not(.show) .buttons {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.acheivementArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.acheivementArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.acheivementArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.acheivementArea.show .left .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.acheivementArea.show .acheivementBox::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.acheivementArea.show .acheivementList {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.acheivementArea.show .acheivementTxtList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.7s;
  transition: all 0.8s 0.7s;
}
.acheivementArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.9s;
  transition: all 0.8s 0.9s;
}

.centerArea {
  background-color: #fff;
  padding: 132px 0 101px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .centerArea {
    padding: 60px 0 80px;
  }
}
.centerArea .wrap {
  position: relative;
}
@media (max-width: 1600px) {
  .centerArea .wrap {
    padding: 0 60px;
  }
}
.centerArea .wrap::before {
  content: "";
  display: block;
  width: calc(100% + 180px);
  height: calc(100% + 160px);
  background: url(../images/centerBg.png) no-repeat top left/100%;
  position: absolute;
  top: -50px;
  left: -123px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .centerArea .wrap::before {
    display: none;
  }
}
.centerArea .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.centerArea .centerBox .slickBtn.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
}
@media (max-width: 1600px) {
  .centerArea .centerBox .slickBtn.arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .centerArea .centerBox .slickBtn.arrow {
    display: none;
  }
}
.centerArea .centerBox .slickBtn.arrow svg {
  width: 26px;
  height: 12px;
}
.centerArea .centerBox .slickBtn.arrowPrev {
  left: -90px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1600px) {
  .centerArea .centerBox .slickBtn.arrowPrev {
    left: -40px;
  }
}
.centerArea .centerBox .slickBtn.arrowNext {
  right: -90px;
}
@media (max-width: 1600px) {
  .centerArea .centerBox .slickBtn.arrowNext {
    right: -40px;
  }
}
.centerArea .left {
  width: 33.33%;
  padding: 10px;
  max-height: 335px;
  margin-bottom: 19px;
}
.centerArea .left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.centerArea .left::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.centerArea .left::-webkit-scrollbar-thumb {
  background: #0033a0;
}
@media (max-width: 1023px) {
  .centerArea .left {
    width: 100%;
    max-height: unset;
    margin-bottom: 0;
  }
}
.centerArea .left .titleBox {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 57px 47px 29px 42px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1480px) {
  .centerArea .left .titleBox {
    height: 22.032vw;
    padding: 27px 27px 9px 22px;
  }
}
@media (max-width: 1180px) {
  .centerArea .left .titleBox {
    height: 20vw;
  }
  .centerArea .left .titleBox .title {
    margin-bottom: 10px;
  }
  .centerArea .left .titleBox .btnBox {
    margin-top: 10px;
  }
  .centerArea .left .titleBox .btnBox .btn {
    padding: 10px 17px;
    width: 160px;
    height: 45px;
    font-size: 14px;
  }
  .centerArea .left .titleBox .btnBox .btn .arrow {
    right: 17px;
  }
}
@media (max-width: 1023px) {
  .centerArea .left .titleBox {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    padding: 0 0 20px;
    height: auto;
  }
  .centerArea .left .titleBox .text {
    margin: 0 auto;
  }
}
.centerArea .left .titleBox .decoTitle {
  padding: 0;
}
.centerArea .left .text {
  margin: 0 0 0 -2px;
  height: 69px;
}
@media (max-width: 1480px) {
  .centerArea .left .text {
    height: 49px;
  }
}
.centerArea .centerList:not(.slickClsList) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.centerArea .centerList:not(.slickClsList)#first .centerItem {
  width: 50%;
  display: none;
}
@media (max-width: 767px) {
  .centerArea .centerList:not(.slickClsList)#first .centerItem {
    width: 100%;
  }
}
.centerArea .centerList:not(.slickClsList)#first .centerItem:nth-of-type(1), .centerArea .centerList:not(.slickClsList)#first .centerItem:nth-of-type(2) {
  display: block;
}
.centerArea .centerList:not(.slickClsList)#second .centerItem {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .centerArea .centerList:not(.slickClsList)#second .centerItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .centerArea .centerList:not(.slickClsList)#second .centerItem {
    width: 100%;
  }
}
.centerArea .centerList:not(.slickClsList)#second .centerItem:nth-last-of-type(2), .centerArea .centerList:not(.slickClsList)#second .centerItem:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 1023px) {
  .centerArea .centerList {
    padding-bottom: 20px;
  }
}
.centerArea .centerList .centerItem {
  padding: 10px;
}
.centerArea .centerList .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .centerArea .centerList .item:hover .hover {
    opacity: 1;
    pointer-events: auto;
  }
  .centerArea .centerList .item:hover .Txt {
    opacity: 0;
  }
}
.centerArea .centerList .textBox {
  color: #fff;
}
.centerArea .centerList .textBox a {
  color: inherit;
}
.centerArea .centerList .title {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.centerArea .centerList .text {
  opacity: 0.8;
}
.centerArea .centerList .btnBox {
  margin-top: 0;
}
.centerArea .centerList img {
  width: 100%;
  display: block;
}
.centerArea .centerList .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  padding: 28px 81px 28px 38px;
  background: url(../images/centerMask.png) no-repeat left bottom/100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1200px) {
  .centerArea .centerList .Txt {
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .centerArea .centerList .Txt {
    padding: 20px;
  }
}
.centerArea .centerList .Txt .title {
  font-size: 21px;
  letter-spacing: 0.42px;
}
.centerArea .centerList .Txt .text {
  font-size: 13px;
  letter-spacing: 0.26px;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.centerArea .centerList .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 51, 160, 0.78);
  padding: 7px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.centerArea .centerList .hover .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.centerArea .centerList .hover .title {
  font-size: 22px;
  letter-spacing: 0.44px;
}
.centerArea .centerList .hover .text {
  font-size: 14px;
  letter-spacing: 0.28px;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.centerArea .centerList#first {
  width: 66.66%;
  margin-bottom: 13px;
}
@media (max-width: 1023px) {
  .centerArea .centerList#first {
    width: 100%;
  }
}
.centerArea .centerList#second {
  width: 100%;
}
@media (max-width: 1023px) {
  .centerArea .centerList#second {
    display: none;
  }
}
.centerArea:not(.show) .titleBox .decoTitle, .centerArea:not(.show) .titleBox .title, .centerArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.centerArea:not(.show) .left .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.centerArea:not(.show) .centerList#first {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.centerArea:not(.show) .centerList#second {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.centerArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.centerArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.centerArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.centerArea.show .left .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.centerArea.show .centerList#first {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.centerArea.show .centerList#second {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}

.searchArea {
  padding: 121px 0 125px 0;
  position: relative;
  background-color: #0033a0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .searchArea {
    padding: 60px 0;
  }
}
.searchArea::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../images/serchBg2.jpg) center/cover;
  opacity: 0.29;
}
.searchArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/mask.png) center/cover;
  opacity: 0.8;
}
.searchArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchArea .wrap .Txt {
  width: 408px;
  padding: 0 0 0 94px;
  color: #fff;
}
@media (max-width: 1023px) {
  .searchArea .wrap .Txt {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.searchArea .wrap .searchBox {
  width: calc(100% - 408px);
  max-width: 871px;
  padding: 23px 43px;
  padding: 23px 0px;
  margin: 0 0 6px;
  position: relative;
  border-radius: 31px;
}
@media (max-width: 1023px) {
  .searchArea .wrap .searchBox {
    width: 100%;
    max-width: unset;
    margin: 0;
    text-align: center;
    padding: 23px 10px;
  }
}
.searchArea .wrap .searchBox input {
  font-size: 15px;
  letter-spacing: 0.3px;
  width: calc(100% - 20px);
}
@media (max-width: 400px) {
  .searchArea .wrap .searchBox input {
    font-size: 13px;
    letter-spacing: 0.065px;
  }
}
.searchArea .wrap .searchBox .searchBtn {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0033a0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 21px;
}
@media (max-width: 400px) {
  .searchArea .wrap .searchBox .searchBtn {
    right: 10px;
  }
}
.searchArea .wrap .searchBox ::-webkit-input-placeholder {
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox ::-moz-placeholder {
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox :-ms-input-placeholder {
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox ::-ms-input-placeholder {
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox ::placeholder {
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox ::-webkit-input-placeholder { /* Chrome, Safari */
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 51, 160, 0.5);
}
.searchArea .wrap .searchBox .gsc-control-cse {
  padding: 0;
  background: none;
  border: none;
}
.searchArea .wrap .searchBox .gsc-input-box {
  border: 1px solid #e1e1e1;
  padding: 14px 55px 20px 15px;
  border-radius: 40px;
  height: 65px;
}
.searchArea .wrap .searchBox .gsc-input {
  padding-right: 0;
  width: 100%;
}
.searchArea .wrap .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #0033a0;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  border-radius: 40px;
}
.searchArea .wrap .searchBox button svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1201px) {
  .searchArea .wrap .searchBox button:hover {
    background-color: #000;
  }
}
.searchArea .en {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.05;
}
@media (max-width: 1023px) {
  .searchArea .en {
    font-size: 21px;
  }
}
@media (max-width: 400px) {
  .searchArea .en {
    font-size: 18px;
  }
}
.searchArea .tw {
  font-size: 35px;
  letter-spacing: 1.05px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .searchArea .tw {
    font-size: 35px;
    letter-spacing: 1.05px;
  }
}
@media (max-width: 400px) {
  .searchArea .tw {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
}
.searchArea:not(.show)::before {
  width: calc(100% + 50px);
  height: calc(100% + 50px);
}
.searchArea:not(.show) .en {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.searchArea:not(.show) .tw {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.searchArea:not(.show) .wrap .searchBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.searchArea.show::before {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.searchArea.show .en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.searchArea.show .tw {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.searchArea.show .wrap .searchBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}

.aboutArea {
  padding: 100px 0 41px;
  position: relative;
}
@media (max-width: 1023px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea::before {
  content: "";
  display: block;
  background: url(../images/aboutBg1.png) top left/100% no-repeat;
  width: 26.302vw;
  height: 28.833vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .aboutArea::before {
    display: none;
  }
}
.aboutArea::after {
  content: "";
  display: block;
  background: url(../images/aboutBg2.png) top right/100% no-repeat;
  width: 26.302vw;
  height: 43.697vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.08;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .aboutArea::after {
    display: none;
  }
}
.aboutArea .aboutBox {
  width: 86.5%;
  padding: 38px 39px 7px 39px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox {
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .aboutArea .aboutBox .classBox {
    margin-bottom: 20px;
  }
  .aboutArea .aboutBox .classBox.ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutArea .aboutBox .content {
    background-color: #fff;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .titleBox {
    text-align: center;
  }
}
.aboutArea .aboutBox .titleBox .decoTitle {
  padding: 0;
  margin: 0 0 0 1px;
}
.aboutArea .aboutBox .titleBox .title {
  margin: 0 0 14px 0px;
}
.aboutArea .aboutBox .titleBox .text {
  margin: 0 0 0 2px;
  max-width: 605px;
  height: 75px;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .titleBox .text {
    max-width: 42.013vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .titleBox .text {
    margin: 0 auto;
    height: auto;
    max-width: 605px;
  }
}
.aboutArea .aboutBox .topBox {
  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;
  width: 654px;
  padding-bottom: 10px;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .topBox {
    width: 42.013vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .topBox {
    width: 100%;
  }
}
.aboutArea .aboutBox .classBox .classList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutArea .aboutBox .classBox .classList .classItem {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.08px;
  font-weight: bold;
  padding: 8px 23px 8px 22px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 0 3px;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .classBox .classList .classItem {
    padding: 8px 13px 8px 12px;
  }
}
.aboutArea .aboutBox .classBox .classList .classItem.current {
  background-color: #0033a0;
  color: #fff;
}
@media (min-width: 1201px) {
  .aboutArea .aboutBox .classBox .classList .classItem:hover {
    background-color: #0033a0;
    color: #fff;
  }
}
.aboutArea .aboutBox .topTitle {
  font-size: 24px;
  letter-spacing: 0.48px;
  font-weight: bold;
  color: #0033a0;
  padding: 0 0 3px;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .topTitle {
    padding: 0;
  }
}
.aboutArea .aboutBox .topTitle.hide {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutArea .aboutBox .topTitle.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.5s;
  transition: all 0.8s 0.5s;
}
.aboutArea .aboutBox .Txt {
  width: 100%;
  max-width: 631px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .Txt {
    width: 42.013vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt {
    width: 100%;
    max-width: 100%;
  }
}
.aboutArea .aboutBox .Txt .textEditor {
  height: 156px;
  overflow: auto;
}
.aboutArea .aboutBox .Txt .textEditor::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.aboutArea .aboutBox .Txt .textEditor::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.aboutArea .aboutBox .Txt .textEditor::-webkit-scrollbar-thumb {
  background: #0033a0;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .Txt .textEditor {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Txt .textEditor {
    height: auto;
  }
}
.aboutArea .aboutBox .Txt .textEditor > .text {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.48;
  font-weight: normal;
  margin-bottom: 21px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.aboutArea .aboutBox .Txt .textEditor > .text:not(:first-child) {
  margin-bottom: 10px;
}
.aboutArea .aboutBox .btnBox {
  margin-top: 0;
}
.aboutArea .aboutBox .imgBox {
  position: absolute;
  top: -89.2%;
  right: -20.3%;
  width: 100%;
  max-width: 631px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .imgBox {
    max-width: 43.819vw;
    top: -69.2%;
    right: -25.3%;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .imgBox {
    position: static;
    max-width: 100%;
  }
}
.aboutArea .aboutBox .imgBox .Img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.aboutArea .aboutBox .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutArea .aboutBox .aboutList {
  position: relative;
}
.aboutArea .aboutBox .aboutList .aboutItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.aboutArea .aboutBox .aboutList .aboutItem:not(.current) {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}
.aboutArea .aboutBox .aboutList .aboutItem:not(.current) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
}
.aboutArea .aboutBox .aboutList .aboutItem:not(.current) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
.aboutArea .aboutBox .aboutList .aboutItem:not(.current) .imgBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aboutArea .aboutBox .aboutList .aboutItem.current {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s 0.7s;
  transition: all 0.5s 0.7s;
}
.aboutArea .aboutBox .aboutList .aboutItem.current .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.9s;
  transition: all 0.5s 0.9s;
}
.aboutArea .aboutBox .aboutList .aboutItem.current .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 1.1s;
  transition: all 0.5s 1.1s;
}
.aboutArea .aboutBox .aboutList .aboutItem.current .imgBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 1.3s;
  transition: all 0.5s 1.3s;
}
.aboutArea:not(.show) .titleBox .decoTitle, .aboutArea:not(.show) .titleBox .title, .aboutArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .topBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .aboutList {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.aboutArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.aboutArea.show .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.aboutArea.show .aboutList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}

.linkArea {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .linkArea {
    padding-bottom: 30px;
  }
}
.linkArea .linkBox {
  padding: 0 35px;
  margin: 0 6px 0 0;
}
@media (max-width: 1440px) {
  .linkArea .linkBox {
    padding: 0 0;
    margin: 0;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .linkArea .linkList {
    padding-bottom: 40px;
  }
  .linkArea .linkList .slick-list {
    margin: 0 -2px;
  }
}
.linkArea .linkList .linkItem {
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .linkArea .linkList .linkItem {
    padding: 0 5px;
  }
}
@media (max-width: 1023px) {
  .linkArea .linkList .linkItem {
    position: relative;
  }
  .linkArea .linkList .linkItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
}
.linkArea .linkList .topTxt {
  text-align: center;
  color: #0033a0;
  font-size: 15px;
  letter-spacing: 0.075px;
  font-weight: bold;
  margin-bottom: 14px;
}
.linkArea .linkList .imgBox {
  position: relative;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 1px solid rgba(0, 51, 160, 0.3);
  padding: 10px;
}
.linkArea .linkList .imgBox .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.linkArea .linkList .imgBox .hoverCircle {
  top: 51.5%;
  z-index: 2;
  position: absolute;
  left: 48.7%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  pointer-events: none;
}
.linkArea .linkList .imgBox .hoverCircle circle {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkArea .linkList .imgBox .hoverCircle .path {
  width: 115px;
  display: block;
  height: 115px;
  fill: none;
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke: #0033a0;
  stroke-width: 2px;
}
@media (min-width: 1201px) {
  .linkArea .linkList .imgBox:hover {
    opacity: 1;
  }
  .linkArea .linkList .imgBox:hover .path {
    -webkit-animation: stroke 1s ease-out forwards;
            animation: stroke 1s ease-out forwards;
  }
}
.linkArea .linkList .Img {
  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: #0033a0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.linkArea .linkList .Img img {
  width: 48px;
}
.linkArea .linkList .title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.08px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .linkArea .linkList .title {
    font-size: 13px;
    letter-spacing: 0.065px;
  }
}
.linkArea:not(.show) .linkBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.linkArea.show .linkBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.newsArea {
  padding: 57px 0 39px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .newsArea {
    padding: 30px 0 60px;
  }
}
.newsArea::before {
  content: "";
  display: block;
  background: url(../images/newsBg.png) no-repeat top right/100%;
  width: 36.927vw;
  height: 28.4vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .newsArea::before {
    width: 49.927vw;
    height: 40.4vw;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsArea .left {
  width: 383px;
}
@media (max-width: 1440px) {
  .newsArea .left {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .newsArea .left {
    width: 100%;
  }
}
.newsArea .titleBox {
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .newsArea .titleBox {
    text-align: center;
  }
}
.newsArea .titleBox .decoTitle {
  padding-bottom: 4px;
}
.newsArea .titleBox .title {
  font-size: 31px;
  letter-spacing: 0.155px;
  margin: 0 0 23px -2px;
}
.newsArea .titleBox .text {
  margin: 0 0 0 -2px;
}
@media (max-width: 1023px) {
  .newsArea .titleBox .text {
    margin: 0 auto;
  }
}
.newsArea .btnBox {
  margin: 0 0 22px -4px;
}
@media (max-width: 1023px) {
  .newsArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 22px 0;
  }
}
.newsArea .btnBox .arrow {
  right: 32px;
}
.newsArea .newsBox {
  position: relative;
  width: calc(100% - 383px);
  padding: 34px 0 0;
}
@media (max-width: 1440px) {
  .newsArea .newsBox {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .newsBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 52px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .newsArea .newsBox::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsList {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.newsArea .slick-list {
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  padding: 0px;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0033a0;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsItem:hover .title a {
    color: #0033a0;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #0033a0;
    background-color: #0033a0;
  }
  .newsArea .newsItem:hover .plusArrow::before, .newsArea .newsItem:hover .plusArrow::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsItem {
    padding: 20px 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
.newsArea .Img {
  width: 215px;
  display: block;
  position: absolute;
  right: 66px;
  top: -20px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .Img {
    display: none;
  }
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.newsArea .newsInfoBox {
  width: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.newsArea .newsInfoBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 49px;
  letter-spacing: 0.245px;
  color: #0033a0;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4px 0;
}
.newsArea .newsInfoBox .dateBox .year {
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .newsArea .newsInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsInfoBox {
    padding: 0 20px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 44px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsInfoBox {
    padding: 0 10px;
    width: 80px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 40px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.newsArea .classBoxColumn {
  margin: 0 0 0 -3px;
  width: 150px;
}
@media (max-width: 1023px) {
  .newsArea .classBoxColumn {
    width: 100%;
    margin: 0;
  }
  .newsArea .classBoxColumn .classLink {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsArea .classBoxColumn .classLink li:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArea .classBoxColumn .classLink li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 10px;
  }
  .newsArea .classBoxColumn .classLink li .classTrigger {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08px;
  }
  .newsArea .classBoxColumn .classLink li .classTrigger.current {
    color: #0033a0;
  }
}
.newsArea .textBox {
  height: 111px;
  width: calc(100% - 250px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0 0 48px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1440px) {
  .newsArea .textBox {
    width: calc(100% - 150px);
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1023px) {
  .newsArea .textBox {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox {
    height: 95px;
    padding: 0 0px 0 20px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .newsArea .textBox {
    height: 90px;
    padding: 0 10px;
  }
}
.newsArea .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0033a0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.newsArea .textBox .title {
  margin-bottom: 5px;
  padding-right: 100px;
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .textBox .title.ellipsis {
  height: 28px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .textBox .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .textBox .title.ellipsis {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .title {
    font-size: 20px;
  }
}
.newsArea .textBox .text {
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: 0.075px;
  opacity: 0.8;
}
.newsArea .textBox .text.ellipsis {
  height: 29px;
  overflow: hidden;
}
.newsArea .plusArrow {
  position: absolute;
  width: 38px;
  height: 38px;
  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;
  border-radius: 50%;
  border: 1px solid rgba(0, 51, 160, 0.5);
  right: 18px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .newsArea .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1023px) {
  .newsArea .plusArrow {
    display: none;
  }
}
.newsArea .plusArrow::before, .newsArea .plusArrow::after {
  content: "";
  display: block;
  background-color: #0033a0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsArea .plusArrow::before {
  width: 15px;
  height: 1px;
}
.newsArea .plusArrow::after {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .buttons {
  position: absolute;
  top: -11px;
  right: -8px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 10px 0 0px;
}
@media (max-width: 1023px) {
  .newsArea .buttons {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.newsArea .buttons .numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  margin: 4px 0 0 0;
}
.newsArea .buttons .numberBox .now {
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
  color: #0033a0;
}
.newsArea .buttons .numberBox .total {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06px;
  opacity: 0.5;
  margin: 5px 0 0 10px;
}
.newsArea .buttons .lineBox {
  margin: 14px 18px 0 18px;
  width: 229px;
  height: 1px;
  background-color: rgba(0, 51, 160, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 480px) {
  .newsArea .buttons .lineBox {
    width: calc(100% - 180px);
  }
}
.newsArea .buttons .lineBox .line {
  height: 2px;
  width: 32px;
  background-color: #0033a0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.newsArea:not(.show) .titleBox .decoTitle, .newsArea:not(.show) .titleBox .title, .newsArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea:not(.show) .left .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea:not(.show) .left .classBoxColumn {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.newsArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.newsArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
.newsArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.newsArea.show .left .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.newsArea.show .left .classBoxColumn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}