#side {
  width: 140px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 65px;
  z-index: 666;
  display: none;
}

#menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#menu li {
  margin-bottom: 27px;
  padding-left: 5px;
  font-family: DINCond;
  font-size: 18px;
  color: #3B426B;
}

#menu li.active {
  font-size: 42px;
  color: #3B426B;
  padding-left: 0;
  /* margin-bottom: 0; */
}

#menu li .normalImg {
  display: block;
}

#menu li.active .normalImg {
  display: none;
}

#menu li .activeImg {
  display: none;
}

#menu li.active .activeImg {
  display: block;
}


#menu li.active::before, #menu li.active::after {
  content: '';
  margin-left: 12px;
  display: block;
  height: 127px;
  width: 1px;
  background: #3B426B;
}

#menu li.active::before {
  margin-bottom: 27px;
}

#menu li.active::after {
  margin-top: 27px;
}

#menu li:last-child.active::after {
  display: none;
}

#menu .menu-page1.active::before {
  display: none;
}

#fullpage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#fullpage .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
}

.page1 {
  position: relative;
  background: url('../images/page1_bg.webp') 50% 50% no-repeat;
  background-size: cover;
}

.page1-con {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.page1-con--title {
  width: 45.7%;
  margin: 0px auto;
}

.page1-con--title img {
  width: 100%;
}

.page1-con--desc {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 15px;
}

@media screen and (min-width:1439px) and (max-width:1919px) {
  .page1-con--desc {
    font-size: 24px;
  }

  .page1-descItem img {
    width: 80px;
  }
}

@media screen and (max-width:1439px) {
  .page1-con--desc {
    font-size: 20px;
  }

  .page1-descItem img {
    width: 60px;
  }
}


.page1-descItem {
  display: inline-block;
  margin-right: 2%;
  vertical-align: bottom;
}

.page1-descItem:last-child {
  margin-right: 0;
}

.page1-descItem img {
  vertical-align: bottom;
  margin-left: 5px;
}

.page1-con--form {
  margin-top: 1.5%;
}

.page1-con--form input {
  display: inline-block;
  vertical-align: middle;
  width: 355px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  padding-left: 23px;
  background: rgba(0, 0, 0, .34);
  border: 1px solid rgba(255, 255, 255, .50);
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
}

.submitPhone {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  width: 194px;
  height: 54px;
  line-height: 54px;
  background: #00B38A;
  border-radius: 10px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #FFFFFF;
}

.page1-con--fun {
  margin-top: 31px;
}

.page1-funItem {
  width: 11.3%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  border-right: 1px solid #ffffff;
}

.page1-funItem:last-child {
  border: none;
}

@media screen and (min-width:1439px) and (max-width:1919px) {
  .page1-con--form input {
    width: 270px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 8px;
  }

  .submitPhone {
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 8px;
  }

  .page1-funItem {
    font-size: 22px;
  }
}

@media screen and (max-width:1439px) {
  .page1-con--form input {
    width: 220px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 5px;
  }

  .submitPhone {
    width: 144px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 5px;
  }

  .page1-funItem {
    font-size: 18px;
  }
}

.page1-bottom {
  position: absolute;
  bottom: 10%;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.page1-bottomItem {
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  width: 102px;
  margin-right: 40px;
}

.page2 {
  position: relative;
  background: url('../images/page2_bg.jpg') 0 50% no-repeat;
  background-size: cover;
}

.page2-con {
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  width: 100%;
  overflow: hidden;
  font-family: 'PingFang SC', 'Microsoft YaHei';
}

.page2-con-title {
  margin-bottom: 20px;
  width: 22.8%;
}

.page2-con .page2-con-tabs {
  display: flex;
  justify-content: center;
}

.page2-con .page2-con-tabs .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 144px;
  cursor: pointer;
}

.page2-con .page2-con-tabs .item:hover img {
  transform: scale(1.05);
}

.page2-con .page2-con-tabs .item span {
  position: relative;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}

.page2-con .page2-con-tabs .item span.active {
  color: #00b38a;
}

.page2-con .page2-con-tabs .item span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  transform: translateX(-50%);
  height: 4px;
  background: #00b38a;
  border-radius: 2px;
  transition: all .3s;
}

.page2-con .page2-con-tabs .item:hover span::before {
  width: 100%;
}

.page2-con .page2-con-tabs .item span.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background: #00b38a;
  border-radius: 2px;
}

.page2-con .page2-con-tabs .item img {
  width: 80px;
  height: 80px;
  transition: all .3s;
}

.page2-con .page2-con-content {
  width: 1110px;
  margin: 0 auto;
}

.page2-con .page2-con-content .page2-con-content-item {
  display: flex;
  align-items: center;
}
.page2-con .page2-con-content .page2-con-content-item .left {
  flex: 1;
  padding-top: 30px;
}

.page2-con .page2-con-content .page2-con-content-item .right {
  flex: 1;
  padding-top: 30px;
}
.page2-con .page2-con-content .page2-con-content-item .right img {
  width: 700px;
  height: 370px;
}

.page2-con .page2-con-content .page2-con-content-item .title {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
  text-align: left;
  letter-spacing: .03px;
}

.page2-con .page2-con-content .page2-con-content-item .desc {
  width: 390px;
  font-size: 18px;
  text-align: left;
  color: #666666;
  line-height: 25px;
  letter-spacing: .02px;
  margin-top: 16px;
  height: 100px;
}

.page2-con .page2-con-content .page2-con-content-item .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 230px;
}
.page2-con .page2-con-content .page2-con-content-item .list .item {
  width: 50%;
  background: url('../images/page2/page2-con-icon.png') no-repeat;
  background-size: 18px 16px;
  background-position: 0 4px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-indent: 20px;
  letter-spacing: .01px;
  text-align: left;
  margin-bottom: 20px;
}

.page2-con .page2-con-fk {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}

.page2-con .page2-con-fk .page2-con-fk-item {
  float: left;
  height: 520px;
  width: 220px;
  padding: 24px;
  color: #ffffff;
  border-radius: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all .5s;
  box-sizing: border-box;
  overflow: hidden;
}
.page2-con .page2-con-fk .page2-con-fk-item:first-child {
  width: 572px;
}
.page2-con .page2-con-fk .page2-con-fk-item:not(:last-child) {
  margin-right: 16px;
}
.page2-con .page2-con-fk .page2-con-fk-item:nth-child(1) {
  background-image: url('../images/page2/page2-con-fk-item1.png');
}
.page2-con .page2-con-fk .page2-con-fk-item:nth-child(2) {
  background-image: url('../images/page2/page2-con-fk-item2.png');
}
.page2-con .page2-con-fk .page2-con-fk-item:nth-child(3) {
  background-image: url('../images/page2/page2-con-fk-item3.png');
}
.page2-con .page2-con-fk .page2-con-fk-item:nth-child(4) {
  background-image: url('../images/page2/page2-con-fk-item4.png');
}

.def .t {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.def .d {
  width: 172px;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  opacity: .8;
}

.page2-con .page2-con-fk .page2-con-fk-item .act {
  position: relative;
  display: none;
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
}

.act .t1 {
  width: 410px;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  letter-spacing: .03px;
  margin-bottom: 30px;
}

.act .t2 {
  width: 410px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  text-indent: 0px;
  margin-bottom: 10px;
}

.act .d {
  width: 410px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #666666;
  line-height: 25px;
  letter-spacing: .02px;
}

.act .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 230px;
}
.act .list .item {
  width: 50%;
  background: url('../images/page2/page2-con-icon.png') no-repeat;
  background-size: 18px 16px;
  background-position: 0 4px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-indent: 20px;
  letter-spacing: .01px;
  text-align: left;
  margin-bottom: 16px;
}

.act .act_btn {
  position: absolute;
  left: 16px;
  bottom: 30px;
  width: 118px;
  height: 40px;
  background: #00b38a;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.page2-con .page2-con-fk .page2-con-fk-item.active {
  background-image: url('../images/page2/page2-con-act.webp') ;
}

.page2-con .page2-con-fk .page2-con-fk-item.active .def {
  display: none;
}

.page2-con .page2-con-fk .page2-con-fk-item.active .act {
  display: block;
}

.page2-swiper {
  position: relative;
  width: 83.3%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}

