@charset "UTF-8";
.jxh-banner {
  position: relative;
}
.jxh-banner .banner-img-box .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jxh-banner .banner-img-box img {
  width: 100%;
}
.jxh-banner .banner-img-box .banner-img.mobile {
  position: relative;
}
.jxh-banner .banner-img-box .banner-img.mobile::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.jxh-banner .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jxh-banner .wrap .h1 {
  font-size: 64px;
  font-weight: bold;
  line-height: 88px;
  text-align: center;
  letter-spacing: normal;
  /* 100白 */
  color: #ffffff;
  max-width: 1110px;
  margin: 0 auto 23px;
}
.jxh-banner .wrap .h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: normal;
  /* 100白 */
  color: #ffffff;
  margin-bottom: 36px;
}
.jxh-banner .wrap .line {
  height: 1px;
  background: #c2c2c2;
  position: relative;
  margin-bottom: 40px;
}
.jxh-banner .wrap .line::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  width: 140px;
  height: 1px;
  background: #e5e5e5;
  top: 0;
}
.jxh-banner .wrap .line::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: #e5e5e5;
  top: -2px;
  left: 140px;
}
.jxh-banner .wrap .en {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  letter-spacing: normal;
  /* 90白 */
  color: #e5e5e5;
  margin-bottom: 20px;
}
.jxh-banner .wrap .small-cn {
  font-size: 24px;
  line-height: normal;
  text-align: center;
  /* 90白 */
  color: #e5e5e5;
  max-width: 680px;
  margin: 0 auto;
}

.slide-img img {
  width: 100%;
}

.geo-01 {
  position: relative;
}
.geo-01 .side-img {
  position: absolute;
  top: 0;
  width: 51.09375%;
  right: 0;
  z-index: 0;
}
.geo-01 .wrap {
  padding-top: 6.5%;
}
.geo-01 .block-title {
  margin-bottom: 4.5%;
}
.geo-01 .block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.geo-01 .block-container .left {
  width: 29.0625%;
  position: relative;
}
.geo-01 .block-container .left .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.geo-01 .block-container .left .box .icon {
  width: 14.6236%;
}
.geo-01 .block-container .left .box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.geo-01 .block-container .right {
  width: 68%;
}
.geo-01 .block-container .right .text-fill {
  color: #9e9e9e;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7647058824;
  margin-bottom: 50px;
}

.geo-02 {
  padding-top: 5.3%;
  margin-bottom: 7.6%;
  position: relative;
}
.geo-02 .text-fill-wrap .text-fill .text-line {
  background-image: linear-gradient(90deg, #333333 0%, #333333 50%, transparent 50.1%);
}
.geo-02 .side-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 44.21875%;
  z-index: 0;
}
.geo-02 .block-title {
  margin-bottom: 5.3%;
}
.geo-02 .block-container .text-fill-wrap {
  margin-bottom: 3.8%;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  color: #999999;
}
.geo-02 .block-container .icon-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.geo-02 .block-container .icon-group .item {
  width: 238px;
  height: 216px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-left: 40px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.geo-02 .block-container .icon-group .item:last-child {
  margin-left: 0;
}
.geo-02 .block-container .icon-group .item .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.geo-02 .block-container .icon-group .item .icon img {
  width: auto;
}
.geo-02 .block-container .icon-group .item .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  /* 20黑 */
  color: #333333;
}

