@charset "utf-8";
.full-house-title {
  padding: 36px 40px;
  text-align: center;
}
.full-house-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
.full-house-title p {
  font-size: 16px;
  color: #727171;
  line-height: 24px;
  margin-top: 6px;
  text-transform: uppercase;
}
.full-house-waps {
  position: relative;
  margin-bottom: 110px;
}
.full-house-item {
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
}
.full-house-item ul {
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  white-space: nowrap;
}
.full-house-item ul li {
  display: inline-block;
  width: 153px;
  height: 142px;
  text-align: center;
  padding-top: 1px;
  font-size: 18px;
  color: #727171;
  border-right: 1px solid #efefef;
  background-color: #fafafa;
  cursor: pointer;
}
.full-house-item ul li i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 32px auto 5px;
}
.full-house-item ul li p {
  line-height: 26px;
}
.full-house-item ul li:last-of-type {
  border-right: none;
}
.full-house-item ul li.active {
  background-color: #5c1690;
  color: #fff;
}
.full-house-item ul li i.icon_zzys {
  background-image: url(../image/join/icon_zzys.png);
}
.full-house-item ul li i.icon_cpys {
  background-image: url(../image/join/icon_cpys.png);
}
.full-house-item ul li i.icon_qdys {
  background-image: url(../image/join/icon_qdys.png);
}
.full-house-item ul li i.icon_pxys {
  background-image: url(../image/join/icon_pxys.png);
}
.full-house-item ul li i.icon_fwys {
  background-image: url(../image/join/icon_fwys.png);
}

.full-house-item ul li.active i.icon_zzys {
  background-image: url(../image/join/icon_zzys_a.png);
}
.full-house-item ul li.active i.icon_cpys {
  background-image: url(../image/join/icon_cpys_a.png);
}
.full-house-item ul li.active i.icon_qdys {
  background-image: url(../image/join/icon_qdys_a.png);
}
.full-house-item ul li.active i.icon_pxys {
  background-image: url(../image/join/icon_pxys_a.png);
}
.full-house-item ul li.active i.icon_fwys {
  background-image: url(../image/join/icon_fwys_a.png);
}

.m-pic .abs_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40.7%;
  height: auto;
  transform: translate(-50%, -50%);
}
.full-form-waps {
  font-size: 0;
}
.full-form-waps p {
  font-size: 18px;
  margin: 20px 0 22px 68px;
}
.full-form-item {
  display: inline-block;
  width: 466px;
  border: 1px solid #999999;
  padding: 13px 0;
  font-size: 0;
  line-height: 24px;
  margin-bottom: 18px;
  border-radius: 3px;
  margin-left: 68px;
}

.full-form-item span {
  margin-left: 30px;
  font-size: 18px;
  color: #ff0000;
}
.full-form-item label {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  width: 108px;
  margin-right: 30px;
  border-right: 1px solid #999999;
  font-weight: normal;
}
.full-form-item input {
  display: inline-block;
  width: 268px;
  font-size: 18px;
  color: #333;
  border: none;
}
.full-form-item_text {
  width: 1000px;
  height: 108px;
  padding: 18px 30px;
  box-sizing: border-box;
}
.full-form-item_text textarea {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  height: 72px;
  resize: none;
  border: none;
}
.full-btns {
  text-align: center;
}
.full-btns a {
  display: block;
  width: 300px;
  height: 64px;
  background: #0eaae5;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  line-height: 64px;
  margin: 0 auto 78px;
  text-align: center;
}
.full-botm {
  font-size: 0;
  text-align: center;
  vertical-align: top;
  margin-bottom: 95px;
}
.full-tell {
  display: inline-block;
  width: 412px;
  margin-top: 30px;
  overflow: hidden;
  text-align: left;
}
.full-tell img,
.full-gfwx img {
  width: 100%;
}

.full-gfwx {
  display: inline-block;
  width: 130px;
  height: 147px;
  margin-left: 155px;
  overflow: hidden;
  vertical-align: top;
}

