.container {
    margin: 0 auto;
    width: 1300px;

}

.bannerBg {
    background-image: url(../img/index/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    height: 480px;
    position: relative;
    min-width: 1280px;
}

.head_top {
    height: 40px;
    line-height: 40px;
}

.head_top #time {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 14px;
}

.head_top .head_l {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #ffffff;
}

.head_top .head_l span {
    margin-right: 10px;
}

.head_top .head_r {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #ffffff;
}

.head_top .head_r a {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;

}

.logo {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.logo img {
    width: 216px;
    height: 46px;
}

.menu {
    float: right;
    margin-top: 30px;
}

.menu li {
    display: inline-block;
    margin-left: 25px;
}

.menu li a {
    font-size: 18px;
    color: #ffffff;
}
.menu li a:hover {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.searchBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 300px;
}

.searchBox .search input {
    display: inline-block;
    float: left;
    border: 0;
    height: 40px;
    width: 600px;
    border-radius: 5px 0px 0px 5px;
    padding: 0px 10px;
    font-size: 14px;
}

.searchBox .search .btn {
    padding: 0 10px;
    display: inline-block;
    float: right;
    background: #e97565;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.searchBox .tab {
    height: 40px;
}

.searchBox .tab span {
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.searchBox .tab span.on::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid dashed dashed;
    border-color: #ffffff transparent transparent;
    bottom: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    left: 50%;
    margin-left: -4px;
}

.searchBox .skey a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
    margin-top: 10px;
}

.remen {
    background: #f3f3f3;
    height: 50px;
    width: 1300px;
    margin: 0 auto;
}

.remen .container {
    height: 100%;
    text-align: center;
}

.remen .container center {
    display: inline-block;
    height: 100%;
}