.page2-swiper .banner-contaner {
  position: relative;
  height: 170px;
  margin-top: -40px;
  -webkit-mask-image: linear-gradient(114deg, transparent, #000000 500px, #000000 calc(100% - 500px), transparent);
}

.page2-swiper .banner-contaner .wrap {
  position: absolute;
  width: 3790px;
  height: 160px;
  z-index: 1;
  text-align: left;
}

.page2-swiper .wrap-item {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 140px;
  width: 370px;
  margin-right: 32px;
  background-color: #f7f9fc;
  border-top: 2px rgba(7, 144, 112, .16) solid;
  padding: 24px 16px 0px 30px;
}

.page2-swiper .wrap-item:hover {
  transform: scale3d(1.02, 1.02, 1.02);
}

.page2-swiper .wrap-item .wrap-item--title {
  height: 27px;
  margin-bottom: 7px;
  background-size: auto 100%;
}


.wrap-item--title.s1 {
  background: url('../images/homeBanner/1-text-b.png') no-repeat;
}

.banner-select .s1 {
  background: url('../images/homeBanner/1-text-a.png') no-repeat;
}


.wrap-item--title.s2 {
  background: url('../images/homeBanner/2-text-b.png') no-repeat;
}

.banner-select .s2 {
  background: url('../images/homeBanner/2-text-a.png') no-repeat;
}


.wrap-item--title.s3 {
  background: url('../images/homeBanner/3-text-b.png') no-repeat;
}

.banner-select .s3 {
  background: url('../images/homeBanner/3-text-a.png') no-repeat;
}


.wrap-item--title.s4 {
  background: url('../images/homeBanner/4-text-b.png') no-repeat;
}

.banner-select .s4 {
  background: url('../images/homeBanner/4-text-a.png') no-repeat;
}


.wrap-item--title.s5 {
  background: url('../images/homeBanner/5-text-b.png') no-repeat;
}

.banner-select .s5 {
  background: url('../images/homeBanner/5-text-a.png') no-repeat;
}


.wrap-item--title.s6 {
  background: url('../images/homeBanner/6-text-b.png') no-repeat;
}

.banner-select .s6 {
  background: url('../images/homeBanner/6-text-a.png') no-repeat;
}


.wrap-item--title.s7 {
  background: url('../images/homeBanner/1-text-b.png') no-repeat;
}

.banner-select .s7 {
  background: url('../images/homeBanner/1-text-a.png') no-repeat;
}


.wrap-item--title.s8 {
  background: url('../images/homeBanner/2-text-b.png') no-repeat;
}

.banner-select .s8 {
  background: url('../images/homeBanner/2-text-a.png') no-repeat;
}

.wrap-item--title.s9 {
  background: url('../images/homeBanner/3-text-b.png') no-repeat;
}

.banner-select .s9 {
  background: url('../images/homeBanner/3-text-a.png') no-repeat;
}

.page2-swiper .wrap-item .wrap-item--desc {
  font-size: 14px;
  color: #5D6494;
  line-height: 18px;
}

.page2-swiper .wrap-item.banner-select {
  border: 1px solid rgba(225, 227, 232, .48);
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
}


.page2-swiper .wrap-item.banner-animate:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #00B38A;
  animation: growRight 6s linear;
}

.page2-swiper .wrap-item.banner-animate:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(7, 144, 112, .16);
}

@keyframes growRight {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

.page2-swiper .swiper-button-next {
  position: absolute;
  top: 59%;
  height: 48px;
  right: 20px;
}

.page2-swiper .swiper-button-prev {
  position: absolute;
  top: 59%;
  height: 48px;
  left: 20px;
}

.swiper-button-next::after, .swiper-button-prev::after, .page3-prevBtn::after, .page3-nextBtn::after {
  display: none;
}

.swiper-slide {
  position: relative;
}

.currentInfo {
  font-size: 0px;
}

.currentInfo-img {
  width: 57%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.currentInfo-img img {
  width: 85%;
  min-width: 600px;
}

.currentInfo-desc {
  display: inline-block;
  width: 40%;
  padding-top: 70px;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
}

.currentInfo-desc--title {
  padding-bottom: 25px;
  border-bottom: 2px solid rgb(141, 155, 248, .24);
}

.currentInfo-desc--title img {
  height: 35px;
}

.currentInfo-desc--subtitle ul li {
  display: inline-block;
  width: 33%;
  font-size: 18px;
  font-weight: bold;
  color: #3B426B;
  margin-top: 17px;
  vertical-align: middle;
}

.currentInfo-desc--subtitle ul li::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: '';
  width: 4px;
  height: 4px;
  background: #00B38A;
}

.currentInfo-desc--more {
  width: 105px;
  height: 30px;
  margin-top: 28px;
  margin-bottom: 54px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #3B426B;
  font-size: 14px;
  color: #3B426B;
  font-weight: bold;
  cursor: pointer;
}

.currentInfo-desc--data ul li {
  display: inline-block;
  margin-right: 3%;
  height: 74px;
}

.currentInfo-desc--data ul li img {
  height: 100%;
}

.currentInfo-desc--data ul li:last-child {
  margin-right: 0px;
}

.page3 {
  position: relative;
  background: url('../images/page3_bg.jpg') 0 50% no-repeat;
  background-size: cover;
}

.page3-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.page3-con-title {
  margin-bottom: 20px;
  width: 22.8%;
}

.page3-con--desc {
  width: 880px;
  margin: 0px auto;
  font-size: 20px;
  color: #3B426B;
  line-height: 28px;
  text-align: center;
}


@media screen and (min-width:1439px) and (max-width:1919px) {
  .page3-con--desc {
    font-size: 18px;
  }
}

@media screen and (max-width:1439px) {
  .page3-con--desc {
    font-size: 16px;
  }
}

@media screen and (max-width:1359px) {
  .page3-con--desc {
    font-size: 14px;
  }
}

.page3::before, .page3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 42.5%;
  height: 100px;
  width: calc(11.25% - 30px);
  background: #00B38A;
  display: block;
}

