.banner {
  position: sticky;
  top: 20px;
  margin-bottom: 75px;
}
.banner .swiper-pagination-bullet-active {
  background: #0c4128;
}
.banner .banner-pagination-box {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  background: transparent;
  transform: translateX(-50%);
}
.banner .banner-pagination {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  z-index: 100;
  flex-direction: column;
}
.banner .banner-pagination span {
  display: flex;
  height: 15px;
  width: 15px;
  background: #fff;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 0;
}
.banner .banner-pagination .on {
  background: #b2e8ff;
  color: #fff;
  display: flex;
}
.banner .banner-action {
  user-select: none;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  height: 104px;
  background: #fff;
  box-shadow: 0 0 -500px #333;
  z-index: 1000;
  display: grid;
  grid-template-columns: 220px minmax(500px, 1fr);
}
.banner .banner-action .left {
  border-right: 1px solid #ccc;
}
.banner .banner-action .left ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner .banner-action .left ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
  color: #999;
}
.banner .banner-action .left ul li:hover {
  color: #666;
}
.banner .banner-action .left ul .on {
  color: #b2b2b2;
}
.banner .banner-action .right {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner .banner-action .right .img {
  width: 182px;
}
.banner .banner-action .right .swiper-slide {
  cursor: pointer;
}
.banner .banner-action .right .swiper-slide-thumb-active {
  box-shadow: 0 0 40px #ccc;
}

.qyqb {
  background: #fff;
  position: sticky;
  top: 69px;
  z-index: 100;
  padding: 20px 20px 90px 20px;
  border-bottom: 220px solid #ace1f8;
}
.qyqb .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 55px;
  margin-top: 40px;
}
.qyqb .title h3 {
  font-size: 26px;
}
.qyqb .title p {
  font-size: 16px;
  margin-top: 10px;
}
.qyqb .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qyqb .left img {
  max-width: 100%;
}
.qyqb .right {
  flex: 1;
}
.qyqb .right ul li {
  display: flex;
  margin-bottom: 25px;
}
.qyqb .right ul li a {
  display: flex;
}
.qyqb .right ul li .img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.qyqb .right ul li .img:before {
  content: '';
  width: 1px;
  background: #e6e6e6;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: -1;
}
.qyqb .right ul li .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  flex: 1;
}
.qyqb .right ul li .info h3 {
  color: #474747;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
.qyqb .right ul li .info h3 span {
  margin-left: 10px;
}
.qyqb .right ul li .info h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 120px;
  height: 1px;
  background: #d0d0d0;
}
.qyqb .right ul li .info p {
  font-size: 14px;
  color: #b2b2b2;
}
.qyqb .right ul li:last-child .img:before {
  display: none;
}

.a1-box {
  z-index: 100;
  position: sticky;
  height: 20vh;
  background: #ace1f8;
}
.a1-box .container {
  position: relative;
  padding: 20px;
}
.a1-box ul {
  display: flex;
  position: absolute;
  box-shadow: 0 0 20px #ccc;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  top: -95px;
  background: #fff;
}
.a1-box ul li {
  flex: 1;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.a1-box ul li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background: #eee;
}
.a1-box ul li .t {
  position: relative;
  margin-bottom: -2px;
}
.a1-box ul li .t b {
  font-size: 36px;
  color: #474747;
}
.a1-box ul li .t span {
  position: absolute;
  top: 0;
  padding-left: 10px;
  font-size: 14px;
}
.a1-box ul li p {
  font-size: 16px;
  color: #797979;
  text-align: center;
}
.a1-box ul li:last-child:before {
  display: none;
}