.remen .logoz {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.remen .list {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: 50px;
}

.remen .list a {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.itemLeft {
    float: left;
    width: 70%;
    margin-top: 30px;
}

.titBox {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

.tabs {
    display: inline-block;
    float: left;
    height: 100%;

}

.tabs a {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.tabs a.on::after {
    content: '';
    background: #6b94f2;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tabs.ts2 {
    height: 35px;
    margin-top: 22px;
    float: left;
    position: absolute;
    left: 325px;
    bottom: 13px;
}

.tabs.ts3 {
    height: 35px;
    margin-top: 22px;
    float: left;
    position: absolute;
    left: 150px;
    bottom: 13px;
}

.video {
    padding: 1px 4px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.video li {
    float: left;
    width: calc((100% - 84px) / 4);
    margin-left: 0px;
    height: auto;
    margin-right: 28px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    padding: 5px;
    transition: all 0.3s ease;
}

.video li:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    color:#4a77eb;
}
.video li:hover a {
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    color:#4a77eb;
}

.video li .img {
    height: 200px;
    text-align: center;
}

.video li .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.video li .title {
    overflow: hidden;
    margin-top: 10px;
}

.video li .title h3 {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.video li .title p {
    display: inline-block;
    float: right;
    overflow: hidden;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 290px;
    text-align: center;
}

.video li:nth-child(4n) {
    margin-right: 0;
}

.video ul {
    display: none;
}

.video ul.on {
    display: block;
}


.itemLeft .titBox span {
    display: inline-block;
    float: right;
    /*background-image: url(../img/index/more.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.bannerHome {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 50%;
    box-shadow: 0px 0px 5px 0px #cccccc;
    float: left;
    border-radius: 5px;
}

.bannerHome .swiper-slide {
    width: 100%;
    height: 550px;
}

.bannerHome .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.bannerHome .swiper-slide .author {
    overflow: hidden;
    padding: 0 15px;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}

.bannerHome .swiper-slide .author p {
    display: inline-block;
    float: left;
}

.bannerHome .swiper-slide .author span {
    display: inline-block;
    float: right;
    color: #666666;
    font-weight: 400;
}

.bannerHome .swiper-slide .title {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.bannerHome .swiper-slide .desc {
    margin-top: 20px;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.8;
}


.bannerHome .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: #E0E0E0;
    opacity: 1;
    margin: 0 5px;
    border-radius: 0px;
}

.bannerHome .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: #5075d3;
    border-radius: 0px;
    position: relative;
}


.bannerHome .swiper-pagination {
    bottom: 2%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.newsList {
    float: right;
    width: calc(50% - 20px);
}

.newsList ul {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-bottom: 10px;
}

.newsList ul li {
    height: 29px;
    width: 390px;
    overflow: hidden;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList ul li a {
    font-size: 14px;
}

.newsList ul li:nth-child(1) a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


.itemRight {
    float: right;
    width: calc(30% - 20px);
    margin-top: 30px;
}

.daohang {
    box-shadow: 0px 0px 10px 0px #cccccc;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    height: 550px;
    padding: 0 15px;
    overflow: hidden;
}

.daohang {
    box-shadow: 0px 0px 5px 0px #cccccc;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    height: 550px;
    padding: 0 15px;
    overflow: hidden;
}

.daohang > .zhengwu {
    display: none;
}

.daohang > .on {
    display: inline;
}

.daohang .tit {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
}

.daohang .list {
    overflow: hidden;
}

.daohang .list li {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    height: 55px;
    background: #eeeeee;
    border-radius: 5px;
    margin-top: 20px;
}

.daohang .list li:nth-child(2n) {
    margin-right: 0;
}

.daohang .list li a {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

.daohang .list li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.daohang .list li a p {
    font-size: 14px;
    margin: unset;
    line-height: unset;
}

.itemTitle {
    margin-top: 35px;
    position: relative;
    height: 60px;
    overflow: hidden;

}

.itemTitle::after {
    background-image: url(../img/index/lbg.jpg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    content: '';
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.itemTitle .left {
    display: flex;
    float: left;
    align-items: flex-end;
}

.itemTitle h3 {
    font-size: 26px;
    font-weight: 600;
}

.itemTitle.xiao {
    background: none;
    height: 60px;
}



.itemTitle.xiao .more {
    margin-top: 5px;
}


.itemTitle .left p {
    font-size: 14px;
    color: #7e7e7e;
    margin-left: 22px;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
}

.itemTitle .left p i {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}

.itemTitle .left p i img {
    width: 20px;
    height: 20px;
}

.itemTitle .left p span {
    display: inline-block;
    vertical-align: text-top;
}


.itemTitle .more {
    display: inline-block;
    float: right;
    /*background-image: url(../img/index/more.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 15px;
}

.echarts {
    float: left;
    width: 70%;
    box-shadow: 0px 0px 10px 0px #cccccc;
    min-height: 590px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.echarts .title {
    overflow: hidden;
    padding-top: 5px;
}

.echarts .title h3 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 600;

}

.echarts .title a {
    display: inline-block;
    float: left;
    background: #eeeeee;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 15px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    cursor: pointer;
}

.echarts .title a.on {
    border: 1px solid #5075d3;
    background: #ffffff;
    color: #5075d3;
}

.hangqing {
    margin-top: 20px;
}

.hangqing ul {
    overflow: hidden;
    margin-top: 10px;
}

.hangqing li {
    float: left;
    width: 33%;
    text-align: center;
}

.hangqing .h1 li:nth-child(1) {
    font-size: 16px;
    width: 33%;
    font-weight: 600;
}

.hangqing .h1 li:nth-child(2) {
    font-size: 12px;
    text-align: right;
    width: 67%;
    color: #868686;
}

.hangqing .h2 li {
    color: #868686;
    font-size: 14px;
}

.hangqing .h3 li {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.hangqing .h4 {
    background: #f2f2f2;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
}

.hangqing .h4 span {
    display: inline-block;
    background: #f2334c;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 10px;
}

.hangqing .h4 span.low {
    background: #5075d3;
}

.red {
    color: #f2334c;
}

.default_color {
    color: #5075d3;
}

.loushi {
    float: right;
    width: calc(30% - 20px);
    box-shadow: 0px 0px 10px 0px #cccccc;
    min-height: 500px;
    padding: 10px;
    border-radius: 5px;
    height: 597px;
    margin-top: 10px;
}

.loushi .title {
    overflow: hidden;
    padding-top: 5px;
}

.loushi .title h3 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 600;

}

.loushi .title a {
    display: inline-block;
    float: left;
    background: #eeeeee;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 15px;
    border: 1px solid #eeeeee;
    font-size: 12px;
}

.loushi .title a.on {
    border: 1px solid #5075d3;
    background: #ffffff;
    color: #5075d3;
}

.loushiBox {
    margin-top: 20px;
}

.loushiBox .tit {
    background: #fff6f5;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 10px;
}

.loushiBox .tit.ershou {
    background: #e8f6ff;

}


.loushiBox .tit p {
    margin-left: 5px;
    color: #000;
    font-weight: 600;
}

.loushiBox .col {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.loushiBox .col p {
    line-height: 2;
}

.loushiBox .col p:nth-child(1) {
    color: #7e7e7e;
    font-size: 14px;
}

.loushiBox .col p:nth-child(2) {
    color: #000000;
    font-size: 18px;
}

.loushiBox .col p:nth-child(3) {
    color: #7e7e7e;
    font-size: 14px;
}

.loushiBox .shuju ul {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px 10px;
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
}

.loushiBox .shuju li {
    float: left;
    width: 99px;
}

.loushiBox .shuju li i {
    width: 20px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
    height: 12px;
}


.loushiBox .shuju .h1 b {
    color: #000;
    font-size: 14px;
}

.loushiBox .shuju .h1 {
    color: #f2334c
}

.loushiBox .shuju .h2 b {
    color: #000;
    font-size: 14px;
}

.loushiBox .shuju .h2 li {
    color: #5075d3
}

.loushiBox .shuju .h1 i::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #f2334c transparent transparent;
    display: inline-block;
    content: '';
    position: absolute;
    top: -2px;
}

.loushiBox .shuju .h2 i::after {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #5075d3 transparent transparent;
    display: inline-block;
    content: '';
    position: absolute;
    top: 3px;
}

.loupan {
    overflow: hidden;
    margin-top: 10px;
}

.loupan li {
    position: relative;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    float: left;
}

.loupan li .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
}

.loupan li .box a {
    color: #fff;
}

.loupan li:nth-child(4n) {
    margin-right: 0;
}

.loupan li img {
    width: 100%;
    display: block;
}
.loupan p{
    line-height: 20px;
    height: 24px;
}
.loupan p:nth-child(1) {
    font-size: 20px;
    color: #ffffff;
}

.loupan p:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.loupan p:nth-child(3) {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.loupan p:nth-child(4) {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    line-height: 0;
}

.loupan p .price {
    font-size: 20px;
}

.newLou {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.newLou .title {
    overflow: hidden;
    width: 300px;
}

.newLou .title h3 {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.newLou .title a {
    display: inline-block;
    float: right;
}

.newLou .list {
    background: #f6f6f6;
    margin-top: 10px;
    padding: 15px 20px;
    width: 300px;
}

.newLou .list ul {
    position: relative;
}

.newLou .list ul::after {
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 1px;
    top: 10px;
    bottom: 10px;
    content: '';
}

.newLou .list ul li .riqi {
    background: #dcdcdc;
    height: 20px;
    display: inline-block;
    margin-left: 25px;
    position: relative;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.newLou .list ul li .riqi::after {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid dashed dashed;
    border-color: #dcdcdc transparent transparent;
    left: 0;
    margin-left: -13px;
    content: '';
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 5px;
}

.newLou .list ul li .date {
    position: relative;
    z-index: 10;
}

.newLou .list ul li .date::after {
    content: '';
    background: #7f7f7f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    margin-left: -1px;
}

.newLou .list ul li .nei {
    margin-left: 30px;
    font-size: 14px;
    /*display: flex;*/
}

.newLou .list ul li {
    margin-top: 10px;
}

.newLou .list ul li .nei p {
   /* display: inline-block;*/
    width: 250px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    height: 16px;
}

.newLou .list ul li .nei .license_code {
    color: #7e7e7e;
    font-size: 12px;
    font-weight: 500;
}

.loupan2 {
    float: left;
    width: calc(50% - 10px);
    margin-top: 10px;
}

.loupan2 ul {
    display: none;
}

.loupan2 ul.on {
    display: block;
}

.loupan2 li {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 1px;

}

.loupan2 li:hover {
    .title h3 a {
        outline: 0;
        text-decoration: none;
        color: #4a77eb;
    }
}

.loupan2 li:nth-child(2n) {
    margin-right: 0;
}

.loupan2 li .img {
    height: 200px;
    position: relative;
}

.loupan2 li .img:hover {
    transform: scale(1.03);
    transition: 0.8s;
}

.loupan2 li .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.loupan2 li .title {
    overflow: hidden;
    margin-top: 10px;
}

.loupan2 li .title h3 {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.loupan2 li .title p {
    display: inline-block;
    float: right;
}

.loupan2 li .title p i {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 5px;
}

.loupan2 li .title .house_status {
    background: #5075d3;
    border: 1px solid #f2f2f2;
    color: #fff;
}

.loupan2 li .price {
    /*margin-top: 10px;
    font-size: 14px;
    color: #f2334c;*/
}

.loupan2 li .price span {
    color: #f2334c;
    font-size: 16px;
    font-weight: bold;
}

.louNews {
    float: right;
    width: calc(25% - 20px);
    margin-top: 10px;
}

.louNews .title {
    overflow: hidden;
}

.louNews .title h3 {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.louNews .title a {
    display: inline-block;
    float: right;
}

.louNews .list li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    margin-top: 10px;
    height: 60px;
}

.louNews .list li:hover a{
        outline: 0;
        text-decoration: none;
        color: #4a77eb;
}

.louNews .list span a {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.louNews .list p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}


.message {
    float: right;
    width: calc(25% - 20px);
    margin-top: 20px;
}

.messageBox {
    background: #f6f6f6;
}

.newsTab {
    border-bottom: 1px solid #5075d3;
    overflow: hidden;
}

.newsTab span {
    display: inline-block;
    float: left;
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.newsTab span.on {
    background: #5075d3;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
}

.messageBox {
    padding: 15px 25px;
}

.messageBox .box {
    background: #ffffff;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

.messageBox .row {
    margin-top: 10px;
}

.messageBox .row span {
    font-weight: 600;
}

.messageBox .row i {
    color: #c85c60;
    margin-right: 10px;
}

.messageBox .row input {
    border: 0;
    float: right;
    width: calc(100% - 60px);
}

a.submit {
    background: #5075d3;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.baozhang .tit {
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}

.baozhang {
    float: left;
    width: 25%;
    position: relative;
    margin-top: 10px;
}

.baozhang .list {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-right: 25px;

}

.baozhang .list a {
    display: inline-block;
    margin-right: 24px;
    margin-top: 10px;
    font-size: 14px;
}

.chaxun {
    background: #f6f6f6;
    margin-top: 15px;
    background: #f6f6f6;
    padding: 10px;
    position: absolute;
    top: 482px;
    font-size: 14px;
}

.chaxun input {
    border: 1px solid #cccccc;
    height: 35px;
    padding: 0 10px;
}

.chaxun a {
    display: inline-block;
    margin-top: 10px;
}

.list2 .img {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.list2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list2 .biaoti {
    float: left;
    margin-left: 10px;
    line-height: 1.6;
    font-size: 14px;
}

.list2 .t1 {
    font-size: 16px;
    font-weight: bold;
}
.list2 p {
    line-height: 16px;
}

.list2 .biaoti .name {
    font-size: 16px;
    font-weight: bold;
}

.list2 .biaoti p:nth-child(2) {
    color: #7e7e7e;
}

.list2 .pingfen p:nth-child(2) {
    color: #7e7e7e;
    font-weight: 100;
}

.list2 .pingfen {
    float: right;
    color: #000;
    font-weight: 600;
    text-align: right;
    line-height: 1.6;
    font-size: 14px;
}


.list2 .pingfen p b {
    color: #f2334c;
}

.list2 li {
    overflow: hidden;
    margin-top: 25px;
}

.piclist {
    float: left;
    width: calc(50% - 10px);
}

.picleft {
    float: left;
    width: 284px;
}

.picleft .img {
    position: relative;
    margin-top: 15px;
    height: 225px;
}

.picleft .img img {
    display: block;
    width: 100%;
    height: 228px;
}

.picleft .img p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
}

.picleft .img a {
    color: #ffffff;
    font-size: 14px;
}

.baozhang2 .tit {
    margin-top: 15px;
    font-weight: 600;
    color: #000;
}

.baozhang2 {
    float: left;
    width: 25%;
    margin-top: 20px;
}

.baozhang2 .list {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;

}

.baozhang2 .list a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 13px;
    font-size: 14px;
}

.picright {
    float: right;
    width: 345px;
}

.picright .img {
    position: relative;
    margin-top: 15px;
}

.picright .img img {
    display: block;
    width: 100%;
}

.picright .img p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
}

.picright .img a {
    color: #ffffff;
    font-size: 14px;
}


.picright .img2 {
    position: relative;
    margin-top: 15px;
    float: left;
    width: calc((100% - 11px) / 2);
    margin-top: 10px;
}

.picright .img2 img {
    display: block;
    width: 100%;
    height: 134px;
}

.picright .img2 p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
}

.picright .img2 a {
    color: #ffffff;;
    font-size: 14px;
}

.picright .img2:nth-child(2) {
    float: right;
}

.paihang {
    float: right;
    width: calc(25% - 20px);
    margin-top: 10px;
}

.ptab span {
    display: inline-block;
    width: 50%;
    font-size: 14px;

}

.ptab span.on {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.paihang .list {
    margin-top: 15px;
}

.paihang .list li {
    height: 30px;
    margin-top: 5px;

}

.paihang .list li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #afafaf;
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.paihang .list li:nth-child(1) i {
    background: #f2334c;
}

.paihang .list li:nth-child(2) i {
    background: #f2334c;
}

.paihang .list li:nth-child(3) i {
    background: #f2334c;
}

.paihang .list li p {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}

.paihang .list li span {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.paihang .more {
    text-align: right;
}

.paihang .ad {
    margin-top: 10px;
}

.paihang .ad img {
    display: block;
    width: 100%;
}

.tag {
    background: #f6f6f6;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    font-size: 14px;
    padding: 0 10px;
}

.tag a {
    font-size: 14px;
    margin-left: 10px;
}

.phailist {
    margin-top: 5px;
}

.phailist .col .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.phailist .col {
    float: left;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
}

.phailist .col:nth-child(3) {
    margin-right: 0;
}


.phailist .list {
    margin-top: 25px;
}

.phailist .list li {
    height: 35px;
    margin-top: 10px;
    border-bottom: 1px solid #f2f2f2;

}

.phailist .list li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #afafaf;
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.phailist .list li:nth-child(1) i {
    background: #f2334c;
}

.phailist .list li:nth-child(2) i {
    background: #f2334c;
}

.phailist .list li:nth-child(3) i {
    background: #f2334c;
}

.phailist .list li p {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}

.phailist .list li span {
    display: inline-block;
    float: right;
    font-size: 14px;
    width: 65px;
}

.phailist .list li span font {
    color: #5075d3;
}

.footNav {
    background: #f2f3f8;
    padding: 30px 0;
    overflow: hidden;
    margin-top: 35px;
}

.footNav .col {
    float: left;
    width: 33%;
    text-align: center;
}

.footNav .col h3 {
    font-size: 18px;
    font-weight: bold;
}

.footNav .col a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    color: #7e7e7e;
    font-size: 14px;
}

.footNav .col p {
    color: #7e7e7e;
}

footer {
    margin-top: 55px;
    height: 270px;
}

footer .erm {
    width: 30%;
    text-align: center;
}

footer .erm:nth-child(1) {
    float: left;
}

footer .erm:nth-child(3) {
    float: right;
}

footer .erm img {
    width: 130px;
    margin-left: 15px;
}

footer .copyright {
    float: left;
    width: 40%;
    text-align: center;
    padding: 0 35px;
}

footer .copyright h3 {
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #333333;
    padding-bottom: 15px;
    font-weight: bold;
}

footer .copyright h3::after {
    content: '';
    background: #333333;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
    height: 2px;
}

footer .copyright h4 {
    font-size: 18px;
    margin-top: 25px;
    color: #333333;
}

footer .friend {
    margin-top: 15px;
}

footer .friend a {
    display: inline-block;
    margin-right: 15px;
    color: #404040;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .bumen {
    color: #404040;
    font-size: 14px;
    margin-top: 5px;
}

footer .icp {
    margin-top: 10px;
    font-size: 14px;
}

#echart2 {
    height: 360px;
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.pingfang {
    font-size: 14px;
}

.nav_box{
    position: sticky;
    z-index: 99;
    text-align: center;
    margin-top: -58px;
    background-color: #ffffff;
    height: 184px;
    width: 1300px;
    margin: -58px auto 20px;
    box-shadow: 0px -1px 15px -10px rgba(0, 0, 0, 0.9);
    border-radius: 6px 6px 0px 0px;
}
.nav_box .tit {
    text-align: center;
    margin-top: 20px;
}
.nav_box .tit a {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 0;
    color: #fff;
    margin: 0 40px;
    text-decoration: none;
}

.nav_box .tit a img {
    -webkit-transition: -webkit-transform .3s;
    width: 65px;
    height: 65px;
}
.nav_box .tit a:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1)  !important;
}


.nav_box .link {
    text-align: center;
    line-height: 100%;
}

.nav_box .link a {
    display: inline-block;
    padding: 0 13px;
    line-height: 100%;
    color: #2D2D2D;
    font-size: 20px;
}

.nav_box .link_text {
    color: #7b7b7b;
    font-size: 12px;
    margin-top: 15px;
}
.rec .tab-nav {
    height: 54px;
    line-height: 54px;
    word-break: keep-all;
    position: relative;
    text-align: center;
}

.rec .tab-nav .nav-item-group {
    height: 54px;
    overflow: hidden;
    padding-right: 96px;
}

.rec .tab-nav .nav-item-group .tab-nav-active {
    font-weight: 600;
    color: #303033;
    position: relative;
    z-index: 5;
}

.rec .tab-nav .nav-item-group .tab-nav-item {
    font-size: 18px;
    color: #303033;
    margin-left: 60px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
}

.rec .tab-nav .nav-item-group .tab-nav-active:after {
    content: "";
    width: calc(100% + 20px);
    height: 10px;
    background: linear-gradient(270deg, hsla(0, 100%, 70%, 0), #f66 51%, hsla(0, 100%, 70%, 0));
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.item3 {
    margin: 10px 0 0px;
    display: block;
}

.item3 .house_pic {
    position: relative;
    width: 300px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.item3 .img-responsive {
    width: 300px;
    height: 220px;
    -webkit-transition: -webkit-transform .3s;
}

.item3 .img-responsive:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}


.item3 .info {
    padding-top: 3px;
    height: 57px;
}

.item3 .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.item3 .info .title em {
    font-size: 16px;
    font-weight: bold;
}

.item3 .info .f-small {
    font-size: 14px;
}
.item3  .info .price {
    float: left;
    font-size: 14px;
    color: #f2334c;
    font-weight: bold;
    font-size: 16px;
    font-family: "Tahoma";
    display: inline;
    margin-bottom: 5px;
}

.item3  .info .address {
    height: 25px;
    width: 100%;
    font-size: 14px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8290a6;
}


/* 房源板块 */
.house_list {
    width: 100%;
}

.house_list li {
    width: 300px;
    margin: 0 0 40px 20px;
    float: left;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house_list .house_pic{
    width: 300px;
    height: 187px;
    overflow: hidden;
    position: relative;
}
.house_list li img {
    display: block;
    width: 100%;
    height: 190px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.house_list li img:hover {
    transform: scale(1.1);
    /* -webkit-transform:scale(1.1); */
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.house_list li .title {
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 300px; float: left; margin-bottom: 5px; margin-top: 5px;
}
.house_list li .title em {
    font-size: 16px;
    font-weight: bold;
    width: 175px;
    display: inline-flex;
    overflow: hidden;
}

.house_list li:hover .title {
    opacity: 1;
}

.house_list li .info {
    padding-top: 3px;
    height: 57px;
}

.house_list li .address{
    height: 25px;
    width: 100%;
    font-size: 14px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8290a6;
}

.house_list li .info button {
    float: right;
}

.house_list li .info p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.house_list li .info .price {
    float: left;
    font-size: 14px;
    color: #f2334c;
    font-weight: bold;
    font-size: 16px;
    font-family: "Tahoma";
    display: inline;
    margin-bottom: 5px;
}
.house_list li .info .f-small {
    font-size: 14px;
}


.house_list li .info .number {
    float: right;
    font-size: 14px;
}


