.swiper{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 500px;
}
.swiper .layui-carousel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.swiper .layui-carousel-arrow {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 40px;
    padding-left: 4px;
}

.swiper .layui-carousel img{
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.swiper .layui-carousel .layui-this {
    position: relative;
}

.titlebox {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;

}
.titlebox .left {
    float: left;
}

.titlebox .title{
    height: 50px;
    font-size: 36px;
    font-family: '宋体';
    font-weight: 600;
    line-height: 50px;
    color: #000000;
    float: left;
}
.titlebox .more {
    float: right;
    width: 68px;
    height: 22px;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    color: #0B78BC;
    cursor: pointer;
}


.titlebox-2{
    height: 50px;
    font-size: 36px;
    font-family: '宋体';
    font-weight: 600;
    line-height: 50px;
    color: #000000;
    text-align: center;
}

.section{
    background: #fff;
    padding-top: 64px;
    overflow: hidden;
}

.section-gray{
    background: #f9f9fa;
    padding-top: 64px;
    overflow: hidden;
}
.section.search{
    max-width: 1920px;
    margin: 0 auto;
    background-image: url('../static/index/back-1.png');
    background-position: center center;
}

.section.search .nav{
    width: 670px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
}

.section.search .nav .item{
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #8F9DB6;
    padding-left: 30px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.section.search .nav .item.active{
    color: #0B78BC;
}


.section.search .nav .item img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section.search .nav .item:last-child{
    margin-right: 0;
}

.search .searchbox{
    width: 1200px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.39);
    box-shadow: 0px 6px 30px rgba(21,81,167,0.14);
    border-radius: 8px;
    position: relative;
    margin-bottom: 60px;
    padding: 0 42px 20px 42px;
}

.search .searchbox .layui-edge{
    position: absolute;
    left: 296px;
    top: -26px;
    font-size: 20px;
    border-width: 13px;
    border-bottom-color: #fff;
}

.search .searchbox .top{
    display: flex;
    flex-direction: row;
    padding-top: 34px;
}

.search .searchbox .top .input{
    flex: 1 1 0%;
    margin-right: 12px;
    height: 58px;
    border: 1px solid #DBDFE7;
    border-radius: 4px;
    padding: 0px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.search .searchbox .top .input img{
    margin-right: 8px;
}
.search .searchbox .top .input input{
    width: 180px;
    height: 25px;
    font-size: 18px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 25px;
    color: #929FB7;
    outline: none;
    border: none;
    flex: 1 1 0%;
    background: transparent;
}

.search .searchbox .top .input input::-webkit-input-placeholder{
    color:#929FB7;
}
.search .searchbox .top .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#929FB7;
}
.search .searchbox .top .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#929FB7;
}
.search .searchbox .top .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#929FB7;
}

.search .searchbox .tagbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 23px;
    width: 100%;
}
.tag{
    display: inline-block;
    margin-right: 6px;
}


.searchbox .layui-btn{
    width: 140px;
    height: 58px;
    opacity: 1;
    border-radius: 4px;
    font-size: 18px;
}

.search .searchbox .tagbox .left{
    flex: 1 1 0%;
    border-right: 1px solid #F0F6FD;
    padding-right: 15px;
}

.search .searchbox .tagbox .right{
    flex: 1 1 0%;
    padding-left: 15px;
}
.search .searchbox .tagbox .label{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.search .searchbox .tagbox .label .name{
    height: 25px;
    font-size: 18px;
    font-family: '宋体';
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    opacity: 1;
    float: left;
}

.search .searchbox .tagbox .label .map{
    padding-left: 25px;
    position: relative;
    width: 64px;
    height: 22px;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    color: #0B78BC;
    float: right;
    cursor: pointer;
    
}

.search .searchbox .tagbox .label img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search .searchbox .tagbox .tag-list {
    width: 100%;
}

.search .searchbox .tagbox .tag-list2 {
    width: 100%;
}

.search .searchbox .tagbox .item {
    height: 22px;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin: 6px 20px 6px 0;
    display: inline-block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}
.search .searchbox .tagbox .item:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.house-2{
    margin-bottom: 42px;
    overflow: hidden;
}

.house-2 .imgbox{
    width: 585px;
    height: 390px;
    background-size: cover;
}
.house-2 .imgbox img{
    width: 100%;
    height: 100%;
}

.house-2 .title{
    height: 32px;
    font-size: 23px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    margin-top: 20px;
}

.house-2 .info{
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    margin: 6px 0;
}

.house-2 .price{
    height: 24px;
    font-size: 24px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    line-height: 29px;
    color: #F75441;
    opacity: 1;
}

.house-2 .unit{
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #F75441;
    display: inline-block;
    transform: translateY(2px);
}


.house-3-2 .title{
    height: 32px;
    font-size: 23px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    margin-top: 10px;
}

.house-3-2 .info{
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    padding-left: 15px;
	 margin-top: 10px;
}

.house-3-2 .price{
    height: 24px;
    font-size: 24px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    line-height: 29px;
    color: #F75441;
    opacity: 1;
	padding-left: 8px;
	 margin-top: 10px;
	 padding-bottom: 5px;
}

.house-3-2 .unit{
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #F75441;
    display: inline-block;
    transform: translateY(2px);
}
.house-2 .cell{
    cursor: pointer;
}
.house-3{
    overflow: hidden;
}
#swiper-house-3{
    margin-bottom: 40px;
}
#swiper-house-3 .layui-carousel-ind ul li {
    display: inline-block;
    width: 42px;
    height: 5px;
    margin: 0 3px;
    font-size: 14px;
    background-color: #DBDFE7;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
#swiper-house-3 .layui-carousel-ind ul li.layui-this{
    background-color: #2D90CD;
}
#swiper-house-3 .layui-carousel-ind ul {
    border-radius: 0;
    background: transparent;
}

.house-3 .cell{
    cursor: pointer;
}
.house-3 .imgbox{
    width: 386px;
    height: 255px;
    background-size: cover;
}
.house-3 .imgbox img{
    width: 100%;
    height: 100%;
}

.house-3 .title{
    margin-top: 20px;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
}

.house-3 .bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} 

.house-3 .info{
    flex: 1 1 0%;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    margin: 6px 0;
}

.house-3 .bottom .num{
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #F75441;
}

.house-news{
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.house-news .left{
    width: 720px;
    height: 405px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-image:  url(../static/index/img-\(1\).png);
    float: left;
}
.house-news .left img{
    width: 100%;
    height: 100%;
}


.house-news .left .title{
    height: 54px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.house-news .right{
    width: 439px;
    padding-left: 35px;
    float: right;
}

.house-news .right .news-list{
    width: 100%;
    margin-top: 5px;
}

.house-news .right .news-list .name{
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
}

.house-news .right .news-list li{
    padding: 11px 0;
    border-bottom: 1px solid #dde1e9;
    cursor: pointer;
}

.house-news .right .news-list li:hover .name{
    color: #0B78BC;
}
.house-news .right .news-list .info{
    height: 22px;
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin-top: 8px;
}

.sp-type{
    width: 100%;
    padding-top: 30px;
}
.sp-type .type-item{
    width: 72px;
    height: 32px;
    border: 1px solid #DBDFE7;
    border-radius: 2px;
    margin-right: 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.sp-type .type-item.active{
    background: #13A3E0;
    color: #fff;
    border: none;
}

.hoses a{
	color: #FFFFFF;
}

.beian{
	color: #FFFFFF;
	margin-right: 0.625rem;
}

.beian a{
	color: #999999;
	text-decoration: underline;
}