* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

.container {
  margin: auto;
  max-width: 1000px;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  padding-top: 48px;
}
@media (max-width: 1085px) {
  .wrapper {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 58px;
  }
}

.img-label {
  position: absolute;
  background: #0064cd;
  color: #fff;
  padding: 4px;
}

.carousel-indicators {
  display: none;
}

@media (min-width: 1000px) {
  .container {
    width: 1030px;
  }
}
header {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000852), color-stop(63%, #08579C), color-stop(90%, #3878AF), to(#fff));
  background: linear-gradient(90deg, #000852 30%, #08579C 63%, #3878AF 90%, #fff);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .logo a img {
  max-height: 55px;
}

a:focus, a:hover {
  color: rgb(148, 203, 248);
}

nav ul {
  list-style: none;
  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;
  margin-bottom: 0;
}
nav ul li.landlord {
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #080A4F), color-stop(90%, #00C3FF));
  background: linear-gradient(90deg, #080A4F 7%, #00C3FF 90%);
}
nav ul li.tenant {
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #080A4F), color-stop(63%, #00BA9E), to(#00C2A2));
  background: linear-gradient(90deg, #080A4F 7%, #00BA9E 63%, #00C2A2 100%);
}
nav ul li {
  color: #fff;
  position: relative;
}
nav ul li a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 18px;
}
nav ul li a:hover, nav ul li a:visited, nav ul li a:focus {
  text-decoration: none;
  color: #fff;
  text-shadow: rgb(3, 44, 165);
}
nav ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  right: 0;
  bottom: -5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav ul li:hover::after {
  width: 100%;
  left: 0;
}

.seatch_bar_btn {
  display: none;
}

.header-bg a > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

.search-bar {
  width: 100%;
  padding: 5px 0;
  display: block;
}
.search-bar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .search-bar .dropdown-toggle .dropdown-tag-txt {
    display: none;
  }
}
.search-bar .searchbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 10px 0;
  margin: auto 15px;
}
.search-bar .searchbtn #search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 14px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #999;
  height: 43px;
}
.search-bar .searchbtn .search-button {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(28, 209, 28)), to(rgb(7, 144, 7)));
  background: linear-gradient(rgb(28, 209, 28), rgb(7, 144, 7));
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 2px;
}
.search-bar .searchbtn .search-button i {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.search-bar .searchbtn .search-button_m {
  display: none;
}
.search-bar .searchbtn .search-button_reset {
  display: none;
}
@media (max-width: 768px) {
  .search-bar .searchbtn {
    margin: 0;
    padding: 10px 5px;
  }
  .search-bar .searchbtn .search-button {
    display: none;
  }
  .search-bar .searchbtn .search-button_m {
    display: block;
    margin: 0 2px;
    border: 0;
    color: #fff;
    padding: 4px 5px;
    background-color: #08579C;
  }
  .search-bar .searchbtn .search-button_reset {
    display: block;
    padding: 4px 5px;
    margin: 0 2px;
    border: 0;
  }
}
@media (max-width: 768px) {
  .search-bar .searchbtn {
    width: 100%;
  }
  .search-bar .btn-group {
    position: static;
  }
}

@media (max-width: 768px) {
  .main_body {
    display: none;
  }
  p {
    margin: 0 0 0;
  }
  .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-bg {
    display: none;
  }
  .seatch_bar_btn {
    display: block;
  }
  .seatch_bar_btn i {
    font-size: 20px;
    padding-right: 0;
    color: #fff;
    position: relative;
    top: 3px;
    margin: 10px;
  }
  .m-nav-btn {
    display: block;
    width: 25px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-nav-btn .m-bar {
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px #fff, 0 -8px #fff;
            box-shadow: 0 8px #fff, 0 -8px #fff;
  }
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000852), color-stop(63%, #08579C), color-stop(90%, #3878AF), to(#fff));
    background: linear-gradient(90deg, #000852 30%, #08579C 63%, #3878AF 90%, #fff);
  }
  .header::after, .header::before {
    display: none;
  }
  nav ul {
    -webkit-transform: translateX(125%);
            transform: translateX(125%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #000852;
    top: 58px;
    width: 120px;
  }
  nav ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px 12px;
  }
  nav ul.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.maincon_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #91b6d3;
}
.maincon_nav .nav_bar_item img {
  width: 25px;
}
.maincon_nav h3 {
  font-size: 18px;
  font-weight: 500;
}
.maincon_nav h3 span {
  color: #F3D169;
}
.maincon_nav .case_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maincon_nav .case_sort select {
  padding: 4px 8px;
}

.case_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.case_list li {
  width: 100%;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgb(223, 223, 223);
}
@media (max-width: 768px) {
  .case_list li {
    margin: 0 0 0 0;
    padding: 5px;
  }
}
.case_list li:last-child {
  border: none;
}
.case_list li:hover {
  -webkit-box-shadow: 0px 0px 10px #aaa;
          box-shadow: 0px 0px 10px #aaa;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.case_list li a {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .case_list li a {
    display: block;
  }
}
.case_list li a .infoimg {
  width: 225px;
  height: 165px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .case_list li a .infoimg {
    width: 150px;
    display: block;
    float: left;
  }
}
.case_list li a .infoimg .img_lab {
  position: absolute;
  padding: 4px 8px;
  background-color: #0060D1;
  left: 0;
  z-index: 20;
  top: 5px;
  color: #fff;
}
.case_list li a .info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .case_list li a .info_txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .case_list li a .info_txt .address {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.case_list li a .info_txt .info_wrap .name {
  color: #3E80D9;
  font-size: 20px;
  margin: 5px 0 10px;
}
.case_list li a .info_txt .info_wrap .feature {
  color: #666;
  font-size: 22px;
  margin-top: 10px;
  line-height: 150%;
}
.case_list li a .info_txt .info_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case_list li a .info_txt .info_wrap2 .intro, .case_list li a .info_txt .info_wrap2 .layout {
  width: 50%;
  font-size: 15px;
  color: rgb(131, 131, 131);
  padding-left: 2px;
  margin: 0 0 5px;
  line-height: 1.8;
}
@media (max-width: 479px) {
  .case_list li a .info_txt .info_wrap2 .intro, .case_list li a .info_txt .info_wrap2 .layout {
    line-height: 0.6;
  }
}
.case_list li a .info_txt .info_wrap2 .layout {
  width: 100%;
}
.case_list li a .info_txt .info_wrap2 .layout:last-child {
  border-top: 1px solid;
}
.case_list li a .info_txt .info_wrap2 .intro {
  font-size: 15px;
}
.case_list li a .info_txt .info_wrap2 .intro i {
  position: relative;
  top: -2px;
}
.case_list li a .info_txt .info_wrap2 .intro .num {
  font-weight: bold;
  font-family: Verdana;
  margin: 0 2px;
  color: #000;
}
@media (max-width: 768px) {
  .case_list li a .info_txt .info_wrap2 .intro {
    width: 100%;
  }
}
.case_list li a .info_txt .info_wrap2 .layout {
  font-size: 15px;
  color: #3E80D9;
}
.case_list li a .info_txt .info_wrap2 .layout .num {
  font-weight: bold;
  font-family: Verdana;
  margin: 0 2px;
  color: #000;
}
.case_list li a .info_txt .info_wrap2 .layout span {
  color: rgb(131, 131, 131);
}
.case_list li a .price_wrap {
  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;
  width: 32%;
}
@media (max-width: 768px) {
  .case_list li a .price_wrap {
    width: auto;
  }
}
.case_list li a .price_wrap .sprice, .case_list li a .price_wrap .subprice {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .case_list li a .price_wrap .sprice, .case_list li a .price_wrap .subprice {
    text-align: left;
  }
}
.case_list li a .price_wrap .subprice > div {
  font-weight: 400;
}
.case_list li a .price_wrap .subprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .case_list li a .price_wrap .subprice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.case_list li a .price_wrap .subprice_item {
  display: block;
}
.case_list li a .price_wrap .sprice > span, .case_list li a .price_wrap .subprice_item > span {
  color: red;
  font-size: 28px;
  font-weight: bold;
  font-family: tahoma, Arial, sans-serif;
}
@media (max-width: 768px) {
  .case_list li a .price_wrap .sprice > span, .case_list li a .price_wrap .subprice_item > span {
    font-size: 20px;
  }
}
.case_list li a .price_wrap .subprice_item > span {
  font-size: 18px;
}
.case_list li a .price_wrap .subprice_item > span.moneytype {
  display: inline;
  color: #000;
  font-size: 13px;
}
.case_list li a .price_wrap .more {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 169, 56)), to(rgb(57, 147, 34)));
  background: linear-gradient(to bottom, rgb(79, 169, 56) 0%, rgb(57, 147, 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4fa938", endColorstr="#399322",GradientType=0 );
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  display: block;
  margin-top: 3px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  width: 80px;
}
.case_list li a .price_wrap .more:hover {
  text-shadow: 0 0 10px #fff;
}

.case_list > li:nth-child(3n) {
  margin-right: 0;
}

footer {
  background-color: #08579C;
  padding: 15px 0;
}
footer .copyright {
  text-align: center;
  color: #fff;
}
footer .copyright a {
  color: inherit;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.swiper-pagination-bullet {
  background: #fff;
  margin: 0 2px;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown_wrap .dropdown-toggle {
  background-color: #fff;
  padding: 8px 21.5px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 20px;
}
@media (max-width: 768px) {
  .dropdown_wrap .dropdown-toggle {
    font-size: 16px;
    border: none;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    padding: 2px 4px;
  }
  .dropdown_wrap .dropdown-toggle:last-child {
    border-right: none;
  }
}
.dropdown_wrap:last-child .dropdown-toggle {
  margin-right: 0;
}
.dropdown_wrap:last-child .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown_wrap .dropdown-menu {
  width: 350px;
  padding: 10px;
}
.dropdown_wrap .dropdown-menu ul {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.dropdown_wrap .dropdown-menu ul li {
  list-style: none;
  width: 50%;
}
.dropdown_wrap .dropdown-menu ul li:last-child {
  width: 100%;
}
.dropdown_wrap .dropdown-menu ul li:last-child input {
  width: 100px;
}
.dropdown_wrap .open > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-info {
  position: relative;
}

.cart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart_wrap label {
  font-size: 16px;
  padding: 0 10px 0 0;
}
.cart_wrap .caret_type {
  width: 28%;
  margin-left: 2%;
  border-right: 2px solid #08579C;
}
.cart_wrap .caret_type a {
  display: block;
  text-align: center;
  padding: 5px 0;
}
.cart_wrap .caret_type a.act {
  background-color: #08579C;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.type_list {
  width: 70%;
  padding: 10px;
  font-size: 16px;
}
.type_list label {
  width: 48%;
}
.type_list input[type=number] {
  width: 100px;
}

.div-cate-list {
  width: 70%;
  padding: 10px;
  font-size: 16px;
}
.div-cate-list label {
  width: 48%;
}
.div-cate-list input[type=number] {
  width: 100px;
}

.year-list {
  width: 70%;
  padding: 10px;
  font-size: 16px;
}
.year-list label {
  width: 48%;
}
.year-list input[type=number] {
  width: 100px;
}

.house-menu label {
  width: 32%;
}

@media (max-width: 768px) {
  .m_hidden {
    display: none;
  }
}
.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.maincon_nav {
  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;
}

.pagebtn_wrap .pagination .active > a {
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagebtn_wrap .pagination > li > a:hover {
  background-color: #337ab7;
}

.wrapper {
  min-height: 900px;
}

#imgValidateCode {
  width: auto;
}

.off {
  background: #13ba00;
  border: 1px solid #ddd;
  color: #fff;
  padding: 4px 8px;
  float: right;
  border-radius: 4px;
}

.detail_img .bxslider .noimg img {
  height: auto;
}

.timeline .timeline-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline .timeline-top .timelineitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline .timeline-top .timelineitem .pic {
  margin-right: 5px;
}
.timeline .timeline-top .timelineitem .pic img {
  width: 30px;
}
.timeline .timeline-top .timelineitem .txt {
  padding-bottom: 50px;
}
.timeline .timeline-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.timeline .timeline-down .timelineitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline .timeline-down .timelineitem .pic {
  margin-right: 5px;
  padding-top: 50px;
}
.timeline .timeline-down .timelineitem .pic img {
  width: 30px;
}
.timeline .timeline-down .timelineitem .txt {
  padding-top: 50px;
  padding-left: 5px;
}
.timeline .timelinebody {
  position: relative;
}
.timeline .timelinebody::after {
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #F2F2F2;
  z-index: -1;
}
.timeline .timelinebody ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline .timelinebody ul li {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  padding: 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.timeline .timelinebody ul li p {
  position: relative;
  font-size: 18px;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.timeline .timelinebody ul li:nth-child(odd)::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 2px;
  background-color: #000;
  left: 50%;
  bottom: 100%;
}
.timeline .timelinebody ul li:nth-child(even)::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 2px;
  background-color: #000;
  left: 50%;
  top: 100%;
}

.about-jy h4 {
  text-align: center;
}
.about-jy .txt {
  text-align: center;
}
.about-jy .about-img {
  border-radius: 100%;
  max-width: 150px;
  min-height: 150px;
  padding: 15%;
  border: 3px solid;
  position: relative;
  margin: auto;
}
.about-jy .about-img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #50749B;
  border-radius: 100%;
  top: 0;
  right: -20%;
}

.jy-map {
  margin: 20px auto;
}
.jy-map .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jy-map .row .jy-map-item {
  margin-bottom: 40px;
}

.page-title {
  margin: 20px auto;
  text-align: center;
}

.line_area {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-left: 190px;
}
.line_area .line-icon {
  font-size: 20px;
  padding: 6px;
  position: relative;
  background-color: #00C601;
  color: #fff;
  display: inline-block;
  top: -5px;
}
.line_area a {
  color: #007200;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .line_area {
    margin-left: 0;
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */