/*
 	头部导航
 * */
#head-wrap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding: 27px 0;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	z-index: 10;
}
#head-wrap .head {
	height: 45px;
}

/*logo*/
#logo {
	margin-left: 10px;
}
#logo .index-logo {
    display: block;
    height: 45px;
}
#logo .index-logo img {
    width: 195px;
    height: 45px;
}
#logo .newhouse-logo {
	margin: 10px 0 0 10px;
    display: block;
    height: 30px;
}
#logo .newhouse-logo img {
    width: 73px;
    height: 30px;
}
/*城市导航*/
#city {
	position: relative;
    width: 60px;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    z-index: 10;
}
#city .city-wrap {
    position: relative;
    height: 36px;
}
#city .city-wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 45px;
    line-height: 45px;
    margin-top: -18px;
    color: #666;
    text-align: center;
}
#city .city-wrap.active a {
    color: #eb6120;
}
#city .icon-arrow {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: 4px;
    border: 5px solid transparent;
    border-top: 5px solid #999;
    z-index: 10;
}
#city .city-wrap.active .icon-arrow {
    margin-top: -2px;
    border: 5px solid transparent;
    border-bottom: 5px solid #eb6120;
}
.city-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: -14px;
    width: 228px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    z-index: 10;
}
.city-menu li {
    float: left;
    width: 48px;
    height: 22px;
    padding: 6px 14px;
}
.city-menu li a {
    display: inline-block;
    width: 48px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.city-menu li a.active {
	border-radius: 3px;
	background: #f2f2f2;
	color: #eb6120;
}

/*搜索框*/
#search-wrap {
	position: relative;
	margin-left: 20px;
	height: 40px;
}
#input-wrap {
	margin: 2px 0 3px 0;
	width: 582px;
	height: 40px;  
	overflow: hidden;
}
#search-input {
	float: left;
	padding-left: 10px;
	width: 359px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e8e8e8;
	border-right: none;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
#search-btn {
	float: left;
	width: 100px;
	height: 40px;
	background: #eb6120;
}
#search-btn .icon-search {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 6px;
}
#search-btn .btn-text {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
}
#search-btn:hover {
	background: #cf551c;	
}
#map-btn {
	margin-left: 12px;
	float: left;
	width: 100px;
	height: 40px;
	background: #E4B648;
}
#map-btn .icon-map {
	float: left;
	width: 28px;
	height: 40px;
	margin-left: 6px;
	background-size: 20px 20px;
}
#map-btn .btn-text {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
#map-btn:hover {
	background: #d09a18;	
}
#search-tab-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    width: 368px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
}
.kw-link-list .link-wrap {
    position: relative;
    padding-left: 9px;
    padding-right: 50px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.kw-link-list .link-wrap.active,
.kw-link-list .link-wrap:hover {
	background: #f1f1f1;
}
.kw-link-list .link-wrap.active .houseLink,
.kw-link-list .link-wrap:hover .houseLink {
	color: #ff4e49;
}
.link-wrap .houseLink {
    display: block;
}
.link-wrap .kwAddress {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 12px;
    line-height: 36px;
    color: #818181;
}
.head-banner {
	margin: -8px 0 0 50px;
	float: left;
	width: 181px;
	height: 57px;
	background: url(../img/nav-banner.jpg) no-repeat center;
}

/*导航链接*/
#nav-wrap {
	height: 48px;
	border-bottom: 2px solid #eb6120;
}
.nav-link {
	float: left;
	width: 171px;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
}
.nav-link a.active {
	font-weight: 600;
	color: #eb6120;
}
.nav-link i {
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 18px;
	background: #e8e8e8;
}