.page3::after {
  left: auto;
  right: 0;
}

.page3-con-swiper {
  position: relative;
  width: 77.5%;
  margin: 0px auto;
  padding-top: 60px;
  overflow: hidden;
  z-index: 100;
}

.page3-con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  width: calc(25% - 21px);
  box-sizing: border-box;
  background: #FFFFFF;
  /* border: 1px solid #E0E1E6; */
  margin-right: 28px;
  box-sizing: border-box;
}

.page3-con .swiper-slide img {
  width: 100%;
}

.page3 .page3-nextBtn, .page3 .page3-prevBtn {
  position: absolute;
  top: 0%;
  z-index: 999;
  height: 48px;
  cursor: pointer;
}

.page3 .page3-nextBtn {
  right: 0;
}

.page3 .page3-prevBtn {
  left: 0px;
}

.page4 {
  position: relative;
  background: url('../images/page4_bg.jpg') top center no-repeat;
  background-size: cover;
}

.page4-con {
  position: absolute;
  top: 9%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page4-con-title {
  margin-bottom: 20px;
  width: 22.8%;
}

.page4-textImg {
  position: absolute;
  top: 141px;
  left: 13%;
  width: 19%;
}

.page4-swiper--wrapper {
  position: relative;
  width: 70%;
  top: 240px;
  left: 36%;
  overflow: hidden;
  padding-top: 60px;
  box-sizing: border-box;
  /* height: 500px; */
  padding-bottom: 50px;
  /* overflow-x: hidden; */
}

.page4-swiper {
  /* right: 0px; */
}

.page4-swiper .swiper-slide {
  width: 30%;
  border-radius: 6.5px;
  padding-left: 54px;
  padding-top: 86.4px;
  background: #ffffff;
  box-sizing: border-box;
  height: 370px;
}

.page4-swiper .swiper-slide.swiper-slide-active {
  background: #00B38A;
  box-shadow: 13px 13px 43px 0 rgba(0, 179, 138, .39);
}

.page4-swiper .swiper-slide .page4-avatar {
  position: absolute;
  top: -57px;
  right: -17px;
  width: 50%;
  max-width: 201px;
}

.page4-avatar img {
  width: 100%;
}

.page4-con .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #FFFFFF;
}

.page4-con .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.page4-con .page4-prevBtn {
  position: absolute;
  top: 580px;
  left: calc(36% - 81px);
  cursor: pointer;
}

.page4-con .page4-yinhao {
  width: 14%;
  height: 44px;
  background: url('../images/page4/greenFh.png') no-repeat;
  background-size: 100% auto;
}

.page4-con .swiper-slide-active .page4-yinhao {
  background: url('../images/page4/whiteFh.png') no-repeat;
  background-size: 100% auto;
}

.page4-con .page4-text {
  margin-top: 22px;
  width: 90%;
  text-align: left;
  font-size: 17px;
  height: 130px;
  color: #3B426B;
  line-height: 34px;
}

.page4-con .swiper-slide-active .page4-text {
  color: #ffffff;
}

.page4-con .page4-auth {
  font-size: 22px;
  color: #3B426B;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  margin-top: 18px;
  font-weight: bold;
}


@media screen and (min-width:1439px) and (max-width:1830px) {
  .page4-con .page4-text {
    font-size: 16px;
    line-height: 25px;
  }

  .page4-con .page4-auth {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
  }

  .page4-swiper .swiper-slide {
    padding-top: 66.4px;
    height: 340px;
  }
}

@media screen and (max-width:1439px) {
  .page4-con .page4-text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }

  .page4-con .page4-auth {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
  }

  .page4-swiper .swiper-slide {
    height: 320px;
    padding-top: 56.4px;
  }
}

