.newsArea .item .title, .newsArea .item .Img img, .newsArea .rightBox .item::after, .newsArea .leftBox .item .title::before, .partnersArea .partnersBox .item .Txt .title, .partnersArea .partnersBox .item .Img img, .partnersArea .partnersBox .item::after, .productsArea .productsList .rightBox .intro, .productsArea .productsList .rightBox .title, .productsArea .productsList .rightBox .Txt::before, .productsArea .productsList .leftBox .Img img, .aboutArea .midBox .btnBox .btn::before, .bannerArea .newsList .item .title, .bannerArea .newsBox, .bannerArea .rightBox .decoBox5, .bannerArea .leftBox .Txt, .bannerArea .humanBox, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.outerWrap {
  padding: 0;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.titleBox,
.btnBox {
  margin: 0;
}

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

header .wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 960px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea {
    background-image: url("../images/banner_bg.jpg");
    height: 720px;
  }
}
.bannerArea .videoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .videoBox {
    display: none;
  }
}
.bannerArea .videoBox #bannerVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.bannerArea .wrap {
  position: relative;
  z-index: 1;
  padding-top: 155px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
@media (max-width: 1180px) {
  .bannerArea .wrap {
    padding: 90px 20px 20px;
  }
}
.bannerArea .bannerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}
.bannerArea .bannerBox.current .humanBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 480px) {
  .bannerArea .bannerBox.current .humanBox {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.bannerArea .bannerBox.current .leftBox .decoBox .deco {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.4s, height 0.4s 0.4s;
  transition: width 0.4s, height 0.4s 0.4s;
}
.bannerArea .bannerBox.current .leftBox .Txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.bannerArea .bannerBox.current .rightBox .decoBox2 .deco {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.4s 0.2s, height 0.4s 0.6s;
  transition: width 0.4s 0.2s, height 0.4s 0.6s;
}
.bannerArea .bannerBox.current .rightBox .decoBox3 .deco {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.4s 0.4s, height 0.4s 0.8s;
  transition: width 0.4s 0.4s, height 0.4s 0.8s;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco1 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.9s ease-in-out;
  transition: all 0.3s 0.9s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco2 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 1s ease-in-out;
  transition: all 0.3s 1s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco3 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 1.1s ease-in-out;
  transition: all 0.3s 1.1s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco4 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 1.2s ease-in-out;
  transition: all 0.3s 1.2s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco5 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 1.3s ease-in-out;
  transition: all 0.3s 1.3s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox4 .deco6 img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s 1.4s ease-in-out;
  transition: all 0.3s 1.4s ease-in-out;
}
.bannerArea .bannerBox.current .rightBox .decoBox5 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.bannerArea .bannerBox.current .newsBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.bannerArea .bannerLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerArea .decoBox {
  position: relative;
  width: 100%;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox {
    display: none;
  }
}
.bannerArea .decoBox .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  width: 0;
}
.bannerArea .decoBox .deco1 {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.bannerArea .decoBox .deco2 {
  -webkit-animation: cardAni 3s linear infinite;
          animation: cardAni 3s linear infinite;
}
.bannerArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .humanBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  display: block;
  width: 720px;
  aspect-ratio: 9/11;
  pointer-events: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 1181px) {
  .bannerArea .humanBox {
    opacity: 0 !important;
  }
}
@media (max-width: 1180px) {
  .bannerArea .humanBox {
    width: 540px;
  }
}
@media (max-width: 480px) {
  .bannerArea .humanBox {
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
  }
}
.bannerArea .humanBox .human {
  position: absolute;
  top: 0;
  left: 0;
}
.bannerArea .humanBox .human2 {
  animation: cardAni 5s ease-in-out infinite reverse;
}
.bannerArea .humanBox .human3 {
  -webkit-animation: organAni 3s linear infinite;
          animation: organAni 3s linear infinite;
}
.bannerArea .humanBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .leftBox {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 1180px) {
  .bannerArea .leftBox {
    width: 100%;
  }
}
.bannerArea .leftBox .decoBox {
  max-width: 520px;
  aspect-ratio: 53/23;
}
@media (min-width: 1181px) {
  .bannerArea .leftBox .decoBox {
    opacity: 0 !important;
  }
}
.bannerArea .leftBox .Txt {
  padding-top: 55px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .leftBox .Txt {
    padding-top: 0;
  }
}
.bannerArea .leftBox .Txt .subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #0c6fa6;
}
@media (max-width: 768px) {
  .bannerArea .leftBox .Txt .subtitle {
    font-size: 18px;
  }
}
.bannerArea .leftBox .Txt .textBox {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .bannerArea .leftBox .Txt .textBox {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .leftBox .Txt .textBox {
    padding-top: 10px;
  }
}
.bannerArea .leftBox .Txt .textBox .title {
  font-size: 68px;
  font-weight: 600;
  line-height: 1.029;
}
@media (max-width: 1366px) {
  .bannerArea .leftBox .Txt .textBox .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .bannerArea .leftBox .Txt .textBox .title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .bannerArea .leftBox .Txt .textBox .title {
    font-size: 26px;
  }
}
.bannerArea .scrollDown {
  position: absolute;
  left: 25px;
  bottom: 10%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .circle {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: bannerScrollAnimation 2s infinite ease-in-out;
          animation: bannerScrollAnimation 2s infinite ease-in-out;
}
.bannerArea .scrollDown .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-image: url("../images/scroll_down.png");
}
.bannerArea .scrollDown .text {
  padding-left: 15px;
}
.bannerArea .rightBox {
  position: relative;
  z-index: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
}
@media (max-width: 1180px) {
  .bannerArea .rightBox {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bannerArea .rightBox .decoFlexBox {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1181px) {
  .bannerArea .rightBox .decoBox2 {
    opacity: 0 !important;
  }
}
.bannerArea .rightBox .decoBox2, .bannerArea .rightBox .decoBox3 {
  margin: 0 10px;
  max-width: 252px;
  aspect-ratio: 28/25;
}
.bannerArea .rightBox .decoBox4 {
  max-width: 525px;
  aspect-ratio: 525/139;
}
.bannerArea .rightBox .decoBox4 .deco1 {
  -webkit-animation: cardAni 4s 0.3s linear infinite;
          animation: cardAni 4s 0.3s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco1 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco2 {
  -webkit-animation: cardAni 4s 0.6s linear infinite;
          animation: cardAni 4s 0.6s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco2 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco3 {
  -webkit-animation: cardAni 4s 0.9s linear infinite;
          animation: cardAni 4s 0.9s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco3 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco4 {
  -webkit-animation: cardAni 4s 1.2s linear infinite;
          animation: cardAni 4s 1.2s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco4 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco5 {
  -webkit-animation: cardAni 4s 1.5s linear infinite;
          animation: cardAni 4s 1.5s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco5 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco6 {
  -webkit-animation: cardAni 4s 1.8s linear infinite;
          animation: cardAni 4s 1.8s linear infinite;
}
.bannerArea .rightBox .decoBox4 .deco6 img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}
.bannerArea .rightBox .decoBox4 .deco {
  height: 100%;
  width: 100%;
}
.bannerArea .rightBox .decoBox4 .deco1 {
  border: none;
}
.bannerArea .rightBox .decoBox5 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  max-width: 520px;
  aspect-ratio: 104/15;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bannerArea .newsBox {
  position: relative;
  z-index: 4;
  margin-top: 30px;
  max-width: 520px;
  width: 100%;
  min-height: 230px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .bannerArea .newsBox {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .newsBox {
    margin-top: 15px;
  }
}
.bannerArea .newsList {
  margin-bottom: 0 !important;
}
.bannerArea .newsList .item {
  position: relative;
  padding: 25px;
}
@media (max-width: 480px) {
  .bannerArea .newsList .item {
    padding-top: 10px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .newsList .item:hover .title {
    color: #0c6fa6;
  }
}
.bannerArea .newsList .item .blockTitle {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.bannerArea .newsList .item .newsInfoBox {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerArea .newsList .item .newsInfoBox .tag {
  margin-right: 7px;
  padding: 5px 15px;
  font-size: 13px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#10497c), to(#4993bc));
  background: linear-gradient(to right, #10497c 0%, #4993bc 100%);
  border-radius: 50px;
}
.bannerArea .newsList .item .newsInfoBox .date {
  font-size: 15px;
  color: #777;
}
.bannerArea .newsList .item .title {
  padding-top: 25px;
  font-size: 23px;
  line-height: 1.391;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bannerArea .newsList .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerArea .dotsBox {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  padding: 0;
  display: block;
}
@media (max-width: 480px) {
  .bannerArea .dotsBox {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: static;
  }
}
.bannerArea .dotsBox .dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.aboutArea {
  position: relative;
  z-index: 1;
  padding: 140px 0 150px;
  background-image: url("../images/about_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0;
  }
}
.aboutArea .bubblesBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.aboutArea .bubblesBox canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.aboutArea .decoBox .deco {
  position: absolute;
}
.aboutArea .decoBox .deco1 {
  right: 0;
  bottom: 25%;
}
.aboutArea .decoBox .deco2 {
  left: 52%;
  bottom: -120px;
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .deco2 {
    display: none;
  }
}
.aboutArea .decoBox .Img img {
  display: block;
}
.aboutArea .wrap {
  position: relative;
  z-index: 1;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    -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;
  }
}
.aboutArea .leftBox,
.aboutArea .rightBox {
  width: 34%;
  padding-top: 65px;
}
.aboutArea .midBox {
  padding: 0 20px;
  width: 32%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.8s 0.6s ease-in-out;
  transition: all 0.8s 0.6s ease-in-out;
}
.aboutArea .midBox.current {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1440px) {
  .aboutArea .leftBox {
    width: 55%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    padding: 0;
    padding-bottom: 20px;
    width: auto;
  }
}
.aboutArea .leftBox .Txt .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.091;
}
@media (min-width: 1180px) and (max-width: 1440px) {
  .aboutArea .leftBox .Txt .title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .aboutArea .leftBox .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .aboutArea .leftBox .Txt .title {
    font-size: 26px;
  }
}
.aboutArea .leftBox .Txt .subtitle {
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  line-height: 1.944;
}
@media (max-width: 1440px) {
  .aboutArea .midBox {
    width: 45%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .midBox {
    padding: 60px 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .midBox {
    padding: 40px 0;
  }
}
.aboutArea .midBox .ImgOutBox {
  position: relative;
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
}
.aboutArea .midBox .ImgBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.aboutArea .midBox .Img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 60px);
  aspect-ratio: 1/1;
}
.aboutArea .midBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .midBox .btnBox {
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.aboutArea .midBox .btnBox .btn {
  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;
  min-width: auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  line-height: 1.067;
}
@media (max-width: 480px) {
  .aboutArea .midBox .btnBox .btn {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1181px) {
  .aboutArea .midBox .btnBox .btn:hover {
    background: #0c6fa6;
    color: #fff;
  }
  .aboutArea .midBox .btnBox .btn:hover::before {
    -webkit-filter: contrast(0) brightness(10);
            filter: contrast(0) brightness(10);
    -webkit-transform: translate(15px, -15px);
            transform: translate(15px, -15px);
  }
}
.aboutArea .midBox .btnBox .btn::before {
  content: "";
  position: relative;
  margin-bottom: 15px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../images/learn_more.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.aboutArea .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1440px) {
  .aboutArea .rightBox {
    padding-top: 50px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    padding-top: 20px;
    width: auto;
  }
}
.aboutArea .rightBox .intro {
  max-width: 490px;
  width: 100%;
  font-size: 18px;
  color: #444;
  line-height: 1.667;
}
@media (max-width: 1440px) {
  .aboutArea .rightBox .intro {
    max-width: 100%;
  }
}
.aboutArea .odometerBox {
  padding-top: 35px;
  width: 100%;
}
.aboutArea .odometerBox .odometerList {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutArea .odometerBox .odometerItem {
  padding: 20px;
  min-width: 188px;
}
@media (max-width: 768px) {
  .aboutArea .odometerBox .odometerItem {
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  .aboutArea .odometerBox .odometerItem {
    padding: 5px;
    min-width: unset;
  }
}
.aboutArea .odometerBox .odometer-digit-spacer {
  width: 32px;
}
.aboutArea .odometerBox .odometerNum,
.aboutArea .odometerBox .odometer {
  font-family: "Sora", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.111;
  color: #0c6fa6;
}
@media (max-width: 480px) {
  .aboutArea .odometerBox .odometerNum,
.aboutArea .odometerBox .odometer {
    font-size: 30px;
  }
}
.aboutArea .odometerBox .odometerNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutArea .odometerBox .odometerNum .unit {
  padding-left: 5px;
}
.aboutArea .odometerBox .odometerTitle {
  padding-top: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  color: #0c6fa6;
}

.productsArea {
  position: relative;
  z-index: 1;
  padding: 190px 0 90px;
}
@media (max-width: 1180px) {
  .productsArea {
    padding: 80px 0 40px;
  }
}
.productsArea .wrap {
  position: relative;
}
.productsArea .classBoxRow {
  margin: 0;
}
@media (min-width: 1181px) {
  .productsArea .classBoxRow .classLink {
    margin: 0 -10px;
  }
  .productsArea .classBoxRow .classLink li {
    margin: 0;
    padding: 10px;
  }
  .productsArea .classBoxRow .classLink li .classTrigger {
    padding: 17px;
    min-width: 215px;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .productsArea .classBoxRow .classLink li .classTrigger:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1181px) {
  .productsArea .classBoxRow .classLink li .classTrigger.current::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1181px) {
  .productsArea .classBoxRow .classLink li .classTrigger::after {
    width: 0;
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .productsArea .classBoxRow {
    padding-top: 20px;
  }
}
.productsArea .unClick {
  pointer-events: none;
}
.productsArea .productsBox {
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 1px solid #000;
}
.productsArea .productsBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.productsArea .productsList {
  position: relative;
  margin-top: 90px;
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .productsArea .productsList {
    margin: 0;
  }
}
.productsArea .productsList::before, .productsArea .productsList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 56.1%;
  width: 1px;
}
@media (max-width: 1180px) {
  .productsArea .productsList::before, .productsArea .productsList::after {
    left: 4px;
  }
}
.productsArea .productsList::before {
  background: #000;
  z-index: 2;
  height: var(--height, 0);
}
.productsArea .productsList::after {
  z-index: 1;
  background: #d2d2d2;
  height: calc(100% - 50px);
}
.productsArea .productsList .productsItem:last-child .item {
  padding-bottom: 0;
}
.productsArea .productsList .productsItem:last-child .item .rightBox::after {
  height: calc(100% - 50px);
}
.productsArea .productsList .item {
  position: relative;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .productsArea .productsList .item {
    margin-top: 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 900px;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .productsArea .productsList .item.haveUrl .leftBox .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 1181px) {
  .productsArea .productsList .item.haveUrl .rightBox .Txt:hover::before {
    -webkit-filter: invert(34%) sepia(48%) saturate(1545%) hue-rotate(170deg) brightness(90%) contrast(93%);
            filter: invert(34%) sepia(48%) saturate(1545%) hue-rotate(170deg) brightness(90%) contrast(93%);
  }
  .productsArea .productsList .item.haveUrl .rightBox .Txt:hover .title {
    color: #0c6fa6;
  }
  .productsArea .productsList .item.haveUrl .rightBox .Txt:hover .intro {
    color: #0c6fa6;
  }
}
.productsArea .productsList .leftBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .productsArea .productsList .leftBox {
    width: 100%;
  }
}
.productsArea .productsList .leftBox .Img {
  border-radius: 10px;
  overflow: hidden;
}
.productsArea .productsList .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productsArea .productsList .rightBox {
  position: relative;
  width: 50%;
  padding-left: 11.5%;
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.productsArea .productsList .rightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 3;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color, #d2d2d2);
}
@media (max-width: 1440px) {
  .productsArea .productsList .rightBox::before {
    left: 9.5%;
  }
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox::before {
    left: -30px;
  }
}
.productsArea .productsList .rightBox .Txt {
  position: relative;
  padding-bottom: 30px;
  height: 100%;
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox .Txt {
    margin-top: 20px;
    border-bottom: 1px solid #313131;
  }
}
.productsArea .productsList .rightBox .Txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("../images/learn_more.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.productsArea .productsList .rightBox .num {
  font-size: 15px;
  color: #bbb;
  line-height: 1.061;
}
.productsArea .productsList .rightBox .title {
  padding-top: 35px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.286;
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox .title {
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .productsArea .productsList .rightBox .title {
    font-size: 27px;
  }
}
.productsArea .productsList .rightBox .intro {
  padding-top: 12px;
  min-height: 132px;
  font-size: 18px;
  color: #555555;
  line-height: 1.667;
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox .intro {
    min-height: unset;
    padding: 0;
  }
}
.productsArea .productsList .rightBox .incubation {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  line-height: 1.556;
}
@media (max-width: 1180px) {
  .productsArea .productsList .rightBox .incubation {
    padding-top: 30px;
  }
}
.productsArea .productsList .rightBox .incubation::before {
  content: "";
  position: relative;
  margin-right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  background: #999;
  border-radius: 100%;
}
.productsArea .productsList .rightBox .dateBox {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .productsArea .productsList .rightBox .dateBox {
    font-size: 44px;
  }
}
.productsArea .productsList .rightBox .dateBox .date {
  color: #0c6fa6;
}
.productsArea .productsList .rightBox .dateBox .unit {
  color: #444;
}
.productsArea .productsList .rightBox .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.productsArea .more {
  position: absolute;
  bottom: 0;
  left: 55.6%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 15px;
  line-height: 1.067;
  color: #000;
}
@media (max-width: 1440px) {
  .productsArea .more {
    left: 55.4%;
  }
}
@media (max-width: 1180px) {
  .productsArea .more {
    left: 17px;
  }
}
@media (min-width: 1181px) {
  .productsArea .more:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.partnersArea {
  position: relative;
  padding: 115px 0 90px;
}
@media (max-width: 1180px) {
  .partnersArea {
    padding: 40px 0;
  }
}
.partnersArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.partnersArea .decoBox .deco {
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.partnersArea .decoBox .Img img {
  margin: 0 auto;
  display: block;
}
.partnersArea .wrap {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 100%;
}
.partnersArea .moreInfoBox {
  padding: 0 20px;
}
.partnersArea .partnersBox {
  position: relative;
  margin-top: 70px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}
@media (max-width: 1180px) {
  .partnersArea .partnersBox {
    margin-top: 40px;
  }
}
.partnersArea .partnersBox .partnersList {
  margin: 0 auto;
  max-width: 1650px;
  width: 100%;
}
.partnersArea .partnersBox .item {
  position: relative;
  padding: 60px 30px 17px;
}
.partnersArea .partnersBox .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
.partnersArea .partnersBox .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-85deg, rgb(177, 211, 222) 0%, rgba(180, 193, 197, 0) 100%);
  opacity: 0;
}
@media (min-width: 1181px) {
  .partnersArea .partnersBox .item.haveUrl:hover::after {
    opacity: 0.15;
  }
  .partnersArea .partnersBox .item.haveUrl:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .partnersArea .partnersBox .item.haveUrl:hover .Txt .title {
    color: #0c6fa6;
  }
}
.partnersArea .partnersBox .item .Img {
  margin: 0 auto;
  max-width: 305px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.partnersArea .partnersBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.partnersArea .partnersBox .item .Txt {
  padding-top: 30px;
}
.partnersArea .partnersBox .item .Txt .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partnersArea .partnersBox .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.partnersArea .arrowBox {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .partnersArea .arrowBox {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .partnersArea .arrowBox {
    top: 50%;
  }
}

.newsArea {
  position: relative;
  padding: 90px 0 175px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fff));
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0 80px;
  }
}
.newsArea .wrap {
  position: relative;
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    padding-bottom: 70px;
  }
}
.newsArea .arrowBox {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
}
@media (max-width: 1180px) {
  .newsArea .arrowBox {
    display: none;
  }
}
.newsArea .moreInfoBox .btnBox {
  padding-top: 80px;
}
.newsArea .newsBox {
  position: relative;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #313131;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newsArea .newsBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 100%;
  height: 150%;
  background-image: url("../images/news_dots_bg.png");
  background-position: center;
  opacity: 0.5;
}
.newsArea .leftBox {
  position: relative;
  padding-right: 30px;
  width: 50%;
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    padding: 0;
    max-width: 830px;
    width: 100%;
  }
}
.newsArea .leftBox .arrowBoxM {
  display: none;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .arrowBoxM {
    margin: 0 auto;
    top: calc(50% - 77.5px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 40px);
    pointer-events: all;
  }
}
.newsArea .leftBox .newsList {
  margin-top: 90px;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .newsList {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.newsArea .leftBox .item {
  max-width: 725px;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .item {
    max-width: 100%;
  }
}
.newsArea .leftBox .item .newsInfoBox {
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .leftBox .item .newsInfoBox .classTitle {
  padding-right: 15px;
}
@media (min-width: 1181px) {
  .newsArea .leftBox .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsArea .leftBox .item .title {
  position: relative;
  padding-right: 35px;
  margin-top: 22px;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
  }
}
@media (max-width: 480px) {
  .newsArea .leftBox .item .title {
    padding: 0;
  }
}
.newsArea .leftBox .item .title a {
  display: block;
}
@media (min-width: 1181px) {
  .newsArea .leftBox .item .title:hover {
    color: #0c6fa6;
  }
  .newsArea .leftBox .item .title:hover::before {
    -webkit-filter: invert(34%) sepia(48%) saturate(1545%) hue-rotate(170deg) brightness(90%) contrast(93%);
            filter: invert(34%) sepia(48%) saturate(1545%) hue-rotate(170deg) brightness(90%) contrast(93%);
  }
}
.newsArea .leftBox .item .title::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("../images/learn_more.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 480px) {
  .newsArea .leftBox .item .title::before {
    display: none;
  }
}
.newsArea .rightBox {
  width: 50%;
}
@media (max-width: 1180px) {
  .newsArea .rightBox {
    padding: 0;
    max-width: 830px;
    width: 100%;
  }
}
.newsArea .rightBox .newsList {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList {
    margin: 0;
  }
}
.newsArea .rightBox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
}
@media (min-width: 1181px) {
  .newsArea .rightBox .item:hover::after {
    width: 100%;
  }
  .newsArea .rightBox .item:hover .title {
    color: #0c6fa6;
  }
}
.newsArea .rightBox .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.newsArea .rightBox .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #0c6fa6;
}
.newsArea .rightBox .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .item .Txt {
    -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 .rightBox .item .newsInfoBox {
  padding-right: 20px;
  max-width: 175px;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .item .newsInfoBox {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.newsArea .rightBox .item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .item {
  position: relative;
}
.newsArea .item.hasAlbum {
  cursor: pointer;
}
.newsArea .item .Img {
  border-radius: 10px;
  overflow: hidden;
}
.newsArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .newsArea .item .newsInfoBox .classTitle {
    padding-right: 15px;
  }
}
.newsArea .item .newsInfoBox .classTitle span {
  display: inline-block;
  padding: 5px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#10497c), to(#4993bc));
  background: linear-gradient(to right, #10497c 0%, #4993bc 100%);
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 1.143;
}
.newsArea .item .newsInfoBox .dateBox {
  padding: 10px 0;
}
.newsArea .item .newsInfoBox .dateBox .date {
  font-size: 15px;
  color: #777;
  line-height: 1.067;
}
.newsArea .item .title {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  line-height: 1.304;
}
@media (max-width: 768px) {
  .newsArea .item .title {
    font-size: 20px;
  }
}
.newsArea .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=home.css.map */