.goalBox .goalBtnBox span, .advantageBox .advantageBtnBox span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding-bottom: 0px;
  margin-top: -285px;
}
@media (max-width: 1024px) {
  .mainArea {
    margin-top: 0;
  }
}
.mainArea::after {
  background-position: 100% 285px;
}
@media (max-width: 1024px) {
  .mainArea::after {
    background-position: 100% 0;
  }
}
.mainArea .wrap {
  max-width: 100%;
  padding: 0;
}

.bannerArea .Txt {
  padding: 40px 20px 155px;
}
@media (max-width: 1024px) {
  .bannerArea .Txt {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .titleBox {
    margin: 0;
  }
}
.bannerArea .Txt .titleBox .titleImg {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .Txt .titleBox .titleImg img {
  height: 100%;
}
.bannerArea .Txt .titleBox .titleImg::after {
  position: absolute;
  right: 225px;
  top: 65px;
  content: attr(data-tip);
  display: block;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 3px;
  color: #000000;
}
@media (max-width: 1024px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 620px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    right: 0px;
    top: 45px;
  }
}
@media (max-width: 800px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 520px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    top: 40px;
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 420px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 280px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 18px;
    top: 110%;
  }
}
.bannerArea .decoBox .city {
  position: absolute;
  top: 80px;
  left: calc(50% - 750px);
  display: block;
  max-width: 1474px;
  z-index: 1;
  -webkit-animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .city {
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .city {
    height: 70%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .city {
    height: 80%;
    top: 80px;
  }
}
@media (max-width: 360px) {
  .bannerArea .decoBox .city {
    height: 80%;
  }
}
.bannerArea .decoBox .a {
  position: absolute;
  top: 320px;
  left: calc(50% - 550px);
  display: block;
  max-width: 243px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: e01TextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .a {
    max-width: 20vw;
    left: 5%;
    top: 30%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .a {
    max-width: 28vw;
    left: 5%;
    top: 40%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .a {
    max-width: 20vw;
    left: 5%;
    top: 40%;
  }
}
.bannerArea .decoBox .b {
  position: absolute;
  top: 410px;
  left: calc(50% - 450px);
  display: block;
  max-width: 240px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
          animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .b {
    max-width: 20vw;
    left: 15%;
    top: 40%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .b {
    max-width: 26vw;
    left: 15%;
    top: 55%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .b {
    max-width: 20vw;
    left: 10%;
    top: 55%;
  }
}
.bannerArea .decoBox .o {
  position: absolute;
  top: 360px;
  left: 50%;
  display: block;
  max-width: 205px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
          animation: e02TextUp 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .o {
    max-width: 18vw;
    left: initial;
    right: 32%;
    top: 42%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .o {
    max-width: 22vw;
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .o {
    max-width: 19vw;
    right: 45%;
    top: 60%;
  }
}
.bannerArea .decoBox .u {
  position: absolute;
  top: 320px;
  right: calc(50% - 410px);
  display: block;
  max-width: 243px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
          animation: e01TextUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .u {
    max-width: 20vw;
    right: 13%;
    top: 40%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .u {
    max-width: 23vw;
    right: 10%;
    top: 45%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .u {
    max-width: 20vw;
    right: 20%;
    top: 60%;
  }
}
.bannerArea .decoBox .t {
  position: absolute;
  top: 440px;
  left: calc(50% + 280px);
  display: block;
  max-width: 255px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
          animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .t {
    max-width: 24vw;
    left: initial;
    right: -2%;
    top: 50%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .t {
    max-width: 27vw;
    right: 2%;
    top: 60%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .t {
    max-width: 22vw;
    right: 2%;
    top: 65%;
  }
}
.bannerArea .decoBox .box02 {
  position: absolute;
  top: 140px;
  left: calc(50% + 280px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box02 img {
  display: block;
  height: auto;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box02 {
    right: 10%;
    left: initial;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 12vh;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .box02 img {
    max-width: 9vh;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box02 {
    top: 20%;
  }
}
.bannerArea .decoBox .box03 {
  position: absolute;
  bottom: initial;
  top: 540px;
  left: calc(50% - 350px);
  display: block;
  height: auto;
  max-width: 52px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box03 {
    max-width: 5vh;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box03 {
    top: 75%;
    left: 20%;
  }
}

/*valueArea*/
.valueBox {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1380px;
  margin: 0 auto;
  padding: 90px 20px 0;
}
@media (max-width: 1440px) {
  .valueBox {
    padding: 80px 20px 0;
  }
}
@media (max-width: 1024px) {
  .valueBox {
    padding: 30px 20px 0;
  }
}
.valueBox .leftBox {
  position: relative;
  width: 50%;
  padding-left: 20px;
  z-index: 6;
}
@media (max-width: 1280px) {
  .valueBox .leftBox {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .valueBox .leftBox {
    width: 100%;
    padding-left: 0;
  }
}
.valueBox .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 120px;
  padding-left: 50px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .valueBox .rightBox {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .valueBox .rightBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .valueBox .rightBox {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .valueBox .rightBox {
    padding-top: 20px;
  }
}
.valueBox .titleBox {
  text-align: left;
  margin-bottom: 35px;
}
.valueBox .leftTxt {
  position: relative;
  padding-left: 50px;
}
.valueBox .leftTxt::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  height: calc(100% + 100px);
  background: #003670;
}
@media (max-width: 480px) {
  .valueBox .leftTxt {
    padding-left: 30px;
  }
}
@media (max-width: 360px) {
  .valueBox .leftTxt {
    padding-left: 20px;
  }
  .valueBox .leftTxt::before {
    left: 5px;
  }
}
.valueBox .leftImg {
  max-width: 660px;
  margin-left: -25px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .valueBox .leftImg {
    width: 70%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .valueBox .leftImg {
    width: 100%;
  }
}
.valueBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.valueBox .centerImg {
  max-width: 400px;
}
@media (max-width: 1366px) {
  .valueBox .centerImg {
    max-width: 360px;
  }
}
@media (max-width: 1180px) {
  .valueBox .centerImg {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .valueBox .centerImg {
    max-width: 400px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .valueBox .centerImg {
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .valueBox .centerImg {
    width: 60%;
  }
}
.valueBox .rightTxt {
  max-width: 400px;
  margin-top: 40px;
}
@media (max-width: 1366px) {
  .valueBox .rightTxt {
    max-width: 360px;
  }
}
@media (max-width: 1180px) {
  .valueBox .rightTxt {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .valueBox .rightTxt {
    max-width: 400px;
    padding-left: 40px;
    margin-top: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .valueBox .rightTxt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 600px;
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.valueBox .rightImg {
  position: absolute;
  top: 33%;
  right: -10%;
  max-width: 220px;
}
@media (max-width: 1024px) {
  .valueBox .rightImg {
    top: -270px;
    right: 0;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .valueBox .rightImg {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
}
@media (max-width: 640px) {
  .valueBox .rightImg {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .valueBox .rightImg {
    margin-left: 20px;
  }
}
.valueBox .decoBox {
  position: absolute;
  z-index: 1;
  width: 775px;
  height: 500px;
  bottom: -300px;
  right: -250px;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .valueBox .decoBox {
    width: 600px;
    right: 0;
  }
}
@media (max-width: 1280px) {
  .valueBox .decoBox {
    width: 500px;
  }
}
@media (max-width: 1080px) {
  .valueBox .decoBox {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .valueBox .decoBox {
    width: 280px;
    height: 330px;
  }
}
@media (max-width: 360px) {
  .valueBox .decoBox {
    width: 200px;
  }
}
.valueBox .decoBox img {
  height: initial;
}
.valueBox .decoBox .c {
  position: absolute;
  top: 200px;
  left: 0;
  display: block;
  max-width: 10vw;
  width: 100%;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.6s forwards;
          animation: e02TextUp 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.6s forwards;
}
@media (max-width: 480px) {
  .valueBox .decoBox .c {
    max-width: 15vw;
  }
}
@media (max-width: 320px) {
  .valueBox .decoBox .c {
    max-width: 18vw;
  }
}
.valueBox .decoBox .o {
  position: absolute;
  top: 210px;
  left: 25%;
  display: block;
  max-width: 10vw;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 2.3s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
          animation: e01TextUp 2.3s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
}
@media (max-width: 480px) {
  .valueBox .decoBox .o {
    max-width: 15vw;
  }
}
@media (max-width: 320px) {
  .valueBox .decoBox .o {
    max-width: 18vw;
  }
}
.valueBox .decoBox .r {
  position: absolute;
  top: 230px;
  left: 44%;
  display: block;
  max-width: 12vw;
  width: 100%;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.6s forwards;
          animation: e02TextUp 1s cubic-bezier(0.77, -0.01, 0.58, 1) 0.6s forwards;
}
@media (max-width: 480px) {
  .valueBox .decoBox .r {
    max-width: 17vw;
  }
}
@media (max-width: 320px) {
  .valueBox .decoBox .r {
    max-width: 20vw;
  }
}
.valueBox .decoBox .e {
  position: absolute;
  top: 250px;
  left: 70%;
  display: block;
  max-width: 12vw;
  width: 100%;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 2.3s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
          animation: e01TextUp 2.3s cubic-bezier(0.77, -0.01, 0.58, 1) forwards;
}
@media (max-width: 480px) {
  .valueBox .decoBox .e {
    max-width: 17vw;
  }
}
@media (max-width: 320px) {
  .valueBox .decoBox .e {
    max-width: 20vw;
  }
}
.valueBox .decoBox .box02 {
  position: absolute;
  top: 50px;
  left: 55%;
  display: block;
  height: auto;
  max-width: 5vw;
  width: 100%;
  z-index: 5;
}
.valueBox .decoBox .box03 {
  position: absolute;
  bottom: initial;
  top: 160px;
  left: 70%;
  display: block;
  height: auto;
  max-width: 2.5vw;
  width: 100%;
  z-index: 5;
}
@media (max-width: 768px) {
  .valueBox .decoBox {
    display: none;
  }
}
.valueBox .leftDecoBox {
  position: absolute;
  left: -200px;
  bottom: -400px;
  z-index: 0;
  width: 100%;
  height: 366px;
  overflow: hidden;
}
.valueBox .leftDecoBox img {
  height: initial;
}
.valueBox .leftDecoBox .advantageCity {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
}

/*AdvantageArea*/
.advantageBox {
  position: relative;
  z-index: 6;
  max-width: 1380px;
  margin: 0 auto;
  padding: 70px 20px 0;
}
.advantageBox .textEditor {
  position: relative;
  max-width: 955px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.advantageBox .textEditor::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #003670;
}
.advantageBox .advantageInsBox {
  position: relative;
  margin: 40px -30px;
}
@media (max-width: 1560px) {
  .advantageBox .advantageInsBox {
    margin: 40px 30px;
  }
}
.advantageBox .listItem {
  position: relative;
}
.advantageBox .item {
  margin: 0 30px;
}
@media (max-width: 1560px) {
  .advantageBox .item {
    margin: 0;
  }
}
.advantageBox .item .Img {
  position: relative;
  border-radius: 50%;
  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: 130px;
  height: 130px;
  margin: 0 auto;
  background: #32dbff;
}
.advantageBox .item img {
  display: block;
  width: 52px;
}
.advantageBox .item .Txt {
  text-align: center;
  margin-top: 20px;
}
.advantageBox .item .title {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1.8px;
  color: #003670;
}
.advantageBox .item .text {
  margin: 8px 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #000000;
}
.advantageBox .circleBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.advantageBox .circleBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes circle {
  to {
    stroke-dasharray: 80;
    stroke-dashoffset: 1400;
  }
}
@keyframes circle {
  to {
    stroke-dasharray: 80;
    stroke-dashoffset: 1400;
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}
.advantageBox .circle {
  width: 112px;
  height: 112px;
  stroke: #f0f0f0;
  stroke-width: 3;
  stroke-dasharray: 80;
  -webkit-animation: circle 25s linear infinite;
          animation: circle 25s linear infinite;
}
.advantageBox .dotsCircle {
  width: 108px;
  height: 108px;
  fill: #ffffff;
  -webkit-animation: rotateCircle 45s linear infinite;
          animation: rotateCircle 45s linear infinite;
}
.advantageBox .advantageBtnBox {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 80px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .advantageBox .advantageBtnBox {
    top: 40%;
    width: calc(100% + 100px);
  }
}
@media (max-width: 360px) {
  .advantageBox .advantageBtnBox {
    top: 30%;
  }
}
.advantageBox .advantageBtnBox .arrow {
  position: relative;
  height: 28px;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: all;
}
.advantageBox .advantageBtnBox .arrowPrev {
  position: relative;
  margin-right: auto;
}
.advantageBox .advantageBtnBox .arrowPrev svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media (min-width: 1179px) {
  .advantageBox .advantageBtnBox .arrow:hover a {
    color: #003670;
  }
  .advantageBox .advantageBtnBox .arrow:hover span {
    width: 65px;
    height: 65px;
    background: #003670;
    margin-left: 15px;
  }
  .advantageBox .advantageBtnBox .arrow:hover svg {
    stroke: #ffffff;
  }
}
.advantageBox .advantageBtnBox span {
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
}
.advantageBox .advantageBtnBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*goalArea*/
.goalBox {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 45px 0;
}
@media (max-width: 640px) {
  .goalBox {
    padding: 50px 20px 0;
  }
}
.goalBox .top {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .goalBox .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.goalBox .top .Img {
  position: relative;
  z-index: 5;
  max-width: 655px;
  width: 100%;
}
.goalBox .top .Img img {
  display: block;
  width: 100%;
}
.goalBox .top .Txt {
  position: relative;
  z-index: 2;
  background: url(../images/about/textBg.png);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-left: -40px;
  padding: 50px 90px;
  min-height: 510px;
}
.goalBox .top .Txt::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5%;
  display: block;
  width: 170px;
  height: 2px;
  background: #003670;
}
@media (max-width: 1180px) {
  .goalBox .top .Txt {
    margin: -40px 0 0 auto;
    padding-top: 70px;
    max-width: 805px;
  }
  .goalBox .top .Txt::after {
    width: 2px;
    height: 170px;
    top: 0;
    left: 5%;
  }
}
@media (max-width: 640px) {
  .goalBox .top .Txt {
    padding: 70px 40px 50px;
  }
  .goalBox .top .Txt::after {
    left: 2.5%;
  }
}
@media (max-width: 480px) {
  .goalBox .top .Txt::after {
    left: 5%;
  }
}
.goalBox .top .titleBox {
  position: relative;
  text-align: left;
}
.goalBox .top .textEditor {
  margin-top: 60px;
}
.goalBox .goalInsBox {
  position: relative;
  z-index: 5;
  margin: 45px -20px 0;
}
@media (max-width: 1560px) {
  .goalBox .goalInsBox {
    padding: 0 80px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .goalBox .goalInsBox {
    padding: 0;
  }
}
.goalBox .slick-list {
  padding: 0 10px;
}
@media (max-width: 1560px) {
  .goalBox .slick-list {
    padding: 0;
  }
}
.goalBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px -10px;
}
@media (max-width: 1560px) {
  .goalBox .item {
    margin: 10px;
  }
}
@media (max-width: 1180px) {
  .goalBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.goalBox .item .number {
  position: relative;
  text-align: center;
  padding: 15px 20px;
  margin-right: 10px;
}
@media (max-width: 1560px) {
  .goalBox .item .number {
    margin-right: 15px;
    padding: 15px;
  }
}
@media (max-width: 1180px) {
  .goalBox .item .number {
    margin-right: 0;
  }
}
.goalBox .item em {
  font-size: 58px;
  font-family: Roboto;
  font-weight: 500;
  color: #45d2e8;
}
@media (max-width: 1440px) {
  .goalBox .item em {
    font-size: 48px;
  }
}
.goalBox .item svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 27px;
}
.goalBox .item svg:nth-of-type(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.goalBox .item svg:nth-of-type(2) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 2px)) rotate(180deg);
          transform: translateX(calc(-50% - 2px)) rotate(180deg);
}
.goalBox .item .Txt {
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .goalBox .item .Txt {
    text-align: center;
  }
}
.goalBox .item .titleEn {
  font-family: Outfit;
  font-weight: 400;
  font-size: 35px;
  color: #003670;
  white-space: nowrap;
}
@media (max-width: 1560px) {
  .goalBox .item .titleEn {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .goalBox .item .titleEn {
    white-space: normal;
  }
}
@media (max-width: 360px) {
  .goalBox .item .titleEn {
    font-size: 28px;
  }
}
.goalBox .item .title {
  color: #313131;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
@media (max-width: 1560px) {
  .goalBox .item .title {
    font-size: 18px;
  }
}
.goalBox .goalBtnBox {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 200px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1560px) {
  .goalBox .goalBtnBox {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .goalBox .goalBtnBox {
    width: calc(100% + 80px);
  }
}
@media (max-width: 640px) {
  .goalBox .goalBtnBox {
    width: calc(100% + 40px);
    top: 40%;
  }
}
.goalBox .goalBtnBox .arrow {
  position: relative;
  height: 28px;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: all;
}
.goalBox .goalBtnBox .arrowPrev {
  position: relative;
  margin-right: auto;
}
.goalBox .goalBtnBox .arrowPrev svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media (min-width: 1179px) {
  .goalBox .goalBtnBox .arrow:hover a {
    color: #003670;
  }
  .goalBox .goalBtnBox .arrow:hover span {
    width: 65px;
    height: 65px;
    background: #003670;
    margin-top: -15px;
  }
  .goalBox .goalBtnBox .arrow:hover svg {
    stroke: #ffffff;
  }
}
.goalBox .goalBtnBox span {
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.goalBox .goalBtnBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.goalBox .decoBox {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: calc(100% + 340px);
  height: 495px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .goalBox .decoBox {
    top: calc(50% + 280px);
    width: 100%;
  }
}
@media (max-width: 640px) {
  .goalBox .decoBox {
    display: none;
  }
}
.goalBox .decoBox img {
  height: initial;
}
.goalBox .decoBox .goalCity {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
}

/*businessArea*/
.businessBox {
  position: relative;
  padding: 65px 0;
  margin: 85px auto 0;
  background: #e1efe6;
}
.businessBox .top {
  position: relative;
  z-index: 5;
  padding: 0 20px;
}
.businessBox .textEditor {
  position: relative;
  max-width: 755px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.businessBox .textEditor::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #003670;
}
.businessBox .businessInsBox {
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .businessBox .businessInsBox {
    padding-top: 80px;
    overflow-x: scroll;
    overflow-y: visible;
  }
}
.businessBox .list {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1543px;
  height: 100%;
  padding: 0 20px;
}
.businessBox .listItem {
  position: absolute;
  z-index: 5;
}
.businessBox .listItem .item {
  position: relative;
  z-index: 5;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.businessBox .listItem .item::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #32dbff;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.businessBox .listItem .item::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}
.businessBox .listItem svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  -webkit-animation: rotateCircle 25s linear infinite;
          animation: rotateCircle 25s linear infinite;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.businessBox .listItem .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1vw;
  letter-spacing: 1.3px;
  color: #003670;
}
@-webkit-keyframes zoomCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
  }
  60% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
            transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
  }
  60% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5, 2.5);
            transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
    border-width: 1px;
  }
}
.businessBox .listItem .zoomCircle {
  display: none;
}
@media (max-width: 1180px) {
  .businessBox .listItem .zoomCircle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .businessBox .listItem .zoomCircle {
    border-width: 2.4px;
  }
}
.businessBox .listItem:nth-of-type(1) {
  top: 8%;
  left: 19%;
}
.businessBox .listItem:nth-of-type(1) .item {
  width: 6.5vw;
  height: 6.5vw;
}
.businessBox .listItem:nth-of-type(1) .item::after {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(1) .item::before {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(1) .zoomCircle {
  -webkit-animation: zoomCircle 5s linear backwards infinite;
          animation: zoomCircle 5s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(2) {
  top: 17%;
  left: 71%;
}
.businessBox .listItem:nth-of-type(2) .item {
  width: 6.5vw;
  height: 6.5vw;
}
.businessBox .listItem:nth-of-type(2) .item::after {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(2) .item::before {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(2) .zoomCircle {
  -webkit-animation: zoomCircle 5s 5s linear backwards infinite;
          animation: zoomCircle 5s 5s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(3) {
  top: 9%;
  left: 79%;
}
.businessBox .listItem:nth-of-type(3) .item {
  width: 5.5vw;
  height: 5.5vw;
}
.businessBox .listItem:nth-of-type(3) .item::after {
  height: 110%;
  bottom: -110%;
}
.businessBox .listItem:nth-of-type(3) .item::before {
  bottom: -110%;
}
.businessBox .listItem:nth-of-type(3) .zoomCircle {
  -webkit-animation: zoomCircle 7s linear backwards infinite;
          animation: zoomCircle 7s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(4) {
  top: 23%;
  left: 84%;
}
.businessBox .listItem:nth-of-type(4) .item {
  width: 5.7vw;
  height: 5.7vw;
}
.businessBox .listItem:nth-of-type(4) .item::after {
  height: 50%;
  bottom: -50%;
}
.businessBox .listItem:nth-of-type(4) .item::before {
  bottom: -50%;
}
.businessBox .listItem:nth-of-type(4) .zoomCircle {
  -webkit-animation: zoomCircle 7s 8s linear backwards infinite;
          animation: zoomCircle 7s 8s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(5) {
  top: 34%;
  left: 77.5%;
}
.businessBox .listItem:nth-of-type(5) .item {
  width: 5vw;
  height: 5vw;
}
.businessBox .listItem:nth-of-type(5) .item::after {
  height: 40%;
  bottom: -40%;
}
.businessBox .listItem:nth-of-type(5) .item::before {
  bottom: -40%;
}
.businessBox .listItem:nth-of-type(5) .zoomCircle {
  -webkit-animation: zoomCircle 10s 3s linear backwards infinite;
          animation: zoomCircle 10s 3s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(6) {
  top: 39%;
  left: 69.5%;
}
.businessBox .listItem:nth-of-type(6) .item {
  width: 6.2vw;
  height: 6.2vw;
}
.businessBox .listItem:nth-of-type(6) .item::after {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(6) .item::before {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(6) .title {
  font-size: 0.9vw;
}
.businessBox .listItem:nth-of-type(6) .zoomCircle {
  -webkit-animation: zoomCircle 7s 8s linear backwards infinite;
          animation: zoomCircle 7s 8s linear backwards infinite;
}
.businessBox .listItem:nth-of-type(7) {
  top: 10%;
  left: 55%;
}
.businessBox .listItem:nth-of-type(7) .item {
  width: 6.2vw;
  height: 6.2vw;
}
.businessBox .listItem:nth-of-type(7) .item::after {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(7) .item::before {
  bottom: -70%;
}
.businessBox .listItem:nth-of-type(7) .title {
  font-size: 0.9vw;
}
.businessBox .listItem:nth-of-type(7) .zoomCircle {
  -webkit-animation: zoomCircle 7s 8s linear backwards infinite;
          animation: zoomCircle 7s 8s linear backwards infinite;
}
@media (max-width: 1780px) {
  .businessBox .listItem:nth-of-type(1) {
    top: 10%;
  }
  .businessBox .listItem:nth-of-type(2) {
    top: 15%;
  }
  .businessBox .listItem:nth-of-type(3) {
    top: 8%;
  }
  .businessBox .listItem:nth-of-type(3) .item::after {
    height: 130%;
    bottom: -130%;
  }
  .businessBox .listItem:nth-of-type(3) .item::before {
    bottom: -130%;
  }
  .businessBox .listItem:nth-of-type(4) {
    top: 21%;
  }
  .businessBox .listItem:nth-of-type(5) {
    top: 34%;
  }
  .businessBox .listItem:nth-of-type(6) {
    top: 42%;
  }
}
@media (max-width: 1680px) {
  .businessBox .listItem:nth-of-type(1) {
    top: 12%;
  }
  .businessBox .listItem:nth-of-type(2) {
    top: 17%;
  }
  .businessBox .listItem:nth-of-type(3) {
    top: 15%;
  }
  .businessBox .listItem:nth-of-type(4) {
    top: 23%;
  }
  .businessBox .listItem:nth-of-type(5) {
    top: 36%;
  }
  .businessBox .listItem:nth-of-type(6) {
    top: 44%;
  }
  .businessBox .listItem:nth-of-type(6) .item {
    width: 6.7vw;
    height: 6.7vw;
  }
  .businessBox .listItem:nth-of-type(6) .title {
    font-size: 1vw;
  }
}
@media (max-width: 1180px) {
  .businessBox .listItem:nth-of-type(1) {
    top: 28%;
    left: 20%;
  }
  .businessBox .listItem:nth-of-type(1) .item {
    width: 7.8vw;
    height: 7.8vw;
    background: rgba(255, 255, 255, 0.7);
  }
  .businessBox .listItem:nth-of-type(1) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(1) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(2) {
    top: 30%;
    left: 70%;
  }
  .businessBox .listItem:nth-of-type(2) .item {
    width: 7.8vw;
    height: 7.8vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .businessBox .listItem:nth-of-type(2) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(2) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(3) {
    top: 27%;
  }
  .businessBox .listItem:nth-of-type(3) .item {
    width: 7.5vw;
    height: 7.5vw;
    background: rgba(255, 255, 255, 0.5);
  }
  .businessBox .listItem:nth-of-type(3) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(3) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(4) {
    top: 30%;
  }
  .businessBox .listItem:nth-of-type(4) .item {
    width: 7.5vw;
    height: 7.5vw;
    background: rgba(255, 255, 255, 0.5);
  }
  .businessBox .listItem:nth-of-type(4) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(4) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(5) {
    top: 40%;
    left: 77%;
  }
  .businessBox .listItem:nth-of-type(5) .item {
    width: 7.5vw;
    height: 7.5vw;
    background: rgba(255, 255, 255, 0.7);
  }
  .businessBox .listItem:nth-of-type(5) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(5) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(6) {
    top: 50%;
    left: 70%;
  }
  .businessBox .listItem:nth-of-type(6) .item {
    width: 12vw;
    height: 12vw;
    background: rgba(255, 255, 255, 0.6);
  }
  .businessBox .listItem:nth-of-type(6) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(6) .item::before {
    display: none;
  }
  .businessBox .listItem:nth-of-type(7) {
    top: 20%;
    left: 55%;
  }
  .businessBox .listItem:nth-of-type(7) .item {
    width: 8vw;
    height: 8vw;
    background: rgba(255, 255, 255, 0.6);
  }
  .businessBox .listItem:nth-of-type(7) .item::after {
    display: none;
  }
  .businessBox .listItem:nth-of-type(7) .item::before {
    display: none;
  }
}
@media (min-width: 1179px) {
  .businessBox .listItem:hover .item {
    background: #003670;
  }
  .businessBox .listItem:hover .item::before {
    background: #003670;
  }
  .businessBox .listItem:hover .item::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#003670), to(rgba(0, 54, 112, 0)));
    background: linear-gradient(to bottom, #003670 0%, rgba(0, 54, 112, 0) 100%);
  }
  .businessBox .listItem:hover svg {
    opacity: 1;
  }
  .businessBox .listItem:hover .title {
    color: #ffffff;
  }
}
@media (max-width: 800px) {
  .businessBox .listItem:nth-of-type(1) {
    left: 120px;
  }
  .businessBox .listItem:nth-of-type(1) .item {
    width: 65px;
    height: 65px;
  }
  .businessBox .listItem:nth-of-type(2) {
    left: 550px;
  }
  .businessBox .listItem:nth-of-type(2) .item {
    width: 65px;
    height: 65px;
  }
  .businessBox .listItem:nth-of-type(3) {
    left: 630px;
  }
  .businessBox .listItem:nth-of-type(3) .item {
    width: 60px;
    height: 60px;
  }
  .businessBox .listItem:nth-of-type(4) {
    left: 690px;
  }
  .businessBox .listItem:nth-of-type(4) .item {
    width: 60px;
    height: 60px;
  }
  .businessBox .listItem:nth-of-type(5) {
    left: 620px;
  }
  .businessBox .listItem:nth-of-type(5) .item {
    width: 60px;
    height: 60px;
  }
  .businessBox .listItem:nth-of-type(6) {
    left: 560px;
  }
  .businessBox .listItem:nth-of-type(6) .item {
    width: 90px;
    height: 90px;
  }
  .businessBox .listItem:nth-of-type(7) {
    left: 450px;
  }
  .businessBox .listItem:nth-of-type(7) .item {
    width: 60px;
    height: 60px;
  }
}
.businessBox .map {
  display: block;
  width: 1543px;
  max-width: 100%;
  margin: -60px auto 0;
}
@media (max-width: 800px) {
  .businessBox .map {
    max-width: 800px;
    width: initial;
  }
}
@-webkit-keyframes dragMove {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
@keyframes dragMove {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
.businessBox .scrollBox {
  display: none;
  margin-top: -80px;
  position: relative;
  z-index: 5;
}
.businessBox .scrollBox span {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #003670;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-animation: dragMove 2.5s cubic-bezier(0.61, 1, 0.88, 1) infinite;
          animation: dragMove 2.5s cubic-bezier(0.61, 1, 0.88, 1) infinite;
}
.businessBox .scrollBox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media (max-width: 800px) {
  .businessBox .scrollBox {
    display: block;
  }
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}