.newsArea .controlBox .arrowNewsBox .arrow, .newsArea .newsList .Txt .title, .newsArea .newsList .item::before, .spotlightsArea .spotlightsBox_s .more a::before, .spotlightsArea .spotlightsBox .more a::before, .spotlightsArea .Img img, .productsArea .Img img, .solutionsArea .Img img, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.outerWrap {
  padding-bottom: 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: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -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: #1a776d;
  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: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.sideFunctionBox,
.fixedQuickLink {
  /*display: none;*/
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem {
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    width: 100%;
    aspect-ratio: 960/640;
  }
  .bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Img .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img .videoBox {
    width: 100%;
    aspect-ratio: 960/640;
  }
}
.bannerArea .bannerItem .Img .videoBox iframe {
  width: 100%;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img .videoBox iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1555px;
  padding: 20px 100px 30px;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px 30px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 2.8px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 27px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  margin-top: 10px;
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 860px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Txt .text {
  padding-top: 11px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 17px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  padding-top: 53px;
  opacity: 0;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 50px;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .arrowBox {
  top: 46.5%;
  width: calc(100% - 100px);
}

.solutionsArea {
  position: relative;
  padding: 70px 0 95px;
}
@media (max-width: 840px) {
  .solutionsArea {
    padding: 60px 0;
  }
}
/*.solutionsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 31%;
  height: 100%;
  background: url(../images/solution_bg.png);
  background-position: center center;
}*/
.solutionsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sbg.png);
  background-size: cover;
  background-position: center center;
}
.solutionsArea .solutionsBox {
  position: relative;
  padding: 0 50px;
  padding-top: 60px;
}
@media (max-width: 840px) {
  .solutionsArea .solutionsBox {
    padding: 0;
    padding-top: 35px;
  }
}
@media (max-width: 840px) {
  .solutionsArea .solutionsList {
    margin: 0 -15px;
  }
}
.solutionsArea .solutionsItem {
  padding: 0 15px;
}
.solutionsArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .solutionsArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
  }
}
.solutionsArea .ImgBox {
  padding-left: 20px;
  width: 52.2%;
  aspect-ratio: 47/30;
}
@media (max-width: 1180px) {
  .solutionsArea .ImgBox {
    padding: 0;
    width: 100%;
  }
}
.solutionsArea .Img {
  overflow: hidden;
}
.solutionsArea .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.solutionsArea .Img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 47/30;
}
.solutionsArea .Txt {
  padding-left: calc(20px + 5%);
  width: 47.8%;
}
@media (max-width: 1180px) {
  .solutionsArea .Txt {
    margin: 0;
    padding: 0;
    padding-top: 40px;
    width: 100%;
  }
}
.solutionsArea .Txt .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #1a776d;
}


@media (max-width: 840px) {
  .solutionsArea .Txt .title {
    font-size: 25px;
  }
}
.solutionsArea .Txt .title a {
  color: #1a776d;
}
.solutionsArea .Txt .title a:hover {
  color: #000;
}
.solutionsArea .Txt .introduction {
  padding-top: 25px;
  line-height: 1.74;
  letter-spacing: 0.1px;
  color: #888;
}
@media (max-width: 840px) {
  .solutionsArea .Txt .introduction {
    padding-top: 30px;
  }
}
.solutionsArea .Txt .btnBox {
  padding-top: 54px;
}
@media (max-width: 840px) {
  .solutionsArea .Txt .btnBox {
    padding-top: 40px;
  }
}

.exploreArea .wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.exploreArea .titleBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  padding-top: 8.2%;
  display: block;
  max-width: 1195px;
  height: 100%;
  pointer-events: none;
  text-shadow: 0px 0px 5px #999;
}
@media (max-width: 1440px) {
  .exploreArea .titleBox {
    max-width: 100%;
    padding: 0 85px;
    padding-top: calc(20px + 2%);
  }
}
@media (max-width: 840px) {
  .exploreArea .titleBox {
    padding: 0 35px;
    padding-top: 50px;
  }
}
.exploreArea .titleBox .titleEn {
  display: inline-block;
  pointer-events: fill;
}


