.swiper-container {
    width: 100%;
    height: 270px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}

.gallerytitle {
	padding-left: 20px;
    text-align: left;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    background-color: rgba(102,142,161,.6);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination { 
    left: 38% !important;
}

.back-icon {
    background: url(../../2016css/icon.png) no-repeat -130px -202px;
    background-size: 375px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.title {
	padding-left: 10px;
    border-left: 4px solid #5B92A6;
    margin-bottom: 6px;
    color: #969696;
}

.back-icon a {
	height: 40px;
}

#map {
	height: 230px;
}

.section2 {
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.section2 .land-name {
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
}

.section2 .land-name .tag {/*成交*/
	background-color: #86bcd5;
	color: #fff;
	font-size: 10px;
	font-size: 0.8rem;
    font-weight: normal;
    padding: 3px 4px;
    border-radius: 2px;
}

.section2 .land-name .icon {
	background: url(../images/land-icon.png) -17px 7px no-repeat;	
	background-size: 50px;
	padding: 0px 5px;
	margin-left: 10px;
}

.section2 .land-name .tag1 { /*预告*/
	background-color: #38ac6a;
}

.section2 .land-name .icon1 {
	background: url(../images/land-icon.png) -17px -18px no-repeat;
	background-size: 50px;
}

.section2 .land-name .tag2 {/*流拍*/	
	background-color: #ffc000;
}

.section2 .land-name .icon2 {
	background: url(../images/land-icon.png) -37px 7px no-repeat;
	background-size: 50px;
}

.section2 .land-name .tag3 {/*中止*/	
	background-color: #818182;
}

.section2 .land-name .icon3 {
	background: url(../images/land-icon.png) -37px -18px no-repeat;
	background-size: 50px;
}

.section2 .land-time {
	color: rgb(201, 23, 29);
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.section2 .land-detail span {
	font-weight: bold;
}

.section3 {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.section3 .text {
    font-size: 14px;
    line-height: 22px;
}

.section3 .text p {
	margin-bottom: 8px;
	font: 14px/1.5 "Microsoft YaHei", "SimSun", arial, sans-serif;
	color: #000;
}

.section3 img {
	text-align: center;
}

.section4,
.section5 {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.section6 {
	background-color: #fff;
	padding: 10px;
}

.section6 table {
	margin-bottom: 10px;
	width: 100%;
	table-layout: fixed;
}

.section6 table caption {
	font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #000;
    border-bottom: 4px solid #668ea1;
    padding-bottom: 6px;
}

.section6 table th {
    background-color: #dae4eb;
    border-right: 2px solid #fff;
}

.section6 table td {
    background-color: #eef2f5;
    font-size: 12px;
}

.section6 table th:last-child, 
.section6 table td:last-child {
    border-right: 0;
}

.section6 table tr {
    border-bottom: 2px solid #fff;
}

.section6 table th, 
.section6 table td {
    padding: 5px 0px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section6 table .land-name {
	text-align: left;
	padding-left: 3px;
}

.section6 table td a {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section6 table th {
	background-color: #dae4eb;
}