.newsList .Img img, .productList .Img img, .bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  transition: all 0.5s;
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.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%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}
.outerWrap {
  padding-top: 0;
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.bannerArea .bannerList,
.bannerArea .bannerList * {
  height: 100%;
}
.bannerArea .bannerList::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 140px;
  background-image: url("../images/bannerBottomBg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 961px) {
  .bannerArea .bannerList .Img img {
    min-height: 840px;
  }
}
.bannerArea .bannerList .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.bannerArea .bannerList .videoBox video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (max-width: 1480px) {
  .bannerArea .bannerList .videoBox video {
    width: auto;
    height: 100%;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 85px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  background-color: #1966a7;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #1966a7;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .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 .bannerItem .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 .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  transform: translateY(calc(-50% + 0.5px));
}
.bannerArea .socialBox.show {
  display: block;
}
.bannerArea .socialBox .socialList {
  align-items: center;
  display: flex;
  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: #fff;
  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: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #1966a7;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #1966a7;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  transform: translateY(calc(-50% + 0.5px));
  z-index: 10;
}
.bannerArea .arrowBox.show {
  display: block;
}
@media (max-width: 1023px) {
  .bannerArea .arrowBox {
    display: none !important;
  }
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #1966a7 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #1966a7 transparent transparent transparent;
}
.bannerArea .arrowBox .active.arrowPrev::before {
  border-color: transparent transparent #1966a7 transparent;
}
.bannerArea .arrowBox .active.arrowNext::before {
  border-color: #1966a7 transparent transparent transparent;
}
.bannerArea .arrowBox .active .progressCircle {
  opacity: 1;
}
.bannerArea .progressCircle {
  width: 50px;
  height: 50px;
  display: none;
  fill: none;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #1966a7;
  stroke-width: 3px;
  transform: rotate(-90deg);
  opacity: 0;
}
.bannerArea .progressCircle.show {
  display: block;
}
.bannerArea .progressCircle.active {
  animation: progressCircleAnimation linear forwards;
}
.bannerArea .progressBar {
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #1966a7;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  animation: progressBarVertical linear forwards;
}
.bannerArea .slidePage {
  align-items: flex-start;
  display: none;
  position: absolute;
  bottom: 130px;
  left: 355px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: flex;
}
.bannerArea .slidePage span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #1966a7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 10px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 40px;
  height: auto;
}
@media (max-width: 1023px) {
  .bannerArea .slick-dots {
    display: none !important;
  }
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 10px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

.bannerProductImgBox {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 10%;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerProductImgBox {
    padding-top: 100px;
  }
}
.bannerProductImgBox .wrap {
  width: 100%;
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
}
.bannerProductImgBox .bannerProductImgList li.slick-slide.show .Img {
  opacity: 1;
}
.bannerProductImgBox .Img {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.bannerProductImgBox .Img img {
  display: block;
  width: 100%;
}
.bannerProductImgBox .textBox {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
.bannerProductImgBox .textBox .title1 {
  font-size: 38px;
}
@media (max-width: 640px) {
  .bannerProductImgBox .textBox .title1 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.bannerProductImgBox .textBox .title2 {
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .bannerProductImgBox .textBox .title2 {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .bannerProductImgBox .textBox .title2 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
@media (max-width: 440px) {
  .bannerProductImgBox .textBox .title2 {
    font-size: 40px;
  }
}
.bannerProductImgBox .textBox .title3 {
  font-size: 27px;
}
@media (max-width: 640px) {
  .bannerProductImgBox .textBox .title3 {
    font-size: 15px;
  }
}
.bannerProductImgBox .bannerProductImgList {
  width: 100%;
}
.bannerProductImgBox .bannerProductImgList li.show .Txt {
  opacity: 1;
}
.bannerProductImgBox .bannerProductImgList .Txt,
.bannerProductImgBox .bannerProductImgList .Img {
  transition: all 0.4s ease;
  opacity: 0;
}
.bannerProductImgBox .bannerLink {
  margin-top: -70px;
}
@media (max-width: 1480px) {
  .bannerProductImgBox .bannerLink {
    margin-top: 0;
  }
}

.videoOuterBox li {
  transition: all 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
.videoOuterBox li.show {
  pointer-events: auto;
  opacity: 1;
}
.videoOuterBox .inline-YTPlayer {
  top: 50%;
  transform: translateY(-50%);
}
.videoOuterBox .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #000;
}
.videoOuterBox .video {
  width: 100%;
  height: 100%;
}
.videoOuterBox .videoBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.videoOuterBox .videoBtn:before, .videoOuterBox .videoBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 12px;
  border-color: transparent transparent transparent #fff;
}
.videoOuterBox .videoBtn.open:before, .videoOuterBox .videoBtn.open:after {
  width: 4px;
  height: 15px;
  background-color: #fff;
  border: none;
}
.videoOuterBox .videoBtn.open:before {
  left: 42%;
}
.videoOuterBox .videoBtn.open::after {
  left: 58%;
}

.ctProductArea {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1180px) {
  .ctProductArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ctProductArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 80px;
  background-image: url("../images/productTopBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1180px) {
  .ctProductArea::after {
    bottom: -50px;
    height: 50px;
  }
}
.ctProductArea .wrap {
  display: flex;
}
@media (max-width: 960px) {
  .ctProductArea .wrap {
    flex-wrap: wrap;
  }
}
.ctProductArea .leftBox {
  width: 61%;
  padding-right: 80px;
}
@media (max-width: 1180px) {
  .ctProductArea .leftBox {
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .ctProductArea .leftBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .ctProductArea .leftBox .dotsBox {
    display: none;
  }
}
.ctProductArea .rightBox {
  width: 39%;
}
@media (max-width: 960px) {
  .ctProductArea .rightBox {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .ctProductArea .rightBox .dotsBox {
    display: none;
  }
}
@media (min-width: 961px) {
  .ctProductArea .rightBox .btn2 {
    display: none;
  }
}
.ctProductArea .textContentBox {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .ctProductArea .textContentBox {
    padding-top: 15px;
  }
}
.ctProductArea .textContentBox .text {
  height: 135px;
}
.ctProductArea .btn2 {
  padding-top: 80px;
}
@media (max-width: 960px) {
  .ctProductArea .btn2 {
    padding-top: 30px;
  }
}

@media (max-width: 960px) {
  .ctProductImgList {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctProductImgList .Img img {
  display: block;
  width: 100%;
}
@media (min-width: 961px) {
  .ctProductImgList .textContentBox {
    display: none;
  }
}

.ctProductTextList {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 960px) {
  .ctProductTextList {
    display: none !important;
  }
}
.ctProductTextList li {
  transition: all 0.5s;
}
.ctProductTextList .slick-slide {
  opacity: 0;
}
.ctProductTextList .slick-active {
  opacity: 1;
}

.productArea {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../images/homeProductBg.jpg");
}
@media (max-width: 1180px) {
  .productArea {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1560px) {
  .productArea .wrap {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.productArea .arrowStyle1.prevArrow {
  left: -45px;
}
.productArea .arrowStyle1.nextArrow {
  right: -45px;
}

.productList {
  margin-left: -10px;
  margin-right: -10px;
}
.productList li {
  padding-left: 10px;
  padding-right: 10px;
}
.productList .item:hover .Img img {
  transform: scale(1.05);
}
.productList .Img {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.productList .Img img {
  display: block;
  width: 100%;
}
.productList .Txt {
  padding-top: 20px;
}
.productList .title a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.02em;
}
.productList .title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.productList .text {
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.7;
}

.serviceArea {
  position: relative;
  z-index: 3;
  padding-top: 120px;
  padding-bottom: 45px;
}
@media (max-width: 1366px) {
  .serviceArea {
    padding-top: 45px;
  }
}
@media (max-width: 960px) {
  .serviceArea {
    padding-top: 20px;
  }
}
.serviceArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-image: url("../images/productBottomBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1180px) {
  .serviceArea::before {
    top: -50px;
    height: 50px;
  }
}
.serviceArea .wrap {
  position: relative;
  z-index: 0;
}
.serviceArea .wrap::after {
  content: "";
	pointer-events: none;
  position: absolute;
  right: -140px;
  top: -110px;
  z-index: -1;
  width: 755px;
  height: 842px;
  background-image: url("../images/serviceBg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  .serviceArea .wrap::after {
    top: 0;
  }
}
@media (max-width: 767px) {
  .serviceArea .wrap::after {
    top: 80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 558px;
  }
}
.serviceArea .topBox {
  width: 100%;
  margin-bottom: 55px;
}
.serviceArea .titleBoxStyle1 {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 1540px) {
  .serviceArea .arrowStyle1 {
    top: auto;
    margin-top: 0;
    bottom: 0;
  }
}
@media (max-width: 1540px) {
  .serviceArea .arrowStyle1.prevArrow {
    left: 0;
  }
}
@media (max-width: 1540px) {
  .serviceArea .arrowStyle1.nextArrow {
    right: auto;
    left: 50px;
  }
}

@media (max-width: 1540px) {
  .serviceList {
    padding-bottom: 50px;
  }
}
.serviceList .innerBox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media (max-width: 480px) {
  .serviceList .innerBox {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.serviceList .itemBox {
  display: flex;
  width: 33.333%;
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 960px) {
  .serviceList .itemBox {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .serviceList .itemBox {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.serviceList .itemBox:hover img {
  transform: scale(1.03);
}
.serviceList .item {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
}
.serviceList .itemBox4 {
  width: calc(100% - (100% / 3));
}
@media (max-width: 960px) {
  .serviceList .itemBox4 {
    width: 100%;
    order: 5;
  }
}
.serviceList .Img,
.serviceList .Img * {
  height: 100%;
}
.serviceList .Img a {
  display: block;
}
.serviceList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.serviceList .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(to top, #373737 0%, rgba(55, 55, 55, 0) 100%);
  pointer-events: none;
}
@media (max-width: 640px) {
  .serviceList .Txt {
    padding: 10px;
  }
}
.serviceList .subtitle {
  padding-bottom: 10px;
  font-size: 15px;
  color: #c2c2c2;
}
@media (max-width: 1180px) {
  .serviceList .subtitle {
    padding-bottom: 5px;
  }
}
.serviceList .title a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .serviceList .title a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .serviceList .title a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .serviceList .title a {
    font-size: 14px;
  }
}

.newsArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/newsBg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 640px) {
  .newsArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.newsArea .wrap {
  position: relative;
}
.newsArea .arrowStyle1.prevArrow {
  left: -45px;
}
.newsArea .arrowStyle1.nextArrow {
  right: -45px;
}
@media (max-width: 1580px) {
  .newsArea .arrowStyle1 {
    display: none !important;
  }
}
.newsArea .topBox {
  width: 100%;
  margin-bottom: 55px;
}
.newsArea .titleBoxStyle1 {
  width: 100%;
  max-width: 720px;
}

.newsListOutBox {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

.newsListBox {
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.8s ease-in-out;
}
.newsListBox:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.newsListBox.current {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.newsClassBox {
  margin-bottom: 30px;
}
@media (min-width: 1481px) {
  .newsClassBox {
    position: absolute;
    right: 0;
    top: 80px;
  }
}
.newsClassBox a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 700;
  color: #3a3a3a;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .newsClassBox a {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.newsClassBox a:hover, .newsClassBox a.current {
  color: #fff;
  background-color: #1966a7;
}
.newsClassBox a:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .newsClassBox a:not(:last-child) {
    margin-right: 20px;
  }
}
.newsClassBox a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8.5px;
  width: 1px;
  height: 17px;
  background-color: #d0d0d0;
}
@media (max-width: 480px) {
  .newsClassBox a:not(:last-child)::after {
    right: -10px;
  }
}

.newsList {
  margin-left: -15px;
  margin-right: -15px;
}
.newsList .slick-list {
  padding: 40px 20px;
}
@media (max-width: 580px) {
  .newsList .slick-track {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.newsList .slick-slide {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 581px) {
  .newsList .slick-slide {
    opacity: 0;
  }
}
.newsList .slick-active {
  opacity: 1;
}
.newsList .dots {
  text-align: center;
}
.newsList .item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.13);
  transition: all 0.5s ease-in-out;
}
.newsList .item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .newsList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.newsList .Img {
  overflow: hidden;
}
.newsList .Img img {
  display: block;
  width: 100%;
}
.newsList .Txt {
  padding: 0 25px 40px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .newsList .Txt {
    padding: 0 15px 15px;
  }
}
.newsList .top {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 480px) {
  .newsList .top {
    flex-direction: column;
  }
}
.newsList .dateBox {
  flex-shrink: 0;
}
.newsList .newIcon {
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
}
.newsList .title {
  padding-top: 10px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .newsList .title {
    padding-left: 0;
  }
}
.newsList .title span {
  display: block;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  height: 54px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsList .title span {
    font-size: 16px;
    height: 40px;
  }
}
.newsList .text {
  font-size: 15px;
  color: #6f6f6f;
  line-height: 1.7;
  display: block;
}
.newsList .text.ellipsis {
  overflow: hidden;
  height: 100px;
}

.innovationArea .wrap {
  text-align: center;
}
.innovationArea .topTextBox {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.innovationArea .topTextBox .title {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 76px;
  color: #1966a7;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .innovationArea .topTextBox .title {
    font-size: 47px;
  }
}
.innovationArea .topTextBox .subtitle {
  margin-bottom: 15px;
  font-size: 25px;
  color: #3a3a3a;
}
@media (max-width: 767px) {
  .innovationArea .topTextBox .subtitle {
    font: 18px;
  }
}
.innovationArea .topTextBox .text {
  line-height: 1.8;
  font-size: 15px;
  color: #666;
}
@media (max-width: 767px) {
  .innovationArea .topTextBox .text {
    font-size: 12px;
  }
}
.innovationArea .innovationImg {
  width: 100%;
  margin-top: 25px;
}
.innovationArea .innovationImg img {
  display: block;
  width: 100%;
}
.innovationArea .btn2 {
  margin-top: -50px;
  text-align: center;
}
@media (max-width: 1023px) {
  .innovationArea .btn2 {
    margin-top: 0;
  }
}