/*导航主体*/
#nav-main-wrap {
	padding-top: 30px;
	background: #fff;
}
.nav-main {
	border-bottom: 1px solid #f2f2f2;
}
.nav-unit {
	font-size: 14px;
	line-height: 20px;
}
.nav-unit .unit-name {
	float: left;
	padding: 15px 0;
	width: 70px;
	height: 20px;
	color: #999;
}
.nav-unit .unit-con {
	float: left;
	max-width: 1130px;
} 
.nav-unit .unit-con a {
	float: left;
	margin: 15px 0;
	padding-right: 29px;
}
.unit-con .unit-text {
	float: left;
	color: #666;
}
.unit-con .unit-icon {
	float: left;
	width: 25px;
	height: 20px;
	color: #666;
	background: url(../img/arrow_closed.jpg) no-repeat center;
}
.unit-con .unit-map {
	float: left;
	width: 25px;
	height: 20px;
	color: #666;
	background: url(../img/map_icon.png) no-repeat center;
}
.nav-unit .unit-con a.active .unit-text,
.nav-unit .unit-con a:hover .unit-text {
	color: #eb6120;
}
.nav-unit .unit-con a:hover .unit-map {
	background: url(../img/map_icon_ac.png) no-repeat center;
}
.first-line .unit-con a.choice-area .active .unit-text,
.first-line .unit-con a.choice-area :hover .unit-text {
	font-weight: 600;
}
.nav-unit .unit-con a.active .unit-icon {
	background: url(../img/arrow_open.jpg) no-repeat center;
}
.nav-unit .unit-last {
	float: left;
	padding: 12px 0;
	height: 26px;
} 
.nav-unit .unit-last .min_num-wrap {
	position: relative;
	float: left;
	padding: 0 18px 0 8px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #d6d6d6;
}
.nav-unit .unit-last .min_num-wrap i {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.nav-unit .unit-last input {
	width: 50px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
.nav-unit .unit-last span {
	float: left;
	padding: 0 10px;
	color: #999;
	line-height: 24px;
}
.nav-unit .unit-last a {
	float: left;
	margin-left: 12px;
	width: 55px;
	height: 24px;
	line-height: 24px;
	background-color: #f2f2f2;
	border-radius: 2px;
	border: solid 1px #d6d6d6;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.nav-unit .unit-last a:hover {
	background: #eb6120;
	border: solid 1px #EB6120;
	color: #fff;
}
.nav-30px .unit-name {
	padding: 5px 0;
}
.nav-30px .unit-con a {
	margin: 5px 0;
}
/*筛选*/
.select-sub {
	position: relative;
	margin: 12px 20px 12px 0;
	float: left;
	width: 96px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #d6d6d6;
	/*z-index: 99;*/
}
.select-sub .select-con {
    width: 96px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.select-sub .select-con .select-btn {
	display: inline-block;
	cursor: pointer;
}
.select-btn .select-text {
	float: left;
	width: 72px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-align: center;
}
.select-btn .select-icon {
	float: left;
	width: 20px;
	height: 24px;
	background: url(../img/arrow_closed.jpg) no-repeat center;
}
.select-con.active .select-btn .select-icon {
	background: url(../img/arrow_open.jpg) no-repeat center;
}
.select-sub ul {
	position: absolute;
	left: -1px;
	top: 24px;
	width: 96px;
    border: 1px solid #d6d6d6;
    border-top: none;
    background: #fff;
    z-index: 999;
}
.select-sub .select-opt {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}
.select-sub .select-opt a {
    display: block;
    padding: 0 10px;
    color: #666;
    cursor: pointer;
}
.select-sub .select-opt:hover, 
.select-sub .select-opt.active {
    background: #f2f2f2;
}
.select-sub .select-opt:hover a, 
.select-sub .select-opt.active a {
    color: #eb6120;
}
.unit-con .checkbox-sub {
	margin-right: 30px;
	float: left;
	padding: 17px 0;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
}
.unit-con .checkbox-sub .checkbox-con {
	float: left;
	margin-right: 6px;
	width: 14px;
	height: 14px;
	border: solid 1px #d6d6d6;
}
.unit-con .checkbox-sub.active .checkbox-con {
	background: url(../img/checked_icon.jpg) no-repeat center;
}

/*条件*/
.nav-result {
	margin-top: 20px;
}
.result-unit {
    font-size: 14px;
    line-height: 24px;
}
.result-name {
	float: left;
    width: 70px;
    height: 24px;
    color: #999;
}
.result-con {
    float: left;
    max-width: 1130px;
}
.result-con .choice {
	display: inline-block;
    float: left;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.result-text {
	float: left;
	max-width: 1060px;
	line-height: 24px;
	color: #333;
	padding-right: 12px;
}
.result-icon {
	float: left;
	width: 24px;
	height: 24px;
	background: url(../img/res_del.jpg) no-repeat center;
}
.result-con .choice:hover {
	border: solid 1px #ff4e49;
}
.result-con .choice:hover .result-text {
	color: #ff4e49;
}
.result-con .choice:hover .result-icon {
	background: url(../img/res_del_ac.png) no-repeat center;
}
#select-del {
	line-height: 26px;
	height: 26px;
}
#select-del i {
	display: inline-block;
	cursor: pointer;
}
#select-del .icon-del {
	float: left;
	width: 30px;
	height: 26px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAS1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkI0+mmAAAAGHRSTlMAh+HSmVa788p2CSgiHBTauDzl47NoZ0G33ubtAAAAaElEQVQY07XMBwrEMAwEwHVTcZx21f9/6S1B3A8yYFivhHD57nPawN+ir9bsuQJUReRhHdj2zFjhla7ZqJQYOkJEL1xfeGgDirNIma/ww+2c7iw+B3C8o3DtCF0dwKrSgugAnTaDncAP9QsD+V+ESLYAAAAASUVORK5CYII=') no-repeat center;
}
#select-del .text-del {
	float: left;
	height: 26px;
	line-height: 26px;
}
#select-del i:hover {
	color: #EB6120;
}
#select-del i:hover .icon-del {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEUAAADrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSDrYSBv0TwYAAAAGnRSTlMAh+HSVrua88oJdCgiHBTauJV9POXjs2hnQQhWVAYAAABnSURBVBjTtcmHCcRADAXR2Ry9The3/0JPGHEd+IFg+OLyXefMnb+WXt7n5wIihhAeucBYrWTkiDHu16/vkgdQUJrVwWjQBrgKGCvnwBmw5s7hs8H21qGmgiqpAksKXoXUEWeeKp/wAzGyBE5afza0AAAAAElFTkSuQmCC') no-repeat center;
}