@media screen and (max-width:1359px) {
  .page4-con .page4-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.page4-con .swiper-slide-active .page4-auth {
  color: #FFFFFF;
  text-shadow: 0 4px 10px #00947D;
}

.page5 {
  position: relative;
  background: url('../images/page5_bg.jpg') top center no-repeat;
  background-size: cover;
}

/* .page5-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
} */

.page5-con-title {
  margin-top: 10%;
}

.page5-con--desc {
  font-size: 20px;
  color: #3B426B;
  margin-top: 22px;
}

.page5-con--list {
  width: 65%;
  margin: 42px auto 0px;
}

.page5-con--list ul {
  margin-bottom: 22px;
  font-size: 0;
}

.page5-con--list ul li {
  display: inline-block;
  width: calc(20% - 24px);
  margin-right: 20px;
}

.page5-con--list ul li img {
  width: 100%;
}

.page5-con--list ul li:last-child {
  margin-right: 0;
}

.bottom {
  width: 100%;
  height: 395px;
  box-sizing: border-box;
  padding-left: 300px;
  padding-top: 34px;
  background-image: url('../images/bottom.png');
  background-size: 100% 100%;
}

.bottom .bot_left {
  width: 80%;
  height: 100%;
}

.bottom .bot_left .b_top {
  margin-bottom: 24px;
}

.bottom .bot_left .b_top .tit {
  display: inline-block;
  font-family: 'PingFangSC-Semibold';
  font-size: 16px;
  color: #FFFFFF;
  border-left: 1px solid #ffffff;
  position: absolute;
  margin-left: 10px;
  margin-top: 9px;
  box-sizing: border-box;
  padding-left: 8px;
}

.bottom .bot_left .bot_con {
  border-top: 1px solid rgba(255, 255, 255, .30);
  border-bottom: 1px solid rgba(255, 255, 255, .30);
  box-sizing: border-box;
  padding: 30px 10px 30px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.tel_address p {
  font-family: 'DINAlternate-Bold';
  font-size: 22px;
  color: #FFFFFF;
  opacity: .9;
}

.tel_address .tel, .tel_address .meail {
  margin-bottom: 16px;
}

.tel_address span {
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
}

.tel_address .address {
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #FFFFFF;
  opacity: .8;
}

.bottom {
  display: flex;
}

.bottom .bot_left {
  /* margin-top: 32px; */
  font-family: 'AvenirNext-Regular';
  font-size: 15px;
  color: #9FA2A8;
}

.bottom .bot_right {
  width: 40px;
  height: 168px;
  background: red;
  margin-top: 59px;
  margin-left: 220px;
}

.page-bottom {
  height: auto !important;
  overflow: visible;
  text-align: left;
}
.page-bottom .form {
  height: 490px;
  background: url('../images/connect.jpg') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 67px;
}
.page-bottom .form .form_con {
  font-size: 34px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.page-bottom .form .form_desc {
  font-size: 16px;
  color: rgba(255,255,255,.66);
  text-align: center;
  line-height: 30px;
}
.page-bottom .form .con_info {
  margin: 0 auto;
  width: 761px;
  /* text-align: center; */
}
.form .form_desc {
  margin-bottom: 40px;
}
.form .con_info span {
  display: inline-block;
  height: 28px;
  /* border: none; */
  width: 196px;
  border-bottom: 1px solid rgba(255,255,255,.6);
  margin-left: 80px;
}
.form .con_info .fir {
  margin-left: 0;
}
.form .con_info .txt {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: none;
  color: rgba(255,255,255,.66);
  background: transparent;
}
.form .con_info .txt::-webkit-input-placeholder {
  /* 修改字体颜色 */
  color: rgba(255,255,255,.66);
  /* 修改字号，默认继承input */
  font-size: 16px;
  /* 设置背景色 */
  /* background: #8ac6d1; */
}
.form .con_info #umessage {
  margin-top: 31px;
  width: 100%;
  height: 130px;
  font-size: 16px;
  background: transparent;
  color: rgba(255,255,255,.66);
  line-height: 30px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-left: 30px;
  border: 1px solid rgba(255,255,255,.5);
}
.form .con_info #umessage::-webkit-input-placeholder {
  color: rgba(255,255,255,.4);
}
.form .con_info .sub_btn {
  margin-top: 24px;
  text-align: center;
}
.form .con_info .sub_btn #submit {
  width: 167px;
  height: 36px;
  background: #00B38A;
  border-radius: 2px;
  border-radius: 2px;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.form .con_info .sub_btn #submit img {
  margin-top: -6px;
}