.exploreArea .item {
  position: relative;
}
.exploreArea .item.current .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.exploreArea .Img {
  aspect-ratio: 32/11;
  width: 100%;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .exploreArea .Img {
    height: 430px;
  }
}
.exploreArea .Img img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}
@media (max-width: 1250px) {
  .exploreArea .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.exploreArea .Txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: calc(8.2% + 123px);
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .exploreArea .Txt {
    padding: 0 85px;
    padding-top: calc(2% + 120px);
  }
}
@media (max-width: 840px) {
  .exploreArea .Txt {
    padding: 0 35px;
    padding-top: 145px;
  }
}
.exploreArea .Txt .textBox {
  max-width: 1195px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .exploreArea .Txt .textBox {
    max-width: 100%;
  }
}
.exploreArea .Txt .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0px 0px 5px #999;
}
@media (max-width: 840px) {
  .exploreArea .Txt .title {
    font-size: 25px;
  }
}
.exploreArea .Txt .textEditor {
  padding-top: 15px;
  font-size: 17px;
  letter-spacing: 0.15px;
  line-height: 1.85;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 5px #999;
}
.exploreArea .Txt .btnBox {
  padding-top: 53px;
}
@media (max-width: 840px) {
  .exploreArea .Txt .btnBox {
    padding-top: 20px;
  }
}
.exploreArea .arrowBox {
  top: 46.5%;
  width: calc(100% - 100px);
}
@media (max-width: 1440px) {
  .exploreArea .arrowBox {
    width: calc(100% - 20px);
  }
}
.exploreArea .arrowBox .arrowPrev {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.exploreArea .arrowBox .arrowNext {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.productsArea {
  position: relative;
  padding: 100px 0 110px;
}
@media (max-width: 840px) {
  .productsArea {
    padding: 60px 0;
  }
}
.productsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pbg.jpg);
  background-position: center center;
  background-size: cover;
}
.productsArea .productsBox {
  position: relative;
  padding: 0 70px;
  padding-top: 60px;
}
@media (max-width: 840px) {
  .productsArea .productsBox {
    padding: 0;
    padding-top: 35px;
  }
}
@media (max-width: 840px) {
  .productsArea .productsList {
    margin: 0 -15px !important;
  }
}
.productsArea .productsItem {
  padding: 0 15px;
}
.productsArea .item {
  position: relative;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}
.productsArea .Img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 110/71;
}
.productsArea .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productsArea .Img img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsArea .Txt {
  padding-top: 24px;
  padding-bottom: 100px;
}
.productsArea .Txt .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.productsArea .Txt .textEditor {
  padding-top: 10px;
  letter-spacing: 0.1px;
  line-height: 1.7;
}
.productsArea .btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.productsArea .btnBox .btn {
  padding: 20px 10px;
}
.productsArea .arrowBox {
  top: 52%;
}