/*列表*/
#list-wrap {
    position: relative;
    background: #fff;
}
#list-wrap .list {
	margin-top: 30px;
	/*overflow: hidden;*/
}
.list-left {
	width: 850px;
}
.list-top {
	height: 46px;
	background-color: #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.list-nav {
    padding: 0 20px;
}
.list-nav.active {
	background: #eb6120;
}
.list-nav a {
	display: block;
}
.list-nav .nav-text {
	float: left;
	font-size: 16px;
	line-height: 46px;
	color: #333;
}
.list-nav .sort-icon {
	float: left;
	width: 10px;
	height: 46px;
	margin-left: 5px;
}
.list-nav.active .nav-text {
	color: #fff;
	font-weight: 600;
}
.sort_desc .sort-icon {
    background: url(../img/sort_desc_no.png) no-repeat center;
}
.sort_asc .sort-icon {
    background: url(../img/sort_asc_no.png) no-repeat center;
}
.list-nav.active .sort_desc .sort-icon {
    background: url(../img/sort_desc.png) no-repeat center;
}
.list-nav.active .sort_asc .sort-icon {
    background: url(../img/sort_asc.png) no-repeat center;
}
.search-result {
	font-size: 12px;
	color: #999;
	height: 46px;
	line-height: 46px;
}
.search-page {
	font-size: 12px;
	height: 46px;
	line-height: 46px;
	margin-left: 15px;
}
.search-btns {
	margin: 0 15px;
	height: 22px;
	padding: 12px 0;
}
.search-btns a {
	float: left;
	width: 24px;
	height: 22px;
	cursor: pointer;
}
.prev-btn {
	background: url(../img/prev.png) no-repeat center;
}
.next-btn {
	margin-left: 10px;
	background: url(../img/next.png) no-repeat center;
}
.prev-btn.default {
	cursor: not-allowed;
	background: url(../img/prev_default.png) no-repeat center;
}
.next-btn.default {
	cursor: not-allowed;
	background: url(../img/next_default.png) no-repeat center;
}
/*列表单元*/
.list-main {
	padding-top: 30px;
}
.list-main-item {
	cursor: pointer;
	margin-bottom: 50px;
	border-bottom: 1px solid #f2f2f2;	
}
.list-main-top {
	margin-bottom: 12px;
}
.main-img-wrap {
	display: block;
	width: 220px;
	height: 165px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.main-img-wrap img {
	width: 220px;
	height: 165px;
	transition: all 0.6s;
}
.main-img-wrap .icon-adv2 {
	position: absolute;
	top: 0;
	right: 0;
}
.main-img-wrap .icon-video {
	position: absolute;
	width: 220px;
	height: 165px;
	left: 0;
	top: 0;
	background: url('../img/video_play_btn.png') no-repeat center;
}
.main-img-wrap .icon-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 44px;
	overflow: hidden;
}
.main-img-wrap .icon-wrap i {
	float: left;
	width: 44px;
	height: 44px;
}
.main-info-wrap {
	margin: 5px 0 0 20px;
}
.info-item {
	width: 610px;
}
.info-item h2 {
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	font-weight: 600;
}
.info-item .sell-status {
	float: left;
	margin: 13px 0 0 10px;
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.info-item .sell-status.selling {
	background: #ff4e49;
}
.info-item .sell-status.coming {
	background: #35aadc;
}
.info-item .sell-status.sellout {
	background: #999999;
}
.info-item .house-type {
	float: left;
	margin: 13px 0 0 10px;
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	color: #999;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.info-item .house-price {
	float: right;
	font-size: 14px;
	color: #666;
	height: 14px;
	line-height: 14px;
	margin-top: 12px;
}
.info-item .house-price span {
	font-size: 28px;
	color: #ff4e49;
	font-weight: 600;
}
.info-item .house-address {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	color: #666;
	overflow: hidden;
	max-width: 320px;
}
.info-item .house-address i {
	float: left;
}
.info-item .house-address em {
	float: left;
	margin-left: 10px;
	max-width: 210px;
}
.info-item .house-map {
	float: left;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
}
.info-item .house-map i {
	float: left;
	width: 16px;
	height: 36px;
	background: url(../img/address.png) no-repeat center;
}
.info-item .house-map em {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #999;
	margin-left: 6px;
}
.info-item .house-map:hover i {
	background: url(../img/address_ac.png) no-repeat center;
}
.info-item .house-map:hover em {
	color: #eb6120;
}
.info-item .house-discounts {
	float: right;
	width: 200px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #ff4e49;
	text-align: right;
}
.info-item .house-discounts.eft {
	background: url(../img/eft_bg.png) no-repeat center;
}
.info-item .house-discounts.eft span {
	float: left;
	padding-left: 20px;
	width: 70px;
	color: #fff;
	text-align: left;
}
.info-item .house-discounts.eft em {
	float: left;
	padding-left: 10px;
	width: 90px;
	color: #fff;
	text-align: left;
}
.info-item .house-discounts.atte span {
	float: right;
	color: #666;
	text-align: right;
	max-width: 180px;
}
.info-item .house-discounts.atte em {
	float: right;
	width: 20px;
	height: 36px;
	background: url(../img/atte.png) no-repeat center;
}
.info-item .house-discounts.dis em {
	display: block;
	width: 200px;
}
.info-item .house-roomType,
.info-item .house-area  {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}
.info-item .house-attention {
	margin-top: 6px;
	float: right;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	border-radius: 4px;
	border: solid 1px #e8e8e8;
	overflow: hidden;
	cursor: pointer;
}
.info-item .house-attention i {
	float: left;
	margin-left: 8px;
	width: 15px;
	height: 22px;
	background: url(../img/atten.png) no-repeat center;
}
.info-item .house-attention em {
	float: left;
	margin: 0 8px;
	height: 22px;
	color: #999;
}
.info-item .house-attention.atte i {
	background: url(../img/attend.png) no-repeat center;
}
.info-item .house-feature {
	float: left;
	margin-right: 5px;
	width: 142px;
	height: 36px;
	line-height: 50px;
	font-size: 12px;
	color: #eb6120;
	text-align: center;
	background: url(../img/hot.png) no-repeat center;
}
.info-item .house-tips {
	float: left;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin-top: 13px;
}
.info-item .house-tips .house-tip {
	float: left;
	margin-right: 5px;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	border-radius: 4px;
	border: solid 1px #e8e8e8;
	color: #666;
}
.info-item .house-phoneCall {
	position: relative;
	float: right;
	height: 22px;
	line-height: 22px;
	margin-top: 13px;
	cursor: pointer;
}
.info-item .house-phoneCall i {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../img/tell.png) no-repeat center;
}
.info-item .house-phoneCall span {
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
.info-item .house-phoneCall em {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../img/code.png) no-repeat center;
}
.house-phone-qrcode {
	display: none;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 170px;
	height: 196px;
	background: url(../img/phoneCallBg.png) no-repeat center;
}
.house-phone-qrcode img {
	position: absolute;
	left: 30px;
	top: 26px;
	width: 113px;
	height: 113px;
}
.info-item .house-phoneCall:hover .house-phone-qrcode {
	display: block;
}
.list-main-bottom {
	height: 50px;
	line-height: 50px;
}
.list-main-bottom .house-dynamic {
	float: left;
	width: 100%;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}
