* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
    display: block;
}
.container {
    width: 1200px;
    margin: 0 auto;
	overflow: auto;
}
.fl {
    float: left;
}
.fr {
   float: right;
}

/* 房子的标题 */
.house_title {
    margin-top: 20px;
}
.container h1 {
    font-size: 27px;
    color: #1d334a;
    max-width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-bottom: 5px;
}
.container .tags {
    padding-top: 5px;
    color: #869099;
    font-size: 12px;
}
.container .tags  span {
    border: 1px solid #e5e5e5;
    color: #869099;
    padding: 2px 6px;
    margin-right: 3px;
    font-size: 12px;
}


/* 房源详细信息 */
.house_datil {
    margin-top: 30px;
    height: 590px;
}
.left_info {
    width: 600px;
    position: relative;
}
.left_info  .left_info_top {
    width: 600px;
}
.lunbo_wrap {
    overflow: hidden;
    position: relative;
    width: 600px;
}
.left_info  .left_info_top ul {
    width: 1800px;
    left: 0px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.left_info  .left_info_top ul li {
    float: left;
    width: 600px;
    overflow: hidden;
    position: relative;
}
.left_info  .left_info_top ul li img {
    width: 600px;
}
.slids {
    display: inline-block;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.slides_big_left {
    left: 0;
    background-color: #333;
    opacity: .5;
    background-image: url(../images/content/arrow_left04.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slides_big_right {
    right: 0;
    background-color: #333;
    opacity: .5;
    background-image: url(../images/content/arrow_right04.png);
    background-repeat: no-repeat;
    background-position: center;
}
.silds_small {
    width: 600px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.silds_small_left {
    display: inline-block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    background-color: #333;
    background-image: url(../images/content/arrow_left04.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.silds_small_right {
    display: inline-block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    background-color: #333;
    background-image: url(../images/content/arrow_right04.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.slides_small_box {
    height: 80px;
    width: 600px !important;
}
.slides_small_box li {
    float: left;
    margin-right: 11px;
    width: 142px !important;
    height: 80px;
    overflow: hidden;
}
.slides_small_box li img {
    width: 142px !important;
    height: 80px;
}

.right_info {
    width: 536px;
    height: 590px;
}
.right_info .second_box {
    border-bottom: 1px solid #e4e4e4;
}
.right_info .second_box .house_price {
    font-size: 14px;
    color: #ce0002 !important;
}
.right_info .second_box .house_price b {
    font-size: 46px;
    font-weight: bold;
}
.right_info .second_box .house_price span {
    font-size: 14px;
    margin-left: 20px;
    color: #333;
}
.right_info .basic {
    border-bottom: 1px solid #e4e4e4;
}
.right_info .basic li {
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
}
.right_info .basic li span {
    display: block;
    float: left;
    color: #999;
}
.right_info .basic li p {
    display: block;
    float: left;
    margin-left: 40px;
    width: 388px;
    color: #333;
}
.right_info .second_padding ul{
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 20px;
    overflow: hidden;
}
.second_padding ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}
.second_padding ul li .house_tag {
    font-size: 18px;
    color: #333;
    padding-top: 18px;
    font-weight: bold;
}
.broker_info {
    padding-top:20px ;
}
.broker_avatar {
    width: 137px;
}
.broker_avatar img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}
.noyongjin {
    width: 399px;
    overflow: hidden;
}
.noyongjin dt {
    font-size: 14px;
    line-height: 36px;
    color: #999;
}
/* 房源的具体信息 */
.detail_content {
    overflow: hidden;
}
.house_box {
    background-color: #f5f8fb;
    margin-top: 10px;
    overflow: hidden;
}
.detail_left {
    width: 920px;
    /* background-color: yellow; */
}
.detail_content {
    margin-top: 20px;
}
.detail_row {
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 1px 1px 8px #ddd;
    margin-bottom: 20px;
    overflow: hidden;
}
.detail_row .titlespcs {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #f2f2f2;
	text-align: left;
}
.base_info {
    padding-top: 20px;
    width: 100%;
    margin: 0 20px;
	overflow: hidden;
	text-align: left;
}
.base_info li {
    list-style: none;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 20px;
	padding-left: 90px;
    box-sizing: border-box;
	position: relative;
}
.base_info li span {
    position: absolute;
    left: 0;
    color: #969696;
}
.house_content {
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
    
}
.detail_row p {
   color: #666;
}



.spcsphoto_lists {
    font-size: 0;
    padding-bottom: 20px;
    width: 900px;
    margin: 0 auto;
}
.spcsphoto_lists li {
    width: 210px;
    height: 190px;
    margin-top: 20px;
    float: left;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
}
.spcsphoto_lists li a img{
    border: none;
    width: 100%;
    height: 160px;
}
.look {
    background-color: #fff;
    box-shadow: 1px 1px 8px #ddd;
	margin-bottom: 40px;
}
.look .look_list {
    background-color: #fff;
    height: 62px;
    line-height: 62px;
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
}
.active {
    color: #ce0002 !important;
    border-bottom: 2px solid #ce0002;
}
.look .look_list li {
    list-style: none;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    color: #222;
}
.look_content {
    position: relative;
    z-index: 99;
    top: -8px;
}
.photo_ablum {
    clear: both;
    overflow: hidden;
    padding: 20px 20px 30px 10px;
}
.photo_ablum li {
    float: left;
    width: 200px;
    margin: 0;
    margin-right: 40px;
    display: inline;
    position: relative;
}
.photo_ablum li a img {
    width: 200px;
    height: 150px;
}
.photo_ablum_txt {
    width: 200px;
    float: left;
    margin-top: 12px;
    font-size: 14px;
    overflow: hidden;
    /* height: 60px; */
    line-height: 20px;
}
.photo_ablum_txt  span{
    display: block;
    width: 220px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}
.photo_album_price {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999 !important;
}
.photo_album_price b {
    color: #ce0002 !important;
}
.detail_right {
	text-align: left;
}
.detail_right .right_row {
    width: 245px;
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 1px 1px 5px #ddd;
}
.right_row .esrecommend h1 {
    padding-left: 20px;
    /* padding-top: 16px; */
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    height: 30px;
    line-height: 37px;
}
.esrecommend h1 i {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #ce0002;
    line-height: 55px;
    margin-right: 5px;
    float: left;
	text-decoration: none;
    margin-top: 11px;
}
.esrecommend ul li {
    overflow: hidden;
    height: 80px;
    font-size: 16px;
    padding: 10px 20px 0px 20px;
    padding-right: 0;
}
.esrecommend ul li img {
    display: block;
    float: left;
    width: 95px;
    height: 75px;
    margin-right: 15px;
}
.esrecommend ul li b {
    color: #333;
    font-weight: normal;
    width: 110px;
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
}
.esrecommend ul li p {
    text-align: left;
    line-height: 21px;
    color: #888787;
    font-size: 14px;
    width: 110px;
    float: left;
}
.esrecommend ul li s span{
    font-size: 16px;
    /* font-weight: bold; */
    color: #ce0002;
    float: left;
}
.esrecommend ul li s i{
    text-decoration: none;
    font-size: 14px;
    color: #ce0002;
}



/* 地图 */
.detail_row .map_box {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 1180px;
    height: 400px;
    position: relative;
    background: red;
}
.map-mart {
    width: 323px;
    height: 360px;
    position: absolute;
    font-size: 12px;
    top: 20px;
    right: 40px;
    background-color: #fff;
    width: 323px;
    height: 360px;
}
.map-mart-title {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #ce0002;
}
.map-mart-title a {
    display: inline-block;
    width: 47px;
    text-align: center;
    color: #425571;
}
.map-mart-lists {
    padding: 0 5px;
    height: 310px;
    overflow-y: auto;
}
.active1 {
    background-color: #ce0002;
    color: #ffffff !important;
}

/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container .swiper-slide {
    width: 600px;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 200px;
    height: 100px;
}