.geo-03 {
  margin-bottom: 5.2%;
  position: relative;
}
.geo-03 .side-img {
  position: absolute;
  top: 60%;
  left: 0;
  width: 38.125%;
  z-index: 0;
}
.geo-03 .block-title {
  margin-bottom: 5%;
}
.geo-03 .block-container-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.geo-03 .block-container-title .span {
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  text-align: right;
  letter-spacing: normal;
  /* 20黑 */
  color: #333333;
  margin: 0 20px;
}
.geo-03 .ourer-box {
  margin: 0 auto;
  position: relative;
  width: 760px;
}
.geo-03 .ourer-box .icon-box {
  position: absolute;
  z-index: 10;
  text-wrap: nowrap;
  -webkit-transform: translate(45px, 50%);
          transform: translate(45px, 50%);
}
.geo-03 .ourer-box .icon-box .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.geo-03 .ourer-box .icon-box .cn {
  font-size: 24px;
  font-weight: bold;
  line-height: 34.2px;
  text-transform: uppercase;
  letter-spacing: normal;
  /* 字深蓝 */
  color: #14295a;
  white-space: nowrap;
}
.geo-03 .ourer-box .icon-box .en {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  text-transform: uppercase;
  letter-spacing: normal;
  /* 60灰 */
  color: #999999;
  white-space: nowrap;
}
.geo-03 .ourer-box .icon-box .icon {
  width: 90px;
  height: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  /* 深蓝绿色 */
  background: linear-gradient(223deg, #0191b6 -4%, #37bbca 100%);
  border-radius: 50%;
}
.geo-03 .ourer-box .icon-box .icon img {
  width: 42px;
}
.geo-03 .ourer-box .icon-box:nth-child(1) {
  right: 96%;
  top: 28%;
}
.geo-03 .ourer-box .icon-box:nth-child(2) {
  right: 82%;
  top: 4%;
}
.geo-03 .ourer-box .icon-box:nth-child(3) {
  left: 70%;
  top: 1%;
}
.geo-03 .ourer-box .icon-box:nth-child(4) {
  left: 83%;
  top: 19%;
}
.geo-03 .ourer-box .icon-box:nth-child(5) {
  left: 87%;
  top: 40%;
}
.geo-03 .ourer-box .icon-box:nth-child(6) {
  left: 83%;
  bottom: 29%;
}
.geo-03 .ourer-box .icon-box:nth-child(7) {
  left: 68.5%;
  bottom: 11%;
}
.geo-03 .ourer-box .icon-box:nth-child(8) {
  right: 77%;
  bottom: 11%;
}
.geo-03 .ourer-box .icon-box:nth-child(9) {
  right: 93%;
  bottom: 34%;
}
.geo-03 .ourer-box .left-box .inner {
  text-align: right;
}
.geo-03 .ourer-box .left-box .inner .text {
  margin-right: 18px;
}
.geo-03 .ourer-box .right-box .inner {
  text-align: left;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.geo-03 .ourer-box .right-box .inner .text {
  margin-left: 18px;
}
.geo-03 .main-img-box img {
  width: 100%;
}

.geo-04 .block-title {
  margin-bottom: 6%;
}
.geo-04 .block-container {
  padding: 0 2.5%;
}
.geo-04 .block-container .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.geo-04 .block-container .group .item {
  width: 375px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.geo-04 .block-container .group .item::before {
  content: "";
  display: block;
  width: 1px;
  height: 98%;
  background: #d8d8d8;
  position: absolute;
  left: 1px;
  bottom: 0;
  z-index: 1;
}
.geo-04 .block-container .group .item .title {
  position: relative;
  z-index: 2;
  padding-left: 17px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2222222222;
  letter-spacing: normal;
  border-left: 5px solid #37bbca;
  /* 20黑 */
  color: #333333;
  margin-bottom: 17px;
}
.geo-04 .block-container .group .item .text {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  /* 40灰 */
  color: #666666;
  padding: 0 17px 30px;
}
.geo-04 .block-container .class-box .class-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.geo-04 .block-container .class-box .class-item .icon {
  width: 82px;
  height: 82px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 43px;
}
.geo-04 .block-container .class-box .class-item .icon img {
  margin: 0 auto;
  width: auto;
}
.geo-04 .block-container .class-box .class-item .text-box {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.geo-04 .block-container .class-box .class-item .text-box .tl {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  /* 20黑 */
  color: #333333;
  margin-bottom: 22px;
}
.geo-04 .block-container .class-box .class-item .text-box .te {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  text-transform: capitalize;
  letter-spacing: normal;
  /* 20黑 */
  color: #333333;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-static {
  position: relative;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-static .item-container {
  position: absolute;
  width: 100%;
  height: 220vh;
  left: 0;
  top: 0;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-static .item-container .item-content {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box {
  width: 100%;
  margin: 0 auto;
  max-width: 1336px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .hexin-wrap {
  overflow: hidden;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .inbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left,
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .right {
  width: 50%;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left {
  position: relative;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box {
  position: absolute;
  left: 94px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .icon {
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .icon img {
  width: auto;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .te {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  /* 20黑 */
  color: #333333;
  margin-bottom: 22px;
  /* 内容智造     */
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .jt {
  width: 15px;
  margin-bottom: 22px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:nth-child(1) .inbox {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:nth-child(1) {
  top: 100px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:nth-child(2) {
  top: 160px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:nth-child(3) {
  top: 220px;
}
.geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:nth-child(4) {
  top: 280px;
}

.geo-05 {
  position: relative;
}
.geo-05 .side-img {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  z-index: 0;
}
.geo-05 .block-title {
  margin-bottom: 6%;
}
.geo-05 .box-1 {
  position: relative;
  margin-bottom: 67px;
}
.geo-05 .box-1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.geo-05 .box-1 .content .tl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #14295a;
}
.geo-05 .box-1 .content .te {
  color: #14295a;
  /* 开启智能增长 */
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  font-variation-settings: "opsz" auto;
  margin-bottom: 44px;
}
.geo-05 .box-1 .content .btn {
  margin: 0 auto;
}
.geo-05 .box-2 {
  margin-bottom: 86px;
}
.geo-05 .box-2 .content-box {
  position: relative;
}
.geo-05 .box-2 .content-box .img .place-img {
  opacity: 0;
}
.geo-05 .box-2 .content-box .line-img-box {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
  background-image: url("../images/geo_27.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.geo-05 .box-2 .content-box .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.geo-05 .box-2 .content-box .container .item {
  position: absolute;
}
.geo-05 .box-2 .content-box .container .item.item-top {
  padding-left: 14px;
  padding-bottom: 56px;
}
.geo-05 .box-2 .content-box .container .item.item-top .tl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  /* 20黑 */
  color: #333333;
  margin-bottom: 15px;
  max-width: 216px;
}
.geo-05 .box-2 .content-box .container .item.item-top .te {
  font-size: 20px;
  line-height: 1.5;
}
.geo-05 .box-2 .content-box .container .item.item-top::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 23px);
  border-left: 1px dashed #37bbca;
  top: 0;
  left: 0;
  z-index: 1;
}
.geo-05 .box-2 .content-box .container .item.item-top::before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(226deg, #37bbca 16%, #6dccab 97%);
  /* 100白 */
  border: 8px solid #ffffff;
  bottom: -19px;
  left: -19px;
  z-index: 4;
}
.geo-05 .box-2 .content-box .container .item.item-bottom .te {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.geo-05 .box-2 .content-box .container .item.item-bottom .count-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.geo-05 .box-2 .content-box .container .item.item-bottom .count-box .big {
  font-size: 70px;
  line-height: 50px;
  color: #37bbca;
  font-weight: bold;
}
.geo-05 .box-2 .content-box .container .item.item-bottom .count-box .fh {
  font-size: 20px;
  color: rgb(158, 158, 158);
}
.geo-05 .box-2 .content-box .container .item:nth-child(1) {
  left: 20.782%;
  bottom: 28.4237%;
}
.geo-05 .box-2 .content-box .container .item:nth-child(2) {
  left: 47.5304%;
  bottom: 40.5684%;
}
.geo-05 .box-2 .content-box .container .item:nth-child(3) {
  left: 47.5304%;
  top: 67.1834%;
}
.geo-05 .box-2 .content-box .container .item:nth-child(4) {
  left: 73.5728%;
  bottom: 69.7674%;
}
.geo-05 .box-2 .content-box .container .item:nth-child(5) {
  left: 73.5728%;
  top: 42.6356%;
}
.geo-05 .box-3 {
  padding-bottom: 8%;
}
.geo-05 .box-3 .content-box {
  position: relative;
}
.geo-05 .box-3 .container {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.geo-05 .box-3 .container .tl {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  color: #fff;
}
.geo-05 .box-3 .container .te {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.geo-05 .box-3 .container .btn {
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .jxh-banner .wrap .h1 {
    font-size: 54px;
    line-height: 1.375;
    max-width: 984px;
  }
  .jxh-banner .wrap .h4 {
    font-size: 30px;
  }
  .geo-01 .block-container .left .box .title {
    font-size: 30px;
  }
  .geo-03 .block-container-title .icon {
    height: 24px;
    width: auto;
  }
  .geo-03 .block-container-title .icon img {
    height: 100%;
    width: auto;
  }
  .geo-03 .block-container-title .span {
    font-size: 24px;
  }
  .geo-03 .ourer-box {
    width: 720px;
  }
  .geo-03 .ourer-box .icon-box {
    -webkit-transform: translate(40px, 50%);
            transform: translate(40px, 50%);
  }
  .geo-03 .ourer-box .icon-box .icon {
    width: 80px;
    height: 80px;
  }
  .geo-03 .ourer-box .icon-box .cn {
    font-size: 20px;
    line-height: 1.3333333333;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .tl {
    font-size: 20px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .te {
    font-size: 16px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top::before {
    width: 30px;
    height: 30px;
    left: -15px;
    bottom: 13px;
  }
  .geo-05 .box-2 .content-box .container .item.item-bottom .count-box .big {
    font-size: 60px;
  }
  .geo-05 .box-3 .container .tl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .geo-05 .box-3 .container .te {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .jxh-banner .wrap .h1 {
    font-size: 54px;
    line-height: 1.375;
  }
  .jxh-banner .wrap .h4 {
    font-size: 30px;
  }
  .geo-01 .block-container .right .text-fill {
    font-size: 30px;
  }
  .geo-02 .block-container .icon-group .item {
    width: 200px;
    height: 180px;
  }
  .geo-04 .block-container .group .item .title {
    font-size: 30px;
  }
  .geo-04 .block-container .group .item .text {
    font-size: 16px;
  }
  .geo-04 .block-container .class-box .class-item .icon {
    width: 50px;
    height: 50px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .tl {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .te {
    font-size: 20px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .te {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .geo-05 .box-1 .content {
    width: 100%;
  }
  .geo-05 .box-1 .content .tl {
    font-size: 40px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .tl {
    font-size: 18px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .te {
    font-size: 16px;
  }
  .geo-05 .box-3 .container .tl {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .geo-05 .box-3 .container .te {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .jxh-banner .wrap .h1 {
    font-size: 44px;
  }
  .jxh-banner .wrap .h4 {
    font-size: 24px;
  }
  .jxh-banner .wrap .en {
    font-size: 16px;
  }
  .jxh-banner .wrap .small-cn {
    font-size: 18px;
  }
  .geo-01 .block-container .left .box .title {
    font-size: 28px;
  }
  .geo-01 .block-container .right .text-fill {
    font-size: 24px;
  }
  .geo-02 .block-container .icon-group .item {
    width: 200px;
    height: 180px;
  }
  .geo-03 .block-container-title .span {
    font-size: 20px;
  }
  .geo-03 .ourer-box {
    width: 680px;
  }
  .geo-04 .block-container .group .item .title {
    font-size: 30px;
  }
  .geo-04 .block-container .group .item .text {
    font-size: 16px;
  }
  .geo-04 .block-container .class-box .class-item .icon {
    width: 50px;
    height: 50px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .tl {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .te {
    font-size: 20px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .te {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .geo-05 .box-1 .content {
    width: 100%;
  }
  .geo-05 .box-1 .content .tl {
    font-size: 40px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top {
    padding-bottom: 30px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .tl {
    font-size: 18px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .te {
    font-size: 16px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top::before {
    width: 26px;
    height: 26px;
    border: 4px solid #fff;
    left: -13px;
    bottom: -12px;
  }
  .geo-05 .box-2 .content-box .container .item.item-bottom {
    font-size: 18px;
  }
  .geo-05 .box-3 .container .tl {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .geo-05 .box-3 .container .te {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .geo-03 .ourer-box {
    width: 630px;
  }
  .geo-03 .ourer-box .icon-box {
    -webkit-transform: translate(35px, 50%);
            transform: translate(35px, 50%);
  }
  .geo-03 .ourer-box .icon-box .icon {
    width: 70px;
    height: 70px;
  }
  .geo-03 .ourer-box .icon-box .icon img {
    width: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .jxh-banner .wrap .h1 {
    font-size: 30px;
  }
  .jxh-banner .wrap .h4 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .jxh-banner .wrap .en {
    font-size: 16px;
  }
  .jxh-banner .wrap .line {
    margin-bottom: 30px;
  }
  .jxh-banner .wrap .small-cn {
    font-size: 16px;
  }
  .geo-01 .block-container .left .box .title {
    font-size: 24px;
  }
  .geo-01 .block-container .right .text-fill {
    font-size: 20px;
  }
  .geo-02 .block-container .icon-group .item {
    width: 200px;
    height: 180px;
  }
  .geo-02 .block-container .text-fill-wrap {
    font-size: 20px;
  }
  .geo-03 .block-container-title .span {
    font-size: 20px;
  }
  .geo-03 .ourer-box {
    width: 560px;
  }
  .geo-03 .ourer-box .icon-box {
    -webkit-transform: translate(35px, 50%);
            transform: translate(35px, 50%);
  }
  .geo-03 .ourer-box .icon-box .icon {
    width: 70px;
    height: 70px;
  }
  .geo-03 .ourer-box .icon-box .icon img {
    width: 36px;
  }
  .geo-03 .ourer-box .icon-box .cn {
    font-size: 18px;
  }
  .geo-03 .ourer-box .icon-box .en {
    font-size: 14px;
  }
  .geo-04 .block-container .group .item {
    width: 33.33%;
  }
  .geo-04 .block-container .group .item .title {
    font-size: 24px;
  }
  .geo-04 .block-container .group .item .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .geo-04 .block-container .class-box .class-item {
    display: block;
    margin-bottom: 40px;
  }
  .geo-04 .block-container .class-box .class-item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .tl {
    font-size: 20px;
    margin-bottom: 14px !important;
  }
  .geo-04 .block-container .class-box .class-item .text-box .te {
    font-size: 14px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box {
    padding-top: 30px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .te {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .geo-05 .box-1 .content {
    width: 100%;
  }
  .geo-05 .box-1 .content .tl {
    font-size: 30px;
  }
  .geo-05 .box-1 .content .te {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .tl {
    font-size: 16px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .te {
    font-size: 14px;
  }
  .geo-05 .box-2 .content-box .container .item.item-bottom {
    font-size: 16px;
  }
  .geo-05 .box-2 .content-box .container .item.item-bottom .big {
    font-size: 50px;
  }
  .geo-05 .box-3 .container .tl {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .geo-05 .box-3 .container .te {
    margin-bottom: 20px;
  }
  .geo-05 .m-content {
    position: relative;
  }
  .geo-05 .m-content .bg {
    width: 100%;
  }
  .geo-05 .m-content .m-content-div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .geo-05 .m-content .m-content-div .item {
    position: absolute;
    border-left: 1px dashed #37bbca;
    padding-left: 7px;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  .geo-05 .m-content .m-content-div .item .tltle {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .geo-05 .m-content .m-content-div .item .text {
    font-size: 10px;
    line-height: 1.5;
  }
  .geo-05 .m-content .m-content-div .item .count {
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .geo-05 .m-content .m-content-div .item .count .big {
    font-size: 30px;
    font-weight: bold;
    color: #37bbca;
  }
  .geo-05 .m-content .m-content-div .item .count .fh {
    font-size: 10px;
    color: rgb(158, 158, 158);
  }
  .geo-05 .m-content .m-content-div .item::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    background: #37bbca;
    border-radius: 50%;
    box-sizing: border-box;
    left: -9px;
    position: absolute;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(1) {
    left: 9.6%;
    bottom: 41.4545%;
    width: 118px;
    padding-bottom: 36px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(1)::after {
    bottom: -9px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(2) {
    left: 42%;
    top: 57%;
    width: 146px;
    padding-top: 18px;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  .geo-05 .m-content .m-content-div .item:nth-child(2) .text {
    margin-bottom: 3px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(2)::after {
    top: -9px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(3) {
    left: 65%;
    bottom: 54%;
    width: 140px;
    padding-bottom: 24px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(3) .text {
    margin-bottom: 3px;
  }
  .geo-05 .m-content .m-content-div .item:nth-child(3)::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 768px) {
  .jxh-banner .banner-img-box {
    color: #fff;
  }
  .jxh-banner .wrap {
    top: 26.4285%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .jxh-banner .wrap .h1 {
    font-size: 0.6rem;
  }
  .jxh-banner .wrap .h4 {
    font-size: 0.4rem;
    margin: 0 auto;
    line-height: 0.5733rem;
  }
  .geo-01,
  .geo-02,
  .geo-03,
  .geo-04,
  .geo-05 {
    margin-bottom: 0 !important;
    padding: 60px 0 0 !important;
  }
  .geo-01 .wrap,
  .geo-02 .wrap,
  .geo-03 .wrap,
  .geo-04 .wrap,
  .geo-05 .wrap {
    padding: 0 !important;
  }
  .geo-01 .block-title {
    margin-bottom: 40px;
  }
  .geo-01 .block-container {
    display: block;
  }
  .geo-01 .block-container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .geo-01 .block-container .right {
    width: 100%;
  }
  .geo-01 .block-container .right .text-fill {
    margin-bottom: 40px;
  }
  .geo-02 .block-title {
    margin-bottom: 40px;
  }
  .geo-02 .block-container .text-fill-wrap {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .geo-02 .block-container .icon-group {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .geo-02 .block-container .icon-group .item {
    margin-left: 0;
    width: 21.5%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    height: 100px;
  }
  .geo-02 .block-container .icon-group .item .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  .geo-02 .block-container .icon-group .item .text {
    font-size: 16px;
  }
  .geo-04 .block-container .group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .geo-04 .block-container .group .item {
    width: 100%;
  }
  .geo-04 .block-container .group .item .title {
    font-size: 20px;
  }
  .geo-04 .block-container .class-box .class-item:last-child {
    margin-bottom: 0;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item {
    position: static;
    top: 0;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item:last-child {
    margin-bottom: 0;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left {
    width: 100%;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .left .left-icon-box .jt {
    width: 8px;
    margin-bottom: 12px;
  }
  .geo-04 .block-container .class-box .class-item .text-box .hexin-box .hexin-item .right {
    display: none;
  }
  .geo-05 .box-1 .img-bg {
    overflow: hidden;
    border: 1px solid #37bbca;
    border-radius: 8px;
  }
  .geo-05 .box-1 .content .tl {
    font-size: 20px;
  }
  .geo-05 .box-1 .content .te {
    font-size: 16px;
  }
  .geo-05 .box-2 {
    margin-bottom: 0px;
  }
  .geo-05 .box-2 .content-box .container {
    position: static;
  }
  .geo-05 .box-2 .content-box .container .item {
    position: static;
    margin-bottom: 20px;
  }
  .geo-05 .box-2 .content-box .container .item.item-top {
    padding-bottom: 0;
    padding-left: 0;
  }
  .geo-05 .box-2 .content-box .container .item.item-top .tl {
    max-width: 100%;
  }
  .geo-05 .box-2 .content-box .container .item.item-top::after, .geo-05 .box-2 .content-box .container .item.item-top::before {
    display: none;
  }
  .geo-05 .box-2 .content-box .container .item.item-bottom .te {
    font-size: 16px;
  }
  .geo-05 .box-3 .content-box .img {
    overflow: hidden;
    border-radius: 8px;
  }
  .geo-05 .box-3 .container {
    padding: 0 20px;
  }
  .geo-05 .box-3 .container .tl {
    font-size: 24px;
    line-height: 1.5;
  }
  .geo-05 .box-3 .container .tl span {
    display: block;
    text-align: center;
  }
  .geo-05 .box-3 .container .te {
    font-size: 18px;
  }
}