.homeb0 .left {
  width: calc(100% - 2.6rem - 0.96rem);
}
.homeb0 .right {
  width: 2.6rem;
  position: relative;
  justify-content: flex-end;
}
.homeb0 .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #eaeaea;
  height: 100%;
}
.homeb0 .right .box {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.homeb0 .right.aos-init::before {
  height: 0;
  transition: 1s 0.5s;
}
.homeb0 .right.aos-animate::before {
  height: 100%;
}
.footlinks .dot {
  position: absolute;
  left: -0.07rem;
  top: 0;
  width: 0.07rem;
  height: 0.07rem;
  background: #005ca1;
}
.footlinks .dot:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 0.65rem;
  height: 1px;
  background: #d7d7d7;
}
.footlinks .dot:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 1px;
  height: 0.6rem;
  background: #d7d7d7;
}
.footlinks.aos-init .dot:before {
  width: 0;
  transition: 1s 0.5s;
}
.footlinks.aos-animate .dot:before {
  width: 1.12rem;
}
.footlinks.aos-init .dot:after {
  height: 0;
  transition: 1s 0.5s;
}
.footlinks.aos-animate .dot:after {
  height: 0.6rem;
}

.footlinks .ll {
  display: flex;
  flex-direction: column;
  align-items: center;
align-items: flex-end;
}
.footlinks h6 {
  font-size: 0.3rem;
  color: #c9c9c9;
  font-family: "Heebo Medium";
  line-height: 1;
 /* writing-mode: tb-rl;*/
  text-transform: uppercase;
}
/* .footlinks h3{font-size: .48rem;color: #000000;font-weight: bold;line-height: 1;margin: .3rem 0 0;position: relative;padding: .2rem 0 0 .2rem;} */
.footlinks h3 {
  font-size: 0.4rem;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  /* margin: 0.3rem 0 0; */
  position: relative;
  padding: 0.2rem 0 0 0.2rem;
}

.lt17 li {
  width: 25%;
  position: relative;
  z-index: 1;
  /* border-right: #dededf 1px solid; */
  border-right: rgba(241, 241, 241, 0.45) 1px solid;
}
.lt17 .a {
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.lt17 .a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
  box-shadow: 0px 4px 7px 0px rgba(61, 166, 228, 0.32);
  border-radius: 0.08rem;
  z-index: -1;
}
.lt17 .ico img {
  height: 0.4rem;
}
.lt17 .txt {
  padding: 0 7px;
  text-align: center;
}
.lt17 h4 {
  font-size: 0.15rem;
  color: #222222;
  transition: 0.5s;
  margin: 0.12rem 0 0;
}

.lt17 li:nth-child(1),
.lt17 li:nth-child(2),
.lt17 li:nth-child(3),
.lt17 li:nth-child(4) {
  border-bottom: rgba(241, 241, 241, 0.45) 1px solid;
}
/* .lt17 li:nth-child(5),
.lt17 li:nth-child(10) {
  border-right: none;
} */
/* .lt17 li:nth-child(1) .a,
.lt17 li:nth-child(2) .a,
.lt17 li:nth-child(3) .a,
.lt17 li:nth-child(4) .a,
.lt17 li:nth-child(5) .a {
  padding-bottom: 0.2rem;
}
.lt17 li:nth-child(6) .a,
.lt17 li:nth-child(7) .a,
.lt17 li:nth-child(8) .a,
.lt17 li:nth-child(9) .a,
.lt17 li:nth-child(10) .a {
  padding-top: 0.2rem;
} */
@media (min-width: 769px) {
  .lt17 li:hover {
    z-index: 2;
  }
  .lt17 .a:hover::before {
    transform: scale(1.05);
    opacity: 1;
  }
}
@media (max-width: 769px) {
  .footlinks .ll {
    align-items: flex-end;
    margin: 0 0.2rem 0 0;
  }
  .footlinks h6 {
    writing-mode: inherit;
    font-size: 0.12rem;
  }
  .footlinks h3 {
    margin: -0.15rem 0 0 !important;
    font-size: 0.3rem;
  }
  .footlinks .dot:before {
    width: 0.2rem !important;
  }
  .footlinks .dot:after {
    height: 0.3rem !important;
  }
  .lt17 .ico img {
    height: 0.3rem;
  }
  .lt17 h4 {
    font-size: 0.16rem;
  }
  .lt17 .a {
    height: 1.1rem;
  }
  .lt17 li:nth-child(1) .a,
  .lt17 li:nth-child(2) .a,
  .lt17 li:nth-child(3) .a,
  .lt17 li:nth-child(4) .a {
    padding-bottom: 0.06rem;
  }
  .lt17 li:nth-child(5) .a,
  .lt17 li:nth-child(6) .a,
  .lt17 li:nth-child(7) .a,
  .lt17 li:nth-child(8) .a {
    padding-top: 0.06rem;
  }
}
