img {
  max-width: 100%;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
footer {
  position: relative;
  z-index: 2;
}
p {
  margin: 0;
  padding: 0;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
.tran_scale {
  overflow: hidden;
  display: block;
}
.tran_scale img {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.6s linear;
  transition: opacity 0.4s ease-in, transform 0.6s linear;
}
@media only screen and (min-width: 1025px) {
  .tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}
.wrap1528 {
  width: 15.28rem;
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .site_text {
    bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .site_banner {
    height: 240px;
    background-size: cover;
  }
  .site_banner img {
    display: none;
  }
}
/* 不动产科技 start */
.immovable_sec1 {
  padding: 1.34rem 0 1.8rem;
  background-color: #f3f4f6;
}
.immovable_sec1 .swiper_box {
  position: relative;
  padding: 0 0.84rem;
  box-sizing: content-box;
}
.immovable_sec1 .cont {
  display: flex;
  padding-bottom: 0.6rem;
  box-sizing: content-box;
}
.immovable_sec1 .swiper_img {
  width: 60.3%;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.17);
}
.immovable_sec1 .swiper_text {
  flex: 1;
  padding-left: 6.617%;
  padding-right: 5.2%;
}
.immovable_sec1 .date {
  margin-bottom: 5px;
}
.immovable_sec1 h3 {
  margin-bottom: 0.25rem;
}
.immovable_sec1 .swiper-button-prev,
.immovable_sec1 .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 39px;
  display: block;
}
.immovable_sec1 .swiper-button-prev {
  background: url(../images/prev_icon.png) no-repeat center center;
  left: 0;
}
.immovable_sec1 .swiper-button-next {
  background: url(../images/next_icon.png) no-repeat center center;
}
.immovable_sec1 .swiper_page_num {
  position: absolute;
  bottom: 0;
  left: 66.077%;
  z-index: 2;
}
.immovable_sec1 .swiper_page_num .curr {
  color: #01b2b2;
  font-weight: bold;
}
.immovable_sec2 {
  background-color: #fff;
  padding: 1.2rem 0 0.7rem;
}
.immovable_sec2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.44rem;
  margin-bottom: 0.5rem;
}
.immovable_sec2 .item {
  background-color: #f3f4f6;
  box-shadow: 0.26rem 0.26rem 0.26rem rgba(0, 0, 0, 0.17);
  border-radius: 0.15rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .immovable_sec2 .item:hover {
    background-color: #01b2b2;
  }
  .immovable_sec2 .item:hover .cont {
    color: #fff;
  }
}
.immovable_sec2 .img {
  border-radius: 0.15rem;
  overflow: hidden;
}
.immovable_sec2 .cont {
  padding: 0.25rem 0.34rem;
}
.immovable_sec2 .cont a:hover{
  color: #fff !important;
}
.immovable_sec2 .cont h2 {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
  margin-bottom: 0.26rem;
}
.immovable_sec2 .cont .more {
  display: inline-block;
  width: 1.58rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.immovable_sec2 .cont .more::after {
  /* 黑色右三角 */
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #000;
  border-bottom: 7px solid transparent;
  margin-left: 10px;
}
/* 不动产科技 end */
/* 不动产科技详情页面start */
.immovable_dtl_sec1 {
  background-color: #eeeff3;
  padding: 1.2rem 0 1.1rem;
  /* overflow: hidden; */
}
.immovable_dtl_sec1 .cont {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.immovable_dtl_sec1 .right .cont{
  padding: 0.4rem 0.3rem 0.6rem;
  position: sticky;
  top: 1.2rem;
  border-radius: 6px;
}
.immovable_dtl_sec1 .left {
  width: calc(100% - 375px);
}
.immovable_dtl_sec1 .left .cont {
  position: relative;
  padding: 0.7rem 0.57rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.immovable_dtl_sec1 .left .top {
  padding: 0 0.3rem;
  border-bottom: 1px solid #d3d3d3;
}
.immovable_dtl_sec1 .left .date {
  margin-bottom: 5px;
}
.immovable_dtl_sec1 .left .edit_con_original {
  padding: 0.45rem 0.3rem;
}
.edit_con_original img{
  max-width: 100% !important;
  height: auto !important;
}
.immovable_dtl_sec1 h1 {
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.immovable_dtl_sec1 .to_top {
  position: absolute;
  right: -1rem;
  bottom: 16px;
  width: 0.64rem;
  height: 0.64rem;
  cursor: pointer;
}
.immovable_dtl_sec1 .article_page {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.3rem;
}
.immovable_dtl_sec1 .article_page span.nolink {
  color: #595959;
}
.immovable_dtl_sec1 .article_page span.nolink a {
  color: #595959;
}
.immovable_dtl_sec1 .article_page a {
  color: #000;
}
.immovable_dtl_sec1 .right_box {
  position: absolute;
  right: 1.96rem;
  top: 1.2rem;
  height: calc(100% - 1.2rem);
}
.immovable_dtl_sec1 .box {
  display: flex;
  justify-content: space-between;
}
.immovable_dtl_sec1 .right {
  width: 337px;
  border-radius: 6px;
  /* background-color: #fff; */
  padding-bottom: 2.4rem;
}
.immovable_dtl_sec1 .right .tit {
  border-bottom: 1px solid #bfc3ca;
  padding: 0 10px 10px;
  line-height: 1;
}
.immovable_dtl_sec1 .right .items {
  padding: 0 10px;
}
.immovable_dtl_sec1 .right .item {
  margin-top: 0.3rem;
}
.immovable_dtl_sec1 .right .item .date {
  margin-bottom: 10px;
}
.immovable_dtl_sec1 .right .item a {
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 不动产科技详情页面end */
/* 案例列表 start */
.case_sec1 {
  padding: 0.8rem 0;
}
.category_box {
  display: flex;
  justify-content: space-between;
}
.category_list {
  display: flex;
  flex-wrap: wrap;
}
.category_list .item {
  background-color: #f3f4f6;
  margin-right: 5px;
  padding: 0 15px;
  min-width: 1.2rem;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
.category_list .item.on {
  background-color: #01b2b2;
  color: #fff;
}
.category_list .item.on a,.category_list .item.on a:hover{
  color: #fff !important;
}
.category_search {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.category_search input {
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 0.2rem;
}
.category_search input:focus {
  outline: none;
}
.category_search .btn {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  margin-top: -7.5px;
  width: 30px;
  height: 38px;
  cursor: pointer;
  background: url(../images/search_icon.png) 0 0 no-repeat;
}
.case_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.48rem;
  column-gap: 0.75rem;
  margin-top: 0.8rem;
}
.case_list .item {
  border-bottom: 1px solid #bfc3ca;
  overflow: hidden;
}
.case_list .img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.17);
}
.case_list .img img{
  width: 100%;
}
.case_list h2,
.case_list p {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.3em;
  margin: 0;
}

.case_list p{
  /* 六行省略号 */
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: auto;
  text-align: justify;
}

.case_list h2 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.case_list .cont {
  padding: 0.25rem 0 0.35rem;
}
/* 案例列表 end */
/* 关于我们 start */
.about_sec1 {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  background: #f3f4f6;
}
.about_sec1 .cont {
  padding: 0.55rem 0.9rem 0;
  display: flex;
  position: relative;
  z-index: 4;
}
.about_sec1 .cont .img {
  width: 7.15rem;
  border-radius: 0.25rem;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.17);
}
.about_sec1 .cont .desc {
  padding-left: 0.9rem;
  flex: 1;
}
.about_sec1 .cont .desc h3 {
  margin-top: 0.6rem;
  font-weight: bold;
}
.about_sec1 .cont .desc p {
  margin-top: 10px;
}
.about_sec2 {
  position: relative;
  overflow: hidden;
  margin-top: -2rem;
}
.about_sec2 .wrap1528 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.about_sec2 .tit {
  margin-top: 2.6rem;
}
.about_sec2 .date {
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.about_sec2 .item {
  position: absolute;
  width: 3rem;
}
.about_sec2 .item.i1 {
  bottom: 36.333%;
  left: 14.333%;
}
.about_sec2 .item.i2 {
  width: 3.7rem;
  top: 68%;
  left: 34.1%;
}
.about_sec2 .item.i3 {
  bottom: 51%;
  left: 51.125%;
  width: 3.1rem;
}
.about_sec2 .item.i4 {
  top: 49.625%;
  left: 74.6%;
}
.about_sec2 .mobile_history_items {
  padding: 0 5%;
  margin-top: 0.4rem;
}
.about_sec2 .mobile_history_items .swiper-slide {
  text-align: center;
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0.2rem;
  height: auto;
}
.about_sec2 .swiper-button-prev {
  background: url(../images/his_prev.png) 0 0 no-repeat;
  left: 1.25rem;
}
.about_sec2 .swiper-button-next {
  background: url(../images/his_next.png) 0 0 no-repeat;
  right: 1.25rem;
}
.about_sec3 {
  padding: 1.2rem 0;
  background-color: #f3f4f6;
}
.about_sec3 li {
  border-bottom: 1px solid #bfc3ca;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-around;
}
.about_sec3 li.row2 dt {
  line-height: 1;
}
.about_sec3 li.row2 dl {
  display: flex;
  align-items: end;
}
.about_sec3 li.row2 dd {
  margin-left: 5px;
  width: 4em;
  line-height: 1;
}
.about_sec3 li.row3 .item {
  position: relative;
  text-align: center;
  padding: 0 0.4rem;
}
.about_sec3 li.row3 .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 100%;
  background: url(../images/ms_left.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.about_sec3 li.row3 .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: url(../images/ms_right.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.about_sec4 {
  background-color: #f3f4f6;
  padding: 0.7rem 0 1.1rem;
}
.about_sec4 .cont {
  margin-top: 0.7rem;
}
.about_sec4 .left,
.about_sec4 .right {
  border-radius: 0.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.7rem;
  background-color: #fff;
  width: 50%;
}
.about_sec4 .left .h3,
.about_sec4 .right .h3 {
  margin-bottom: 0.5rem;
  line-height: 1;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.2em;
}
.about_sec4 .cont {
  display: flex;
  gap: 0.33rem;
}
.about_sec4 .left dl:not(:last-child) {
  margin-bottom: 0.6rem;
}
.about_sec4 .right .item {
  padding: 0 10px;
}
.about_sec4 .right .item:not(:last-child) {
  border-bottom: 1px solid #b8b8bc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .immovable_dtl_sec1 .right{
    display: none;
  }
  .immovable_dtl_sec1 .right .cont{
    display: none;
  }
  .about_sec2 .mobile_history_items .swiper-slide .text{text-align:left;}
  .about_sec3 .row1,
  .about_sec3 .row2 {
    flex-wrap: wrap;
    justify-content: start;
  }
  .about_sec3 .row1 dl,
  .about_sec3 .row2 dl {
    width: 33.333%;
    margin-top: 0.2rem;
  }
  .about_sec3 .row3 {
    flex-wrap: wrap;
    justify-content: start;
  }
  .about_sec3 .row3 .item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  /* 案例 */
  .case_list {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 不动产详情 */
  .immovable_dtl_sec1 .left,
  .immovable_dtl_sec1 .right {
    float: none;
    width: 100%;
  }
  .immovable_dtl_sec1 .to_top {
    display: none;
  }
  .immovable_dtl_sec1 .left .cont {
    padding: 0.5rem;
  }
  /* 不动产首页 */
  .immovable_sec2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about_sec1 {
    padding-bottom: 0;
  }
  .about_sec1 .cont {
    padding: 0.5rem 0;
    flex-direction: column;
  }
  .about_sec1 .cont .img {
    width: 100%;
    box-shadow: none;
  }
  .about_sec1 .cont .desc {
    padding: 0 0.3rem;
  }
  .about_sec2 {
    margin-top: 0;
    padding: 0.5rem 0;
  }
  .about_sec2 .wrap1528 {
    position: static;
    transform: none;
  }
  .about_sec2 .wrap1528 .tit {
    margin-top: 0;
  }
  .about_sec2 .pc_img,
  .about_sec2 .items {
    display: none;
  }
  .about_sec2 .mobile_history_items {
    display: block;
  }
  .about_sec2 .mobile_history_items .swiper-container {
    padding: 20px 0;
  }
  .about_sec2 .swiper-button-next,
  .about_sec2 .swiper-button-prev {
    position: static;
    transform: scale(0.8);
    margin-top: 0.3rem;
    display: block !important;
  }
  .about_sec2 .swiper-button-prev {
    float: left;
    margin-left: 1.5rem;
  }
  .about_sec2 .swiper-button-next {
    float: right;
    margin-right: 1.5rem;
  }
  .about_sec4 .cont {
    flex-direction: column;
  }
  .about_sec4 .cont .left,
  .about_sec4 .cont .right {
    width: 100%;
  }
  /* 案例 */
  .category_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .category_box .category_search {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .case_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .category_list .item {
    margin-bottom: 5px;
  }
  /* 不动产首页 */
  .immovable_sec1 {
    padding: 0.5rem 0;
  }
  .immovable_sec1 .swiper_img {
    width: 100%;
    box-shadow: none;
  }
  .immovable_sec1 .swiper_text {
    width: 100%;
  }
  .immovable_sec1 .swiper_box {
    height: auto !important;
    padding: 0;
  }
  .immovable_sec1 .cont {
    flex-direction: column;
  }
  .immovable_sec1 .swiper_page_num {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .immovable_sec1 .swiper-button-prev {
    transform: scale(0.8);
    left: 20px;
    top: 1.2rem;
    margin-top: 0;
  }
  .immovable_sec1 .swiper-button-next {
    transform: scale(0.8);
    right: 20px;
    top: 1.2rem;
    margin-top: 0;
  }
  .immovable_sec2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .immovable_sec2 .item {
    box-shadow: none;
  }
}
/*page*/
.pageout {
  text-align: center;
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
}
.page a,
.page .txtnum input,
.page .go {
  border-radius: 6px;
}
.page a.dian {
  margin: 0;
}
.page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 0.3rem;
}
.page {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.page,
.page a {
  color: #555555;
}
.page span {
  float: left;
}
.page b {
  float: left;
  font-weight: normal;
  cursor: pointer;
}
.page span.pages_num {
  margin-right: 10px;
}
.page span.pages_num em {
  color: #115ea2;
}
.page a {
  float: left;
  margin: 0 0.1rem;
  box-sizing: border-box;
}
.page a.on {
  background: #01b2b2;
  color: #fff;
  border-radius: 6px;
}
.page a.prev,
.page a.next {
  color: #555555;
  font-weight: bold;
}
.page a.prev {
  margin-right: 0.1rem;
}
.page a.next {
  margin-left: 0.1rem;
}
.page a.no:hover,
.page a.disabled:hover {
  cursor: default;
  color: #555555 !important;
}
.page .go {
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  margin-left: 0.35rem;
  float: left;
}
.page .go:hover {
  color: #01b2b2 !important;
}
.page a.on:hover {
  color: #fff !important;
}
.page .txtnum {
  margin-left: 40px;
}
.page .txtnum input {
  text-align: center;
  box-sizing: border-box;
  background: none;
  border: 1px solid #d8dee1;
  margin: 0 3px;
}
.total {
  float: left;
  margin-left: 0.18rem;
}
.page {
  line-height: 0.32rem;
}
.page .txtnum {
  height: 0.32rem;
}
.page a,
.page .go {
  width: 0.32rem;
  height: 0.32rem;
}
.page .txtnum input {
  height: 0.32rem;
  line-height: 0.32rem;
  width: 0.44rem;
  margin: 0 0.1rem;
  color: #555555;
}
.page .go {
  width: 0.4rem;
  color: #555;
  text-decoration: none;
}
.immovable_dtl_sec1 .article_page span{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1025px) {
  .page b:hover .go,
  .page b:hover i {
    color: #01b2b2 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .immovable_dtl_sec1 .left .top{
    padding: 0.2rem 0;
  }
  .immovable_dtl_sec1 .left .edit_con_original {
    padding: 0.45rem 0rem;
  }
  .page .txtnum {
    margin-left: 0.1rem;
  }
  .footer .wrap .left {
    display: none;
  }
  .footer .wrap {
    flex-direction: column;
    gap: 0.3rem;
  }
  .header .t .r .search {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageout {
    font-size: 16px;
  }
  .page {
    padding-top: 20px;
  }
  .page a {
    display: none;
    font-weight: normal;
  }
  .page a.prev,
  .page a.next {
    display: block;
    display: inline-block;
  }
  .page a.on {
    display: inline-block;
  }
  .page {
    line-height: 32px;
  }
  .page .txtnum {
    height: 32px;
  }
  .page a,
  .page .go {
    width: 32px;
    height: 32px;
  }
  .page .txtnum input {
    height: 32px;
    line-height: 32px;
    width: 36px;
    margin: 0 5px;
  }
  .page a.prev,
  .page a.next {
    font-size: 12px;
  }
  .total {
    margin-left: 2px;
  }
  .page a {
    margin: 0 1px;
  }
  .page a.next {
    margin-left: 1px;
  }
  .page a.prev {
    margin-right: 1px;
  }
  .total,
  .page .txtnum,
  .page .go {
    display: none;
  }
  .page a:nth-child(-n+7) {
    display: block;
  }
  .pagearrow {
    display: none;
  }
}
/*# sourceMappingURL=./wly.css.map */