.a2-box {
  z-index: 100;
  position: sticky;
  top: 69px;
  background: url(../images/g_b1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 350px 0;
}
.a2-box .swiper .swiper-button-prev {
  border: 1px solid #e6e6e6;
  padding: 10px;
  width: 50px;
  height: 60px;
  color: #b2b2b2;
  background: #fff;
}
.a2-box .swiper .swiper-button-prev:after {
  font-size: 24px;
}
.a2-box .swiper .swiper-button-prev:hover {
  border: none;
  color: #fff;
  background: #a5dbf2;
}
.a2-box .swiper .swiper-button-next {
  border: 1px solid #e6e6e6;
  padding: 10px;
  width: 50px;
  height: 60px;
  color: #b2b2b2;
  background: #fff;
}
.a2-box .swiper .swiper-button-next:after {
  font-size: 24px;
}
.a2-box .swiper .swiper-button-next:hover {
  border: none;
  color: #fff;
  background: #a5dbf2;
}
.a2-box .swiper .d-flex {
  padding: 0 100px;
}
.a2-box .left {
  flex: 1;
  padding-right: 100px;
}
.a2-box .left .title {
  margin-bottom: 50px;
}
.a2-box .left .title h3 {
  color: #474747;
  font-size: 20px;
  margin-bottom: 5px;
}
.a2-box .left .title p {
  font-size: 14px;
  color: #b2b2b2;
}
.a2-box .left .info {
  border-top: 1px solid #ccc;
}
.a2-box .left .info p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  color: #797979;
}
.a2-box .left .info .more {
  margin-top: 40px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.a2-box .left .info .more:hover {
  background: #a5dbf2;
  color: #fff;
  border: none;
}
.a2-box .right {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2-box .right img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}

.a3-box {
  padding: 50px 20px 20px 20px;
  background: #fff;
  z-index: 100;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a3-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a3-box .title h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.a3-box .title p {
  font-size: 16px;
  color: #797979;
}
.a3-box .tab-ul {
  margin-top: 30px;
  display: flex;
  width: 650px;
}
.a3-box .tab-ul li {
  flex: 1;
  font-size: 14px;
  color: #797979;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a3-box .tab-ul li:hover {
  text-decoration: underline;
}
.a3-box .tab-ul li:last-child {
  border-right: none;
}
.a3-box .con {
  margin-top: 30px;
  width: 100%;
}
.a3-box .con .box {
  display: none;
}
.a3-box .con .box .swiper {
  padding-bottom: 40px;
}
.a3-box .con .box .swiper p {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.a3-box .con .box .swiper .swiper-pagination-bullet-active {
  background: #b2e8ff;
}
.a3-box .con .box:nth-child(1) {
  display: block;
}
.a3-box .more {
  margin-top: 10px;
  width: 268px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.a3-box .more:hover {
  background: #a5dbf2;
  color: #fff;
  border: none;
}

.a4-box {
  padding: 50px 20px;
  background: url(../images/g_bg2.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a4-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a4-box .title h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.a4-box .title p {
  font-size: 16px;
  color: #797979;
}
.a4-box .list {
  display: grid;
  width: 1097px;
  margin: 30px auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.a4-box .list li {
  width: 100%;
  padding: 10px;
  transition: all 0.3s;
}
.a4-box .list li:hover {
  box-shadow: 0 0 20px #ccc;
}
.a4-box .list li:hover h4 {
  text-decoration: underline;
}
.a4-box .list li h4 {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.a4-box .list li time {
  color: #797979;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.a4-box .list li p {
  font-size: 14px;
  color: #797979;
  margin-top: 20px;
}
.a4-box .list li img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.a4-box .more {
  margin-top: 30px;
  width: 268px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.a4-box .more:hover {
  background: #a5dbf2;
  color: #fff;
  border: none;
}

.footer {
  background: #f0f0f0;
  position: relative;
  z-index: 200;
}
.footer .box {
  flex: 1;
  height: 55vh;
  display: flex;
  flex-direction: column;
}
.footer .box .title {
  margin-top: 80px;
}
.footer .box .title h3 {
  font-size: 26px;
}
.footer .box .title span {
  margin-top: 10px;
  font-size: 18px;
  color: #797979;
  display: block;
}
.footer .box .info {
  margin-top: 50px;
}
.footer .box .info p {
  font-size: 18px;
  color: #474747;
  margin-bottom: 5px;
}
.footer .box .list {
  margin-top: 50px;
  display: flex;
}
.footer .box .list li {
  width: 40px;
  height: 40px;
  background: #b2b2b2;
  margin-right: 30px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.footer .box .list li:hover {
  background: #b2e8ff;
}
.footer .box .list li img {
  display: block;
  width: 100%;
}
.footer .box .map {
  width: 532px;
  height: 350px;
}
.footer .box .map img {
  display: block;
  width: 100%;
}
.footer .box:nth-child(2) {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .a4-box .list {
    display: grid;
    width: 98%;
    margin: 30px auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .a4-box .list li {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    padding: 10px;
    transition: all 0.3s;
  }
  .a4-box .list li:hover {
    transform: scale(1.1);
  }
  .a4-box .list li:hover h4 {
    text-decoration: underline;
  }
  .a4-box .list li h4 {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
  .a4-box .list li time {
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }
  .a4-box .list li p {
    font-size: 14px;
    color: #797979;
    margin-top: 20px;
  }
  .a4-box .list li img {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  .a4-box .more {
    margin-top: 30px;
    width: 268px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: all 0.3s;
  }
  .a4-box .more:hover {
    background: #a5dbf2;
    color: #fff;
    border: none;
  }

  .footer {
    background: #f0f0f0;
    position: relative;
    z-index: 200;
  }
  .footer .container {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .banner {
    top: 68px;
  }
  .banner .banner-action {
    display: none;
  }
  .banner .banner-pagination-box {
    display: none;
  }

  .qyqb .title {
    margin-bottom: 30px;
  }
  .qyqb .left {
    display: none;
  }
  .qyqb .right {
    display: flex;
    justify-content: center;
  }
  .qyqb .right ul li .info {
    margin-left: 20px;
  }

  .a2-box {
    padding: 100px 0;
  }
  .a2-box .left {
    flex: 1;
    padding-right: 20px;
  }
  .a2-box .left .title {
    margin-bottom: 50px;
  }
  .a2-box .left .title h3 {
    color: #474747;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .a2-box .left .title p {
    font-size: 14px;
    color: #b2b2b2;
  }
  .a2-box .left .info {
    border-top: 1px solid #ccc;
  }
  .a2-box .left .info p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
    color: #797979;
  }
  .a2-box .left .info .more {
    margin-top: 40px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: all 0.3s;
  }
  .a2-box .left .info .more:hover {
    background: #a5dbf2;
    color: #fff;
    border: none;
  }
  .a2-box .right {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .a2-box .right img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
  }

  .a4-box .list {
    display: grid;
    width: 98%;
    margin: 20px auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .a4-box .list li {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    padding: 10px;
    transition: all 0.3s;
  }
  .a4-box .list li:hover {
    transform: scale(1.1);
  }
  .a4-box .list li:hover h4 {
    text-decoration: underline;
  }
  .a4-box .list li h4 {
    display: block;
    font-size: 1.8vw;
    line-height: 1.5;
  }
  .a4-box .list li time {
    color: #797979;
    font-size: 1.8vw;
    margin-top: 10px;
    display: block;
  }
  .a4-box .list li p {
    font-size: 1.7vw;
    color: #797979;
    margin-top: 10px;
  }
  .a4-box .list li img {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .a4-box .more {
    margin-top: 30px;
    width: 268px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: all 0.3s;
  }
  .a4-box .more:hover {
    background: #a5dbf2;
    color: #fff;
    border: none;
  }

  .footer .box {
    flex: 1;
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .footer .box .title {
    margin-top: 20px;
  }
  .footer .box .title h3 {
    font-size: 26px;
  }
  .footer .box .title span {
    margin-top: 10px;
    font-size: 18px;
    color: #797979;
  }
  .footer .box .info {
    margin-top: 20px;
  }
  .footer .box .info p {
    font-size: 18px;
    color: #474747;
    margin-bottom: 5px;
  }
  .footer .box .list {
    margin-top: 20px;
    display: flex;
  }
  .footer .box .list li {
    width: 40px;
    height: 40px;
    background: #b2b2b2;
    margin-right: 30px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .footer .box .list li:hover {
    background: #b2e8ff;
  }
  .footer .box .list li img {
    display: block;
    width: 100%;
  }
  .footer .box .map {
    width: 100%;
    height: auto;
  }
  .footer .box .map img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .a1-box {
    z-index: 100;
    position: sticky;
    height: 90px;
    background: #ace1f8;
  }
  .a1-box .container {
    height: 100%;
    position: relative;
    padding: 10px;
  }
  .a1-box ul {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    top: -75px;
    background: #fff;
  }
  .a1-box ul li {
    flex: 1;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .a1-box ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: #eee;
  }
  .a1-box ul li .t {
    position: relative;
    margin-bottom: 2px;
  }
  .a1-box ul li .t b {
    font-size: 4vw;
    color: #474747;
  }
  .a1-box ul li .t span {
    position: absolute;
    top: 0;
    padding-left: 10px;
    font-size: 2.1vw;
  }
  .a1-box ul li p {
    font-size: 3vw;
    color: #797979;
    text-align: center;
  }
  .a1-box ul li:last-child:before {
    display: none;
  }

  .a2-box .left {
    padding-right: 0;
  }
  .a2-box .left .title {
    margin-bottom: 50px;
  }
  .a2-box .left .title h3 {
    color: #474747;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .a2-box .left .title p {
    font-size: 14px;
    color: #b2b2b2;
  }
  .a2-box .left .info {
    border-top: 1px solid #ccc;
  }
  .a2-box .left .info p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
    color: #797979;
  }
  .a2-box .left .info .more {
    margin-top: 40px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: all 0.3s;
  }
  .a2-box .left .info .more:hover {
    background: #a5dbf2;
    color: #fff;
    border: none;
  }
  .a2-box .right {
    display: none;
  }

  .a3-box {
    padding: 20px;
  }
  .a3-box .tab-ul {
    margin-top: 30px;
    display: flex;
    width: 100%;
  }
  .a3-box .tab-ul li {
    font-size: 14px;
  }
  .a3-box .tab-ul li:last-child {
    border-right: none;
  }
  .a3-box .tab-ul .on {
    text-decoration: underline;
  }

  .footer .box {
    flex: 1;
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .box .title {
    margin-top: 10px;
    text-align: center;
  }
  .footer .box .title h3 {
    font-size: 26px;
    display: block;
  }
  .footer .box .title span {
    margin-top: 10px;
    font-size: 18px;
    color: #797979;
  }
  .footer .box .info {
    margin-top: 20px;
  }
  .footer .box .info p {
    font-size: 18px;
    color: #474747;
    margin-bottom: 5px;
  }
  .footer .box .list {
    margin-top: 20px;
    display: flex;
  }
  .footer .box .list li {
    width: 40px;
    height: 40px;
    background: #b2b2b2;
    margin-right: 30px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .footer .box .list li:hover {
    background: #b2e8ff;
  }
  .footer .box .list li img {
    display: block;
    width: 100%;
  }
  .footer .box:nth-child(2) {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
