:root {
  --swiper-navigation-color: #dba364;
  --swiper-theme-color: #dba364;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-navigation-size: 20px;
}

:root {
  --swiper-navigation-color: #dba364;
  --swiper-theme-color: #dba364;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-navigation-size: 20px;
}

.max-w {
  height: 100vh;
  overflow: hidden;
}

.floor {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: ban;
          animation-name: ban;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.banner .banner-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 50%;
  -webkit-animation-name: banimg;
          animation-name: banimg;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.banner .banner-icon img {
  display: block;
  width: 100%;
}

@-webkit-keyframes ban {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes ban {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.xjtt {
  position: fixed;
  z-index: 11111;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-50%);
  -webkit-animation-name: banjt;
          animation-name: banjt;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
}
.xjtt.none {
  display: none;
}
.xjtt.swiper-button-disabled {
  display: none;
}

@-webkit-keyframes banjt {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,-200%);
            transform: translate(-50%,-200%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}

@keyframes banjt {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,-200%);
            transform: translate(-50%,-200%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}
.footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@-webkit-keyframes banimg {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes banimg {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.swiper-pagination.biaochi {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 134px;
  height: 71.6666666667%;
  background: url(../images/biaochi.png) no-repeat;
  background-size: auto 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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.swiper-pagination.biaochi span {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 2.2em;
  text-align: left;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: transparent;
}
.swiper-pagination.biaochi span:nth-child(1) {
  top: 10.3%;
}
.swiper-pagination.biaochi span:nth-child(2) {
  top: 27.1%;
}
.swiper-pagination.biaochi span:nth-child(3) {
  top: 44%;
}
.swiper-pagination.biaochi span:nth-child(4) {
  top: 60.77%;
}
.swiper-pagination.biaochi span:nth-child(5) {
  top: 77.6%;
}
.swiper-pagination.biaochi span:nth-child(6) {
  top: 94.4%;
}
.swiper-pagination.biaochi span::before, .swiper-pagination.biaochi span::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-14px, -50%);
      -ms-transform: translate(-14px, -50%);
          transform: translate(-14px, -50%);
  width: 22px;
  height: 1px;
  background-color: #dba364;
}
.swiper-pagination.biaochi span::after {
  display: block;
  left: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #b9b9b9;
}
.swiper-pagination.biaochi span.bc-active {
  color: #dba364;
}
.swiper-pagination.biaochi span.bc-active::before, .swiper-pagination.biaochi span.bc-active::after {
  display: block;
  background-color: #dba364;
}

.layoutSwiper > .swiper-wrapper > .swiper-slide:nth-child(n+2) {
  padding-top: 3.7%;
}

.floor-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
	font-weight:520;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
}




@media screen and (min-width: 1120px) {
  .floor-title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1173.3333333333px) {
  .floor-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1226.6666666667px) {
  .floor-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1280px) {
  .floor-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1333.3333333333px) {
  .floor-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1386.6666666667px) {
  .floor-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .floor-title {
    font-size: 27px;
  }
}
@media screen and (min-width: 1493.3333333333px) {
  .floor-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1546.6666666667px) {
  .floor-title {
    font-size: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .floor-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1653.3333333333px) {
  .floor-title {
    font-size: 31px;
  }
}
@media screen and (min-width: 1706.6666666667px) {
  .floor-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1760px) {
  .floor-title {
    font-size: 33px;
  }
}
@media screen and (min-width: 1813.3333333333px) {
  .floor-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1866.6666666667px) {
  .floor-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .floor-title {
    font-size: 36px;
  }
}

.floor-subtitle {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
}

.floor-header {
  padding: 2% 0 1%;
}
.floor-header .floor-title {
  text-align: center;
}
.floor-header .floor-subtitle {
  text-align: center;
}

.f3.floor,
.f4 .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.f3.floor .floor-header,
.f4 .floor .floor-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.f3.floor .floor-body,
.f4 .floor .floor-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.f2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.f2 .ws {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.f2 .company-con {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 90%;
  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;
  background: url(../images/index_zjja_bg.png) no-repeat left bottom;
  background-size: auto 100%;
}
.f2 .company-con .conpany-name {
  margin-bottom: 1em;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.1538461538;
  letter-spacing: 0px;
  color: #dba364;
}
@media screen and (min-width: 1403.0769230769px) {
  .f2 .company-con .conpany-name {
    font-size: 19px;
  }
}
@media screen and (min-width: 1476.9230769231px) {
  .f2 .company-con .conpany-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1550.7692307692px) {
  .f2 .company-con .conpany-name {
    font-size: 21px;
  }
}
@media screen and (min-width: 1624.6153846154px) {
  .f2 .company-con .conpany-name {
    font-size: 22px;
  }
}
@media screen and (min-width: 1698.4615384615px) {
  .f2 .company-con .conpany-name {
    font-size: 23px;
  }
}
@media screen and (min-width: 1772.3076923077px) {
  .f2 .company-con .conpany-name {
    font-size: 24px;
  }
}
@media screen and (min-width: 1846.1538461538px) {
  .f2 .company-con .conpany-name {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .company-con .conpany-name {
    font-size: 26px;
  }
}
.f2 .company-con .conpany-intro {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #666666;
}
.f2 .company-con .company-num ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f2 .company-con .company-num ul li {
  margin-right: 4%;
}
.f2 .company-con .company-num ul li span {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #dba364;
}
@media screen and (min-width: 1033.8461538462px) {
  .f2 .company-con .company-num ul li span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1083.0769230769px) {
  .f2 .company-con .company-num ul li span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1132.3076923077px) {
  .f2 .company-con .company-num ul li span {
    font-size: 23px;
  }
}
@media screen and (min-width: 1181.5384615385px) {
  .f2 .company-con .company-num ul li span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1230.7692307692px) {
  .f2 .company-con .company-num ul li span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .f2 .company-con .company-num ul li span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1329.2307692308px) {
  .f2 .company-con .company-num ul li span {
    font-size: 27px;
  }
}
@media screen and (min-width: 1378.4615384615px) {
  .f2 .company-con .company-num ul li span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1427.6923076923px) {
  .f2 .company-con .company-num ul li span {
    font-size: 29px;
  }
}
@media screen and (min-width: 1476.9230769231px) {
  .f2 .company-con .company-num ul li span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1526.1538461538px) {
  .f2 .company-con .company-num ul li span {
    font-size: 31px;
  }
}
@media screen and (min-width: 1575.3846153846px) {
  .f2 .company-con .company-num ul li span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1624.6153846154px) {
  .f2 .company-con .company-num ul li span {
    font-size: 33px;
  }
}
@media screen and (min-width: 1673.8461538462px) {
  .f2 .company-con .company-num ul li span {
    font-size: 34px;
  }
}
@media screen and (min-width: 1723.0769230769px) {
  .f2 .company-con .company-num ul li span {
    font-size: 35px;
  }
}
@media screen and (min-width: 1772.3076923077px) {
  .f2 .company-con .company-num ul li span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1821.5384615385px) {
  .f2 .company-con .company-num ul li span {
    font-size: 37px;
  }
}
@media screen and (min-width: 1870.7692307692px) {
  .f2 .company-con .company-num ul li span {
    font-size: 38px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .company-con .company-num ul li span {
    font-size: 39px;
  }
}
.f2 .company-con .company-num ul li i {
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #dba364;
}
@media screen and (min-width: 1107.6923076923px) {
  .f2 .company-con .company-num ul li i {
    font-size: 15px;
  }
}
@media screen and (min-width: 1181.5384615385px) {
  .f2 .company-con .company-num ul li i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1255.3846153846px) {
  .f2 .company-con .company-num ul li i {
    font-size: 17px;
  }
}
@media screen and (min-width: 1329.2307692308px) {
  .f2 .company-con .company-num ul li i {
    font-size: 18px;
  }
}
@media screen and (min-width: 1403.0769230769px) {
  .f2 .company-con .company-num ul li i {
    font-size: 19px;
  }
}
@media screen and (min-width: 1476.9230769231px) {
  .f2 .company-con .company-num ul li i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1550.7692307692px) {
  .f2 .company-con .company-num ul li i {
    font-size: 21px;
  }
}
@media screen and (min-width: 1624.6153846154px) {
  .f2 .company-con .company-num ul li i {
    font-size: 22px;
  }
}
@media screen and (min-width: 1698.4615384615px) {
  .f2 .company-con .company-num ul li i {
    font-size: 23px;
  }
}
@media screen and (min-width: 1772.3076923077px) {
  .f2 .company-con .company-num ul li i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1846.1538461538px) {
  .f2 .company-con .company-num ul li i {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .company-con .company-num ul li i {
    font-size: 26px;
  }
}
.f2 .company-con .company-num ul li p {
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #999999;
}
@media screen and (min-width: 1600px) {
  .f2 .company-con .company-num ul li p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1706.6666666667px) {
  .f2 .company-con .company-num ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1813.3333333333px) {
  .f2 .company-con .company-num ul li p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .company-con .company-num ul li p {
    font-size: 18px;
  }
}
.f2 .company-con .company-more {
  display: flex;
 align-items: center;
  width: 100%;
  max-width: 1045px;
  height: 4.3571428571em;
  line-height: 4.3571428571;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffdd95), to(#dba364)), -webkit-gradient(linear, left top, left bottom, from(#dba364), to(#dba364));
  background-image: linear-gradient(-90deg, #ffdd95 0%, #dba364 100%), linear-gradient(#dba364, #dba364);
  background-blend-mode: normal, normal;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  padding-left: 9%;
}
@media screen and (min-width: 1302.8571428571px) {
  .f2 .company-con .company-more {
    font-size: 19px;
  }
}
@media screen and (min-width: 1371.4285714286px) {
  .f2 .company-con .company-more {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .f2 .company-con .company-more {
    font-size: 21px;
  }
}
@media screen and (min-width: 1508.5714285714px) {
  .f2 .company-con .company-more {
    font-size: 20px;
  }
}
@media screen and (min-width: 1577.1428571429px) {
  .f2 .company-con .company-more {
    font-size: 23px;
  }
}
@media screen and (min-width: 1645.7142857143px) {
  .f2 .company-con .company-more {
    font-size: 24px;
  }
}
@media screen and (min-width: 1714.2857142857px) {
  .f2 .company-con .company-more {
    font-size: 25px;
  }
}
@media screen and (min-width: 1782.8571428571px) {
  .f2 .company-con .company-more {
    font-size: 26px;
  }
}
@media screen and (min-width: 1851.4285714286px) {
  .f2 .company-con .company-more {
    font-size: 27px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .company-con .company-more {
    font-size: 28px;
  }
}
.f2 .company-con .company-more img {
  margin-left: 1.5em;
  width: 1.5em;
  height: 1.5em;
}
.f2 .company-con .company-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 56.1445783133%;
}
.f2 .global {
  background: url(../images/index_quanqiu_bg.png) no-repeat;
  background-size: cover;
  padding: 2% 0;
}
.f2 .global .w {
  width: 72%;
}
.f2 .global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f2 .global ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
}
.f2 .global ul li:nth-child(1) span {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}





@media screen and (min-width: 1061.0526315789px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1111.5789473684px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1162.1052631579px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 23px;
  }
}
@media screen and (min-width: 1212.6315789474px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1263.1578947368px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1313.6842105263px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1364.2105263158px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 27px;
  }
}
@media screen and (min-width: 1414.7368421053px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1465.2631578947px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 29px;
  }
}
@media screen and (min-width: 1515.7894736842px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1566.3157894737px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 31px;
  }
}
@media screen and (min-width: 1616.8421052632px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1667.3684210526px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 33px;
  }
}
@media screen and (min-width: 1717.8947368421px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 34px;
  }
}
@media screen and (min-width: 1768.4210526316px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 35px;
  }
}
@media screen and (min-width: 1818.9473684211px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1869.4736842105px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 37px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .global ul li:nth-child(1) span {
    font-size: 38px;
  }
}
.f2 .global ul li:nth-child(1) p {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5555555556;
  letter-spacing: 0px;
  color: #dba364;
}
@media screen and (min-width: 1360px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1520px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 19px;
  }
}
@media screen and (min-width: 1600px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1760px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1840px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .global ul li:nth-child(1) p {
    font-size: 24px;
  }
}
.f2 .global ul li:nth-child(1) i {
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4615384615;
  letter-spacing: 0px;
  color: #b1a38f;
}
.f2 .global ul li dl {
  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;
  font-size: 12px;
}
@media screen and (min-width: 1782.8571428571px) {
  .f2 .global ul li dl {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .global ul li dl {
    font-size: 14px;
  }
}
.f2 .global ul li dl .xx {
  width: 1px;
  height: 4.4285714286em;
  background-color: #fff;
}
.f2 .global ul li dl .ico {
  height: 4.4285714286em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f2 .global ul li dl .info {
  text-align: center;
  font-family: AlibabaPuHuiTi_2_35_Thin;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2857142857;
  letter-spacing: 1px;
  color: #ffffff;
}
@media screen and (min-width: 1782.8571428571px) {
  .f2 .global ul li dl .info {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .f2 .global ul li dl .info {
    font-size: 14px;
  }
}

.f3 .swiper {
  padding-right: 21.0843373494%;
}
.f3 .swiper .swiper-slide a {
  overflow: hidden;
  position: relative;
}
.f3 .swiper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f3 .swiper .swiper-slide .con-box {
  position: absolute;
  left: 19.8473282443%;
  bottom: 10.401891253%;
  width: 39.5419847328%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
}
.f3 .swiper .swiper-slide .con-box img {
  width: 49px;
  height: 49px;
}
.f3 .swiper .swiper-slide .con-box span {
  font-size: 20px;
  line-height: 3;

  margin-top: 0.7333333333em;
}
@media screen and (min-width: 1344px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1408px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1472px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 23px;
  }
}
@media screen and (min-width: 1536px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1664px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1728px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 27px;
  }
}
@media screen and (min-width: 1792px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1856px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 29px;
  }
}
@media screen and (min-width: 1920px) {
  .f3 .swiper .swiper-slide .con-box span {
    font-size: 30px;
  }
}
.f3 .swiper .jjfa-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23.8554216867%;
  height: 100%;
  z-index: 999;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.f3 .swiper .jjfa-pagination .my-bullet {
  width: 88.3838383838%;
  height: 20.8037825059%;
  padding-left: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  background-color: #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1107.6923076923px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 15px;
  }
}
@media screen and (min-width: 1181.5384615385px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 16px;
  }
}
@media screen and (min-width: 1255.3846153846px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 17px;
  }
}
@media screen and (min-width: 1329.2307692308px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 18px;
  }
}
@media screen and (min-width: 1403.0769230769px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 19px;
  }
}
@media screen and (min-width: 1476.9230769231px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 20px;
  }
}
@media screen and (min-width: 1550.7692307692px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 21px;
  }
}
@media screen and (min-width: 1624.6153846154px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 22px;
  }
}
@media screen and (min-width: 1698.4615384615px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 23px;
  }
}
@media screen and (min-width: 1772.3076923077px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 24px;
  }
}
@media screen and (min-width: 1846.1538461538px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .f3 .swiper .jjfa-pagination .my-bullet {
    font-size: 26px;
  }
}
.f3 .swiper .jjfa-pagination .my-bullet span {
  width: 1.7692307692em;
  height: 1.7307692308em;
  margin-right: 0.6em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(1) span {
  background: url(../images/index_jjfa_ico1.png) no-repeat center;
  background-size: 1.5769230769em 1.6538461538em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(1):hover span {
  background: url(../images/index_jjfa_ico1h.png) no-repeat center;
  background-size: 1.5769230769em 1.6538461538em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(2) span {
  background: url(../images/index_jjfa_ico2.png) no-repeat center;
  background-size: 1.7692307692em 1.7307692308em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(2) span:hover {
  background: url(../images/index_jjfa_ico2h.png) no-repeat center;
  background-size: 1.7692307692em 1.7307692308em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(3) span {
  background: url(../images/index_jjfa_ico3.png) no-repeat center;
  background-size: 1.5769230769em 1.6153846154em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(3) span:hover {
  background: url(../images/index_jjfa_ico3h.png) no-repeat center;
  background-size: 1.5769230769em 1.6153846154em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(4) span {
  background: url(../images/index_jjfa_ico4.png) no-repeat center;
  background-size: 1.3846153846em 1.3846153846em;
}
.f3 .swiper .jjfa-pagination .my-bullet:nth-child(4) span:hover {
  background: url(../images/index_jjfa_ico4h.png) no-repeat center;
  background-size: 1.3846153846em 1.3846153846em;
}
.f3 .swiper .jjfa-pagination .my-bullet-active {
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#dba364), to(#ffdd95)), -webkit-gradient(linear, left top, left bottom, from(#dba364), to(#dba364));
  background-image: linear-gradient(-90deg, #dba364 0%, #ffdd95 100%), linear-gradient(#dba364, #dba364);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(92, 92, 92, 0.28);
          box-shadow: 0px 10px 20px 0px rgba(92, 92, 92, 0.28);
  color: #fff;
}
.f3 .swiper .jjfa-pagination .my-bullet-active:nth-child(1) span {
  background: url(../images/index_jjfa_ico1h.png) no-repeat center;
  background-size: 1.5769230769em 1.6538461538em;
}
.f3 .swiper .jjfa-pagination .my-bullet-active:nth-child(2) span {
  background: url(../images/index_jjfa_ico2h.png) no-repeat center;
  background-size: 1.7692307692em 1.7307692308em;
}
.f3 .swiper .jjfa-pagination .my-bullet-active:nth-child(3) span {
  background: url(../images/index_jjfa_ico3h.png) no-repeat center;
  background-size: 1.5769230769em 1.6153846154em;
}
.f3 .swiper .jjfa-pagination .my-bullet-active:nth-child(4) span {
  background: url(../images/index_jjfa_ico4h.png) no-repeat center;
  background-size: 1.3846153846em 1.3846153846em;
}

.f5 .floor-title {
  color: #dba364;
}
.f5 .pinpai {
  padding-bottom: 5%;
  width: 100%;
}
.f5 .pinpai li {
  position: relative;
  float: unset;
  min-height: auto;
  width: auto;
}
.f5 .pinpai li::before {
  content: "";
  display: block;
  padding-top: 65.5172413793%;
}
.f5 .pinpai li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dba364;
}
.f5 .pinpai li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   
}
.f5 .pinpai li a div{
    min-height: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.f5 .pinpai li a::before, .f5 .pinpai li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #b9b9b9;
}
.f5 .pinpai li a::before {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.3793103448%;
  height: 1px;
}
.f5 .pinpai li a::after {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 75.7894736842%;
  width: 1px;
}
.f5 .pinpai li a img {
  max-width: 90%;
  max-height: 90%;
  min-height: auto;
}
.f5 .pinpai.col-5 li:nth-child(5n+1)::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(5n+1) a::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(n+11)::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(n+11) a::before {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(3n+1)::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(3n+1) a::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(n+13)::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(n+13) a::before {
  display: none;
}
@media screen and (max-width: 720px){
    .f5 .pinpai.col-5 li:nth-child(5n+1)::after {
  display: block;
}
.f5 .pinpai.col-5 li:nth-child(5n+1) a::after {
  display: block;
}
.f5 .pinpai.col-5 li:nth-child(n+11)::after {
  display: block;
}
.f5 .pinpai.col-5 li:nth-child(n+11) a::before {
  display: block;
}
.f5 .pinpai.col-3 li:nth-child(3n+1)::after {
  display: block;
}
.f5 .pinpai.col-3 li:nth-child(3n+1) a::after {
  display: block;
}
.f5 .pinpai.col-3 li:nth-child(n+13)::after {
  display: block;
}
.f5 .pinpai.col-3 li:nth-child(n+13) a::before {
  display: block;
}
 /*---*/ 
.f5 .pinpai.col-5 li:nth-child(3n+1)::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(3n+1) a::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(n+13)::after {
  display: none;
}
.f5 .pinpai.col-5 li:nth-child(n+13) a::before {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(3n+1)::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(3n+1) a::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(n+13)::after {
  display: none;
}
.f5 .pinpai.col-3 li:nth-child(n+13) a::before {
  display: none;
}
/*--*/

}
@media screen and (max-width: 1400px) {
  .f2 .global {
    padding: 1% 0;
  }
}
@media screen and (max-width: 992px){
    .swiper-pagination.biaochi {
display: none;
}
.layoutSwiper > .swiper-wrapper > .swiper-slide:nth-child(n+2) {
    padding-top: 12vmin;
}
.f2 .company-con .conpany-intro {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
}
.f2 .company-con .company-more {
    display: block;
    width: 100%;
    max-width: 1045px;
    height: 3em;
    line-height: 3;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffdd95), to(#dba364)), -webkit-gradient(linear, left top, left bottom, from(#dba364), to(#dba364));
    background-image: linear-gradient(-90deg, #ffdd95 0%, #dba364 100%), linear-gradient(#dba364, #dba364);
    background-blend-mode: normal, normal;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    padding-left: 9%;
}
.f2 .global ul li:nth-child(1) i {
    line-height: 1.5;
}
.f2 .company-con .company-num ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.f2 .company-con .company-num ul li {
    width: 45%;
    flex: none;
}

.f3 .swiper{
    padding-right: 0;
    padding: 60px 0 0;
}
.f3 .swiper .jjfa-pagination {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    height:60px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.f3 .swiper .jjfa-pagination .my-bullet {
    width:25%;
    height: 100%;
    padding-left: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;

}
.f3 .swiper .jjfa-pagination .my-bullet span {
     margin-right: 0em; 
}
.f3 .swiper .swiper-slide .con-box {
    position: absolute;

    width: 70.5419847328%;

}
}
@media screen and (max-width: 768px) {
  .f2 .company-con .company-pic {
    display: none;
  }
  .f2 .ws {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .f2 .company-con {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: url(../images/index_zjja_bg.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .f2 .global ul li dl {
    display: none;
  }
  .floor-title {
    width: 95%;
    margin: 0 auto;
    padding: 0.5em 0 0.5em;
	font-family: SourceHanSansCN-Regular;
  }
  .company-info,
  .company-num {
    width: 95%;
    margin: 0 auto;
  }
  .f2 .company-con .company-pic {
    display: none;
  }
  .f2 .global ul {
    width: 95%;
    margin: 0 auto;
  }
  .f2 .global ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .floor-header {
    padding: 0;
  }
  .floor-subtitle {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
  }
}
.floor-body.f4.w{
    width: 100%;
}