:root {
  --font-16: 16px;
  --font-20: 20px;
  --font-24: 24px;
  --font-32: 32px;
  --font-55: 55px;
  --color666: #666;
  --color333: #333;
  --color2: #383993;
}
.w-1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.w-1400 {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.w-1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.w-1920 {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.base-title {
  font-size: var(--font-32);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color2);
}
.banner-block {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-block img {
  width: 100%;
  height: 100%;
  display: block;
}
.slogan {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #e9553c;
  text-align: center;
}

.block1 {
  width: 100%;
  position: relative;
  padding: 150px 0;
}
.block1 .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.block1 .right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fafafa;
  z-index: -1;
}
.block1 .w-1400 {
  display: flex;
  align-items: center;
}
.block1 .left {
  padding-right: 155px;
  width: 50%;
}
.block1 .left img {
  margin-bottom: 44px;
}
.block1 .left p {
  font-size: var(--font-20);
  line-height: 2;
  color: var(--color666);
  font-weight: 400;
}
.block1 .left p span {
  color: var(--color2);
  font-weight: 700;
}
.block1 .right {
  width: 50%;
  padding-left: 166px;
}
.block1 .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -43px;
}
.block1 .right ul li {
  padding: 0 43px;
  margin-bottom: 81px;
  width: 50%;
  text-align: center;
}
.block1 .right ul li img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.block1 .right ul li .text {
  font-size: var(--font-20);
  font-weight: 700;
  color: var(--color2);
  line-height: 1.65;
}

