/* .forsale {
	background: url(../images/contactbreadcrumb.jpg) no-repeat center;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 0;
	position: relative;
}

.forsale:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
} */

.forsale {
	text-align: center;
}

.forsale h2 {
	color: #000;
	margin: 60px 0 60px 0;
}

.forsale h5 {
	/*下划线*/
	border-bottom: 0px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

.forsale h4b {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
}

.forsale h4 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
}


.contactus {
	background: url(../images/contactbreadcrumb.jpg) no-repeat center;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 0;
	position: relative;
}

.contactus:before {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.contactus h2 {
	color: #fff;
}

.contactus h3 {
	color: #999;
}

.contactus h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
}

.backtotop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	display: none;
	/* border-radius: 50%; */
}


.pager {
	margin-top: 40px;
	margin-bottom: 150px;
}

.pagerbox {
	float: left;
}

.pagerbox a,
.pagerbox b {
	background-color: #009AD9;
	border: 1px solid #009AD9;
}

.pager .pagerbox a {
	color: #FFF;
	float: left;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 2px;
	min-width: 40px;
	text-align: center;
}

.pager .pagerbox a:hover {
	color: #000000;
	border: 1px solid #148ec0;
	background: #f0f0f0;
}

.pager .pagerbox b {
	float: left;
	font-weight: normal;
	background: #fff;
	line-height: 40px;
	margin-right: 2px;
	min-width: 40px;
	text-align: center;
}

span.counter {
	/* display: block;
	margin: 20px auto; */
	font-size: 64px;
	color: #009AD9;
}


#scrollBox {
	background: #FFF;
	margin: 40px auto;
	overflow: hidden;
	height: 300px;
}

#scrollBox #con1,
#scrollBox #con2 {
	float: left;
	margin-left: 10px;
	height: 300px;
	overflow: hidden;
}

#innerdiv {
	float: left;
	width: 800%;
	height: 300px;
	overflow: hidden;
}

.navleft_header {
	width: 100%;
	overflow: hidden;
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding-left: 30px;
	border-bottom: 1px solid #e7ebf0;
	border-left: 1px solid #e7ebf0;
	border-right: 1px solid #e7ebf0;
	/* 	background-color: #009AD9; */
	/* background: url(../images/left_titbg.jpg) center center no-repeat; */
	background: -webkit-linear-gradient(left, #999, #000);
	height: 80px;
}

.navleft_list_active {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e7ebf0;
	border-left: 1px solid #e7ebf0;
	border-right: 1px solid #e7ebf0;
	background-color: #FFE4C4;
	height: 50px;	 
}

.navleft_list {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e7ebf0;
	border-left: 1px solid #e7ebf0;
	border-right: 1px solid #e7ebf0;
	height: 50px;
}

.navleft_list ul li,
.navleft_list_active ul li {
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.navleft_list ul li a,
.navleft_list_active ul li a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/leftlist.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

.navleft_list ul li a:hover,
.navleft_list_active ul li a:hover {
	color: #495AFF;
}
 