header{
	background: url(../images/banner.jpg?5) no-repeat;
	    height: 584px;
    background-position: center 0;
	position:relative;
}
header .header_bj{
	position:absolute;
	height:100%;
	width:100%;
	background: rgba(27, 27, 27, 0.3);
}
header .logo{
	background: url(../images/logo.png?6) no-repeat;
	height: 53px;
	width: 174px;
}
header .header_top{
	padding-top: 30px;
	position: relative;
}
header .header_top .nav{
	right: 0;
	top: -12px;
}
header .header_top nav ul li{
	float: left;
	font-size: 18px;
    margin-left: 20px;
    font-weight: 700;
    -webkit-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    -moz-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    -ms-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
}
header .header_top nav ul li a{
	color: white;
} 
header .header_top nav ul{
	float: right;
}
header .header_top .login{
	text-align: right;
}
header .header_top .login a{
	color: white;
	-webkit-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    -moz-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    -ms-text-shadow: 0 0 6px rgba(0,0,0,0.8);
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
    font-size: 12px;
}
header .header_centered{
	padding-top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	color: white;
    -moz-text-shadow: 5px 5px 13px rgba(90,90,90,0.8);
    -ms-text-shadow: 5px 5px 13px rgba(90,90,90,0.8);
    text-shadow: 5px 5px 13px rgba(90,90,90,0.8);
}
#news-container1 {margin: 0 auto;width: 260px; height: 35px;}
#news-container1 ul li a{
	color: #fff;
    font-size: 20px;
    height: 35px;
    font-weight: bold;
    text-align: center;
}
#news-container1 ul li a span{
color: rgb(187, 217, 0);
	margin: 0 3px;
}
.search-box{
	width: 784px;
	margin: 0 auto;
	margin-top: 171px;
}
.search-box ul{
	padding: 0;
}
.search-box ul li{
	float: left;
	width: 65px;
	position: relative;
}
.search-box ul li a:first-child{
	margin-left: 0;
}
.search-box ul li a{
	color: #fff;
	margin-left: 20px;
	font-weight: bold;
	font-size: 15px;
}
.search-box ul li i{
	display: block;
	color: #fff;
	text-align: center;
	margin-left: 8px;
	font-size: 0px;
	position: absolute;
	left: 5px;
	top: 20px;
}
.search-box ul li i:first-child{
	margin-left: 0px;
}
.search-box ul .active i{
	font-size: 18px;
}
.search-enter{
	margin-top: 12px;
	position: relative;
}
.search-enter input{
	width: 685px;
    height: 18px;
    line-height: 18px;
    padding: 19px 24px;
    font-size: 13px;
    border: 0;
    color: #999!important;
    z-index: 1!important;
    cursor: text;
   	border-radius: 3px 0 0 3px;
}
.search-enter input:focus{
	outline: none;
}
.search-enter .search-btn{
	display: inline-block;
	width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color:#bd2e31;
    border-radius: 0 3px 3px 0;
    color: white;
    position: absolute;
    
}
.search-enter .search-btn i{
	font-size: 20px;
	font-weight: bold;
}
.spring-santa-claus, .spring-dog, .spring-lion{
	position: absolute;
    z-index: 5;
    line-height: 0;
    overflow: hidden;
    background-image: url(../images/bgi-spring2018.png);
    background-repeat: no-repeat;
}
.spring-santa-claus{
    top: -63px;
    right: -6px;
    width: 742px;
    height: 77px;
    background-position: 0 -138px;
}
.home-nav{
	padding: 15px 0 30px 0;
}
.home-nav ul{
	padding-top: 30px;
}
.home-nav ul li{
	text-align: center;
}
.home-nav ul li img{
	width: 90px;
    height: 85px;
}
.home-nav ul li b{
	display: block;
	font-size: 18px;
    color: #394043;
    margin-top: 10px;
}
.home-nav ul li p{
	width: 183px;
    margin: 3px auto 5px auto;
    font-size: 12px;
    color: #b0b3b4;
    line-height: 18px;
}
.home-nav li a:hover img, .home-nav li a:focus img, .home-nav li a:active img {
    -webkit-animation-name: hvr-bob-float,hvr-bob;
    animation-name: hvr-bob-float,hvr-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
}
@keyframes hvr-bob-float{
	100% {
    -webkit-transform: translateY(-8px);
     transform: translateY(-8px); 
	}
}
@keyframes hvr-bob{
	0% {
	    -webkit-transform: translateY(-8px);
	    transform: translateY(-8px);
	}
	50% {
	    -webkit-transform: translateY(-4px);
	    transform: translateY(-4px);
	}
	100% {
	    -webkit-transform: translateY(-8px);
	    transform: translateY(-8px);
	}
}
.esf{
    background: #eeeef1;
    padding-top: 5px;
    padding-bottom:40px;
}