.block2 {
  width: 100%;
}
.block2 .num-block {
  width: 100%;
}
.block2 .num1 {
  background-color: #f37021;
}
.block2 .num2 {
  background-color: #fafafa;
}
.block2 .num-block ul {
  display: flex;
  justify-content: center;
  margin: 0 -105px;
  padding: 40px 0;
}
.block2 .num-block ul li {
  position: relative;
  padding: 0 106px;
}
.block2 .num-block ul li:first-child {
  padding-left: 0;
}
.block2 .num-block ul li:last-child {
  padding-right: 0;
}
.block2 .num-block ul li .num-box {
  display: flex;
  justify-content: center;
}
.block2 .num-block.num1 ul li {
  color: #fff;
}
.block2 .num-block.num2 ul li {
  color: var(--color333);
}
.block2 .num-block ul li .num-box .num {
  font-size: var(--font-55);
  line-height: 1.5;
  font-weight: 700;
}
.block2 .num-block ul li .num-box span {
  font-size: 16px;
  font-weight: 400;
  padding-top: 50px;
}
.block2 .num-block ul li .num-title {
  text-align: center;
  font-size: var(--font-24);
  line-height: 1.5;
  font-weight: 400;
}
.block2 .num-block ul li .num-title.title1 {
  text-indent: -40px;
}
.block2 .num-block ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.block2 .num-block ul li:last-child:after {
  display: none;
}
.block2 .num-block.num2 ul {
  margin: 0;
}
.block2 .num-block.num2 ul li {
  position: relative;
  padding: 0 109px;
  text-align: center;
}
.block2 .num-block.num2 ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60px;
  background: rgba(51, 51, 51, 0.3);
}
.block2 .num-block.num2 ul li:last-child:after {
  display: none;
}
.block2 .num-block.num2 ul li:first-child {
  padding-left: 0;
}
.block2 .num-block.num2 ul li:last-child {
  padding-right: 0;
}
.block3 {
  padding: 120px 0 110px;
}
.block3 h2 {
  position: relative;
  font-size: var(--font-32);
  color: #09112c;
  line-height: 1.4;
  margin-bottom: 50px;
}
.block3 h2::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 306px;
  height: 2px;
  background: #09112c;
}
.block3 .info {
  display: flex;
}
.block3 .info .left {
  width: 60%;
}
.block3 .info .left p {
  font-size: var(--font-20);
  line-height: 2;
  color: var(--color333);
  margin-bottom: 24px;
}
.block3 .info .right {
  width: 40%;
  padding-left: 60px;
}
.block4 {
  height: 300px;
  background: url(../img/block4-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block4 p {
  text-align: center;
  font-size: var(--font-20);
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.block4 p.last {
  margin-top: 12px;
}
.block5 {
  padding: 60px 0 47px;
}
.block5 h3 {
  font-size: var(--font-20);
  color: var(--color2);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 50px;
}
.block5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -88px;
}
.block5 ul li {
  width: 50%;
  padding: 0 88px;
  margin-bottom: 40px;
}
.block5 ul li .icon {
  width: 56px;
}
.block5 ul li .icon img {
  width: 100%;
}
.block5 ul li .title {
  font-size: var(--font-24);
  color: #09112c;
  line-height: 1.4;
  font-weight: 700;
  margin: 30px 0 40px;
}
.block5 ul li .text {
  font-size: var(--font-20);
  color: var(--color333);
  line-height: 2;
  font-weight: 400;
}
.block6 {
  background-color: #fffbf8;
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}
.block6 .bg-box {
  position: absolute;
  height: 600px;
  left: 50%;
  transform: translateX(-50%);
}
.block6 .bg-box .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.block6 .bg-box .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.block6 .info {
  position: relative;
  z-index: 1;
}
.block6 .info .flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.block6 .info .flex-box:last-child {
  margin-bottom: 0;
}
.block6 .info .flex-box h4 {
  font-size: var(--font-32);
  color: var(--color2);
  font-weight: 700;
  line-height: 1.4;
  width: 280px;
}
.block6 .info .flex-box .answer {
  display: block;
  font-size: var(--font-20);
  color: var(--color666);
  line-height: 2;
  border-left: solid 2px #e9553c;
  padding-left: 24px;
  flex: 1;
}
.block7 {
  padding: 60px 0;
}
.block7 .flex-top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 120px;
  margin-top: 60px;
}
.block7 .flex-top img {
  width: 384px;
}
.block7 .img {
  width: 100%;
}
.block7 .img img {
  width: 100%;
}

.block8 {
  padding: 60px 0 0;
}
.block8 .img {
  width: 100%;
  margin-top: 60px;
}
.block8 .img img {
  width: 100%;
}
.block9 {
  padding: 60px 0;
}
.block9 {
  background: url(../img/block9-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.block9 .img {
  margin-top: 60px;
  margin-bottom: 23px;
}
.block9 .img img {
  width: 100%;
}
.block9 .tips {
  font-size: 12px;
  color: #999;
  text-align: right;
}
.block10 {
  background-color: #f37021;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.block10 .swiper1 {
  width: 1200px;
}

.block10 .swiper-button-prev,
.block10 .swiper-button-next {
  position: absolute;
  border: solid 1px rgba(255, 255, 255, 0.8);
  width: 122px;
  height: 122px;
  border-radius: 50%;
  top: calc(50% + 22px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block10 .swiper-button-prev.my-button-disabled,
.block10 .swiper-button-next.my-button-disabled {
  opacity: 0.3;
}
.block10 .swiper-button-prev {
  left: 4.2%;
}
.block10 .swiper-button-prev img {
  transform: rotate(180deg);
}
.block10 .swiper-button-next {
  right: 4.2%;
}
.block10 .swiper .swiper-slide {
  color: #fff;
  padding: 0 101px;
}
.block10 .swiper .swiper-slide .title {
  font-size: var(--font-32);
  margin-bottom: 40px;
  text-align: center;
}
.block10 .swiper .swiper-slide .info {
  font-size: var(--font-20);
  line-height: 1.75;
}
.block10 .swiper .swiper-slide .info .flex-text {
  display: flex;
  justify-content: flex-start;
}
.block10 .swiper .swiper-slide .info .flex-text img {
  margin-right: 45px;
}
.block10 .swiper .swiper-slide .info .flex-text .text {
  width: calc(100% - 105px);
  font-size: var(--font-20);
  line-height: 1.75;
  margin-bottom: 24px;
  flex: 1;
}
.block10 .swiper .swiper-slide .info .tips {
  font-size: var(--font-16);
  line-height: 1;
  text-align: right;
}
.block10 .swiper-button-next:after,
.block10 .swiper-button-prev:after {
  display: none;
}
.block11 {
  padding: 60px 0;
}
.block11 .base-title {
  margin-bottom: 24px;
}
.block11 .sub-text {
  font-size: var(--font-20);
  color: var(--color333);
  line-height: 1.75;
  margin-bottom: 50px;
}
.block11 .img {
  width: 100%;
  margin-bottom: 40px;
}
.block11 .img img {
  width: 100%;
}
.block11 .title {
  font-size: var(--font-32);
  font-weight: 500;
  color: #e9553c;
  margin-bottom: 40px;
}
.block12 {
  padding: 60px 0 40px;
  position: relative;
  width: 100%;
  background-color: #f1f6f9;
}
.block12 .base-title {
  margin-bottom: 60px;
}
.block12 .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.block12 .list-box .item {
  border: solid 1px #f37021;
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #fff;
}
.block12 .list-box .item.w-100 {
  width: 100%;
}
.block12 .list-box .item .left {
  width: 136px;
  font-size: var(--font-24);
  color: #e9553c;
  font-weight: 500;
  line-height: 1.4;
}
.block12 .list-box .item .right {
  border-left: solid 2px #e9553c;
  width: calc(100% - 136px);
  padding: 10px 0 10px 40px;
  font-size: var(--font-16);
  color: var(--color333);
  line-height: 1.75;
}
.block12 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.block12 .bg.bg-bottom {
  top: auto;
  bottom: 0;
}
.block13 {
  padding: 60px 0 0;
  background-color: #c4e9ed;
  position: relative;
}
.block13 .swiper-box {
  position: relative;
  padding-bottom: 120px;
}
.block13 .base-title {
  text-align: center;
  margin-bottom: 50px;
}
.block13 .swiper2 .swiper-slide {
  display: flex;
  align-items: center;
}
.block13 .swiper2 .swiper-slide .img-box {
  width: 511px;
}
.block13 .swiper2 .swiper-slide img {
  width: 100%;
}
.block13 .swiper2 .swiper-slide .right-text {
  width: calc(100% - 511px);
  padding-left: 77px;
  font-size: var(--font-20);
}
.block13 .swiper2 .swiper-slide .right-text .title {
  font-size: var(--font-24);
  color: #09112c;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.block13 .swiper2 .swiper-slide .right-text .title.title2 {
  color: #e9553c;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
.block13 .swiper2 .swiper-slide .right-text .text {
  color: var(--color666);
  line-height: 2;
}
.block13 .swiper-pagination {
  bottom: 60px;
}
.block13 .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.block13 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f37021;
}
.block13 .content-text-box {
  background-color: #fafafa;
  padding: 60px 0;
}
.block13 .content-text-box .text1 {
  padding: 24px 102px;
  background-color: #f9efe9;
  font-size: var(--font-20);
}
.block13 .content-text-box .text1 .label {
  color: #f37021;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}

.block13 .content-text-box .text1 p {
  color: var(--color666);
  line-height: 1.4;
  margin-bottom: 24px;
}
.block13 .content-text-box .text1 p:last-child {
  margin-bottom: 0;
}
.block13 .content-text-box .text1 p span {
  color: var(--color2);
  line-height: 1.4;
  font-weight: 700;
}
.block13 .content-text-box .text2 {
  margin: 24px 0;
  color: var(--color666);
  line-height: 2;
}
.block13 .content-text-box .text2 span {
  color: var(--color2);
  line-height: 2;
  font-weight: 700;
  font-size: var(--font-20);
}

.block13 .content-text-box .logo-box .title {
  color: #f37021;
  font-weight: 700;
  line-height: 1.4;
  font-size: var(--font-20);
  margin-bottom: 24px;
}
.block13 .content-text-box .logo-box ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 13px;
}
.block13 .content-text-box .logo-box .tips {
  font-size: 12px;
  line-height: 1.6;
  color: #999;
  text-align: right;
  margin-top: 12px;
}

.block15 {
  padding: 60px 0;
  background-image: url("../img/block15-bg.png");
  background-size: cover;
  background-color: rgba(9, 17, 44, 0.72);
  background-blend-mode: overlay;
}
.block15 .top-text {
  color: #fff;
}
.block15 .top-text .title {
  font-size: var(--font-32);

  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 40px;
}
.block15 .top-text p {
  font-size: var(--font-20);
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 400;
}
.block16 {
  padding: 60px 0;
}
.block16 .base-title {
  margin-bottom: 12px;
}
.block16 .sub-title {
  font-size: var(--font-20);
  color: #f37021;
  line-height: 1.4;
  margin-bottom: 12px;
}
.block16 p {
  font-size: var(--font-20);
  line-height: 2;
}
.block16 .img1 {
  margin: 24px 0 40px 0;
}
.block16 .color3 {
  color: var(--color333);
}
.block16 .color6 {
  color: var(--color666);
}
.block16 .sub-title.sub-title2 {
  margin: 60px 0 48px 0;
}
.block16 .flex-text {
  display: flex;
}
.block16 .flex-text .left {
  width: 580px;
  margin-right: 20px;
}
.block16 .flex-text .left p {
  margin-bottom: 1px;
}
.block16 .flex-text .right {
  width: 50%;
}
.block16 .flex-text .right img {
  width: 100%;
}
.block17 {
  padding: 60px 0;
}
.block17 .base-title {
  margin-bottom: 50px;
}
.block17 .about-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: dotted 1px #e5e7eb;
  margin-bottom: 40px;
}
.block17 .about-box:last-child {
  border-bottom: none;
}
.block17 .about-box .left {
  width: 281px;
  margin-right: 24px;
}
.block17 .about-box .left img {
  max-width: 100%;
}
.block17 .about-box .right {
  width: calc(100% - 305px);
}
.block17 .about-box .right .title {
  font-size: var(--font-20);
  color: #09112c;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
}
.block17 .about-box .right .text {
  font-size: var(--font-20);
  line-height: 2;
  color: var(--color333);
}
.block17 .company-list {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background-color: #fafafa;
  margin-top: 12px;
}
.block17 .company-list ul {
  width: calc(50% - 8px);
}
.block17 .company-list ul li {
  font-size: var(--font-16);
  color: #333;
  line-height: 1.75;
}
.block17 .company-desc {
  padding: 24px;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
.block17 .company-desc .left-text {
  font-size: var(--font-16);
  color: var(--color333);
  line-height: 1.65;
  width: 66.5%;
}
.block17 .company-desc .right-img {
  text-align: center;
  flex: 1;
}
.block18 {
  padding: 64px 0;
  background-color: #fafafa;
}
.block18 .flex-text {
  display: flex;
  justify-content: space-between;
}
.block18 .base-title {
  margin-bottom: 24px;
}
.block18 .flex-text .left {
  width: 60%;
}

.block18 .flex-text .left .company-name {
  font-size: var(--font-32);
  line-height: 1.4;
  color: #383993;
}
.block18 .flex-text .right {
  width: 35%;
}

.block18 .flex-text .right .address p {
  font-size: var(--font-20);
  color: #383993;
  line-height: 1.65;
  margin-bottom: 18px;
}
.block18 .flex-text .right .address p:last-child {
  margin-bottom: 0;
}
.block19 {
  padding: 60px 0 110px;
}
.block19 .w-1200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block19 ul {
  width: calc(25% - 25px);
}
.block19 ul li.title {
  font-size: var(--font-24);
  color: #383993;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
.block19 ul li.name {
  font-size: var(--font-32);
  color: #09112c;
  line-height: 1.4;
  margin-bottom: 40px;
}
.block19 ul li.phone,
.block19 ul li.email {
  font-size: var(--font-20);
  color: var(--color333);
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 400;
}
.block19 ul li.email {
  margin-bottom: 24px;
}
.block19 ul li.qrcode {
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1680px) {
  :root {
    --font-32: 30px;
    --font-55: 50px;
  }
  .block1 {
    padding: 100px 0;
  }
  .block1 .left {
    padding-right: 130px;
  }
  .block1 .right {
    padding-left: 110px;
  }
  .block2 .num-block ul {
    margin: 0;
  }
  .block2 .num-block ul li {
    padding: 0 100px;
  }
  .block2 .num-block.num2 ul li {
    padding: 0 100px;
  }
  .block3 h2 {
    margin-bottom: 40px;
  }
  .block5 ul li .title {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --font-20: 18px;
    --font-24: 20px;
    --font-32: 26px;
    --font-55: 46px;
  }
  .w-1440,
  .w-1400 {
    width: 82.5%;
  }
  .block1 .left {
    padding-right: 100px;
  }
  .block1 .right {
    padding-left: 60px;
  }
  .block1 .right ul {
    margin: 0;
  }
  .block1 .right ul li {
    padding: 0;
    margin-bottom: 50px;
  }
  .block2 .num-block ul {
    padding: 30px 0;
  }
  .block2 .num-block ul li {
    padding: 0 50px;
  }
  .block2 .num-block.num2 ul li {
    padding: 0 80px;
  }
  .block5 h3 {
    margin-bottom: 30px;
  }
  .block5 ul {
    justify-content: space-between;
    margin: 0;
  }
  .block5 ul li {
    padding: 0px;
    width: calc(50% - 20px);
  }
  .block10 .swiper1 {
    width: 80%;
  }
  .block10 .swiper .swiper-slide {
    padding: 0 80px;
  }
  .block10 .swiper-button-prev,
  .block10 .swiper-button-next {
    width: 100px;
    height: 100px;
  }
  .block10 .swiper .swiper-slide .info .flex-text img {
    width: 40px;
    margin-right: 35px;
  }
  .block10 .swiper-button-next img,
  .block10 .swiper-button-prev img {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --font-32: 24px;
    --font-55: 38px;
  }
  .w-1440,
  .w-1400 {
    width: 100%;
    padding: 0 20px;
  }

  .block1 {
    padding: 60px 0;
  }
  .block1 .left {
    padding-right: 50px;
  }
  .block1 .right {
    padding-left: 50px;
  }
  .block1 .right ul li {
    margin-bottom: 40px;
  }

  .block2 .num-block.num2 ul li {
    padding: 0 50px;
  }
  .block3 {
    padding: 60px 0 55px;
  }
  .block3 h2 {
    margin-bottom: 30px;
  }
  .block3 h2::before {
    top: -18px;
  }
  .block5 {
    padding: 60px 0 0px;
  }

  .block5 ul li .title {
    margin: 15px 0 20px;
  }
  .block7 .flex-top {
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .w-1200 {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --font-32: 24px;
    --font-55: 30px;
  }

  .block1 .left {
    padding-right: 30px;
  }
  .block1 .right {
    padding-left: 30px;
  }
  .block1 .right ul li {
    margin-bottom: 30px;
  }
  .block1 .right ul li img {
    margin-bottom: 10px;
  }

  .block2 .num-block ul li {
    padding: 0 20px;
  }
  .block2 .num-block.num2 ul li {
    padding: 0 20px;
  }
  .block3 h2 {
    margin-bottom: 20px;
  }
  .block6 .info .flex-box {
    margin-bottom: 40px;
  }
  .block6 .info .flex-box h4 {
    width: 140px;
  }
  .block7 .flex-top {
    margin: 30px 0 40px;
  }
  .block9 .img {
    margin-top: 40px;
  }
  .block10 .swiper-button-prev,
  .block10 .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  .block10 .swiper .swiper-slide {
    padding: 0 50px;
  }
  .block10 .swiper .swiper-slide .info .flex-text img {
    width: 30px;
    margin-right: 25px;
  }
  .block12 .list-box .item {
    width: 100%;
  }
  .block13 .swiper2 .swiper-slide .img-box {
    width: 50%;
  }
  .block13 .swiper2 .swiper-slide .right-text {
    width: calc(50% - 30px);
    padding-left: 30px;
  }
  .block13 {
    padding: 40px 0 0;
  }
  .block13 .base-title {
    margin-bottom: 40px;
  }
  .block13 .swiper-box {
    padding-bottom: 80px;
  }
  .block13 .swiper-pagination {
    bottom: 40px;
  }
  .block13 .content-text-box .text1 {
    padding: 24px;
  }
  .block13 .content-text-box {
    padding: 50px 0;
  }
  .block13 .content-text-box .logo-box ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .block16 .sub-title.sub-title2 {
    margin: 30px 0 20px;
  }
  .block17 .base-title {
    margin-bottom: 30px;
  }
  .block17 .about-box {
    display: block;
  }
  .block17 .about-box .left {
    margin-bottom: 20px;
  }
  .block17 .about-box .right {
    width: 100%;
  }
  .block17 .about-box:last-child {
    margin-bottom: 0;
    padding: 0;
  }
  .block19 ul {
    width: calc(33% - 15px);
    margin-bottom: 20px;
  }
  .block19 ul li.title {
    margin-bottom: 20px;
  }
  .block19 ul li.name {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --font-16: 14px;
    --font-20: 16px;
    --font-24: 20px;
    --font-32: 22px;
    --font-55: 30px;
  }

  .block7,
  .block8,
  .block9,
  .block16,
  .block17,
  .block18 {
    padding: 30px 0;
  }
  .block1 {
    padding: 50px 0 0;
  }
  .block1 .w-1400 {
    flex-direction: column;
  }
  .block1 .left::before {
    display: none;
  }
  .block1 .right::after {
    width: 100vw;
    top: auto;
    bottom: 0;
    left: -26px;
  }
  .block1 .right,
  .block1 .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block1 .left {
    padding-bottom: 30px;
  }
  .block1 .left img {
    margin-bottom: 20px;
  }
  .block1 .right {
    position: relative;
    padding-top: 30px;
  }
  .block2 .num-block ul {
    flex-wrap: wrap;
  }
  .block2 .num-block ul li:nth-child(2n):after {
    display: none;
  }
  .block2 .num-block ul li {
    padding: 0px;
    width: 50%;
    margin-bottom: 20px;
  }
  .block2 .num-block ul li .num-box span {
    padding-top: 30px;
  }
  .block3 {
    padding: 50px 0 20px;
  }
  .block3 .info {
    flex-direction: column-reverse;
  }
  .block3 .info .left,
  .block3 .info .right {
    width: 100%;
    padding-left: 0;
  }

  .block5 ul li {
    margin-bottom: 30px;
  }
  .block6 .info .flex-box {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .block7 .flex-top {
    margin: 20px 0 30px;
  }
  .block7 .flex-top img {
    width: 50%;
  }
  .block10 .swiper-button-prev,
  .block10 .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .block10 .swiper .swiper-slide {
    padding: 0 40px;
  }
  .block10 .swiper .swiper-slide .info .flex-text img {
    width: 20px;
    margin-right: 15px;
  }
  .block12 .list-box .item .left {
    width: 80px;
  }
  .block12 .list-box .item .right {
    width: calc(100% - 100px);
    padding: 10px 0 10px 20px;
  }
  .block13 .swiper2 .swiper-slide {
    flex-direction: column;
  }
  .block13 .swiper2 .swiper-slide .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .block13 .swiper2 .swiper-slide .right-text {
    width: 100%;
    padding-left: 0px;
  }

  .block13 .base-title {
    margin-bottom: 20px;
  }
  .block13 .swiper-box {
    padding-bottom: 50px;
  }
  .block13 .swiper-pagination {
    bottom: 25px;
  }
  .block13 .content-text-box {
    padding: 40px 0;
  }
  .block13 .content-text-box .logo-box ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .block16 .flex-text {
    display: block;
  }
  .block16 .flex-text .left {
    margin-bottom: 20px;
  }
  .block16 .flex-text .left,
  .block16 .flex-text .right {
    width: 100%;
  }
  .block18 .flex-text {
    display: block;
  }
  .block18 .flex-text .left {
    margin-bottom: 20px;
  }
  .block18 .flex-text .left,
  .block18 .flex-text .right {
    width: 100%;
  }
  .block18 .flex-text .right .address p {
    margin-bottom: 9px;
  }
  .block19 ul {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 475px) {
  .block5 ul {
    flex-direction: column;
  }
  .block5 ul li {
    width: 100%;
  }
  .block7 .flex-top {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 0;
  }
  .block7 .flex-top img {
    width: 100%;
    margin-bottom: 20px;
  }
  .block10 .swiper-button-prev,
  .block10 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .block12 .base-title {
    margin-bottom: 20px;
  }
  .block12 .list-box .item {
    display: block;
  }
  .block12 .list-box .item .left {
    margin-bottom: 10px;
  }
  .block12 .list-box .item .left,
  .block12 .list-box .item .right {
    width: 100%;
  }
  .block19 .w-1200 {
    flex-direction: column;
  }
  .block19 ul {
    width: 100%;
    text-align: center;
  }

  .block19 ul li {
    margin-bottom: 20px;
  }
  .block19 ul li.qrcode {
    width: 100%;
  }
  .block19 ul li.qrcode img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .block2 .num-block ul li .num-box span {
    padding-top: 20px;
  }
  .block2 .num-block ul li .num-box .num {
    font-size: 24px;
  }
  .block2 .num-block ul li .num-title.title1 {
    text-indent: 0px;
  }
  .block2 .num-block ul li .num-title {
    font-size: 16px;
  }
  .block13 .content-text-box .logo-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .block19 .w-1200 {
    display: block;
  }
  .block19 ul {
    width: 100%;
  }
}
