@charset "UTF-8";
.partnerArea .partnerItem, .newsArea .newsList .textBox .title, .newsArea .newsList .Img::before, .newsArea .newsList .Img, .applicationArea .applicationList .Img::before, .applicationArea .applicationList .item, .bannerArea .slick-dots, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerVideoBox, .bannerArea .bannerVideo .videoBtn .inner .icon, .bannerArea .bannerVideo, .bannerArea .bannerProBox .bannerProList .bannerProItem, .bannerArea .bannerProBox, .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: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  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;*/
  width: 90px;
  height: 46px;
  background-color: #0b318f;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /*
  		&::before,
  		&::after {
  			content: '';
  			position: absolute;
  			left: 11px;
  			top: 23px;
  			width: 25px;
  			height: 1px;
  			background-color: $color-wh;
  			@extend %ts;
  		}

  		&::before {
  			transform: rotate(45deg);
  		}

  		&::after {
  			transform: rotate(-45deg);
  		}
  */
}
@media (max-width: 768px) {
  .popWin .close {
    width: 70px;
    height: 35px;
  }
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    /*background-color: $linkHoverColor;*/
    background-color: white;
    color: #0b318f;
    /*
    			&::before {
    				transform: rotate(-30deg);
    			}

    			&::after {
    				transform: rotate(30deg);
    			}
    */
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .slick-dots {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 0.5s ease-in-out forwards;
          animation: fadeIn 0.8s 0.5s ease-in-out forwards;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerProBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 325px;
  margin: 0 auto;
  z-index: 10;
}
.bannerArea .bannerProBox.hide {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bannerArea .bannerProBox {
    width: 42.319%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerProBox {
    width: 250px;
    bottom: -30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerProBox {
    width: 200px;
    bottom: -20px;
  }
}
.bannerArea .bannerProBox .bannerProList .bannerProItem {
  position: relative;
  opacity: 0;
}
.bannerArea .bannerProBox .bannerProList .bannerProItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.bannerArea .bannerProBox .bannerProList .bannerProItem.show {
  pointer-events: auto;
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerVideo {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 145px;
  height: 145px;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  margin-top: -80px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  -webkit-animation: slideLeftAnimation 0.8s 1.8s ease-in-out forwards;
          animation: slideLeftAnimation 0.8s 1.8s ease-in-out forwards;
}
@media (max-width: 1366px) {
  .bannerArea .bannerVideo {
    right: 90px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerVideo {
    right: 70px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerVideo {
    right: 30px;
    top: auto;
    bottom: 50px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerVideo {
    width: 100px;
    height: 100px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerVideo {
    width: 90px;
    height: 90px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerVideo {
    display: none;
  }
}
@media (min-width: 1201px) {
  .bannerArea .bannerVideo:hover {
    background-color: rgba(255, 255, 255, 0.16);
  }
}
.bannerArea .bannerVideo .videoBtn {
  width: 100%;
  height: 100%;
}
.bannerArea .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #ffffff;
  border-radius: 50%;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 1;
}
@media (max-width: 1280px) {
  .bannerArea .bannerVideo .videoBtn::after {
    width: 85%;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerVideo .videoBtn .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerArea .bannerVideo .videoBtn .inner .icon {
  width: 18px;
  height: 18px;
  position: relative;
}
.bannerArea .bannerVideo .videoBtn .inner .icon.play::before {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 17px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .bannerArea .bannerVideo .videoBtn .inner .icon.play::before {
    border-width: 8.5px 0 8.5px 15px;
  }
}
.bannerArea .bannerVideo .videoBtn .inner .icon.paused {
  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;
}
.bannerArea .bannerVideo .videoBtn .inner .icon.paused::before, .bannerArea .bannerVideo .videoBtn .inner .icon.paused::after {
  content: "";
  width: 5px;
  height: 17px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .bannerArea .bannerVideo .videoBtn .inner .icon.paused::before, .bannerArea .bannerVideo .videoBtn .inner .icon.paused::after {
    width: 4px;
    height: 15px;
  }
}
.bannerArea .bannerVideo .videoBtn .inner .icon.paused::before {
  margin-right: 3px;
}
.bannerArea .bannerVideo .videoBtn .inner .icon.paused::after {
  margin-left: 3px;
}
.bannerArea .bannerVideo .videoBtn .inner .txt {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.36px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .bannerArea .bannerVideo .videoBtn .inner .txt {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.bannerArea .bannerVideoBox {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 56.25%; /* 16:9 视频的高度比例 */
  height: 0;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .bannerArea .bannerVideoBox {
    padding-bottom: 100%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerVideoBox {
    padding-bottom: 600px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerVideoBox {
    padding-bottom: 540px;
  }
}
.bannerArea .bannerVideoBox.show {
  opacity: 1;
}
.bannerArea .bannerVideoBox iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 820px;
  padding: 100px 20px 170px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 130px;
  }
}
.bannerArea .bannerItem .Img {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 0.75s ease-in-out forwards;
          animation: fadeIn 0.8s 0.75s ease-in-out forwards;
}
.bannerArea .bannerItem .Img img {
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    height: 600px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Img img {
    height: 540px;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.9s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.9s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .bannerVideo {
  -webkit-animation: slideLeftAnimation 0.8s 1.5s ease-in-out forwards;
          animation: slideLeftAnimation 0.8s 1.5s ease-in-out forwards;
}
.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: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #ffffff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #0b318f;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #0b318f;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #0b318f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .bannerArea .slick-dots {
    left: 50px;
  }
}
.bannerArea .slick-dots.hide {
  opacity: 0 !important;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo, .bannerArea .socialBox, .bannerArea .scrollDown, .bannerArea .slick-dots, .bannerArea .slick-arrow {
    display: none !important;
  }
}

.applicationArea {
  padding: 30px 0 90px;
}
@media (max-width: 1023px) {
  .applicationArea {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .applicationArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.applicationArea .applicationBox {
  position: relative;
}
.applicationArea .applicationBox .dotsBox {
  position: absolute;
  left: -70px;
  top: -95px;
  content: "";
  width: 205px;
  height: 285px;
  background-image: url(../images/dotBg.png);
  background-repeat: repeat;
  pointer-events: none;
}
.applicationArea .applicationList {
  margin: 0 -7px;
}
.applicationArea .applicationList.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.applicationArea .applicationList.pc .applicationItem {
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.6s 0.3s ease;
  transition: all 0.6s 0.3s ease;
}
.applicationArea .applicationList.pc .applicationItem.wide {
  width: 40% !important;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.applicationArea .applicationList.pc .applicationItem.wide .Img::before {
  opacity: 1;
}
.applicationArea .applicationList.pc .applicationItem.wide .Txt > .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.applicationArea .applicationList.pc .applicationItem.wide .Txt .textBox .title {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.applicationArea .applicationList.pc .applicationItem.wide .Txt .text,
.applicationArea .applicationList.pc .applicationItem.wide .Txt .more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.applicationArea .applicationList.pc .applicationItem.wide .Txt .text {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.applicationArea .applicationList.pc .applicationItem.wide .Txt .more {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 992px) {
  .applicationArea .applicationList.pc {
    display: none;
  }
}
.applicationArea .applicationList.mb {
  display: none;
}
@media (max-width: 992px) {
  .applicationArea .applicationList.mb {
    display: block;
  }
  .applicationArea .applicationList.mb > .applicationItem {
    float: left;
    width: 50%;
  }
  .applicationArea .applicationList.mb > .applicationItem:not(:nth-child(1)):not(:nth-child(2)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
  .applicationArea .applicationList.mb .applicationItem .Txt > .title {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .applicationArea .applicationList.mb .applicationItem .Txt .textBox .title {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .applicationArea .applicationList.mb .applicationItem .Txt .text,
  .applicationArea .applicationList.mb .applicationItem .Txt .more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .applicationArea .applicationList.mb .applicationItem .Txt .text {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .applicationArea .applicationList.mb .applicationItem .Txt .more {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.applicationArea .applicationList .applicationItem {
  padding: 0 7px;
}
.applicationArea .applicationList .item {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .applicationArea .applicationList .item {
    border-radius: 10px;
  }
}
.applicationArea .applicationList .Img {
  position: relative;
}
.applicationArea .applicationList .Img::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url(../images/application_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  opacity: 0.6;
}
.applicationArea .applicationList .Img img {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.applicationArea .applicationList .Txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0 20px 30px;
  width: 100%;
  -webkit-transition: all 0.6s 0.5s ease;
  transition: all 0.6s 0.5s ease;
  pointer-events: none;
}
.applicationArea .applicationList .Txt > .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.6s 0.8s ease;
  transition: all 0.6s 0.8s ease;
}
@media (max-width: 1023px) {
  .applicationArea .applicationList .Txt > .title {
    font-size: 18px;
    letter-spacing: 0.09px;
  }
}
.applicationArea .applicationList .Txt .textBox {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  width: calc(100% - 80px);
}
@media (max-width: 1023px) {
  .applicationArea .applicationList .Txt .textBox {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.applicationArea .applicationList .Txt .textBox .title {
  color: #ffffff;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.125px;
  -webkit-transition: all 0.6s 0.5s ease;
  transition: all 0.6s 0.5s ease;
  margin-bottom: 15px;
  opacity: 0;
}
@media (max-width: 992px) {
  .applicationArea .applicationList .Txt .textBox .title {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
}
.applicationArea .applicationList .Txt .text,
.applicationArea .applicationList .Txt .more {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.applicationArea .applicationList .Txt .text {
  display: block;
  width: 100%;
  color: #e7e7e7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075px;
  margin-bottom: 20px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 45px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .applicationArea .applicationList .Txt .text {
    font-size: 14px;
    letter-spacing: 0.07px;
    height: 60px;
  }
}
.applicationArea .applicationList .Txt .more {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.3px;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  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;
}
@media (max-width: 992px) {
  .applicationArea .applicationList .Txt .more {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}
.applicationArea .applicationList .Txt .more svg {
  color: #ffffff;
  width: 7px;
  height: 14px;
}
.applicationArea .pageBox {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  display: none;
}
@media (max-width: 992px) {
  .applicationArea .pageBox {
    display: block;
  }
}
@media (max-width: 768px) {
  .applicationArea .pageBox {
    width: 55%;
  }
}
.applicationArea .pageBox .line {
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  position: relative;
  display: block;
}
.applicationArea .pageBox .line .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 100%;
  background-color: #0b318f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsArea {
  padding-top: 90px;
  padding-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newsArea {
    padding-top: 45px;
  }
}
.newsArea:has(.slick-hidden) .controlBox {
  display: none;
}
.newsArea .wrap {
  position: relative;
}
.newsArea .dotsBox {
  position: absolute;
  right: -20px;
  top: 50px;
  width: 165px;
  height: 205px;
  background-image: url(../images/dotBg.png);
  background-repeat: repeat;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .newsArea .dotsBox {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .newsArea .dotsBox {
    top: 30px;
  }
}
@media (min-width: 993px) {
  .newsArea .titleBox {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .newsArea .titleBox {
    margin-bottom: 20px;
  }
}
.newsArea .newsBox {
  position: relative;
}
@media (max-width: 768px) {
  .newsArea .newsBox {
    margin: 0 -5px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsBox {
    margin: 0 -10px;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsList {
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  .newsArea .newsList {
    margin: 0 -15px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsList {
    margin: 0 -10px;
  }
}
.newsArea .newsList > .newsItem {
  float: left;
  width: 33.33%;
}
.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .newsArea .newsList > .newsItem {
    width: 50%;
  }
  .newsArea .newsList > .newsItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.newsArea .newsList .newsItem {
  position: relative;
  padding: 30px 30px 5px;
}
@media (max-width: 1023px) {
  .newsArea .newsList .newsItem {
    padding: 30px 15px 5px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsList .newsItem {
    padding: 30px 10px 5px;
  }
}
@media (min-width: 1201px) {
  .newsArea .newsList .newsItem:hover .Img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .newsArea .newsList .newsItem:hover .Img::before {
    border-color: #0b318f;
  }
  .newsArea .newsList .newsItem:hover .Img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  .newsArea .newsList .newsItem:hover .textBox .title {
    color: #0b318f;
  }
}
.newsArea .newsList .item {
  position: relative;
  cursor: pointer;
}
.newsArea .newsList .Img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .newsArea .newsList .Img {
    border-radius: 10px;
  }
}
.newsArea .newsList .Img::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 20px;
  border: 2px solid transparent;
  z-index: 2;
}
@media (max-width: 480px) {
  .newsArea .newsList .Img::before {
    border-radius: 10px;
  }
}
.newsArea .newsList .Img img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsArea .newsList .Txt {
  padding: 20px 15px;
}
@media (max-width: 480px) {
  .newsArea .newsList .Txt {
    padding: 20px 5px;
  }
}
.newsArea .newsList .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .newsArea .newsList .newsInfoBox {
    -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;
  }
}
.newsArea .newsList .newsInfoBox:has(.classTitle) .dateBox {
  padding-left: 18px;
}
@media (max-width: 480px) {
  .newsArea .newsList .newsInfoBox:has(.classTitle) .dateBox {
    padding-left: 0;
    padding-top: 15px;
  }
}
.newsArea .newsList .newsInfoBox .classTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 14px 2px;
  letter-spacing: 0.07px;
  background-color: #0b318f;
}
@media (max-width: 992px) {
  .newsArea .newsList .newsInfoBox .classTitle {
    font-size: 13px;
    letter-spacing: 0.065px;
    padding: 3px 10px 2px;
  }
}
.newsArea .newsList .newsInfoBox .dateBox .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.42px;
}
.newsArea .newsList .textBox {
  padding-top: 6px;
}
.newsArea .newsList .textBox .title {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.11px;
}
.newsArea .newsList .textBox .title a {
  color: #000000;
}
@media (min-width: 1201px) {
  .newsArea .newsList .textBox .title a:hover {
    color: #0b318f;
  }
}
@media (max-width: 992px) {
  .newsArea .newsList .textBox .title {
    font-size: 18px;
    letter-spacing: 0.09px;
  }
}
.newsArea .newsList .textBox .title.ellipsis {
  height: 67px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newsArea .newsList .textBox .title.ellipsis {
    height: 55px;
  }
}
.newsArea .newsList .textBox .text {
  color: #686868;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.075px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .newsArea .newsList .textBox .text {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}
.newsArea .newsList .textBox .text.ellipsis {
  height: 68px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newsArea .newsList .textBox .text.ellipsis {
    height: 64px;
  }
}
.newsArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .newsArea .controlBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}
.newsArea .controlBox .pageBox {
  width: calc(100% - 94px);
  padding-right: 84px;
}
@media (max-width: 992px) {
  .newsArea .controlBox .pageBox {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .newsArea .controlBox .pageBox {
    padding-right: 0;
    width: 55%;
    margin: 0 auto;
  }
}
.newsArea .controlBox .pageBox .line {
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  position: relative;
  display: block;
}
.newsArea .controlBox .pageBox .line .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 100%;
  background-color: #0b318f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsArea .controlBox .arrowBox {
  width: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media (max-width: 768px) {
  .newsArea .controlBox .arrowBox {
    display: none;
  }
}
.newsArea .controlBox .arrowBox .slick-arrow {
  position: relative;
  margin: 0;
}

.aboutArea {
  padding: 45px 0 50px;
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.aboutArea .titleBox {
  margin-bottom: 25px;
}
.aboutArea .Txt {
  color: #686868;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.08px;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .aboutArea .Txt {
    padding-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .aboutArea .Img {
    margin: 0 -20px;
  }
}
.aboutArea .Img img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .aboutArea .Img img {
    border-radius: 0;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .aboutArea .Img img {
    border-radius: 0;
  }
}

.partnerArea {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/partners_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 60px;
}
@media (max-width: 768px) {
  .partnerArea {
    padding: 40px 0 50px;
  }
}
.partnerArea .titleBox {
  margin-bottom: 20px;
}
.partnerArea .particlesBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .partnerArea .partnerBox {
    margin: 0 -10px;
  }
}
.partnerArea .slick-list {
  max-width: calc(100% - 190px);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .partnerArea .slick-list {
    max-width: calc(100% - 140px);
  }
}
@media (max-width: 640px) {
  .partnerArea .slick-list {
    max-width: 100%;
  }
}
.partnerArea .partnerList {
  margin: 0 -15px;
}
@media (max-width: 640px) {
  .partnerArea .partnerList {
    margin: 0 -10px;
  }
}
.partnerArea .partnerItem {
  padding: 15px;
}
@media (max-width: 640px) {
  .partnerArea .partnerItem {
    padding: 10px;
  }
}
@media (min-width: 1201px) {
  .partnerArea .partnerItem:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.partnerArea .item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 18px 0px rgba(113, 113, 113, 0.17);
          box-shadow: 0px 1px 18px 0px rgba(113, 113, 113, 0.17);
}
@media (max-width: 480px) {
  .partnerArea .item {
    border-radius: 10px;
  }
}
.partnerArea .Img img {
  width: 100%;
}
.partnerArea .pageBox {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  padding-top: 55px;
}
@media (max-width: 992px) {
  .partnerArea .pageBox {
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .partnerArea .pageBox {
    padding-top: 30px;
  }
}
.partnerArea .pageBox .line {
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  position: relative;
  display: block;
}
.partnerArea .pageBox .line .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 100%;
  background-color: #0b318f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}