.newsArea .newsBoxSlide .title, .newsArea .newsBoxSlide .newsItem .item, .productArea .productList .Img img, .productArea .productList .Img, .coreArea .coreBox .iconBox .Img img, .coreArea .coreBox .iconBox .Img, .coreArea .coreBox .iconBox, .solutionArea .solutionBox .Img .tit, .solutionArea .solutionBox .Img img, .solutionArea .solutionBox .Img, .solutionArea .solutionBox .solutionItem, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  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;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
  padding: 0 20px;
}
.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: #0069b7;
  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: #0069b7;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  padding: 0 0 60px 0;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding: 0;
  }
}
.bannerArea .wrap {
  max-width: 1500px;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px 0;
  }
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
  width: 730px;
  pointer-events: none;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .bannerItem {
  width: 100%;
  pointer-events: none;
}
.bannerArea .bannerList .bannerItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
@media (max-width: 1680px) {
  .bannerArea .bannerList .bannerItem .item {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerList .bannerItem .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerList .bannerItem .item {
    padding: 0 20px;
  }
}
.bannerArea .bannerList .bannerItem .Img {
  width: 730px;
  pointer-events: auto;
}
@media (max-width: 1440px) {
  .bannerArea .bannerList .bannerItem .Img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerList .bannerItem .Img {
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerList .bannerItem .Img {
    width: 50%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
.bannerArea .bannerList .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.bannerArea .Txt {
  width: calc(100% - 730px);
  margin: -200px 0 0 0;
}
@media (max-width: 1440px) {
  .bannerArea .Txt {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    width: 100%;
    margin: 0;
  }
}
.bannerArea .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.bannerArea .Txt .title {
  color: #0069b7;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .bannerArea .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .title {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  .bannerArea .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .Txt .subtitle {
  color: #060303;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .bannerArea .Txt .subtitle {
    font-size: 16px;
  }
}
.bannerArea .Txt .text {
  color: #e7e7e7;
  font-family: "parlare", sans-serif;
  font-size: 80px;
  display: block;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0 0 -45px 0;
}
@media (max-width: 960px) {
  .bannerArea .Txt .text {
    font-size: 50px;
    margin: 0 0 -20px 0;
  }
}
.bannerArea .Txt .btnBox {
  margin-top: 50px;
}
.bannerArea .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .slick-current .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: bannerAni 3s 0.2s forwards;
          animation: bannerAni 3s 0.2s forwards;
}
.bannerArea .controlBox {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 770px;
  margin: 0 0 0 auto;
}
.bannerArea .pageBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 80px;
}
@media (max-width: 1180px) {
  .bannerArea .pageBox {
    display: none;
  }
}
.bannerArea .pageBox span {
  margin: 0 8px;
  line-height: 1;
  color: #c1bcb9;
}
.bannerArea .pageBox .slidePage {
  display: block;
  text-align: center;
  color: #c1bcb9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  letter-spacing: normal;
}
.bannerArea .pageBox .slidePage.currentPage {
  font-size: 25px;
  font-weight: 700;
  color: #0069b7;
  position: relative;
}
.bannerArea .dotsBox {
  position: relative;
  margin-left: 20px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  bottom: -15px;
  right: 50px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 118px;
  pointer-events: auto;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #0069b7;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: normal;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: 110px;
  background-color: #d9d9d9;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: 110px;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #0069b7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-dots,
  .bannerArea .slick-arrow {
    display: none !important;
  }
}

.solutionArea {
  padding: 50px 0 0px;
  overflow: hidden;
  width: 100%;
}
.solutionArea .wrap {
  max-width: 100%;
  padding: 0;
}
.solutionArea .topBox {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .solutionArea .topBox {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
}
.solutionArea .topBox .titleBox {
  margin-bottom: 0px;
}
.solutionArea .controlBox {
  width: 350px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1180px) {
  .solutionArea .controlBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .solutionArea .controlBox .arrowBox {
    display: none;
  }
}
.solutionArea .controlBox .btnBox {
  margin-left: 30px;
}
@media (max-width: 1180px) {
  .solutionArea .controlBox .btnBox {
    display: none;
  }
}
.solutionArea .controlBox.bottom {
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1500px;
  width: 100%;
  padding: 0 50px;
  margin: 20px auto 0;
}
.solutionArea .solutionBox {
  overflow: hidden;
}
.solutionArea .solutionBox .solutionList {
  width: 100%;
  position: relative;
}
.solutionArea .solutionBox .solutionList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}
.solutionArea .solutionBox .solutionList:not(.slick-slider) .solutionItem {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solutionArea .solutionBox .solutionItem {
  padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .solutionArea .solutionBox .solutionItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .solutionArea .solutionBox .solutionItem:hover .Img .tit {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  .solutionArea .solutionBox .solutionItem:hover .Txt {
    background-color: rgba(0, 105, 183, 0.75);
    padding-bottom: 240px;
    transition: all 0.5s 0s ease-out;
    pointer-events: auto;
  }
  .solutionArea .solutionBox .solutionItem:hover .Txt .tit {
    opacity: 1;
    transition: opacity 0.3s 0.2s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out;
    transition: opacity 0.3s 0.2s ease-in-out, transform 0.5s 0.2s ease-in-out;
    transition: opacity 0.3s 0.2s ease-in-out, transform 0.5s 0.2s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out;
  }
  .solutionArea .solutionBox .solutionItem:hover .Txt .expBox {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    transition: opacity 0.3s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
    transition: opacity 0.3s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out;
    transition: opacity 0.3s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
  }
  .solutionArea .solutionBox .solutionItem:hover .Txt .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    transition: opacity 0.3s 0.6s ease-in-out, -webkit-transform 0.5s 0.6s ease-in-out;
    transition: opacity 0.3s 0.6s ease-in-out, transform 0.5s 0.6s ease-in-out;
    transition: opacity 0.3s 0.6s ease-in-out, transform 0.5s 0.6s ease-in-out, -webkit-transform 0.5s 0.6s ease-in-out;
  }
}
.solutionArea .solutionBox .item {
  width: 100%;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.solutionArea .solutionBox .Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.solutionArea .solutionBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.solutionArea .solutionBox .Img .tit {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  padding: 10px;
  background-color: #0069b7;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: normal;
}
.solutionArea .solutionBox .Img .tit .num {
  font-size: 28px;
  margin-right: 10px;
  font-weight: 400;
}
.solutionArea .solutionBox .Img .tit a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .solutionArea .solutionBox .Img .tit a:hover {
    color: #0069b7;
  }
}
.solutionArea .solutionBox .Txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 183, 0.1);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox .Txt {
    display: none;
  }
}
.solutionArea .solutionBox .Txt a {
  pointer-events: auto;
}
.solutionArea .solutionBox .Txt .tit {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: normal;
  opacity: 0;
}
.solutionArea .solutionBox .Txt .tit .num {
  font-size: 28px;
  margin-right: 10px;
  font-weight: 400;
}
.solutionArea .solutionBox .Txt .tit a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .solutionArea .solutionBox .Txt .tit a:hover {
    color: #0069b7;
  }
}
.solutionArea .solutionBox .Txt .expBox {
  width: 100%;
  height: 170px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  left: 0;
  right: 0;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox .Txt .expBox {
    width: 100%;
    max-height: 160px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.solutionArea .solutionBox .Txt .expBox .subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  margin-bottom: 5px;
}
.solutionArea .solutionBox .Txt .expBox .infoList .item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 2px;
}
.solutionArea .solutionBox .Txt .expBox .infoList .item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 8px;
}
.solutionArea .solutionBox .Txt .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .solutionArea .solutionBox .Txt .linkWrap {
    display: none;
  }
}
.solutionArea .solutionBox .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.aboutArea {
  position: relative;
  padding: 140px 0 60px;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.aboutArea .ImgBox {
  width: 50%;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 960px) {
  .aboutArea .ImgBox {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .ImgBox {
    display: none;
  }
}
.aboutArea .ImgBox .decoTitleEn {
  position: absolute;
  bottom: 26%;
  left: -17%;
}
@media (max-width: 1180px) {
  .aboutArea .ImgBox .decoTitleEn {
    display: none;
  }
}
.aboutArea .ImgBox .Img {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutArea .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .ImgBox .leftBox {
  width: 50%;
  margin-top: 50px;
  margin-right: 30px;
}
.aboutArea .ImgBox .rightBox {
  width: 50%;
}
.aboutArea .ImgBox .rightBox .Img02 {
  width: 275px;
  margin-bottom: 30px;
}
.aboutArea .ImgBox .rightBox .Img03 {
  width: 215px;
}
.aboutArea .Txt {
  width: 50%;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    padding-left: 100px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    padding: 0px;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  display: inline-block;
  margin-top: 50px;
}

.coreArea {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.coreArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.coreArea .topBox .titleBox {
  margin-bottom: 0px;
  width: calc(100% - 120px);
  position: relative;
  margin-right: 20px;
}
.coreArea .topBox .titleBox::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #e7e7e7;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto 0;
}
@media (max-width: 640px) {
  .coreArea .topBox .titleBox::before {
    display: none;
  }
}
.coreArea .topBox .titleBox .subtitle {
  padding: 0;
}
@media (max-width: 1180px) {
  .coreArea .topBox .arrowBox {
    display: none;
  }
}
.coreArea .coreBox {
  width: 100%;
  margin-top: 45px;
}
.coreArea .coreBox .coreList {
  width: 100%;
}
.coreArea .coreBox .slick-dots {
  margin-top: 20px;
}
@media (min-width: 641px) {
  .coreArea .coreBox .slick-dots {
    display: none;
  }
}
.coreArea .coreBox .coreItem {
  padding: 0 20px;
}
.coreArea .coreBox .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media (min-width: 1181px) {
  .coreArea .coreBox .item:hover .iconBox .path {
    stroke-dashoffset: 0;
  }
  .coreArea .coreBox .item:hover .Img {
    border-color: #0069b7;
  }
  .coreArea .coreBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .coreArea .coreBox .item:hover .Txt .title a {
    color: #0069b7;
  }
}
.coreArea .coreBox .iconBox {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
  position: relative;
}
.coreArea .coreBox .iconBox .path {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 110px;
  height: 110px;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease-in-out;
  stroke: #0069b7;
}
.coreArea .coreBox .iconBox .Img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #b8cde2;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.coreArea .coreBox .iconBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 50px;
  height: 50px;
}
.coreArea .coreBox .Txt {
  width: calc(100% - 95px);
  padding: 0 20px;
  margin: 0;
}
.coreArea .coreBox .Txt .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0069b7;
  letter-spacing: normal;
}
.coreArea .coreBox .Txt .text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
}

