.page .banner-box {
    position: relative;
}

.page .banner-box .banner {
    width: 100%;
    height: 580px;
}

.page .banner-box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page .banner-box img {
    width: 100%;
    display: block;
}

.page .banner-box .content {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.page .banner-box .search-type ul {
    display: flex;
    margin-bottom: 30px;
    padding-left: 11px;
}

.page .banner-box .search-type ul li {
    margin-right: 22px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: rgba(240, 240, 240, 1);
    cursor: pointer;
}

.page .banner-box .search-type ul li.active {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.page .banner-box .search-type ul li.active::after {
    content: '';
    position: absolute;
    background: url('../images/6.png') no-repeat center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.page .banner-box .search-box {
    width: 690px;
    height: 70px;
    border-radius: 70px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 30px;
}

.page .banner-box .search-box input {
    font-size: 17px;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    width: 420px;
}

.page .banner-box .search-box input::placeholder {
    color: rgba(26, 26, 26, 1);
}

.page .banner-box .search-box .right {
    display: flex;
    align-items: center;
}

.page .banner-box .search-box .right .map {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
}

.page .banner-box .search-box .right .map img {
    display: block;
    width: 23px;
    margin-right: 10px;
}

.page .banner-box .search-box .right .btn {
    padding-right: 6px;
    margin-left: 18px;
    cursor: pointer;
}

.page .banner-box .search-box .right .btn img {
    display: block;
    width: 60px;
    height: 60px;
}

.page .container .main {
    width: 1200px;
    margin: auto;
    padding-top: 12px;
}

.page .container .title {
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

.page .container .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 121px;
    height: 9px;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.page .container .main .title {
    text-align: left;
}

.page .container .main .title::after {
    left: 61px;
}

.page .container .stitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 32px;
}

.page .main .type-box {
    display: flex;
    justify-content: center;
}

.page .main .type-box li {
    padding: 0 36px;
    height: 40px;
    border-radius: 20.5px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.page .main .type-box li.active {
    background: rgba(9, 166, 155, 0.12);
    border: 1px solid rgba(0, 0, 0, 1);
}

.page .main .house_list {
    display: flex;
    flex-wrap: wrap;
}

.page .main .house_list li {
    width: 382px;
    margin-right: 25px;
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 38px;
}

.page .main .house_list li:nth-of-type(3n) {
    margin-right: 0;
}

.page .main .house_list li .img {
    width: 382px;
    border-radius: 10px;
    height: 275px;
    overflow: hidden;
}

.page .main .house_list li .img img {
    width: 382px;
    height: 275px;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.page .main .house_list li a:hover .img {
    box-shadow: 1px 2px 10px 6px rgba(0, 0, 0, 0.15);
}

.page .main .house_list li a:hover .img img {
    transform: scale(1.2);
}

.page .main .house_list li .content {
    position: absolute;
    width: 348px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 119px;
}

.page .main .house_list li .name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(2, 50, 135, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .main .house_list li .address {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    margin-top: 10px;
}

.page .main .house_list li .address img {
    margin-right: 7px;
    width: 17px;
    height: 17px;
    display: block;
}

.page .main .house_list li .address p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .main .house_list li .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.page .main .house_list li .price {
    font-size: 18px;
    font-weight: 500;
    color: rgba(250, 87, 65, 1);
}

.page .main .house_list li .price span {
    font-size: 12px;
}

.page .main .house_list li .btn {
    width: 75px;
    height: 28px;
    border-radius: 28.29px;
    background: rgba(9, 166, 155, 1);
    font-size: 11.15px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.page .main .look_more {
    /* margin: 0 auto 37px; */
    /* width: 267px; */
    /* height: 57px; */
    /* border-radius: 109.62px; */
    background: rgba(255, 255, 255, 0.4);
    display: block;
    /* border: 1px solid rgba(9, 166, 155, 1); */
    font-size: 22px;
    font-weight: 400;
    /* line-height: 57px; */
    line-height: 40px;
    color: rgba(9, 166, 155, 1);
    /* text-align: center; */
}

.page .address_banner img {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.page .index_service {
    display: block;
    margin: 22px auto 44px;
    width: 1132px;
}

.page .service li {
    margin-top: 20px;
}

.page .service img {
    width: 100%;
    display: block;
}

.page .index_btn img {
    width: 275px;
    display: block;
    margin: auto;
    animation: bigs 1.5s linear infinite;
}

.page .news .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .news .title-box .title {
    margin: 0;
}

.page .news .top {
    display: flex;
    margin-top: 24px;
}

.page .news .top .left {
    margin-right: 20px;
}

.page .news .top .left img {
    width: 572px;
    height: 322px;
    display: block;
    object-fit: cover;
}

.page .news .top li {
    height: 50%;
}

.page .news .top li a {
    display: block;
    height: 100%;
}

.page .news .top li .titles {
    font-size: 26px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    margin-bottom: 6px;
}

.page .news .top li .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page .news .bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: space-between;
}

.page .news .bottom li {
    width: 48%;
    margin-bottom: 22px;
}

.page .news .bottom li a {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}

.page .news .top li:hover .titles,
.page .news .bottom li a:hover {
    color: #00A398;
}

.page .float {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 1000;
    cursor: pointer;
}

@keyframes bigs {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1220px) {
    .page .container .main {
        padding: 12px 0 0 15px;
        width: 100%;
    }

    .page .main .house_list li {
        width: calc(33% - 12px);
        margin-right: 15px;
    }

    .page .main .house_list li:nth-of-type(3n) {
        margin-right: 15px;
    }

    .page .main .house_list li .img {
        width: 100%;
    }

    .page .main .house_list li .img img {
        width: 100%;
    }

    .page .main .house_list li .content {
        width: 310px;
    }

    .page .index_service {
        width: calc(100% - 120px);
        margin: 22px 60px 44px;
    }
}

@media screen and (max-width: 1060px) {
    .page .main .house_list li .content {
        width: 280px;
    }
}

.mpage .banner {
    width: 100%;
    height: 3.4rem;
}

.mpage .banner img {
    width: 100%;
    height: 3.4rem;
    display: block;
}

.mpage .search-box {
    margin: -0.39rem 0.3rem 0;
    height: 0.78rem;
    border-radius: 0.7rem;
    background: rgba(245, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    position: relative;
    padding: 0 0.28rem;
}

.mpage .search-box .left {
    display: flex;
    width: 100%;
    align-items: center;
}

.mpage .search-box .left img {
    width: 0.29rem;
    height: 0.29rem;
    margin-right: 0.3rem;
}

.mpage .search-box .left input {
    width: 100%;
    background: none;
    font-size: 0.24rem;
}

.mpage .search-box .map img {
    width: 0.38rem;
    height: 0.38rem;
    display: block;
    flex-shrink: 0;
    margin-left: 0.3rem;
}

.mpage .search-type {
    display: flex;
    justify-content: space-around;
    margin-top: 0.53rem;
    margin-bottom: 0.54rem;
}

.mpage .search-type li img {
    width: 0.66rem;
    height: 0.66rem;
    display: block;
    margin: auto;
}

.mpage .search-type li p {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.35rem;
    color: rgba(34, 34, 34, 1);
    margin-top: 0.13rem;
    text-align: center;
}

.mpage .container .title {
    margin: auto;
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 0.11rem;
    text-align: center;
    position: relative;
}

.mpage .container .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1.21rem;
    height: 0.1rem;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.mpage .container .main {
    padding: 0 0.3rem;
}

.mpage .type-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.36rem;
    margin-bottom: 0.25rem;
}

.mpage .type-box li {
    width: 1.64rem;
    height: 0.57rem;
    border-radius: 0.57rem;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.57rem;
    color: rgba(26, 26, 26, 1);
    text-align: center;
}

.mpage .type-box li.active {
    background: rgba(225, 244, 243, 1);
    border: 1.43px solid rgba(26, 26, 26, 1);
}

.mpage .house_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mpage .main .house_list li {
    margin-top: 0.12rem;
    width: 3.3rem;
    position: relative;
    padding-bottom: 1.13rem;
}

.mpage .main .house_list li .img {
    width: 3.3rem;
    height: 2.48rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.mpage .main .house_list li .img img {
    width: 3.3rem;
    height: 2.48rem;
    display: block;
    object-fit: cover;
}

.mpage .house_list li .content {
    position: absolute;
    width: 3.1rem;
    border-radius: 0.06rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.16rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1.46rem;
}

.mpage .house_list li .name {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mpage .house_list li .address {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #A6A6A6;
    margin-top: 0.08rem;
}

.mpage .house_list li .address img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
}

.mpage .house_list li .address p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mpage .house_list li .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.mpage .main .house_list li .price {
    font-size: 0.2rem;
    font-weight: 500;
    color: rgba(250, 87, 65, 1);
}

.mpage .main .house_list li .price span {
    font-size: 0.26rem;
}

.mpage .look_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 0.65rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(26, 28, 28, 1);
    font-size: 0.22rem;
    color: #000;
    margin: 0 auto 0.4rem;
}

.mpage .look_more img {
    width: 0.22rem;
    margin-left: 0.26rem;
}

.mpage .address_banner img {
    width: 100%;
    display: block;
    margin-bottom: 0.32rem;
}

.mpage .index_service {
    width: 100%;
    display: block;
    margin-top: 0.27rem;
}

.mpage .service li {
    margin-top: 0.1rem;
    width: 50%;
}

.mpage .service img {
    width: 100%;
    display: block;
}

.mpage .index_btn img {
    width: 2.5rem;
    display: block;
    margin: 0.3rem auto;
}


.mpage .news .top {
    margin-top: 0.24rem;
}

.mpage .news .top .left img {
    width: 100%;
    height: 3.42rem;
    display: block;
    object-fit: cover;
}

.mpage .news .bottom {
    margin-top: 0.24rem;
}

.mpage .news .bottom li {
    margin-bottom: 0.22rem;
}

.mpage .news .bottom li a {
    font-size: 0.24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}