@media only screen and (max-width: 992px) {
  .full-house-title {
    padding: 12px 18px;
  }
  .full-house-title h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .full-house-title p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
  }
  .full-house-waps {
    margin-bottom: 36px;
  }
  .full-house-item {
    transform: none;
    left: 3%;
    right: 3%;
    bottom: -36px;
  }
  .full-house-item ul li {
    width: 14%;
    height: 60px;
    text-align: center;
    font-size: 10px;
  }
  .full-house-item ul li i {
    width: 20px;
    height: 20px;
    margin: 10px auto 2px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .full-house-item ul li p {
    line-height: 16px;
  }

  .full-form-waps p {
    font-size: 12px;
    margin: 10px 0 12px;
  }
  .full-form-item {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    line-height: 16px;
    margin-bottom: 8px;
    border-radius: 2px;
    margin-left: 0;
  }

  .full-form-item span {
    margin-left: 12px;
    font-size: 10px;
  }
  .full-form-item label {
    font-size: 12px;
    line-height: 16px;
    width: 54px;
    margin-right: 15px;
  }
  .full-form-item input {
    width: 185px;
    font-size: 12px;
  }
  .full-form-item_text {
    width: 100%;
    height: 54px;
    padding: 4px 10px;
  }
  .full-form-item_text textarea {
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    height: 36px;
  }

  .full-btns a {
    width: 160px;
    height: 32px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 32px;
    margin: 10px auto 35px;
  }
  .full-botm {
    margin-bottom: 45px;
  }
  .full-tell {
    width: 172px;
    margin-top: 15px;
  }

  .full-gfwx {
    width: 65px;
    height: 74px;
    margin-left: 20px;
  }
}

.full-house-waps .m-pic {
  transition: opacity 0.3s;
}
.full-house-waps .m-pic.hid-pic {
  opacity: 0.4;
}
.nav_conact {
  position: fixed;
  right: 0;
  bottom: 165px;
  z-index: 12;
  width: 180px;
  background: #0f6bb0;
  border-radius: 12px;
  text-align: center;
  padding: 16px 0 20px;
  color: #fff;
}
.slide_bar.close_slide {
  position: fixed;
  right: 0;
  bottom: 135px;
  z-index: 12;
  display: block;
  margin: 0 auto;
  width: 58px;
  padding: 0 16px;
  text-align: right;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  overflow: hidden;
  background: url(../img/fullhouse/close_slide.png) left center no-repeat;
  background-size: auto 40%;
}
.close_slide_box {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 0;
  width: 42px;
  overflow: hidden;
  z-index: 12;
  border-radius: 12px;
  cursor: pointer;
  background-color: #0f6bb0;
  text-align: center;
  padding: 18px 0 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.close_slide_box .conact_wechat_icon_fff {
  display: block;
  width: 30px;
  height: 22px;
  margin: 0 auto 10px;
  background: url(../img/fullhouse/wx-icon-fff.png) no-repeat;
  background-size: 100%;
}
.nav_conact_wechat {
  width: 146px;
  height: 90px;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 auto 16px;
  padding-top: 1px;
}
.nav_conact_wechat i {
  display: block;
  width: 36px;
  height: 28px;
  margin: 13px auto 10px;
  background: url(../img/fullhouse/wx-icon.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.nav_conact_wechat span {
  font-size: 18px;
  line-height: 26px;
  color: #07328c;
  text-decoration: underline;
}
.nav_conact_ewm .m-pic {
  width: 76px;
  height: 76px;
  margin: 0 auto 6px;
  overflow: hidden;
}
.nav_conact_ewm p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.nav_conact_zshx {
  font-size: 14px;
  line-height: 24px;
}
.nav_conact_zshxtell {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .nav_conact {
    right: 52px !important;
  }
}
@media only screen and (min-width: 1260px) {
  .nav_conact {
    right: 0px !important;
  }
}
@media only screen and (max-width: 992px) {
  .nav_conact {
    width: 130px;
    bottom: 120px;
    padding: 13px 0 10px;
    border-radius: 8px;
  }
  .slide_bar.close_slide {
    bottom: 90px;
  }
  .close_slide_box {
    bottom: 130px;
    width: 36px;
    border-radius: 8px;
    padding: 12px 0 13px;
    font-size: 14px;
  }
  .close_slide_box .conact_wechat_icon_fff {
    width: 25px;
    height: 19px;
    margin: 0px auto 5px;
  }
  .nav_conact_wechat {
    width: 90px;
    height: 50px;
    border-radius: 4px;
    margin: 0 auto 16px;
  }
  .nav_conact_wechat i {
    width: 21px;
    height: 15px;
    margin: 7px auto 0px;
  }
  .nav_conact_wechat span {
    font-size: 14px;
    line-height: 17px;
  }
  .nav_conact_ewm .m-pic {
    width: 40px;
    height: 40px;
    margin: 0 auto 3px;
    overflow: hidden;
  }
  .nav_conact_ewm p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .nav_conact_zshx {
    font-size: 12px;
    line-height: 16px;
  }
  .nav_conact_zshxtell {
    font-size: 14px;
    line-height: 20px;
  }
}