.productArea {
  padding: 50px 0;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 50px 0 0;
  }
}
.productArea .wrap {
  max-width: 1640px;
}
@media (max-width: 640px) {
  .productArea .wrap {
    padding: 0;
  }
}
.productArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.productArea .topBox .titleBox {
  margin: 0;
}
.productArea .topBox .titleBox .decoTitleEn {
  position: relative;
  text-align: center;
  margin: 0 0 -60px 0;
}
.productArea .topBox .btnBox {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .productArea .topBox .btnBox {
    display: none;
  }
}
.productArea .unClick {
  pointer-events: none;
}
.productArea .productBox {
  transition: all 0.4s;
  position: relative;
  margin-top: 60px;
}
.productArea .productBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.2s;
}
.productArea .productBox .arrowBox {
  position: absolute;
  top: 35%;
  right: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1180px) {
  .productArea .productBox .arrowBox {
    display: none;
  }
}
.productArea .productList {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .productArea .productList {
    padding: 0;
  }
}
.productArea .productList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.productArea .productList:not(.slick-slider) .productItem {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.productArea .productList .productItem {
  padding: 0 30px;
}
@media (max-width: 640px) {
  .productArea .productList .productItem {
    padding: 15px;
  }
}
.productArea .productList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .productArea .productList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.productArea .productList .Img {
  overflow: hidden;
  position: relative;
  border-radius: 0.4rem;
}
.productArea .productList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .productList .Txt {
  position: relative;
  padding: 12px 20px 20px;
  text-align: center;
}
.productArea .productList .Txt .title {
  padding-bottom: 10px;
  font-size: 20px;
  color: #0069b7;
  letter-spacing: normal;
}
.productArea .productList .Txt .title a {
  display: block;
  color: #0069b7;
  font-weight: 700;
}
.productArea .btnBox.mb {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
}
@media (min-width: 1181px) {
  .productArea .btnBox.mb {
    display: none;
  }
}

.newsArea {
  padding: 50px 0;
}
.newsArea .topBox {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.newsArea .topBox .titleBox {
  margin-bottom: 0px;
  position: relative;
}
.newsArea .topBox .titleBox .decoTitleEn {
  margin: 0 0px -80px 125px;
}
.newsArea .topBox .slideBox {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .newsArea .topBox .slideBox {
    display: none;
  }
}
.newsArea .topBox .slideBox .pageBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 80px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .slideBox .pageBox {
    display: none;
  }
}
.newsArea .topBox .slideBox .pageBox span {
  margin: 0 8px;
  line-height: 1;
  color: #c1bcb9;
}
.newsArea .topBox .slideBox .pageBox .slidePage {
  display: block;
  text-align: center;
  color: #c1bcb9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  letter-spacing: normal;
}
.newsArea .topBox .slideBox .pageBox .slidePage.currentPage {
  font-size: 25px;
  font-weight: 700;
  color: #0069b7;
  position: relative;
}
.newsArea .topBox .slideBox .controlBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.newsArea .topBox .slideBox .btnBox {
  margin: 0;
}
.newsArea .topBox .slideBox .arrowBox {
  margin: 0 20px;
}
.newsArea .classBox {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1180px) {
  .newsArea .classBox {
    max-width: 100%;
  }
}
.newsArea .classBox.classBoxRow {
  margin-bottom: 40px;
}
.newsArea .classBox.classBoxRow .classLink li {
  -ms-flex: none;
      flex: none;
  margin: 0 70px 0 0;
}
.newsArea .classBox.classBoxRow .classLink li::before {
  display: none;
}
@media (max-width: 1180px) {
  .newsArea .classBox.classBoxRow .classLink li {
    -ms-flex: none;
        flex: none;
    margin: 0;
  }
  .newsArea .classBox.classBoxRow .classLink li::before {
    display: none;
  }
  .newsArea .classBox.classBoxRow .classLink li a,
  .newsArea .classBox.classBoxRow .classLink li span {
    color: #000;
    display: block;
    letter-spacing: normal;
    padding: 8px 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
  }
  .newsArea .classBox.classBoxRow .classLink li a::before,
  .newsArea .classBox.classBoxRow .classLink li span::before {
    display: none;
  }
  .newsArea .classBox.classBoxRow .classLink li a.current,
  .newsArea .classBox.classBoxRow .classLink li span.current {
    color: #0069b7;
  }
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .newsBox .unClick {
  pointer-events: none;
}
.newsArea .newsBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.2s;
}
.newsArea .newsBoxOut {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxOut {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.newsArea .newsBoxOut .newsBoxMain {
  width: 70%;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxOut .newsBoxMain {
    width: 100%;
  }
}
.newsArea .newsBoxOut .newsBoxSlide {
  width: 30%;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxOut .newsBoxSlide {
    display: none;
  }
}
.newsArea .newsBoxMain {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain {
    margin: 0;
  }
}
.newsArea .newsBoxMain::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: #bfbfbf;
  right: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain .newsList {
    margin: 0 -20px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain .newsItem {
    padding: 0 20px;
  }
}
.newsArea .newsBoxMain .item {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.newsArea .newsBoxMain .Img {
  width: 60%;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain .Img {
    width: 100%;
  }
}
.newsArea .newsBoxMain .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsBoxMain .Txt {
  width: 40%;
  padding: 25px 40px;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxMain .Txt {
    width: 100%;
    padding: 25px 0;
  }
}
.newsArea .newsBoxMain .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.newsArea .newsBoxMain .newsInfoBox .dateBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  color: #bfbfbf;
}
.newsArea .newsBoxMain .newsInfoBox .dateBox .date {
  font-size: 37px;
  font-weight: 700;
  color: #0069b7;
  line-height: normal;
}
.newsArea .newsBoxMain .newsInfoBox .dateBox .year {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 5px 10px;
}
.newsArea .newsBoxMain .title {
  font-size: 21px;
  color: #0069b7;
  font-weight: 700;
  margin: 25px 0;
  letter-spacing: normal;
}
.newsArea .newsBoxMain .title.ellipsis {
  height: 70px;
  overflow: hidden;
}
.newsArea .newsBoxMain .text {
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
}
.newsArea .newsBoxMain .text.ellipsis {
  height: 90px;
  overflow: hidden;
}
.newsArea .newsBoxMain .btnBox {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .newsArea .newsBoxSlide {
    display: none;
  }
}
.newsArea .newsBoxSlide .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.newsArea .newsBoxSlide .slick-slide.current .newsItem .item, .newsArea .newsBoxSlide .slick-slide.currentSide .newsItem .item {
  border-bottom: 1px solid #bfbfbf;
}
.newsArea .newsBoxSlide .slick-slide.current .newsItem .item::before, .newsArea .newsBoxSlide .slick-slide.currentSide .newsItem .item::before {
  opacity: 1 !important;
}
.newsArea .newsBoxSlide .newsItem {
  position: relative;
  padding: 10px 0;
}
.newsArea .newsBoxSlide .newsItem .item {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.newsArea .newsBoxSlide .newsItem .item::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0069b7;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: all 1s ease;
  opacity: 0;
}
@media (min-width: 1181px) {
  .newsArea .newsBoxSlide .newsItem .item:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsBoxSlide .newsItem .item:hover .title {
    color: #0069b7;
  }
}
.newsArea .newsBoxSlide .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.newsArea .newsBoxSlide .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.newsArea .newsBoxSlide .newsInfoBox .classTitle {
  color: #2c65a8;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: normal;
}
.newsArea .newsBoxSlide .newsInfoBox .dateBox {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  letter-spacing: normal;
}
.newsArea .newsBoxSlide .newsInfoBox .dateBox .date {
  line-height: normal;
}
.newsArea .newsBoxSlide .newsInfoBox .dateBox .year {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
}
.newsArea .newsBoxSlide .title {
  font-size: 18px;
  color: #060303;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: normal;
}
.newsArea .newsBoxSlide .title.ellipsis {
  height: 60px;
  overflow: hidden;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}