.branchesArea .numBox .loading .currentLine, .branchesArea .arrowBox .arrow::before, .branchesArea .branchesList .leftBox .subtitle, .branchesArea .branchesList .leftBox .title, .branchesArea .branchesList .outLink::before, .branchesArea .branchesList .outLink, .branchesArea .branchesList .item, .branchesArea .branchesBox, .branchesArea .classBoxMapM span::before, .branchesArea .classBoxMapM span, .branchesArea .mapBox .classLink li .selectBox .select::before, .branchesArea .mapBox .classLink li .selectBox .select::after, .branchesArea .mapBox .classLink li .selectBox::before, .branchesArea .mapBox .classLink li .selectBox::after, .solutionArea .leftBox .item, .solutionArea .leftBox .solutionItem .Img img, .serviceArea .leftBox .Txt .title, .serviceArea .leftBox .Txt .num, .serviceArea .leftBox .item::after, .aboutArea .numBox .loading .currentLine, .bannerArea .bannerDotsBox li::before, .bannerArea .bannerDotsBox li::after, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btnBox {
  margin-top: 0;
}

.titleBox {
  margin-bottom: 0;
}
body {
  background-color: #fff;
  font-size: 15px;
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}
.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: #1447ad;
  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: #1447ad;
  }
  .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;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
}
.bannerArea .decoLineHorizontalLine::after {
  bottom: 274px;
}
.bannerArea .decoLineVerticalLine .deco::before {
  display: none;
}
.bannerArea .decoLineVerticalLine .deco::after {
  right: 305px;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem {
  overflow: hidden;
}
.bannerArea .bannerItem .borderNum {
  position: absolute;
  right: -50px;
  top: 38.2%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 398px;
  font-weight: 600;
  letter-spacing: -7px;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  color: transparent;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .borderNum {
    font-size: 350px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img {
    height: 610px;
  }
}
.bannerArea .bannerItem .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerItem .Txt {
  z-index: 2;
  padding: 27px 20px 20px;
  padding-left: 155px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1595px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
    padding-bottom: 60px;
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.bannerArea .bannerItem .Txt .num {
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 19px;
}
.bannerArea .bannerItem .Txt .decoText {
  padding-left: 52px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .decoText {
    padding-left: 40px;
  }
}
.bannerArea .bannerItem .Txt .title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 46px;
  font-size: 99px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 76px;
  }
}
@media (max-width: 1536px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 66px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 60px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 48px;
  }
}
.bannerArea .bannerItem .Txt .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  display: block;
  width: 155px;
  height: 3px;
  background: #fff;
}
.bannerArea .bannerItem .Txt .subtitle {
  padding-left: 5px;
  padding-top: 41px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    padding-top: 20px;
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .text {
  font-family: "Arial", "Î¢ÈíÑÅºÚ", sans-serif;
  padding-left: 6px;
  padding-top: 18px;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.75px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    padding-top: 10px;
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 0;
  padding-top: 30px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  background: #fff;
}
.bannerArea .bannerItem .nextPageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  margin-bottom: -40px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .nextPageBox {
    display: none;
  }
}
.bannerArea .bannerItem .nextPageBox .nextPage {
  position: relative;
  padding: 20px 42px 25px 35px;
  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: 305px;
  height: 273px;
  background: #034ea2;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.bannerArea .bannerItem .nextPageBox .nextPage::before, .bannerArea .bannerItem .nextPageBox .nextPage:after {
  content: "+";
  position: absolute;
  top: -1px;
  z-index: -1;
  display: block;
  font-size: 15px;
  line-height: 0;
  color: #fff;
  opacity: 0.5;
}
.bannerArea .bannerItem .nextPageBox .nextPage::before {
  left: -3px;
}
.bannerArea .bannerItem .nextPageBox .nextPage::after {
  right: -3px;
}
.bannerArea .bannerItem .nextPageBox .nextTitle {
  font-size: 28px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bannerArea .bannerItem .nextPageBox .numBox {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.bannerArea .bannerItem .nextPageBox .next {
  padding-right: 20px;
  font-size: 17px;
}
.bannerArea .bannerItem .nextPageBox .nextNum {
  font-size: 47px;
}
.bannerArea .bannerDotsBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.9%;
  z-index: 2;
  margin: auto 0;
  padding-bottom: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .bannerArea .bannerDotsBox {
    display: none;
  }
}
.bannerArea .bannerDotsBox li {
  position: relative;
  margin: 5px 0;
  width: 30px;
  height: 15px;
  cursor: pointer;
}
.bannerArea .bannerDotsBox li.slick-active::after {
  width: calc(100% + 25px);
}
@media (min-width: 1181px) {
  .bannerArea .bannerDotsBox li:hover::after {
    width: calc(100% + 25px);
  }
}
.bannerArea .bannerDotsBox li::before, .bannerArea .bannerDotsBox li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
}
.bannerArea .bannerDotsBox li::before {
  width: 100%;
  background: #fff;
}
.bannerArea .bannerDotsBox li::after {
  width: 0;
  background: #034ea2;
}
.bannerArea .bannerDotsBox button {
  font-size: 0;
}
.bannerArea .dotsBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  padding: 0 20px;
}
.bannerArea .dotsBox li::before {
  background: #fff;
}
.bannerArea .dotsBox li.slick-active::before {
  background: #034ea2;
}
@media (min-width: 1181px) {
  .bannerArea .dotsBox {
    display: none;
  }
}
.bannerArea .slick-current .Txt .decoText {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.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;
}