.list-main-bottom .house-dynamic i {
	float: left;
}
.list-main-bottom .house-dynamic .dynamic-title {
	float: left;
	max-width: 650px;
}
.list-main-bottom .house-dynamic em {
	float: right;
}
.list-main-item:hover .main-img-wrap img {
	transform: scale(1.1);
}
/*右侧*/
.list-right {
	margin-left: 80px;
	width: 270px;
}
.list-right.fixed-top {
	position: fixed;
	right: 351px;
	top: 0;
	margin-left: 0; 
}
.list-title {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.list-right-wrap {
	padding-top: 30px;
}
.list-right-item {
	display: block;
	width: 270px;
	margin-bottom: 20px;
	overflow: hidden;
}
.list-right-item .r-left {
	float: left;
	width: 120px;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
}
.list-right-item .r-left img {
	width: 120px;
	height: 90px;
	transition: all 0.6s;
}
.list-right-item .r-right {
	float: left;
	margin-left: 15px;
	width: 135px;
}
.list-right-item h2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.list-right-item .r-price {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.list-right-item .r-price span {
	color: #eb6120;
	font-size: 18px;
	color: #ff4e49;
	margin-right: 3px;
}
.list-right-item .r-area {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.list-right-item:hover img {
	transform: scale(1.1);
}
.list-right-item:hover h2 {
	color: #eb6120;
}

/*无搜索数据*/
.list-left-noData {
	padding-top: 30px;
}
.list-left-noData .noData-con {
	margin: 0 50px;
	padding-bottom: 30px;
}
.list-left-noData .noData-con .noData-left {
	float: left;
	width: 90px;
	height: 90px;
	background: url(../img/no-search.png) no-repeat center;
}
.list-left-noData .noData-con .noData-right {
	float: left;
	width: 645px;
	padding-top: 20px;
	margin-left: 15px;
}
.list-left-noData .noData-con .noData-right p {
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
.list-left-noData .noData-con .noData-right i {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
/*底部*/
#bottom {
    margin-top: 10px;
    background: #f7f7f7;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    float: left;
    height: 85px;
}
.bottombox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    color: #818181;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
}
.bottombox a {
    color: #818181;
    padding: 0 6px;
    display: inline-block;
}
/*小屏幕*/
@media screen and (max-width: 1435px) {
   	/*#search-wrap {
		display: none;
   	}*/
}