.spotlightsArea {
  position: relative;
  padding: 100px 0 107px;
}
@media (max-width: 840px) {
  .spotlightsArea {
    padding: 60px 0;
  }
}
.spotlightsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sbg2.jpg);
  background-position: center center;
  background-size: cover;
}
.spotlightsArea .titleBox {
  color: #fff;
}
.spotlightsArea .Img {
  aspect-ratio: 83/53;
  overflow: hidden;
}
.spotlightsArea .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.spotlightsArea .Img img {
  display: block;
  width: 100%;
  /*height: auto;*/
  height: 250px;
  object-fit: cover;
}
.spotlightsArea .spotlightsOutBox {
  position: relative;
  padding: 0 85px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsOutBox {
    padding: 0;
    padding-top: 35px;
  }
}
.spotlightsArea .spotlightsBox {
  width: 55.5%;
}
@media (max-width: 1180px) {
  .spotlightsArea .spotlightsBox {
    margin: 0 auto;
    max-width: 830;
    width: 100%;
  }
}
.spotlightsArea .spotlightsBox .item {
  position: relative;
  background: #fff;
}
.spotlightsArea .spotlightsBox .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  padding: 0 30px 35px;
  display: none;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsBox .Txt {
    position: static;
    padding: 25px 20px;
    background: #fff;
  }
}
.spotlightsArea .spotlightsBox .title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsBox .title {
    font-size: 22px;
    line-height: 1.5;
    color: #000;
  }
}
.spotlightsArea .spotlightsBox .title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #1a776d;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsBox .title::before {
    display: none;
  }
}
.spotlightsArea .spotlightsBox .title a {
  color: #fff;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsBox .title a {
    color: #000;
  }
}
.spotlightsArea .spotlightsBox .title a:hover {
  color: #1a776d;
}
.spotlightsArea .spotlightsBox .more {
  padding-top: 25px;
  display: none;
}
@media (max-width: 840px) {
  .spotlightsArea .spotlightsBox .more {
    display: block;
  }
}
.spotlightsArea .spotlightsBox .more a {
  position: relative;
  color: #888;
}
.spotlightsArea .spotlightsBox .more a:hover::before {
  width: 100%;
}
.spotlightsArea .spotlightsBox .more a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #888;
}
.spotlightsArea .spotlightsBox_s {
  padding-left: 11px;
  width: 44.5%;
}
@media (max-width: 1180px) {
  .spotlightsArea .spotlightsBox_s {
    display: none;
  }
}
.spotlightsArea .spotlightsBox_s .spotlightsList {
  margin: -6px 0;
}
.spotlightsArea .spotlightsBox_s .spotlightsItem {
  padding: 6px 0;
}
.spotlightsArea .spotlightsBox_s .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.spotlightsArea .spotlightsBox_s .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 206px;
}
.spotlightsArea .spotlightsBox_s .Txt {
  padding: 22px 20px 0;
  padding-right: 10px;
}
.spotlightsArea .spotlightsBox_s .Txt .title {
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlightsArea .spotlightsBox_s .more {
  padding-top: 10px;
}
.spotlightsArea .spotlightsBox_s .more a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.4px;
}
.spotlightsArea .spotlightsBox_s .more a:hover::before {
  width: 100%;
}
.spotlightsArea .spotlightsBox_s .more a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #1a776d;
}
.spotlightsArea .arrowBox {
  top: 52%;
}










.spotlightsArea .productsBox2 {
  position: relative;
  padding: 0 70px;
  padding-top: 60px;
}
@media (max-width: 840px) {
  .spotlightsArea .productsBox2 {
    padding: 0;
    padding-top: 35px;
  }
}
@media (max-width: 840px) {
  .spotlightsArea .productsList2 {
    margin: 0 -15px !important;
  }
}
.spotlightsArea .productsItem {
  padding: 0 15px;
}
.spotlightsArea .item {
  position: relative;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}
.spotlightsArea .Img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 110/71;
}
.spotlightsArea .Img a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.spotlightsArea .Img img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spotlightsArea .Txt {
  padding-top: 24px;
  padding-bottom: 100px;
}
.spotlightsArea .Txt .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.spotlightsArea .Txt .title a {
  color: #fff;
}
.spotlightsArea .Txt .textEditor {
  padding-top: 10px;
  letter-spacing: 0.1px;
  line-height: 1.7;
  color: #ccc;
}
.spotlightsArea .btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.spotlightsArea .btnBox .btn {
  padding: 20px 10px;
}
.spotlightsArea .arrowBox {
  top: 52%;
}







.newsArea {
  position: relative;
  padding: 100px 0 110px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/nbg.jpg);
  background-position: center center;
  background-size: cover;
}
.newsArea .wrap {
  max-width: 1230px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 840px) {
  .newsArea .wrap {
    padding: 0 35px;
  }
}
@media (max-width: 460px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea .newsBox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.newsArea .newsListBox {
  width: calc(100% - 360px);
}
@media (max-width: 1180px) {
  .newsArea .newsListBox {
    width: calc(100% - 300px);
  }
}
@media (max-width: 840px) {
  .newsArea .newsListBox {
    width: 100%;
  }
}
.newsArea .newsList .item {
  position: relative;
  padding: 32px 0 25px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 840px) {
  .newsArea .newsList .item {
    padding: 25px 0;
  }
}
.newsArea .newsList .item:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.newsArea .newsList .item:hover::after {
  width: 100%;
}
.newsArea .newsList .item:hover .Txt .title {
  color: #1a776d;
}
.newsArea .newsList .item::before {
  content: "";
  position: absolute;
  top: 61%;
  right: 0;
  display: block;
  width: 21px;
  height: 14px;
  background: url(../images/news_arrow.png);
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-20px);
          transform: translateY(-50%) translateX(-20px);
}
@media (max-width: 840px) {
  .newsArea .newsList .item::before {
    display: none;
  }
}
.newsArea .newsList .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 2px;
  background: #1a776d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsArea .newsList .Txt {
  padding-right: 50px;
  width: 100%;
}
@media (max-width: 840px) {
  .newsArea .newsList .Txt {
    padding: 0;
  }
}
.newsArea .newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}
.newsArea .newsList .Txt .newsInfoBox .dateBox {
  color: #888;
  letter-spacing: -0.2px;
}
.newsArea .newsList .Txt .title {
  padding-top: 10px;
  /*height: 52px;*/
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .newsList .Txt p {
  padding-top: 5px;
  font-size: 16px;
  color: #666;
}
.newsArea .newsList a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.newsArea .controlBox {
  padding-top: 58px;
  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: 840px) {
  .newsArea .controlBox {
    padding-top: 40px;
    display: block;
    text-align: center;
  }
}
.newsArea .controlBox .btn {
  width: 224px;
}
@media (max-width: 460px) {
  .newsArea .controlBox .btn {
    width: 100%;
  }
}
.newsArea .controlBox .arrowNewsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media (max-width: 840px) {
  .newsArea .controlBox .arrowNewsBox {
    display: none;
  }
}
.newsArea .controlBox .arrowNewsBox .arrow {
  position: relative;
  margin: 0 2.5px;
  display: block;
  width: 50px;
  height: 100%;
  background: #888;
  cursor: pointer;
}
.newsArea .controlBox .arrowNewsBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.newsArea .controlBox .arrowNewsBox .arrowPrev:hover {
  background: #353535;
}
.newsArea .controlBox .arrowNewsBox .arrowPrev::before {
  left: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.newsArea .controlBox .arrowNewsBox .arrowNext:hover {
  background: #353535;
}
.newsArea .controlBox .arrowNewsBox .arrowNext::before {
  right: 60%;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
          transform: translate(50%, -50%) rotate(135deg);
}
.newsArea .newsIntroduction {
  position: relative;
  padding-left: 70px;
  padding-bottom: 110px;
  width: 360px;
}
@media (max-width: 1180px) {
  .newsArea .newsIntroduction {
    padding-left: 20px;
    width: 300px;
  }
}
@media (max-width: 840px) {
  .newsArea .newsIntroduction {
    display: none;
  }
}
.newsArea .newsIntroduction .ImgBox {
  position: relative;
}
.newsArea .newsIntroduction .Img {
  aspect-ratio: 52/75;
}
.newsArea .newsIntroduction .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsArea .newsIntroduction .Txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 34px 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
}
.newsArea .newsIntroduction .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.newsArea .newsIntroduction .Txt .textEditor {
  padding-top: 12px;
  line-height: 1.45;
  letter-spacing: 0.3px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .newsIntroduction .Txt .btnBox {
  padding-top: 25px;
}