.aboutArea {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.aboutArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 46%;
  height: 100%;
  background: #143f94;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea::before {
    width: 100%;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 556px;
  aspect-ratio: 556/1015;
  background-image: url("../images/about_deco.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .aboutArea::after {
    top: auto;
    bottom: 80px;
  }
}
.aboutArea .decoLineHorizontalLine::before {
  top: 92px;
}
.aboutArea .wrap {
  position: relative;
  z-index: 0;
  padding-top: 92px;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    padding: 0 20px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.aboutArea .leftBox {
  position: relative;
  width: 55%;
}
@media (max-width: 1366px) {
  .aboutArea .leftBox {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    padding: 0;
    padding-bottom: 70px;
    margin-top: -78px;
    width: 100%;
  }
}
.aboutArea .ImgBox {
  margin-top: -67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutArea .ImgBox .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Txt {
    padding-top: 100px;
  }
}
.aboutArea .ImgBox .Txt .title {
  padding-right: 50px;
  font-size: 28px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 768px) {
  .aboutArea .ImgBox .Txt .title {
    padding-right: 20px;
  }
}
.aboutArea .Img {
  width: 100%;
}
.aboutArea .Img1 {
  max-width: 795px;
  padding-right: 20px;
}
.aboutArea .Img2 {
  max-width: 271px;
  -webkit-box-shadow: 0px 17px 48px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 17px 48px 0px rgba(0, 0, 0, 0.14);
}
@media (max-width: 768px) {
  .aboutArea .Img2 {
    max-width: 230px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .numBox {
  padding-top: 25px;
  padding-left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1366px) {
  .aboutArea .numBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1180px) {
  .aboutArea .numBox {
    padding-top: 30px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .numBox .loading {
  position: relative;
  margin: 0 10px;
  max-width: 230px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.aboutArea .numBox .loading .currentLine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #fff;
}
.aboutArea .numBox .currentNum,
.aboutArea .numBox .totalNum {
  width: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
.aboutArea .rightBox {
  position: relative;
  padding-left: 80px;
  width: 45%;
}
@media (max-width: 1366px) {
  .aboutArea .rightBox {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    padding: 0;
    padding-bottom: 100px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .rightBox {
    padding-bottom: 70px;
  }
}
.aboutArea .rightBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  z-index: -1;
  display: block;
  width: calc(100% + 166px);
  height: 100%;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .aboutArea .rightBox::before {
    right: -30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightBox::before {
    width: calc(100% + 40px);
    right: -20px;
  }
}
.aboutArea .rightBox .titleBox {
  padding-top: 68px;
  margin-left: -80px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .titleBox {
    padding-top: 60px;
    margin: 0;
  }
}
.aboutArea .rightBox .titleBox .title::before {
  left: 80px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .titleBox .title::before {
    left: 0;
  }
}
.aboutArea .rightBox .titleBox .title .transform {
  margin-left: -128px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .titleBox .title .transform {
    margin: 0;
  }
}
.aboutArea .rightBox .Txt {
  padding: 20px 0;
  font-size:17px;
  line-height:38px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .Txt {
    min-height: auto;
    width: 100%;
  }
}
.aboutArea .rightBox .Txt .textEditor {
  padding: 23px 0 20px;
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .Txt .textEditor {
    padding: 0;
    padding-bottom: 20px;
  }
}
.aboutArea .rightBox .Txt .customization .title {
  font-size:17px;
  line-height:38px;
  color: #444444;
}
.aboutArea .rightBox .Txt .customization .text {
  padding-top: 17px;
}
.aboutArea .markBox {
  margin-left: -10px;
  padding: 13px 0 20px;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .markBox {
    margin: 0;
    padding: 20px 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .markBox {
    padding: 0;
  }
}
.aboutArea .markBox .markItem {
  padding: 0 5px;
}
.aboutArea .markBox .Img {
  max-width: 92px;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .aboutArea .markBox .Img a:hover {
    opacity: 0.8;
  }
}
.aboutArea .markBox .Img img {
  display: block;
  width: 100%;
}
.aboutArea .btnBox {
  padding: 26px 0 30px;
}

.serviceArea {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceArea {
    padding-bottom: 130px;
  }
}
@media (max-width: 460px) {
  .serviceArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 360px) {
  .serviceArea {
    padding-bottom: 30px;
  }
}
.serviceArea .decoLineHorizontalLine::after {
  bottom: 90px;
}
.serviceArea .wrap {
  max-width: 100%;
  padding: 0;
}
.serviceArea .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  height: 830px;
  background: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceArea .bgImg {
    top: auto;
    bottom: 0;
  }
}
.serviceArea .bgImg img {
  display: block;
  height: 100%;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .serviceArea .bgImg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.serviceArea .serviceBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1366px;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .serviceArea .serviceBox {
    background: transparent;
  }
}
.serviceArea .serviceCase {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1051px;
  width: 100%;
}
@media (max-width: 768px) {
  .serviceArea .serviceCase {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceArea .leftBox {
  padding-top: 100px;
  padding-right: 8%;
  width: 52%;
}
@media (max-width: 960px) {
  .serviceArea .leftBox {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .serviceArea .leftBox {
    padding: 60px 20px;
    width: 100%;
    background: #fff;
  }
}
.serviceArea .leftBox .introduction {
  padding-top: 23px;
}
.serviceArea .leftBox .serviceList {
  padding: 72px 0 30px;
}
@media (max-width: 768px) {
  .serviceArea .leftBox .serviceList {
    padding-top: 30px;
  }
}
.serviceArea .leftBox .serviceItem {
  position: relative;
  padding-right: 25px;
}
.serviceArea .leftBox .item {
  position: relative;
  padding: 10px 0 17px;
  padding-left: 5px;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}
.serviceArea .leftBox .item.current::before {
  -webkit-filter: invert(33%) sepia(14%) saturate(1633%) hue-rotate(181deg) brightness(94%) contrast(87%);
          filter: invert(33%) sepia(14%) saturate(1633%) hue-rotate(181deg) brightness(94%) contrast(87%);
}
.serviceArea .leftBox .item.current::after {
  width: 100%;
}
.serviceArea .leftBox .item.current .Txt .num {
  color: #1447ad;
}
.serviceArea .leftBox .item.current .Txt .title {
  color: #1447ad;
}
@media (min-width: 1181px) {
  .serviceArea .leftBox .item:hover::before {
    -webkit-filter: invert(33%) sepia(14%) saturate(1633%) hue-rotate(181deg) brightness(94%) contrast(87%);
            filter: invert(33%) sepia(14%) saturate(1633%) hue-rotate(181deg) brightness(94%) contrast(87%);
  }
  .serviceArea .leftBox .item:hover::after {
    width: 100%;
  }
  .serviceArea .leftBox .item:hover .Txt .num {
    color: #1447ad;
  }
  .serviceArea .leftBox .item:hover .Txt .title {
    color: #1447ad;
  }
}
.serviceArea .leftBox .item::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 8px;
  display: block;
  width: 12px;
  height: 13px;
  background-image: url("../images/arrow.png");
  -webkit-filter: invert(88%) sepia(0%) saturate(1628%) hue-rotate(335deg) brightness(96%) contrast(91%);
          filter: invert(88%) sepia(0%) saturate(1628%) hue-rotate(335deg) brightness(96%) contrast(91%);
}
.serviceArea .leftBox .item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #1447ad;
}
.serviceArea .leftBox .item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.serviceArea .leftBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceArea .leftBox .Txt .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 38px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #8a8a8a;
}
.serviceArea .leftBox .Txt .num::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 15px;
  background: #c1c1c1;
}
.serviceArea .leftBox .Txt .title {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #838383;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serviceArea .rightBox {
  padding: 95px 0;
  width: 48%;
  background: #143f94;
}
@media (max-width: 768px) {
  .serviceArea .rightBox {
    padding: 60px 0;
    max-width: calc(100% - 63px);
    width: 100%;
  }
}
@media (max-width: 360px) {
  .serviceArea .rightBox {
    max-width: calc(100% - 30px);
  }
}
.serviceArea .rightBox .serviceList {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
}
@media (max-width: 768px) {
  .serviceArea .rightBox .serviceList {
    max-width: 100%;
  }
}
.serviceArea .rightBox .Txt {
  color: #fff;
}
.serviceArea .rightBox .Txt .subtitle {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.serviceArea .rightBox .Txt .title {
  position: relative;
  padding-top: 4px;
  padding-bottom: 55px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .serviceArea .rightBox .Txt .title {
    padding-bottom: 30px;
  }
}
.serviceArea .rightBox .Txt .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 4px;
  background: #fff;
}
.serviceArea .rightBox .Txt .title a {
  color: #fff;
}
@media (min-width: 1181px) {
  .serviceArea .rightBox .Txt .title a:hover {
    color: #034ea2;
  }
}
.serviceArea .rightBox .Txt .textEditor {
  padding: 30px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  color: #fff;
}
@media (max-width: 768px) {
  .serviceArea .rightBox .Txt .textEditor {
    min-height: unset;
  }
}
.serviceArea .rightBox .Txt .textEditor .customization .textTitle {
  font-size: 19px;
  font-weight: 500;
}
.serviceArea .rightBox .Txt .textEditor .customization .text {
  padding-top: 4px;
  font-weight: 400;
}
.serviceArea .rightBox .btnBox {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .serviceArea .rightBox .btnBox {
    padding-top: 30px;
  }
}

.solutionArea {
  position: relative;
  padding-bottom: 85px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionArea {
    background: #fff;
  }
}
.solutionArea .decoLineHorizontalLine::after {
  bottom: 85px;
}
.solutionArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.solutionArea .decoBox .deco {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solutionArea .decoBox .deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24.2%;
  height: 100%;
  background: #143f94;
}
@media (max-width: 1180px) {
  .solutionArea .decoBox .deco::before {
    display: none;
  }
}
.solutionArea .decoBox .deco::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 75.8%;
  height: calc(100% - 200px);
  background: #fff;
}
@media (max-width: 1180px) {
  .solutionArea .decoBox .deco::after {
    display: none;
  }
}
.solutionArea .decoBox .deco img {
  position: relative;
  top: 75px;
  display: block;
  width: 330px;
  aspect-ratio: 330/801;
}
.solutionArea .wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .solutionArea .wrap {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.solutionArea .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 1362px;
  height: 100%;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .solutionArea .wrap::before {
    display: none;
  }
}
.solutionArea .wrap .decoBox {
  pointer-events: none;
}
.solutionArea .wrap .decoBox .deco1 {
  position: absolute;
  bottom: -155px;
  right: 46px;
  display: block;
  max-width: 402px;
  opacity: 1 !important;
}
.solutionArea .wrap .decoBox .deco1 img {
  animation: rotate 2s linear infinite reverse;
}
.solutionArea .wrap .decoBox .deco2 {
  position: absolute;
  bottom: -153px;
  right: 0px;
  display: block;
  max-width: 480px;
}
.solutionArea .wrap .decoBox img {
  display: block;
  width: 100%;
}
.solutionArea .leftBox {
  padding-top: 120px;
  padding-right: 6.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
@media (max-width: 1536px) {
  .solutionArea .leftBox {
    padding-right: 30px;
    width: 63%;
  }
}
@media (max-width: 1180px) {
  .solutionArea .leftBox {
    padding: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .solutionList {
    margin: 0 -10px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .slick-list {
    overflow: visible;
  }
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .item {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.solutionArea .leftBox .solutionItem {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .solutionItem {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media (min-width: 1181px) {
  .solutionArea .leftBox .solutionItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.solutionArea .leftBox .solutionItem .Img {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.solutionArea .leftBox .solutionItem .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
}
.solutionArea .leftBox .solutionItem .Img img {
  display: block;
  width: 100%;
}
.solutionArea .leftBox .item {
  position: relative;
}
@media (max-width: 1180px) {
  .solutionArea .leftBox .item {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
.solutionArea .leftBox .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.solutionArea .solutionBox {
  position: relative;
  width: 51%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox {
    display: none;
  }
}
.solutionArea .solutionBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 100%;
  background: #fff;
}
.solutionArea .solutionBox .slick-track {
  margin-bottom: 60px;
}
.solutionArea .solutionBox .solutionItem {
  padding-right: 25px;
}
.solutionArea .solutionBox .solutionItem .item.current {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.solutionArea .solutionBox .Img {
  height: 520px;
}
.solutionArea .solutionBox .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutionArea .solutionBox .Txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.solutionArea .solutionBox .Txt .numBox {
  padding: 24px 0 20px;
  font-size: 17px;
  font-weight: 600;
}
.solutionArea .solutionBox .Txt .textBox {
  padding: 20px 0 30px;
}
.solutionArea .solutionBox .Txt .textBox .title {
  font-size: 19px;
  font-weight: 500;
}
.solutionArea .solutionBox .Txt .textBox .subtitle {
  display: none;
}
.solutionArea .solutionBoxCurrent {
  padding-top: 10px;
  width: 49%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBoxCurrent {
    padding: 0;
    width: 100%;
  }
}
.solutionArea .solutionBoxCurrent .Txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 25px;
  padding-left: 40px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBoxCurrent .Txt {
    padding: 0 20px;
  }
}
.solutionArea .solutionBoxCurrent .Txt .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0 20px;
  font-size: 17px;
  font-weight: 600;
}
.solutionArea .solutionBoxCurrent .Txt .numBox .num {
  padding-left: 11px;
}
.solutionArea .solutionBoxCurrent .Txt .numBox .solution {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.solutionArea .solutionBoxCurrent .Txt .numBox .solution::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  height: 2px;
  width: calc(100% - 100px);
  background: #fff;
}
.solutionArea .solutionBoxCurrent .Txt .textBox {
  padding: 20px 0 48px;
  text-align: left;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBoxCurrent .Txt .textBox {
    padding-bottom: 30px;
  }
}
.solutionArea .solutionBoxCurrent .Txt .textBox .subtitle {
  font-size: 41px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.2px;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBoxCurrent .Txt .textBox .subtitle {
    font-size: 30px;
  }
}
.solutionArea .solutionBoxCurrent .Txt .textBox .title {
  padding-top: 12px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .solutionArea .solutionBoxCurrent .Txt .textBox .title {
    font-size: 20px;
  }
}
.solutionArea .rightBox {
  position: relative;
  padding-top: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
@media (max-width: 1536px) {
  .solutionArea .rightBox {
    width: 37%;
  }
}
@media (max-width: 1180px) {
  .solutionArea .rightBox {
    position: static;
    padding-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.solutionArea .rightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% + 14px);
  height: 200px;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .solutionArea .rightBox::before {
    display: none;
  }
}
.solutionArea .rightBox .Txt {
  padding-right: 30px;
}
@media (max-width: 1180px) {
  .solutionArea .rightBox .Txt {
    padding: 0;
  }
}
.solutionArea .rightBox .titleBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #1447ad;
}
.solutionArea .rightBox .titleBox .title {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .solutionArea .rightBox .titleBox .title {
    padding-bottom: 15px;
  }
}
.solutionArea .rightBox .titleBox .title::before {
  display: none;
}
.solutionArea .rightBox .titleBox .textTitle {
  padding-left: 4px;
  padding-bottom: 35px;
  font-size: 19px;
  font-weight: 600;
  color: #444444;
}
@media (max-width: 768px) {
  .solutionArea .rightBox .titleBox .textTitle {
    padding: 0;
    padding-bottom: 20px;
  }
}
.solutionArea .rightBox .textBox {
  padding: 25px 0 30px;
}
.solutionArea .rightBox .textBox .customization .text {
  font-weight: 400;
}
.solutionArea .rightBox .btnBox {
  padding: 37px 0 30px;
  height:420px;
}
@media (max-width: 768px) {
  .solutionArea .rightBox .btnBox {
    padding: 10px 0;
  }
}
.solutionArea .dotsBox {
  padding-right: 20px;
  padding-left: 35px;
}
@media (max-width: 1440px) {
  .solutionArea .dotsBox {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .solutionArea .dotsBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .solutionArea .dotsBox .dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solutionArea .dotsBox .dots li {
    margin-bottom: 10px;
  }
}

.branchesArea {
  position: relative;
  z-index: 1;
  padding: 105px 0 60px;
  padding-right: 174px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .branchesArea {
    padding: 60px 0;
  }
}
.branchesArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 174px);
  height: 100%;
  background: #f9f9f9;
}
@media (max-width: 1180px) {
  .branchesArea::before {
    display: none;
  }
}
.branchesArea .wrap {
  width: 100%;
  max-width: 1588px;
  margin: 0 0 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 68px;
  max-width: 1420px;
}
@media (max-width: 1180px) {
  .branchesArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.branchesArea .introductionBox {
  padding-left: 65px;
  max-width: 1327px;
  width: 100%;
}
@media (max-width: 1180px) {
  .branchesArea .introductionBox {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .branchesArea .introductionBox {
    position: relative;
    padding-bottom: 80px;
  }
}
.branchesArea .introductionBox .titleBox {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .branchesArea .introductionBox .titleBox {
    position: static;
  }
}
.branchesArea .introductionBox .titleBox .title {
  padding: 0;
  padding-right: 30px;
  letter-spacing: 0.4px;
}
.branchesArea .introductionBox .titleBox .title::before {
  display: none;
}
.branchesArea .introductionBox .titleBox .btnBox {
  padding-top: 8px;
  max-width: 235px;
  width: 100%;
}
@media (max-width: 768px) {
  .branchesArea .introductionBox .titleBox .btnBox {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 460px) {
  .branchesArea .introductionBox .titleBox .btnBox {
    max-width: 100%;
  }
}
.branchesArea .introductionBox .titleBox .btnBox .btn {
  width: 100%;
}
.branchesArea .introductionBox .textEditor {
  padding-top: 34px;
}
@media (max-width: 1180px) {
  .branchesArea .introductionBox .textEditor {
    padding-top: 15px;
  }
}
.branchesArea .mapBox {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .branchesArea .mapBox {
    display: none;
  }
}
.branchesArea .mapBox .map {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.branchesArea .mapBox .map img {
  display: block;
  width: 100%;
}
.branchesArea .mapBox .classBoxMap {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 120px;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .branchesArea .mapBox .arrowBox {
    display: none;
  }
}
.branchesArea .mapBox .classLink {
  position: relative;
  width: 100%;
  height: 100%;
}
.branchesArea .mapBox .classLink li {
  position: absolute;
  z-index: 0;
  font-size: 17px;
  font-weight: 500;
  color: #444444;
  cursor: pointer;
}
.branchesArea .mapBox .classLink li.current .selectBox::before {
  width: calc(100% + 15px);
  opacity: 1;
}
.branchesArea .mapBox .classLink li.current .selectBox::after {
  -webkit-animation: selectAnimation 2s linear infinite;
          animation: selectAnimation 2s linear infinite;
}
.branchesArea .mapBox .classLink li.current .selectBox .select:before {
  background: #034ea2;
}
@media (min-width: 1181px) {
  .branchesArea .mapBox .classLink li:hover .selectBox::before {
    width: calc(100% + 15px);
    opacity: 1;
  }
  .branchesArea .mapBox .classLink li:hover .selectBox::after {
    -webkit-animation: selectAnimation 2s linear infinite;
            animation: selectAnimation 2s linear infinite;
  }
  .branchesArea .mapBox .classLink li:hover .selectBox .select:before {
    background: #034ea2;
  }
}
.branchesArea .mapBox .classLink li .selectBox {
  position: absolute;
  z-index: -1;
  width: 30px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
}
.branchesArea .mapBox .classLink li .selectBox::before, .branchesArea .mapBox .classLink li .selectBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.branchesArea .mapBox .classLink li .selectBox::before {
  width: 100%;
  border: 1px dashed #bbb;
  opacity: 0;
}
.branchesArea .mapBox .classLink li .selectBox::after {
  width: 100%;
  border: 1px solid #1447ad;
  opacity: 0;
}
.branchesArea .mapBox .classLink li .selectBox .select {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.branchesArea .mapBox .classLink li .selectBox .select::before, .branchesArea .mapBox .classLink li .selectBox .select::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 100%;
}
.branchesArea .mapBox .classLink li .selectBox .select::before {
  width: 20px;
  background: #bbb;
  aspect-ratio: 1/1;
}
.branchesArea .mapBox .classLink li .selectBox .select::after {
  width: 10px;
  background: #fff;
  aspect-ratio: 1/1;
}
.branchesArea .mapBox .classLink li.Dongguan {
  right: 20%;
  bottom: 56.3%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Dongguan {
    right: 19%;
    bottom: 57.3%;
  }
}
.branchesArea .mapBox .classLink li.Dongguan .selectBox {
  top: 34px;
  right: -22px;
}
.branchesArea .mapBox .classLink li.Sichuan {
  right: 31.7%;
  bottom: 45%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Sichuan {
    right: 31.7%;
    bottom: 46%;
  }
}
.branchesArea .mapBox .classLink li.Sichuan .selectBox {
  top: 12px;
  right: -43px;
}
.branchesArea .mapBox .classLink li.Suzhou {
  right: 24.8%;
  bottom: 48%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Suzhou {
    right: 24.8%;
    bottom: 50%;
  }
}
.branchesArea .mapBox .classLink li.Suzhou .selectBox {
  top: 19px;
  right: -40px;
}
.branchesArea .mapBox .classLink li.Taiwan {
  right: 16.4%;
  bottom: 33.5%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Taiwan {
    right: 14%;
    bottom: 32.5%;
  }
}
.branchesArea .mapBox .classLink li.Taiwan .selectBox {
  top: -10px;
  left: -40px;
}
.branchesArea .mapBox .classLink li.Thailand {
  right: 28.9%;
  bottom: 27.8%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Thailand {
    right: 30.9%;
    bottom: 27.8%;
  }
}
.branchesArea .mapBox .classLink li.Thailand .selectBox {
  top: -15px;
  right: -35px;
}
.branchesArea .mapBox .classLink li.Vietnam {
  right: 21.1%;
  bottom: 23.9%;
}
@media (max-width: 1440px) {
  .branchesArea .mapBox .classLink li.Vietnam {
    right: 20.1%;
    bottom: 21.9%;
  }
}
.branchesArea .mapBox .classLink li.Vietnam .selectBox {
  top: -17px;
  left: -30px;
}
.branchesArea .classBoxMapM {
  position: relative;
  margin-top: 30px;
  padding: 0 50px;
}
@media (min-width: 1181px) {
  .branchesArea .classBoxMapM {
    display: none;
  }
}
.branchesArea .classBoxMapM .classLink {
  position: relative;
  z-index: 0;
}
.branchesArea .classBoxMapM .classLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(213, 213, 213, 0.8);
}
.branchesArea .classBoxMapM li {
  text-align: center;
}
.branchesArea .classBoxMapM li.current span {
  color: #1447ad;
}
.branchesArea .classBoxMapM li.current span::before {
  width: 100%;
}
.branchesArea .classBoxMapM span {
  position: relative;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
.branchesArea .classBoxMapM span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 0;
  background: #1447ad;
}
.branchesArea .classBoxMapM .arrowBox {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.branchesArea .branchesBox {
  margin-top: -120px;
  min-height: 264px;
}
@media (max-width: 1180px) {
  .branchesArea .branchesBox {
    padding-top: 40px;
    margin: 0;
  }
}
.branchesArea .branchesBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.branchesArea .branchesCase {
  position: relative;
  padding: 0 37px;
}
@media (max-width: 768px) {
  .branchesArea .branchesCase {
    padding: 0;
  }
}
.branchesArea .branchesList {
  margin: 0 -17.5px;
}
.branchesArea .branchesList .slick-track {
  margin-top: 3px;
}
.branchesArea .branchesList .branchesItem {
  padding: 0 17.5px;
}
.branchesArea .branchesList .item {
  position: relative;
  padding: 35px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  width: 100%;
  min-height: 155px;
  border: 1px solid #d5d5d5;
  background: #fff;
}
@media (max-width: 1180px) {
  .branchesArea .branchesList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.branchesArea .branchesList .item.hasVideo, .branchesArea .branchesList .item.hasAlbum {
  cursor: pointer;
}
@media (min-width: 1181px) {
  .branchesArea .branchesList .item:hover {
    border-color: #034ea2;
  }
  .branchesArea .branchesList .item:hover .outLink {
    background: #034ea2;
  }
  .branchesArea .branchesList .item:hover .outLink::before {
    -webkit-transform: translate(calc(-50% + 5px), calc(-50% - 5px));
            transform: translate(calc(-50% + 5px), calc(-50% - 5px));
  }
  .branchesArea .branchesList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.branchesArea .branchesList .outLink {
  position: absolute;
  top: -2px;
  right: -15px;
  display: block;
  width: 50px;
  height: 50px;
  background: #1447ad;
}
.branchesArea .branchesList .outLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 13px;
  background-image: url("../images/out_link.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.branchesArea .branchesList .leftBox {
  position: relative;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .branchesArea .branchesList .leftBox {
    padding: 0;
  }
}
@media (min-width: 1181px) {
  .branchesArea .branchesList .leftBox:hover .title {
    color: #1447ad;
  }
  .branchesArea .branchesList .leftBox:hover .subtitle {
    color: #034ea2;
  }
}
.branchesArea .branchesList .leftBox .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #444444;
}
.branchesArea .branchesList .leftBox .subtitle {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #9b9b9b;
}
.branchesArea .branchesList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.branchesArea .branchesList .rightBox {
  width: 55%;
  border-left: 1px solid #d5d5d5;
}
@media (max-width: 1180px) {
  .branchesArea .branchesList .rightBox {
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d5d5d5;
  }
}
.branchesArea .branchesList .infoBox {
  padding-left: 20px;
}
@media (max-width: 1180px) {
  .branchesArea .branchesList .infoBox {
    padding: 0;
  }
}
.branchesArea .branchesList .infoList li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branchesArea .branchesList .infoList li.address i {
  padding-top: 10px;
}
.branchesArea .branchesList .infoList i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 25px;
  font-size: 20px;
  color: #034ea2;
}
.branchesArea .branchesList .infoList a, .branchesArea .branchesList .infoList span {
  font-family: "Arial", "Î¢ÈíÑÅºÚ", sans-serif;
  letter-spacing: 0.5px;
  color: #505050;
}
@media (min-width: 1181px) {
  .branchesArea .branchesList .infoList a:hover {
    color: #1447ad;
  }
}
.branchesArea .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 0;
}
@media (max-width: 768px) {
  .branchesArea .arrowBox {
    padding: 0;
  }
}
.branchesArea .arrowBox .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .branchesArea .arrowBox .arrow:hover::before {
    border-color: #034ea2;
  }
}
.branchesArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.branchesArea .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.branchesArea .arrowBox .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.branchesArea .numBox {
  padding-top: 42px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 180px;
  width: 100%;
}
.branchesArea .numBox .loading {
  position: relative;
  margin: 0 10px;
  max-width: 230px;
  width: 100%;
  height: 2px;
  background: #9b9b9b;
  overflow: hidden;
}
.branchesArea .numBox .loading .currentLine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #1447ad;
}
.branchesArea .numBox .currentNum,
.branchesArea .numBox .totalNum {
  width: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #7a7a7a;
}
.branchesArea .numBox .currentNum {
  color: #1447ad;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;

  background: #143f94;
}
@media (max-width: 1180px) {
  footer::before {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */