.have-son {
  display: block;
  position: relative;
}
.have-son::before {
  content: "";
  display: block;
}

.icon-box {
  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: 100%;
}
.icon-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.icon-box.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hover-under-after {
  display: block;
  position: relative;
}
.hover-under-after::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#0672c9, #0672c9);
  background-blend-mode: normal, normal;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hover-under-after:hover::after, .hover-under-after.active::after {
  width: 100%;
}

.f1 {
  position: relative;
  z-index: 9;
}
.f1 ul {
  margin-top: -55px;
  padding: 16px;
  border-radius: 6px;
}
.f1 ul li {
  min-height: 98px;
}
.f1 ul li:not(:first-child) {
  border-left: solid 1px #aeaeae;
}
.f1 ul li .info {
  margin-left: 18px;
}
.f1 ul li .info span {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 140%;
  letter-spacing: 0px;
  color: #212121;
}
.f1 ul li .info p {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 144.4444444444%;
  letter-spacing: 0px;
  color: #212121;
}

.f2 .floor {
  padding: 5.3225806452% 0 5.1612903226%;
}
.f2 .p2 > div:nth-child(1), .f2 .p2 > li:nth-child(1), .f2 .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.1612903226%;
          flex: 0 0 45.1612903226%;
  min-width: 300px;
}
.f2 .p2 > div:nth-child(2), .f2 .p2 > li:nth-child(2), .f2 .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.8387096774%;
          flex: 0 0 54.8387096774%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .f2 .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f2 .p2 > div, .f2 .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.f2 .p2 .pic {
  position: relative;
}
.f2 .p2 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f2 .p2 .pic .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8%;
}
.f2 .p2 .pic .text span {
  font-family: SourceHanSansCN-Medium;
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(39, 80, 136, 0.84);
  margin-bottom: 0.6em;
}
.f2 .p2 .pic .text p {
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(39, 80, 136, 0.84);
}
.f2 .p2 .info {
  padding: 8px 32px;
}
.f2 .p2 .info .card-tit {
  font-family: SourceHanSansCN-Medium;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 257.1428571429%;
  letter-spacing: 0px;
  color: #323232;
}
.f2 .p2 .form ul {
  gap: 10px;
}
.f2 .p2 .form ul li input {
  display: block;
  width: 100%;
  height: 51px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #d0d0d0;
  padding: 0 0 0 55px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 51px;
  letter-spacing: 0px;
  color: #797979;
}
.f2 .p2 .form ul li:nth-child(1) input {
  background: url(../images/f2-icon1.png) no-repeat 13px center;
}
.f2 .p2 .form ul li:nth-child(2) input {
  background: url(../images/f2-icon2.png) no-repeat 13px center;
}
.f2 .p2 .form ul li:nth-child(3) input {
  background: url(../images/f2-icon3.png) no-repeat 13px center;
}
.f2 .p2 .form ul li:nth-child(4) input {
  background: url(../images/f2-icon4.png) no-repeat 13px center;
}
.f2 .p2 .form .submit-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 51px;
  background-image: linear-gradient(-78deg, #4678bb 0%, #5e8ac1 53%, #4678bb 100%), linear-gradient(#4778b8, #4778b8);
  background-blend-mode: normal, normal;
  border-radius: 8px;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}

.f3 .floor {
  padding: 0 0 5.2419354839%;
}
.f3 .floor-more {
  margin-top: 4.6774193548%;
}
.f3 .f3Swiper {
  margin-bottom: 2.8225806452%;
  height: 77px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
.f3 .f3Swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f3 .f3Swiper .swiper-slide {
  width: auto;
  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;
}
.f3 .f3Swiper .swiper-slide-thumb-active {
  background-image: linear-gradient(-78deg, #5e8ac1 0%, #4678bb 100%), linear-gradient(#019fe0, #019fe0);
  background-blend-mode: normal, normal;
}
.f3 .f3Swiper .swiper-slide-thumb-active .tab-btn {
  color: #fff;
}
.f3 .f3Swiper .tab-btn {
  padding: 0 1em;
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #242424;
}
.f3 .f3Swiper2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f3 .f3Swiper2 ul > div:nth-child(1), .f3 .f3Swiper2 ul > li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.3870967742%;
          flex: 0 0 28.3870967742%;
  min-width: 300px;
}
.f3 .f3Swiper2 ul > div:nth-child(2), .f3 .f3Swiper2 ul > li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.3870967742%;
          flex: 0 0 28.3870967742%;
  min-width: 300px;
}
.f3 .f3Swiper2 ul > div:nth-child(3), .f3 .f3Swiper2 ul > li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.935483871%;
          flex: 0 0 41.935483871%;
  min-width: 300px;
}
.f3 .f3Swiper2 ul li {
  min-width: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f3 .f3Swiper2 ul li a {
  display: block;
}
.f3 .f3Swiper2 ul li a .text {
  padding: 10% 12%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 122, 188, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f3 .f3Swiper2 ul li a .text span {
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f3 .f3Swiper2 ul li a .text p {
  margin: 10% 0;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f3 .f3Swiper2 ul li a .text .info-more {
  width: 8.0666666667em;
  height: 2.4666666667em;
  border: solid 1px #6a9bd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f3 .f3Swiper2 ul li a .text .info-more span {
  font-family: SourceHanSansCN-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4666666667em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f3 .f3Swiper2 ul li a .text .info-more img {
  margin-left: 0.6666666667em;
  width: 1.5333333333em;
  height: auto;
}
.f3 .f3Swiper2 ul li a:first-child {
  margin-bottom: 10px;
}
.f3 .f3Swiper2 ul li:nth-child(1) a:first-child .wh {
  padding-top: 108.5227272727%;
}
.f3 .f3Swiper2 ul li:nth-child(1) a:last-child .wh {
  padding-top: 68.75%;
}
.f3 .f3Swiper2 ul li:nth-child(2) a:first-child .wh {
  padding-top: 68.1818181818%;
}
.f3 .f3Swiper2 ul li:nth-child(2) a:last-child .wh {
  padding-top: 108.5227272727%;
}
.f3 .f3Swiper2 ul li:nth-child(3) a:first-child .wh {
  padding-top: 69.2307692308%;
}
.f3 .f3Swiper2 ul li:nth-child(3) a:last-child .wh {
  padding-top: 50.9615384615%;
}

.f4 .floor {
  padding: 5.3225806452% 0 6.2096774194%;
}
.f4 .p2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.f4 .p2 > div:nth-child(1), .f4 .p2 > li:nth-child(1), .f4 .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.6774193548%;
          flex: 0 0 59.6774193548%;
  min-width: 300px;
}
.f4 .p2 > div:nth-child(2), .f4 .p2 > li:nth-child(2), .f4 .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.6451612903%;
          flex: 0 0 40.6451612903%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .f4 .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f4 .p2 > div, .f4 .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.f4 .floor-title {
  padding-top: 0;
  text-align: left;
}
.f4 .floor-title span {
  font-family: Impact;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 90px;
  letter-spacing: 0px;
  color: #545454;
  opacity: 0.59;
}
.f4 .floor-title p {
  font-family: SourceHanSansCN-Regular;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #212121;
}
.f4 .pic .wh {
  padding-top: 69.3243243243%;
}
.f4 .pic .video-btn {
  position: absolute;
  left: 6.3513513514%;
  bottom: 7.027027027%;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.f4 .info {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.f4 .info::before {
  content: "";
  display: block;
  height: 10px;
  background-image: linear-gradient(-78deg, #4678bb 0%, #5e8ac1 53%, #4678bb 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border: solid 1px #c2e4ff;
}
.f4 .info .card-title {
  width: 74.0740740741%;
  font-family: SourceHanSansCN-Bold;
  font-size: 41px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #545454;
  margin: 17.8571428571% auto 4.9603174603%;
}
.f4 .info .card-title::after {
  content: "";
  display: block;
  width: 1.2195121951em;
  height: 5px;
  background-color: #4678bb;
  border-radius: 2px;
  margin: 6.3492063492% 0 0;
}
.f4 .info .card-con {
  width: 74.0740740741%;
  padding-bottom: 11.8518518519%;
  margin: 0 auto;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
  border-bottom: #b6b6b6 1px solid;
}
.f4 .info .card-con p {
  margin-bottom: 1em;
}
.f4 .info .card-btn {
  display: block;
  width: 8.5555555556em;
  text-align: center;
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#107dd5, #107dd5);
  background-blend-mode: normal, normal;
  border-radius: 6px;
  opacity: 0.9;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3333333333em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f4 .info .card-footer {
  width: 74.0740740741%;
  margin: 0 auto;
  padding: 5.9259259259% 0 9.8148148148%;
}
.f4 .info .card-footer li {
  text-align: center;
}
.f4 .info .card-footer li span {
  font-family: SourceHanSerifCN-Regular;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
}
.f4 .info .card-footer li p {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1c1c1c;
}

.f5 {
  background: url(../images/f5-bg.jpg) no-repeat center;
  background-size: cover;
}
.f5 .floor {
  background: url(../images/f5floor-bg.png) no-repeat center;
  background-size: cover;
}
.f5 .p4 {
  background-color: rgba(49, 98, 163, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f5 .ewm-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.3387096774%;
          flex: 0 0 22.3387096774%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f5 .ewm-box .pic {
  width: 150px;
  max-width: 54.1516245487%;
}
.f5 .ewm-box .info {
  margin-top: 34px;
}
.f5 .ewm-box .info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 .ewm-box .info p {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.f5 ul li {
  height: 566px;
  width: 22.0041322314%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f5 ul li.active {
  width: 55.9917355372%;
}
.f5 ul li.active .box1 {
  display: none;
}
.f5 ul li.active .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f5 ul li a {
  display: block;
  height: 100%;
}
.f5 ul li .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f5 ul li .icon-box i {
  display: block;
}
.f5 ul li .box1 {
  padding: 42.2535211268% 0 23.4741784038%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: #fff 1px solid;
}
.f5 ul li .box1 .tit {
  position: relative;
  width: 1em;
  font-family: SourceHanSansCN-Medium;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 ul li .box1 .tit i {
  position: absolute;
  right: 0;
  top: 6px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  display: block;
  font-family: SourceHanSansCN-Light;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.61;
  white-space: nowrap;
}
.f5 ul li .box1 .num {
  margin-top: 84.5070422535%;
  border-top: #fff 1px solid;
  font-family: SourceHanSerifCN-Regular;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.8;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 ul li .box2 {
  padding: 23.4741784038% 0 46.9483568075%;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: none;
  background-color: rgba(49, 98, 163, 0.95);
  text-align: center;
}
.f5 ul li .box2 .info {
  margin-top: 13.4529147982%;
}
.f5 ul li .box2 .info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 37px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 ul li .box2 .info i {
  font-family: SourceHanSansCN-Light;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.61;
}
.f5 ul li .box2 .info p {
  margin-top: 13.4529147982%;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
}
.f5 ul li .box2 .num {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 32%);
          transform: translate(-50%, 32%);
  font-family: Impact;
  font-size: 261px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #093f85;
  opacity: 0.64;
}

.f6 {
  padding: 0 0 5%;
}
.f6 .f6Swiper {
  margin-bottom: 2.8225806452%;
}
.f6 .f6Swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f6 .f6Swiper .swiper-slide {
  width: auto;
  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;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.f6 .f6Swiper .swiper-slide .icon {
  width: 48px;
  height: 45px;
}
.f6 .f6Swiper .swiper-slide:nth-child(1) .icon {
  background: url(../images/f6-icon1.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(1).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon1h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(1).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(2) .icon {
  background: url(../images/f6-icon2.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(2).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon2h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(2).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(3) .icon {
  background: url(../images/f6-icon3.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(3).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon3h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(3).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(4) .icon {
  background: url(../images/f6-icon4.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(4).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon4h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(4).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(5) .icon {
  background: url(../images/f6-icon5.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(5).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon5h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(5).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(6) .icon {
  background: url(../images/f6-icon6.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(6).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon6h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(6).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .swiper-slide:nth-child(7) .icon {
  background: url(../images/f6-icon7.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(7).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon7h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(8) .icon {
  background: url(../images/f6-icon8.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(8).swiper-slide-thumb-active .icon {
  background: url(../images/f6-icon8h.png) no-repeat center;
  background-size: contain;
}
.f6 .f6Swiper .swiper-slide:nth-child(7).swiper-slide-thumb-active .icon .info {
  color: #fff;
}
.f6 .f6Swiper .tab-btn {
  width: 100%;
  padding: 15px 1em;
}
.f6 .f6Swiper .tab-btn .info {
  margin-top: 0.6666666667em;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.1111111111em;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f6 .f6Swiper .swiper-slide.swiper-slide-thumb-active {
  background-image: linear-gradient(-78deg, #5e8ac1 0%, #4678bb 100%), linear-gradient(#019fe0, #019fe0);
  background-blend-mode: normal, normal;
}
.f6 .f6Swiper .swiper-slide.swiper-slide-thumb-active .tab-btn .info {
  color: #fff;
}
.f6 .f6Swiper2 ul {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}
.f6 .f6Swiper2 ul li a {
  display: block;
  position: relative;
}
.f6 .f6Swiper2 ul li a .pic .wh {
  padding-top: 83.8308457711%;
}
.f6 .f6Swiper2 ul li a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 20px 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f6 .f6Swiper2 ul li a .info span {
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6666666667em;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.f6 .f6Swiper2 ul li a .info .mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f6 .f6Swiper2 ul li a .info .mr p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6666666667em;
  letter-spacing: 0px;
  color: #757575;
}
.f6 .f6Swiper2 ul li a .info .mr img {
  margin-left: 10px;
}
.f6 .f6Swiper2 ul li a .info .h {
  display: none;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .info .info-more {
  width: 8.0666666667em;
  height: 2.4666666667em;
  border: solid 1px #6a9bd9;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f6 .f6Swiper2 ul li a .info .info-more span {
  font-family: SourceHanSansCN-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4666666667em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .info .info-more img {
  width: 19.0082644628%;
  height: auto;
}
.f6 .f6Swiper2 ul li a .hover-info {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background: rgba(87, 133, 191, 0.9);
  z-index: 2;
  padding: 7.4626865672%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f6 .f6Swiper2 ul li a .hover-info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .h {
  margin: 3% 0;
  font-family: SourceHanSansCN-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .btn {
  width: 8.0666666667em;
  height: 2.4666666667em;
  border: solid 1px #6a9bd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f6 .f6Swiper2 ul li a .hover-info .btn span {
  font-family: SourceHanSansCN-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4666666667em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f6 .f6Swiper2 ul li a .hover-info .btn img {
  margin-left: 0.6666666667em;
  width: 1.5333333333em;
  height: auto;
}
.f6 .f6Swiper2 ul li a:hover .hover-info {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.f6 .f6Swiper2 ul li a:hover .info {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.f6 .floor-more {
  margin-top: 4.0322580645%;
}

.f7 {
  padding: 0 0 5.8064516129%;
  background: url(../images/f7-bg.png) no-repeat #fff;
  background-size: 100% auto;
}
.f7 .f7Swiper2 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.f7 .f7Swiper2 .p2 > div:nth-child(1), .f7 .f7Swiper2 .p2 > li:nth-child(1), .f7 .f7Swiper2 .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.935483871%;
          flex: 0 0 46.935483871%;
  min-width: 300px;
}
.f7 .f7Swiper2 .p2 > div:nth-child(2), .f7 .f7Swiper2 .p2 > li:nth-child(2), .f7 .f7Swiper2 .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.064516129%;
          flex: 0 0 53.064516129%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .f7 .f7Swiper2 .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f7 .f7Swiper2 .p2 > div, .f7 .f7Swiper2 .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.f7 .f7Swiper2 .pic .wh {
  padding-top: 91.0652920962%;
}
.f7 .f7Swiper2 .info {
  background-color: #fff;
  padding: 5%;
  overflow: hidden;
  position: relative;
}
.f7 .f7Swiper2 .info .icon-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.f7 .f7Swiper2 .info .icon-box .info {
  margin-left: 16px;
}
.f7 .f7Swiper2 .info .icon-box .info span {
  font-family: SourceHanSansCN-Bold;
  font-size: 37px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2702702703em;
  letter-spacing: 0px;
  color: #262626;
}
.f7 .f7Swiper2 .info .icon-box .info p {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #262626;
  opacity: 0.59;
}
.f7 .f7Swiper2 .info .desc {
  margin: 5% 0 0 1em;
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #111111;
}
.f7 .f7Swiper2 .info .num {
  position: absolute;
  right: 12%;
  bottom: -5.5%;
  font-family: Impact;
  font-size: 142px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #efefef;
}
.f7 .f7Swiper {
  margin: 2.9032258065% 0 0;
}
.f7 .f7Swiper .tab-btn {
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  padding: 22px 0;
}
.f7 .f7Swiper .tab-btn span {
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f7 .f7Swiper .tab-btn p {
  font-family: SourceHanSansCN-Normal;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212121;
  opacity: 0.46;
}
.f7 .f7Swiper .swiper-slide-thumb-active .tab-btn {
  background-image: linear-gradient(-78deg, #2c5c9b 0%, #4a78b3 53%, #2c5c9b 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  opacity: 0.9;
}
.f7 .f7Swiper .swiper-slide-thumb-active .tab-btn span,
.f7 .f7Swiper .swiper-slide-thumb-active .tab-btn p {
  color: #fff;
}

.f8 {
  padding: 0 0 2.2580645161%;
  background: url(../images/f8-bg.png) no-repeat center center;
  background-size: cover;
}
.f8 .floor-title span {
  color: #fff;
}
.f8 ul li {
  cursor: pointer;
}
.f8 ul li:nth-child(2n) {
  padding: 25% 0 0;
}
.f8 ul li .icon-box {
  position: relative;
  padding-bottom: 190px;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.f8 ul li .icon {
  width: 90%;
}
.f8 ul li .wh {
  padding-top: 100%;
  background: url(../images/f8-iconbg1.png) no-repeat center;
  background-size: 100%;
}
.f8 ul li:nth-child(1) .box-fill {
  background: url(../images/f8-icon1.png) no-repeat center;
}
.f8 ul li:nth-child(2) .box-fill {
  background: url(../images/f8-icon2.png) no-repeat center;
}
.f8 ul li:nth-child(3) .box-fill {
  background: url(../images/f8-icon3.png) no-repeat center;
}
.f8 ul li:nth-child(4) .box-fill {
  background: url(../images/f8-icon4.png) no-repeat center;
}
.f8 ul li:nth-child(5) .box-fill {
  background: url(../images/f8-icon5.png) no-repeat center;
}
.f8 ul li .info {
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f8 ul li .pb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.f8 ul li .yuanxx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f8 ul li .yuanxx .yuan {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 3px #8ac5f5;
  margin: 0 6px;
}
.f8 ul li .yuanxx .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}
.f8 ul li .yuanxx .xx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #90a8c7;
}
.f8 ul li .num {
  text-align: center;
  font-family: ArialMT;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 90px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f8 ul li:hover .wh {
  padding-top: 100%;
  background: url(../images/f8-iconbg2.png) no-repeat center;
  background-size: 100%;
}
.f8 ul li:hover:nth-child(1) .box-fill {
  background: url(../images/f8-icon1h.png) no-repeat center;
}
.f8 ul li:hover:nth-child(2) .box-fill {
  background: url(../images/f8-icon2h.png) no-repeat center;
}
.f8 ul li:hover:nth-child(3) .box-fill {
  background: url(../images/f8-icon3h.png) no-repeat center;
}
.f8 ul li:hover:nth-child(4) .box-fill {
  background: url(../images/f8-icon4h.png) no-repeat center;
}
.f8 ul li:hover:nth-child(5) .box-fill {
  background: url(../images/f8-icon5h.png) no-repeat center;
}
.f8 ul li:hover .yuanxx .yuan {
  border-color: #fff;
}
.f8 ul li:hover .yuanxx .yuan::after {
  display: none;
}

.f9 {
  background: url(../images/f9-bg.png) no-repeat center #fff;
  background-size: cover;
}
.f9 .floor {
  padding: 0 0 15.3225806452%;
}
.f9 .floor-header .left-tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f9 .floor-header .left-tit::after {
  content: "";
  margin-left: 16px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 1px #c1c1c1;
}
.f9 .floor-header .left-tit span {
  font-family: SourceHanSansCN-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #181818;
}
.f9 .floor-header .rigth-tab {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.f9 .floor-header .rigth-tab .xwzx-pagination span {
  margin: 0 0 0 24px;
  display: inline-block;
  width: 142px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  border-radius: 0;
  opacity: 1;
}
.f9 .floor-header .rigth-tab .xwzx-pagination span.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #5885c0;
}
.f9 .floor-body {
  margin: 30px 0 50px;
}
.f9 .floor-body.mb0 {
  margin-bottom: 0;
}
.f9 .floor-body .p2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f9 .floor-body .p2 > div:nth-child(1), .f9 .floor-body .p2 > li:nth-child(1), .f9 .floor-body .p2 > a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.3870967742%;
          flex: 0 0 48.3870967742%;
  min-width: 300px;
}
.f9 .floor-body .p2 > div:nth-child(2), .f9 .floor-body .p2 > li:nth-child(2), .f9 .floor-body .p2 > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .f9 .floor-body .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f9 .floor-body .p2 > div, .f9 .floor-body .p2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.f9 .floor-body .news-top:hover .info .text .info-title {
  color: #5885c0;
}
.f9 .floor-body .news-top .wh {
  padding-top: 65%;
}
.f9 .floor-body .news-top .info {
  padding: 3.8333333333%;
  height: 160px;
  border: solid 1px #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f9 .floor-body .news-top .info .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 101px;
          flex: 0 0 101px;
  margin-right: 5.8333333333%;
  width: 101px;
  height: 110px;
  background-color: #5885c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f9 .floor-body .news-top .info .date span {
  font-family: SourceHanSansCN-Bold;
  font-size: 43px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3720930233em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f9 .floor-body .news-top .info .date p {
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8888888889em;
  letter-spacing: 0px;
  color: #ffffff;
}
.f9 .floor-body .news-top .info .text {
  overflow: hidden;
}
.f9 .floor-body .news-top .info .text .info-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f9 .floor-body .news-top .info .text .info-desc {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #535353;
}
.f9 .floor-body .news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.f9 .floor-body .news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f9 .floor-body .news-list li a .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.3870967742%;
          flex: 0 0 38.3870967742%;
}
.f9 .floor-body .news-list li a .pic .wh {
  padding-top: 71.4285714286%;
}
.f9 .floor-body .news-list li a .info {
  margin-left: 3.5483870968%;
  overflow: hidden;
}
.f9 .floor-body .news-list li a .info .info-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f9 .floor-body .news-list li a .info .info-desc {
  margin: 1.6129032258% 0;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #535353;
}
.f9 .floor-body .news-list li a .info .date {
  text-align: center;
  width: 7.375em;
  height: 2.0625em;
  border: solid 1px #727272;
  font-family: SourceHanSerifCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.0625em;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.f9 .floor-body .news-list li a:hover .info .info-title {
  color: #5885c0;
}
.f9 .floor-body .splist {
  gap: 25px;
}
.f9 .floor-body .splist a {
  display: block;
  min-height: 100px;
}
.f9 .floor-body .splist a .wh {
  padding-top: 73.9726027397%;
}
.f9 .floor-body .splist a .wh .box-fill .bf-btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .f2 .p2 .pic .text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .f1 ul {
    margin-top: 5.3333333333vmin;
    padding: 2.6666666667vmin;
  }
  .f1 ul li:not(:first-child) {
    border-left: none;
  }
  .f1 ul li{
    min-height: 80px;
  }
  .f1 ul li .info span {
    font-size: 4.5vmin;
  }
  .f1 ul li .info p {
    font-size: 4vmin;
  }
  .f1 ul li .info {
    margin-left: 2.6666666667vmin;
  }
  .f1 ul li .icon {
    height: 8vmin;
  }
  .f1 ul li .icon img {
    display: block;
    height: 100%;
    width: auto;
  }
  .f2 .p2 .info .card-tit {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    line-height: 3;
  }
  .f3 .f3Swiper2 ul li:nth-child(1), .f3 .f3Swiper2 ul li:nth-child(2) {
    min-width: 49% !important;
  }
  .f3 .f3Swiper2 ul li:nth-child(3) {
    margin-top: 10px;
    min-width: 100% !important;
  }
  .f4 .p2 > div:nth-child(1),
  .f4 .p2 > li:nth-child(1),
  .f4 .p2 > a:nth-child(1) {
    min-width: 100% !important;
  }
  .f4 .floor-title {
    padding-top: 0;
    text-align: center;
  }
  .f4 .floor-title span {
    font-size: 6.4vmin;
    line-height: 1.8;
  }
  .f4 .floor-title p {
    font-size: 4.8vmin;
    line-height: 1.2;
  }
  .f4 .pic .video-btn {
    width: 11.7333333333vmin;
    height: 11.7333333333vmin;
  }
  .f4 .info {
    margin-top: 5.3333333333vmin;
  }
  .f4 .info .card-title {
    width: 90%;
    font-size: 6.4vmin;
    line-height: 1.5;
    margin: 7.8571428571% auto 4.9603174603%;
  }
  .f4 .info .card-con {
    width: 90%;
    font-size: 4.2666666667vmin;
    line-height: 2;
  }
  .f4 .info .card-footer li span {
    font-size: 8vmin;
  }
  .f4 .info .card-footer li p {
    font-size: 16px;
    line-height: 32px;
  }
  .f5 .p4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f5 .ewm-box {
    border-bottom: #fff 1px solid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5% 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f5 .ewm-box .info {
    margin-top: 0;
    margin-left: 5.3333333333vmin;
  }
  .f5 ul li .box2 .info span {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .f5 ul li .box1 .tit {
    position: relative;
    width: 1em;
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .f5 ul li .box1 .tit i {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  .f5 ul li .box2 .num {
    font-size: 130px;
  }
  .f5 ul li .box1 .num {
    font-size: 30px;
  }
  .f6 .floor {
    padding: 0 2.5%;
  }
  .f6 .f6Swiper2 ul li a .info {
    padding: 10px 0 10px;
  }
  .f6 .f6Swiper2 ul {
    row-gap: 5px;
  }
  .f6 .f6Swiper2 ul li:nth-child(n+5) {
    display: none;
  }
  .f6 .f6Swiper2 ul li a .info span {
    font-size: 16px;
  }
  .f6 .f6Swiper2 ul li a .info .mr p {
    font-size: 16px;
  }
  .f7 .icon-box .icon {
    width: 18.6666666667vmin;
  }
  .f7 .f7Swiper2 .info .icon-box .info span {
    font-size: 6.4vmin;
  }
  .f7 .f7Swiper2 .info .icon-box .info p {
    font-size: 4.2666666667vmin;
    line-height: 1.5;
  }
  .f7 .f7Swiper2 .info {
    padding: 5%;
    margin-left: 0;
  }
  .f7 .f7Swiper2 .info .icon-box .info {
    margin-left: 0;
  }
  .f7 .f7Swiper2 .info .desc {
    margin: 5% 0 0 0;
    font-family: SourceHanSansCN-Normal;
    font-size: 4.5vmin;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #111111;
  }
  .f7 .f7Swiper2 .info .num {
    display: none;
  }
  .f7 .f7Swiper .tab-btn {
    padding: 2.6666666667vmin 0;
  }
  .f7 .f7Swiper .tab-btn span {
    font-size: 4.3333333333vmin;
  }
  .f8 .floor {
    padding: 0 5%;
  }
  .f8 .floor-title span {
    line-height: 1.5;
  }
  .f8 ul li .info {
    font-size: 3.6vmin;
    line-height: 1.5;
  }
  .f8 ul li:nth-child(2n) {
    padding: 0% 0 0;
  }
  .f8 ul li .icon-box {
    position: relative;
    padding-bottom: 32vmin;
  }
  .f8 ul li .num {
    font-size: 8vmin;
    line-height: 2;
  }
  .f8 ul li:nth-child(1) .box-fill {
    background: url(../images/f8-icon1.png) no-repeat center;
    background-size: auto 40%;
  }
  .f8 ul li:nth-child(2) .box-fill {
    background: url(../images/f8-icon2.png) no-repeat center;
    background-size: auto 40%;
  }
  .f8 ul li:nth-child(3) .box-fill {
    background: url(../images/f8-icon3.png) no-repeat center;
    background-size: auto 40%;
  }
  .f8 ul li:nth-child(4) .box-fill {
    background: url(../images/f8-icon4.png) no-repeat center;
    background-size: auto 40%;
  }
  .f8 ul li:nth-child(5) .box-fill {
    background: url(../images/f8-icon5.png) no-repeat center;
    background-size: auto 40%;
  }
  .f9 {
    padding-bottom: calc(5% + 66px);
  }
  .f9 .floor-header .left-tit {
    display: none;
  }
  .f9 .floor-header,
  .f9 .floor-body {
    padding: 0 2.5%;
  }
  .f9 .floor-body .news-top .info .date {
    display: none;
  }
  .f9 .floor-body .news-list li a .info .info-desc {
    display: none;
  }
  .f9 .floor-body .news-list li a .info .date {
    display: none;
  }
  .f9 .floor-body .news-list ul li {
    margin-top: 2.6666666667vmin;
  }
  .f9 .floor-header.spt .left-tit {
    display: block;
    text-align: center;
  }
  .f9 .floor-header.spt .left-tit span {
    font-size: 6.4vmin;
  }
  .f9 .floor-header .left-tit::after {
    display: none;
  }
  .f9 .floor-body .splist a .wh .box-fill .bf-btn {
    width: 40px;
    height: auto;
  }
  .f9 .floor-body .news-list li a .info .info-title {
    font-size: 3.6vmin;
    line-height: 2;
  }
  .f3 .f3Swiper2 ul li a .text {
    padding: 8%;
  }
  .f3 .f3Swiper2 ul li a .text span {
    font-size: 16px;
    line-height: 1.5;
  }
  .f3 .f3Swiper2 ul li a .text p {
    margin: 8% 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .f3 .f3Swiper2 ul li a .text .info-more span {
    font-size: 14px;
  }
  .f3 .f3Swiper2 ul li a .text .info-more {
    width: 7.066667em;
    height: 2em;
    border: solid 1px #6a9bd9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .f3 .f3Swiper .tab-btn,.f9 .floor-body .news-top .info .text .info-title{
    font-size: 18px;
  }
  .footer .qt .ilxfs dt{
    font-size: 20px;
  }
  .footer .qt .ilxfs dd,.f9 .floor-body .news-top .info .text .info-desc{
    font-size: 16px;
  }
  .f9 .floor-body .news-top .info .text .info-desc{
    line-height: 2;
  }
  .f6 .f6Swiper .tab-btn .info{
    font-size: 16px;
  }
}