.esf h1{
	padding-top: 10px;
	margin-bottom: 0;
}
.esf h1 span{
	font-weight: 100;
	color: #848484;
}
.esf .title{
	font-size: 13px;
	color: #b0b3b4;
}
.esf .title a{
	float: right;
}
.esf ul{
	padding: 0;
	margin-top: 30px;
}
.esf ul li{
	padding: 0 2rem;
	position: relative;
}
.esf ul li .esf-box{
	width: 250px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.esf ul li .esf-img{
	width: 100%;
}
.esf ul li .esf-img img{
	width: 250px;
	height: 187.5px;
}
.esf ul li .esf-info b{
	 font-size: 16px;
    color: #394043;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 18px 0;
    display: block;
}
.esf ul li .esf-info p{
	color: #999;
    font-size: 12px;
    padding: 0 18px;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.esf ul li .esf-info p span{
	margin-right: 10px;
}
.esf ul li i{
	position: absolute;
	top: 140px;
	padding: 0 8px;
    border-radius: 1px;
    height: 30px;
    background: #394043;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

.rent{
    background: white;
    padding-bottom: 50px;
}

.rent h1{
	padding-top: 10px;
	margin-bottom: 0;
}
.rent h1 span{
	font-weight: 100;
	color: #848484;
}
.rent .title{
	font-size: 13px;
	color: #b0b3b4;
}
.rent .title a{
	float: right;
}
.rent ul{
	padding: 0;
	margin-top: 30px;
}
.rent ul li{
	padding: 0 2rem;
	position: relative;
}
.rent ul li .rent-box{
	width: 250px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rent ul li .rent-img{
	width: 100%;
}
.rent ul li .rent-img img{
	width: 250px;
	height: 187.5px;
}
.rent ul li .rent-info b{
	 font-size: 16px;
    color: #394043;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 18px 0;
    display: block;
}
.rent ul li .rent-info p{
	color: #999;
    font-size: 12px;
    padding: 0 18px;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.rent ul li .rent-info p span{
	margin-right: 10px;
}
.rent ul li i{
	position: absolute;
	top: 140px;
	padding: 0 8px;
    border-radius: 1px;
    height: 30px;
    background: #394043;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.newhome{
    background: url(../images/new-house.jpg) center top no-repeat;
    width: 100%;
    padding-bottom: 50px;
    clear: both;
    padding-top: 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newhome h1{
	padding-top: 10px;
	margin-bottom: 0;
}
.newhome h1 span{
	font-weight: 100;
	color: #848484;
}
.newhome .title{
	font-size: 13px;
	color: #8c8c8c;
}
.newhome .title a{
	float: right;
}
.newhome ul{
	padding: 0;
	margin-top: 30px;
}
.newhome ul li{
	padding: 0 2rem;
	position: relative;
}
.newhome ul li a .new-img img{
	width: 365px;
	height: 258.54px;
}
.newhome ul li a .new-title{
	position: absolute;
	top:100px;
	color: white;
	text-align: center;
	width: 365px;
	 font-size: 24px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: white;
    font-weight: 700;
    z-index: 9;
}
.newhome ul li a .img-bj{
	background: rgba(0,0,0,0.5);
	width: 365px;
	height: 258.54px;
	position: absolute;
	top: 0;
}
.newhome ul li a .new-title b{
	font-size: 20px;
	color: #ca0000;
	font-weight: bold;
}
.newhome ul li a .map{
	position: absolute;
	bottom: 18px;
    color: white;
    z-index: 9;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.canvas{
	background-color: #232836;
	padding: 30px 0;
}
.canvas .canvas_title{
	color: white;
}
.canvas .canvas_title h1{
	margin: 0;
	padding-top: 15px;
}
.canvas .canvas_title .title_rigth{
	padding-top: 15px;
}
.canvas .canvas_title p{
	font-size: 13px;
	color: #5c647a;
}
.canvas .canvas_title p span{
	color: #bd2e31;
}
.canvas_list{
	font-size: 14px;
    color: #5c647a;
}
.canvas_list .canvas_price{
	float: left;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    background-color: #282e3d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 25px;
    width: 245px;
	height: 160px;
}
.canvas_list .canvas_img{
	float: left;
	width: 400px;
	height: 340px;
	 background-color: #282e3d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 25px;
}
.canvas_list .canvas_price p{
	text-align: left;
	padding: 10px 10px;
}
.canvas_list .canvas_price .price {
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #bd2e31;
}
.canvas_list .canvas_price p b{
	font-size: 15px;
}
.canvas_list .canvas_price .blue{
	color: #67d000;
}
.canvas_list .garden-hsprices{
	width: 785px;
	margin-top: 20px;
	position: relative;
}
   
.canvas_list .garden-hsprices input{
    padding: 13px 15px;
    z-index: 2;
    font-size: 14px;
    color: #333;
    width: 580px;
    height: 44px;
    background-color: #fff;
    border: 0;
    border-radius: 3px 0 0 3px;
    margin-left: -90px;
    }
.canvas_list .garden-hsprices i{
	display: inline-block;
	width: 90px;
    height: 44px;
    overflow: hidden;
    background-color: #ffc601;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    color: white;
    font-size: 25px;
    position: absolute;
}
.canvas_list .garden-hsprices .input{
	margin-top: 20px;
}
.jqplot-table-legend{
	display: none;
}
#searchlist{
	position: relative;
	z-index: 10;
}
.app_daoliu_layer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 1001;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0 -3px 80px rgba(0,0,0,0.08);
}
.app_daoliu_layer .app_content {
    text-align: center;
}
.app_daoliu_layer .app_content .app_img {
    width: 190px;
    display: inline-block;
    position: relative;
    bottom: 50px;
    vertical-align: top;
}
.app_daoliu_layer img {
    width: 100%;
}
.app_daoliu_layer .app_content .app_desc_c {
    margin-left: 35px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    text-align: left;
}
.app_daoliu_layer .app_content .app_desc_c .app_title {
    margin-top: 53px;
    color: #394043;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: bold;
}
.app_daoliu_layer .app_content .app_desc_c .app_desc {
    color: #9c9fa1;
    font-size: 13px;
    margin-top: 8px;
}
.app_daoliu_layer .app_content .app_qr {
    display: inline-block;
    vertical-align: top;
    width: 116px;
    margin-top: 22px;
    margin-left: 63px;
}
.app_daoliu_layer img {
    width: 100%;
}
.app_daoliu_layer .app_content .app_close {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    width: 15px;
    margin-left: 41px;
    cursor: pointer;
}
.app_daoliu_layer img {
    width: 100%;
}
#demo01 ul{
	padding: 0;
}

#demo01 ul li img{
	width: 100%;
}
/* flexslider */
.flexslider{margin:0 auto;position:relative;width:100%;height:546px;overflow:hidden;zoom:1;}
.flex-viewport{max-height:100%;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:75px;height:71px;line-height:99em;overflow:hidden;margin:0 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:45%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -70px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
.slides{
	padding: 0;
}
.slidesbox{
	position: relative;
}