/* 共用样式 */
.wrap1200,.user-bar .inner,.hhz-bar,.nav-bar .inner,.advant {
	margin: 0 auto;
	width: 1200px;
}

.user-bar li,.user-bar .link,.nav-bar .nav li,.nav-bar .nav li a,.advant dl,.area-title h3,.area-title p,.room-list li,.footer .nav li,.btn-map-room,.sort-bar .sort li,.sort-bar .sort li a,.room-list-h .title h4,.room-list-h .title .map,.dec-room-info .fav .btn,.dec-room-info .fav .bshare-custom,.dec-room-info .tel span,.dec-room-dec .facilities li,.dec-room-dec .baidu-map li,.category .c .qr,.pag a,.ui-select,.ui-select .tx,.nav-bar .filter-bar
	{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.room-list h4,.room-list address,.room-list-h.side .info address,.city-list .item dl li
	{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* header */
.user-bar {
	position: relative;
	z-index: 999;
	height: 30px;
	line-height: 30px;
	background: #f3f3f3;
	text-align: right;
}

.user-bar ul {
	font-size: 0;
}

.user-bar .link {
	padding: 0 8px;
	height: 30px;
}

.user-bar .menu ul {
	display: none;
}

.hhz-bar {
	position: relative;
	z-index: 11;
	height: 80px;
}

.hhz-bar h1 {
	float: left;
	height: 100%;
}

.hhz-bar h1 a {
	display: block;
	width: 170px;
	height: 80px;
	background: url(../images/web-logo.png) 0 50% no-repeat;
}

.hhz-bar .btn-map-room {
	float: right;
	margin-left: 30px;
	margin-top: 20px;
}

.hhz-bar .search {
	float: right;
	margin-top: 20px;
	width: 460px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0;
	overflow: hidden
}

.hhz-bar .search input {
	padding: 12px 10px;
	width: 400px;
	height: 16px;
	line-height: 16px;
	background: #fff;
	border: 0;
	vertical-align: top;
	font-size: 14px;
}

.hhz-bar .search button {
	height: 40px;
	line-height: 40px;
	width: 40px;
	border: 0;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	background: #fff;
	vertical-align: top;
	text-align: center;
}

.hhz-bar .search button:hover {
	color: #f60;
}

.hhz-bar .nav {
	float: right;
	margin-top: 33px;
	font-size: 16px;
}

.hhz-bar .nav a {
	margin: 0 10px;
}

.hhz-bar .city-switch {
	position: absolute;
	left: 200px;
	top: 25px;
}

.hhz-bar .city-switch .cur {
	display: block;
	padding: 0 10px;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	background: #f4f4f4;
}

.hhz-bar .city-switch .cur i {
	margin-left: 8px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-size: 20px;
}

.city-pop {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 5px;
	width: 800px;
	height: 500px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.city-pop iframe {
	width: 100%;
	height: 100%;
}

.nav-bar {
	height: 55px;
	line-height: 55px;
	background: #555;
}

.nav-bar .inner {
	position: relative;
	z-index: 10;
	height: 55px;
}

.nav-bar h3 {
	float: left;
	width: 300px;
	background: #ff992b;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.nav-bar .nav {
	float: left;
	height: 55px;
	font-size: 0;
}

.nav-bar .nav a {
	padding: 0 25px;
	font-size: 18px;
	color: #fff;
}

.nav-bar .nav a.active,.nav-bar .nav a:hover {
	background: #333;
}

.nav-bar .menu {
	position: absolute;
	left: 0;
	top: 55px;
	width: 298px;
	border: 1px solid #eee;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
}

.nav-bar .menu .item {
	padding: 0 20px;
	height: 79px;
	border-bottom: 1px solid #eee;
}

.nav-bar .menu .item dt {
	font-size: 20px;
	line-height: 50px;
}

.nav-bar .menu .item dd {
	line-height: 100%;
}

.nav-bar .menu .item a {
	font-size: 14px;
}

.category {
	display: none;
	position: absolute;
	top: 0;
	left: 298px;
	padding: 25px;
	min-height: 268px;
	width: 850px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

.category dl {
	overflow: hidden;
	line-height: 250%;
}

.category dt {
	float: left;
	width: 70px;
}

.category dd {
	margin-left: 70px;
}

.category dd a {
	margin-right: 10px;
	padding: 2px 8px;
	color: #999;
	white-space: nowrap;
	border-radius: 4px;
}

.category dd a:hover {
	margin-right: 10px;
	background: #ff992b;
	color: #fff;
}

.category .c {
	display: none;
	position: relative;
}

.category .c em,.category .c i {
	position: absolute;
	font-style: normal;
	font-size: 50px;
	left: -40px;
	top: -15px;
	color: #f8f8f8;
}

.category .c i {
	left: -41px;
	color: #ddd;
}

.category .c2 em,.category .c2 i {
	top: 65px;
}

.category .c3 em,.category .c3 i {
	top: 145px;
}

.category .c4 em,.category .c4 i {
	top: 225px;
}

.category .c .qr {
	margin: 0 40px;
	width: 200px;
	line-height: 200%;
}

.category .c .qr img {
	width: 200px;
	height: 200px;
}

.category .c .qr span {
	display: block;
	text-align: center;
}

/* slide */
.slide {
	position: relative;
	z-index: 9;
}

.slide:hover .ctrl a {
	filter: alpha(opacity = 60);
	opacity: 0.6
}

.slide .inner li,.slide .inner li div,.slide .inner {
	height: 320px;
}

.slide .inner {
	position: relative;
	z-index: 1;
}

.slide .inner li {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slide .inner li div {
	margin: 0 auto;
	padding-left: 300px;
	width: 900px;
}

.slide .inner li a {
	display: block;
	height: 100%;
}

.slide .inner img {
	display: block;
}

.slide .ctrl {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}

.slide .ctrl .btns {
	position: relative;
	margin-left: 300px;
	width: 900px;
	height: 320px;
}

.slide .ctrl a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	filter: alpha(opacity = 0);
	opacity: 0;
	line-height: 50px;
	text-align: center;
	background: #000;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
}

.slide .ctrl .prev {
	left: 20px;
}

.slide .ctrl .next {
	right: 20px;
}

.slide .ctrl a:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

/* advant */
.advant {
	padding: 40px 0 60px;
	font-size: 0;
}

.advant dl {
	padding: 0 15px 0 80px;
	width: 205px;
	height: 65px;
	font-size: 0;
	background: url(../images/advant-icon.png) no-repeat;
}

.advant dt {
	font-size: 18px;
}

.advant dd {
	padding-top: 5px;
	line-height: 150%;
}

.advant dd span {
	display: block;
	color: #999;
}

.advant dl.icon-2 {
	background-position: 0 -100px;
}

.advant dl.icon-3 {
	background-position: 0 -200px;
}

.advant dl.icon-4 {
	background-position: 0 -300px;
}

/* area title */
.area-title {
	margin-bottom: 30px;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.area-title h3 {
	font-size: 18px;
	margin-right: 10px;
}

.area-title p {
	color: #999;
}

/* room-list */
.room-list {
	font-size: 0;
}

.room-list li {
	margin: 0 10px;
	width: 280px;
	height: 280px;
}

.room-list a {
	display: block;
}

.room-list .prc {
	position: relative;
	z-index: 8;
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.room-list .prc img {
	display: block;
	width: 280px;
	height: 180px;
}

.room-list .prc span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 25px 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: 100% 0 url(../images/price-bg-1.png) no-repeat;
}

.room-list h4 {
	padding: 15px 0;
	font-size: 16px;
}

.room-list h4 span {
	margin-left: 10px;
	color: #888;
}

.room-list address {
	color: #888;
}

.map-mini {
	display: none;
	position: fixed;
	z-index: 20;
	left: 50%;
	top: 50%;
	margin: -175px auto auto -300px;
	padding: 5px;
	width: 600px;
	height: 350px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}

.map-mini .inner {
	width: 100%;
	height: 100%;
}

.map-mini .close {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 12px;
}

.map-mini .close:hover {
	background: #f60;
	color: #fff;
}

/* footer */
.footer {
	margin-top: 50px;
	padding: 0 0 50px;
	background: #e8e8e8;
}

.footer .nav {
	margin-bottom: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
}

.footer .nav li {
	padding: 0 8px;
	color: #fff;
}

.footer .nav a {
	margin-right: 16px;
	color: #fff;
}

.footer p {
	line-height: 150%;
	text-align: center;
}

/* button */
.btn-map-room {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px
}

/* 地图找房页面样式 */
.map-page,.map-page body {
	width: 100%;
	height: 100%;
	*overflow: hidden;
}

.map-page {
	padding-top: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.map-page .user-bar {
	margin-top: -170px;
}

.map-page .nav-bar .inner {
	width: auto;
}

.map-page .filter-bar {
	float: left;
	width: 410px;
	height: 55px;
	background: #ff992b;
}

.map-page .filter-bar .ui-select {
	width: 190px;
	margin: 0 5px;
}

.map-page .filter-bar .ui-select .list {
	width: 190px;
}

.map-page .full-screen {
	float: right;
}

.map-page .full-screen a {
	display: block;
	width: 80px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.map-page .full-screen a:hover {
	background: #333;
}

.map-page #unFullScreen {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	background: #333;
	background: rgba(51, 51, 51, 0.7);
	color: #fff;
	border-radius: 25px;
	font-size: 32px;
}

.map-page.full {
	padding-top: 0;
}

.map-page.full .user-bar {
	margin-top: 0;
}

.map-page.full .hhz-bar,.map-page.full .user-bar,.map-page.full .nav-bar
	{
	display: none;
}

.map-page.full #unFullScreen {
	display: block;
}

.map-room {
	width: 100%;
	height: 100%;
}

.map-room .side {
	float: left;
	position: relative;
	height: 100%;
	width: 410px;
	background: #fff;
	overflow: auto;
}

.map-room .map {
	position: relative;
	margin-left: 410px;
	height: 100%;
	background: #f4f4f4;
	border-left: 1px solid #ccc;
}

.map-room .side table {
	width: 100%;
	height: 100%;
}

.map-room .side .room {
	vertical-align: top;
}

.map-room .side .pag {
	padding: 10px;
	width: 390px;
	height: 30px;
	text-align: right;
	background: #efefef;
	border-top: 1px solid #ccc;
}

.map-room .side .pag a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 4px;
	background: #fff;
}

.map-room .side .pag a:hover {
	background: #ff9f39;
	color: #fff;
}

.map-room .map-tools {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -242px;
	padding: 10px;
	background: #333;
	border-radius: 4px;
	background: rgba(51, 51, 51, 0.6);
}

.map-room .map-tools .search {
	width: 460px;
	height: 40px;
	border-radius: 4px;
	font-size: 0;
	overflow: hidden
}

.map-room .map-tools .search input {
	padding: 12px 10px;
	width: 400px;
	height: 16px;
	line-height: 16px;
	background: #fff;
	border: 0;
	vertical-align: top;
	font-size: 14px;
}

.map-room .map-tools .search button {
	height: 40px;
	line-height: 40px;
	width: 40px;
	border: 0;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	background: #fff;
	vertical-align: top;
	text-align: center;
}

.map-room .map-tools .search button:hover {
	color: #f60;
}

/*.map-sign-three,
.map-sign{height: 30px; box-shadow: 5px 5px 5px #ccc; box-shadow: 6px 6px 5px rgba(0,0,0,0.2); border-radius: 2px;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=145, Color='#666666')";}
.map-sign-three p,
.map-sign p{position: relative; z-index: 2;padding: 0 10px; min-width: 40px; text-align: center; height: 30px; line-height: 30px; background: #80b807; background: rgba(128, 184, 7,0.8); color: #fff; border-radius: 2px; cursor: pointer; }
.map-sign-three i,
.map-sign i{position: absolute; z-index: 1; top: 30px; left: 50%; margin-left: -8px; font-style: normal;color: #80b807; color: rgba(128, 184, 7,0.8);font-size: 24px;line-height: 0;}
.map-sign-three:hover p,
.map-sign:hover p{background: #80b807;}

.map-sign-three p{background: #075fb8; background: rgba(7, 95, 184,0.8);}
.map-sign-three i{color: #075fb8; color: rgba(7, 95, 184,0.8);}
.map-sign-three:hover p{background: #075fb8;}*/
.map-sign {
	position: absolute;
	height: 30px;
	box-shadow: 5px 5px 5px #ccc;
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=145, Color='#666666')";
}

.map-sign p {
	position: relative;
	z-index: 2;
	padding: 0 10px;
	min-width: 40px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #80b807;
	color: #fff;
	cursor: pointer;
	border: 2px solid #9fe111;
}

.map-sign i {
	position: absolute;
	z-index: 3;
	bottom: -12px;
	left: 0;
	width: 10px;
	height: 12px;
	font-size: 0;
	background: url(../images/map-sign-green.png) 0 100% no-repeat;
}

.map-sign.sec p {
	background: #ff8400;
	border-color: #ffac52;
}

.map-sign.sec i {
	background-image: url(../images/map-sign-orange.png);
}

.room-list-map {
	height: 100%;
	overflow: auto;
}

.room-list-map a {
	position: relative;
	display: block;
	padding: 15px 8px;
	height: 97px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.room-list-map a:hover {
	background: #f4f4f4;
}

.room-list-map img {
	display: block;
	float: left;
	width: 136px;
	height: 97px;
}

.room-list-map .info {
	margin-left: 146px;
}

.room-list-map h4 {
	font-size: 18px;
}

.room-list-map p {
	line-height: 38px;
	color: #888;
}

.room-list-map strong {
	color: #f60;
}

.room-list-map .sign {
	position: absolute;
	top: 0;
	right: 8px;
	width: 55px;
	height: 42px;
	background: url(../images/zhengzu.png) no-repeat;
}

/* side-bar */
.side-bar {
	position: fixed;
	z-index: 12;
	right: 15px;
	top: 30%;
}

.side-bar ul {
	width: 50px;
	border: 1px solid #efefef;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.side-bar li {
	border-bottom: 1px solid #efefef;
}

.side-bar li:last-child {
	border-bottom: 0;
}

.side-bar .pop {
	display: none;
	position: absolute;
	right: 50px;
	top: -1px;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #efefef;
	background: #fff;
	line-height: 100%;
}

.side-bar .qr span {
	line-height: 30px;
}

.side-bar .qr img {
	width: 172px;
	height: 172px;
}

.side-bar a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #666;
	text-align: center;
	font-size: 30px;
}

.side-bar a:hover {
	color: #ff992b;
}

.side-bar a:hover div {
	display: block;
}

/* 找好房页面 */

/* filter */
.filter {
	margin-top: 40px;
	padding: 20px 30px;
	border: 1px solid #e1e1e1;
	border-width: 1px 0;
}

.filter dl {
	overflow: hidden;
}

.filter dt,.filter dd,.filter a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.filter dd {
	padding: 8px 0;
}

.filter a {
	padding: 4px 5px;
	border-radius: 4px;
	color: #666;
}

.filter a.active {
	background: #ff992b !important;
	color: #fff !important;
}

.filter a:hover {
	background: #ff992b;
	color: #fff;
}

.filter .list {
	display: inline-block;
}

.filter .box1 {
	width: 1120px;
	height: auto;
}

.filter .cont {
	position: relative;
	padding: 10px 10px 10px 15px;
	background: #f8f8f8;
	border: 1px solid #eee;
}
/* filter */
.filter .cont a {
	padding: 6px 8px;
	border-radius: 0px;
	color: #666666;
}
/* layout */
.lt-left-float {
	margin-right: 315px;
}

.lt-right-fix {
	float: right;
	width: 300px;
}

.lt-right-fix .area-title {
	margin-bottom: 10px;
}

/* sort-bar */
.sort-bar {
	height: 40px;
	border-top: 1px solid #ccc;
	background: #f7f7f7;
}

.sort-bar .sort {
	height: 40px;
}

.sort-bar .sort li {
	border-right: 1px solid #ddd;
}

.sort-bar .sort li a {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

/* room list h */
.room-list-h li {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}

.room-list-h .img {
	display: block;
	float: left;
	width: 250px;
	height: 156px;
}

.room-list-h .img img {
	width: 250px;
	height: 156px;
}

.room-list-h .info {
	margin: 0 180px 0 270px;
}

.room-list-h .info address {
	font-size: 16px;
	line-height: 30px;
	color: #888;
}

.room-list-h .info address .map {
	padding-left: 10px;
}

.room-list-h .title {
	margin-bottom: 30px;
}

.room-list-h .title span {
	color: #888;
}

.room-list-h .title a {
	margin-right: 10px;
	line-height: 30px;
	font-size: 20px;
}

.room-list-h .price {
	float: right;
	padding-right: 20px;
	font-size: 16px;
	text-align: right;
}

.room-list-h .price strong {
	display: block;
	line-height: 50px;
	font-family: Georgia, Arial, Helvetica, "\5FAE\8F6F\96C5\9ED1",
		"\5B8B\4F53";
	font-weight: 900;
	font-size: 24px;
	color: #f60;
}

.room-list-h .price span {
	color: #888;
}

.room-list-h .other {
	line-height: 30px;
	color: #888;
}

.room-list-h .attr span {
	display: inline-block;
	padding: 5px;
	border: 1px solid #f60;
	border-radius: 4px;
	color: #f60;
}

.room-list-h.side li {
	padding: 8px 0;
	border-bottom: 0;
}

.room-list-h.side .img img,.room-list-h.side .img {
	width: 130px;
	height: 82px;
}

.room-list-h.side .info {
	margin: 0 0 0 140px;
}

.room-list-h.side .title {
	margin-bottom: 10px;
}

.room-list-h.side .other,.room-list-h.side .info .pri,.room-list-h.side .title a
	{
	font-size: 14px;
	line-height: 150%;
}

.room-list-h.side .pri {
	color: #f60;
}

/* pagination */
.pagination {
	font-size: 0;
}

.pagination li,.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.pagination span,.pagination a {
	font-size: 14px;
	position: relative;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination li:first-child a,.pagination li:first-child span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination li:last-child a,.pagination li:last-child span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination .active span,.pagination .active a {
	z-index: 2;
	color: #fff;
	background-color: #ff9f39;
	border-color: #ff8400;
	cursor: default;
}

.pagination .disabled a,.pagination .disabled span {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.dec-room-info {
	margin-top: 30px;
}

.dec-room-info .lt-left-fix {
	float: left;
	width: 500px;
}

.dec-room-info .lt-right-float {
	margin-left: 530px;
}

.dec-room-info .info {
	position: relative;
	height: 379px;
}

.dec-room-info .info h2 {
	margin-bottom: 40px;
	text-indent: -10px;
	font-size: 18px;
	line-height: 150%;
}

.dec-room-info .info dl {
	padding: 12px 0;
	border-bottom: 1px dashed #e1e1e1;
}

.dec-room-info .info dl dd,.dec-room-info .info dl dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.dec-room-info .info dl dt,.dec-room-info .info dl dt span {
	margin-right: 1.5em;
}

.dec-room-info .tel {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	background: #f3f3f3;
}

.dec-room-info .tel span {
	padding: 0 10px;
	font-size: 16px;
	vertical-align: top;
}

.dec-room-info .tel strong {
	font-size: 30px;
	color: #f60;
}

.dec-room-info .fav {
	position: absolute;
	bottom: 0;
	margin-top: 20px;
}

.dec-room-info .fav .btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ff992b;
	font-size: 20px;
}

.dec-room-info .bshare-custom {
	margin-left: 20px;
}

.dec-nav {
	margin-bottom: 30px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	font-size: 0;
	background: #fff;
	width: 1200px;
}

.dec-nav li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	heigth: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 0;
}

.dec-nav li a {
	padding: 3px 20px;
	border-right: 1px solid #e1e1e1;
	font-size: 16px;
}

.dec-nav li span {
	display: none;
}

.dec-nav li.cur a {
	color: #ff8400;
}

.dec-nav li.cur span {
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	font-size: 30px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.dec-room-dec .lt-left-float {
	margin-right: 275px;
}

.dec-room-dec .lt-right-fix {
	width: 250px;
}

.dec-room-dec .baidu-map {
	height: 400px;
}

.dec-room-dec .baidu-map .lt-left-float {
	margin-right: 215px;
	height: 100%;
}

.dec-room-dec .baidu-map .lt-right-fix {
	float: right;
	width: 200px;
}

.dec-room-dec .baidu-map ul {
	font-size: 0;
}

.dec-room-dec .baidu-map li {
	width: 40px;
	height: 60px;
	margin-bottom: 10px;
}

.dec-room-dec .baidu-map li a {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

.dec-room-dec .baidu-map li span {
	display: block;
	height: 40px;
	background: url(../images/classify.png) no-repeat;
}

.dec-room-dec .baidu-map .mi {
	margin: 0 40px;
}

.dec-room-dec .baidu-map a.bus span {
	background-position: 0 0;
}

.dec-room-dec .baidu-map a.bus.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.bus.active span,.dec-room-dec .baidu-map a.bus:hover span
	{
	background-position: 0 -40px;
}

.dec-room-dec .baidu-map a.metro span {
	background-position: 0 -80px;
}

.dec-room-dec .baidu-map a.metro.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.metro.active span,.dec-room-dec .baidu-map a.metro:hover span
	{
	background-position: 0 -120px;
}

.dec-room-dec .baidu-map a.food span {
	background-position: 0 -160px;
}

.dec-room-dec .baidu-map a.food.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.food.active span,.dec-room-dec .baidu-map a.food:hover span
	{
	background-position: 0 -200px;
}

.dec-room-dec .baidu-map a.hotel span {
	background-position: 0 -240px;
}

.dec-room-dec .baidu-map a.hotel.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.hotel.active span,.dec-room-dec .baidu-map a.hotel:hover span
	{
	background-position: 0 -280px;
}

.dec-room-dec .baidu-map a.mall span {
	background-position: 0 -320px;
}

.dec-room-dec .baidu-map a.mall.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.mall.active span,.dec-room-dec .baidu-map a.mall:hover span
	{
	background-position: 0 -360px;
}

.dec-room-dec .baidu-map a.bank span {
	background-position: 0 -400px;
}

.dec-room-dec .baidu-map a.bank.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.bank.active span,.dec-room-dec .baidu-map a.bank:hover span
	{
	background-position: 0 -440px;
}

.dec-room-dec .baidu-map a.market span {
	background-position: 0 -480px;
}

.dec-room-dec .baidu-map a.market.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.market.active span,.dec-room-dec .baidu-map a.market:hover span
	{
	background-position: 0 -520px;
}

.dec-room-dec .baidu-map a.hospital span {
	background-position: 0 -560px;
}

.dec-room-dec .baidu-map a.hospital.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.hospital.active span,.dec-room-dec .baidu-map a.hospital:hover span
	{
	background-position: 0 -600px;
}

.dec-room-dec .baidu-map a.school span {
	background-position: 0 -640px;
}

.dec-room-dec .baidu-map a.school.active {
	color: #f60;
}

.dec-room-dec .baidu-map a.school.active span,.dec-room-dec .baidu-map a.school:hover span
	{
	background-position: 0 -680px;
}

.dec-room-dec .facilities li {
	padding: 5px 10px;
	margin: 0 2px 10px 0;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: 16px;
}

.dec-room-dec .facilities span {
	margin-right: 5px;
	color: #ccc;
	font-size: 18px;
}

.dec-room-dec .facilities span.active {
	color: #88cd14;
}

.dec-room-dec .dec {
	padding: 10px 0;
	overflow: hidden;
}

.dec-room-dec .dec .lt-left-fix {
	float: left;
	width: 180px;
}

.dec-room-dec .dec .lt-right-float {
	margin-left: 200px;
}

.dec-room-dec .dec .build {
	padding-right: 20px;
	text-align: right;
}

.dec-room-dec .dec .build p {
	padding: 2px 5px;
	margin-bottom: 10px;
	color: #666;
}

.dec-room-dec .dec .build .color-1 {
	background: #f7d2d2;
}

.dec-room-dec .dec .build .color-2 {
	background: #c9f9b2;
}

.dec-room-dec .dec .build .color-3 {
	background: #c1e3f5;
}

.dec-room-dec .dec .build strong {
	margin: 0 5px;
	font-size: 35px;
	color: #f60;
	line-height: 100%;
}

.dec-room-dec .dec .nearby {
	padding-left: 20px;
	min-height: 150px;
	line-height: 150%;
	border-left: 1px solid #ccc;
}

.dec-room-dec .dec .nearby p {
	margin-bottom: 15px;
}

.dec-room-dec .dec .nearby span {
	font-weight: 900;
}

.dec-room-dec .list {
	width: 100%;
	border: 2px solid #ccc;
	border-width: 2px 0;
}

.dec-room-dec .list img {
	width: 100px;
	height: 63px;
}

.dec-room-dec .list td {
	padding: 5px;
	vertical-align: middle;
}

.dec-room-dec .list tr {
	border-bottom: 1px dashed #ccc;
}

.dec-room-dec .list tr:nth-child(odd) {
	background: #f4f4f4;
}

.dec-room-dec .list .head {
	height: 40px;
	border-bottom: 1px solid #ccc;
}

.dec-room-dec .list .pri {
	font-size: 18px;
	color: #f60;
	font-family: Georgia, Arial, Helvetica, "\5FAE\8F6F\96C5\9ED1",
		"\5B8B\4F53";
}

.dec-room-dec .list .btn {
	padding: 5px 10px;
	background: #ff992b;
	color: #fff;
	border-radius: 4px;
}

/* 登录页面 */
.login-page .footer {
	margin-top: 30px;
	width: 100%;
	background: none;
}

.login-page .login-head {
	border-bottom: 2px solid #ff8400;
}

.login-main {
	margin: 0 auto auto;
	padding: 140px 0 160px;
	background: #fff url(../images/bg.jpg) 50% 50% no-repeat;
	border-bottom: 2px solid #ff8400;
}

.login-main .login-inner {
	margin: 0 auto;
	width: 1200px;
}

.login-main .login {
	margin: 0 10% 0 auto;
	width: 500px;
	border-radius: 5px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=145, Color='#666666')";
}

.login-main .nav {
	border-bottom: 1px solid #e1e1e1;
	font-size: 0;
}

.login-main .nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 50%;
}

.login-main .nav li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-bottom: -2px;
}

.login-main .nav li.cur a {
	border-bottom: 3px solid #ff8400;
}

.login-main .item {
	padding: 30px 0;
	height: 280px;
}

.login-form {
	position: relative;
	width: 300px;
	height: 100%;
	margin: 0 auto;
}

.login-form dt {
	float: left;
}

.login-form dd {
	margin-left: 40px;
	padding-right: 5px;
}

.login-form dl {
	margin-bottom: 20px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.login-form dl.error {
	border-color: red;
	background: #ffe1e3;
}

.login-form dl.error input {
	background: #ffe1e3;
}

.login-form dt {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999;
}

.login-form dd input {
	padding: 13px 0 11px;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	border: 0;
	background: #fff;
}

.login-form .button {
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 4px;
	background: #f8971d;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.login-form .forget-password {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
}

.login-form .register {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #666;
}

.login-form .tip {
	margin-top: 10px;
	border: 1px solid #FFC7C7;
	border-radius: 4px;
	background: #FFECEC;
	padding: 10px;
	line-height: 150%;
}

.login-main .help {
	position: relative;
	color: #999;
}

.login-main .help img {
	display: none;
	position: absolute;
	left: -125px;
	top: -220px;
}

.login-main .help:hover img {
	display: block;
}

/* 注册 */
.reg {
	margin: 0 auto auto;
	padding: 140px 0 160px;
	background: #ffcf9a url(../images/bg.jpg) 50% 50% no-repeat;
	border-bottom: 2px solid #ff8400;
}

.reg-main {
	margin: 0 auto;
	width: 760px;
}

.reg-main .reg-inner {
	margin: 0 auto;
	width: 700px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=145, Color='#666666')";
}

.reg-main .item {
	padding: 30px 0;
	height: 320px;
}

.reg-main .nav ul {
	border-bottom: 1px solid #e1e1e1;
}

.reg-main .nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.reg-main .nav li a {
	padding: 15px 30px;
	margin-bottom: -2px;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.reg-main .nav li.cur a {
	padding-bottom: 12px;
	border-bottom: 3px solid #ff8400;
}

.reg-main .QA {
	float: left;
	margin-left: 60px;
	width: 200px;
}

.reg-main .QA-dec {
	margin-left: 310px;
}

.reg-main .help {
	position: relative;
	color: #999;
}

.reg-main .help img {
	display: none;
	position: absolute;
	left: -125px;
	top: -220px;
}

.reg-main .help:hover img {
	display: block;
}

.reg-main  dt,.reg-main  dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.reg-main  dl {
	padding: 6px 0;
}

.reg-main  dt {
	font-size: 16px;
	width: 90px;
	letter-spacing: 0.25em;
}

.reg-main  .ui-input {
	margin: 0;
	width: 210px;
	height: 16px;
	padding: 8px 5px;
}

.reg-main  dd .button {
	display: block;
	border-radius: 4px;
	color: #fff;
	width: 140px;
	text-align: center;
	padding: 10px 40px;
}

.reg-form {
	width: 610px;
	margin: 0 auto;
}

.reg-form dt,.reg-form dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.reg-form dl {
	padding: 6px 0;
}

.reg-form dt {
	font-size: 16px;
	width: 90px;
	letter-spacing: 0.25em;
}

.reg-form .input {
	margin: 0;
	width: 200px;
	height: 16px;
	padding: 8px 5px;
}

.reg-form dd p {
	display: none;
	position: relative;
	padding: 9px 10px 0 37px;
	height: 23px;
	width: 240px;
	background: 0 -190px url(../images/verification-ui6.gif) no-repeat;
}

.reg-form dd p span {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	font-size: 0;
	background: 0 100% url(../images/verification-ui6.gif) no-repeat;
}

/* city */
.city-list {
	padding: 15px;
}

.city-list .item dl {
	padding: 5px 0;
	overflow: hidden;
	border: 1px solid #fff;
	border-width: 1px 0;
}

.city-list .item dl:hover {
	background: #f8f8f8;
	border-color: #e5e5e5;
}

.city-list .item dl dt {
	float: left;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ff8400;
	font-size: 18px;
}

.city-list .item dl dd {
	margin-left: 50px;
}

.city-list .item dl li {
	height: 30px;
	line-height: 30px;
	width: 90px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.city-list .item dl li a {
	padding: 2px 5px;
}

.city-list .item dl li a:hover {
	background: #ff992b;
	color: #fff;
	border-radius: 4px;
}

.city-list .hot dl li a {
	padding: 5px 10px;
	background: #ffecde;
	border-radius: 4px;
}

.city-list .hot dl:hover {
	background: transparent;
	border-color: #fff;
}

.city-list .hot dl dd {
	margin-left: 0
}

.city-list .hot dl li {
	margin-bottom: 10px;
}

/* about */
.about-page .hhz-bar {
	width: 1000px;
}

.about-page .footer {
	margin-top: 60px;
	width: 100%;
	background: none;
}

.about {
	margin: 30px auto;
	width: 1000px;
}

.about .nav {
	float: left;
	padding-top: 10px;
	width: 180px;
}

.about .nav a {
	display: block;
	padding: 0 10px;
	margin-bottom: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #f4f4f4;
}

.about .nav a:hover,.about .nav a.cur {
	background: #ff9f39;
	color: #fff;
}

.about .content {
	margin-left: 180px;
	padding: 20px 30px;
	border: 1px solid #ccc;
	min-height: 500px;
}

.about .content h2 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.about .content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.about .content .address {
	padding: 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.about .content .address p {
	text-indent: 0;
	color: #999;
}

.about .content p {
	padding: 5px 0;
	line-height: 150%;
	font-size: 16px;
	text-indent: 2em;
}

.about .content ol {
	margin-left: 56px;
	list-style: decimal;
}

.about .content li {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 10px;
}

.about .content .xy h4 {
	margin: 10px 0;
}

/* UI组件样式 */
.ui-input {
	margin: 0;
	padding: 10px 3px;
	width: 192px;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

.ui-input:focus {
	border: 1px solid #ACCB12;
	box-shadow: 0 0 5px rgba(172, 203, 18, 0.5);
}

.ui-select {
	position: relative;
	width: 198px;
	border: 1px solid #efefef;
	height: 38px;
	vertical-align: middle;
	background: #fff;
	border-radius: 4px;
}

.ui-select:hover .list {
	display: block;
}

.ui-select .tx {
	height: 38px;
	width: 100%;
	vertical-align: top;
	cursor: pointer;
}

.ui-select .tx i {
	float: right;
	display: block;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.ui-select .tx span {
	display: block;
	margin-right: 40px;
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
}

.ui-select .list {
	display: none;
	position: absolute;
	top: 38px;
	left: -1px;
	width: 198px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 4px;
}

.ui-select .list li {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #efefef;
}

.ui-select .list a {
	display: block;
	padding: 0 10px;
	height: 39px;
	line-height: 39px;
}

.ui-select .list a:hover {
	background: #f4f4f4;
}

.button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 8px 20px;
	color: #fff !important;
	border-radius: 3px;
}

.button:hover {
	background: #ff9f39;
}

.button.yGreen {
	background: #ACCB12;
}

.button.yGreen:hover {
	background: #7c9711;
}

.button.orange {
	background: #f8971d;
}

.button.orange:hover {
	background: #ff8605;
}

.button.disabled {
	background: #ccc !important;
	color: #333 !important;
	cursor: default;
}

.button.disabled:hover {
	background: #ccc !important;
	color: #333 !important;
	cursor: default;
}

/*====================== frame side area ==========================*/
.frame-container {
	margin: 20px auto;
	width: 1200px;
	overflow: hidden;
	background: #fff url(../images/admin-bg.png) repeat-y;
}

.frame-side {
	position: relative;
	float: left;
	width: 230px;
	min-height: 500px;
	background: #eee;
}

.frame-nav {
	overflow: hidden;
}

.frame-nav a {
	padding: 0 6px;
	color: #666;
	text-decoration: none;
}

.framg-nav a:hover {
	color: #fff;
	text-decoration: none;
}

.frame-nav .title {
	position: relative;
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.frame-nav .title.active {
	color: #fff;
	background: #f8971d !important;
}

.frame-nav .title:hover {
	color: #fff;
	background: #ACCB12;
}

.frame-nav .title i {
	display: none;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -12px;
	font-size: 50px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-style: normal;
}

.frame-nav .title.active i {
	display: block;
}

.frame-main {
	margin-left: 250px;
	height: 100%;
	background: #fff;
}

.frame-main iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.frame-main .list {
	width: 100%;
	border: 2px solid #ccc;
	border-width: 2px 0;
}

.frame-main .list02 {
	width: 100%;
	border: 2px solid #ccc;
	border-width: 2px 1px;
}

.frame-main .list img {
	width: 100px;
	height: 63px;
}

.frame-main .list td {
	padding: 5px;
	vertical-align: middle;
}

.frame-main .list tr {
	border-bottom: 1px dashed #ccc;
}

.frame-main .list tr:nth-child(odd) {
	background: #f4f4f4;
}

.frame-main .list .head {
	height: 40px;
	border-bottom: 1px solid #ccc;
}

.frame-main .list .pri {
	font-size: 18px;
	color: #f60;
	font-family: Georgia, Arial, Helvetica, "\5FAE\8F6F\96C5\9ED1",
		"\5B8B\4F53";
}

.frame-main .list .ctrl a {
	font-size: 24px;
	color: #999;
}

.frame-main .list .ctrl a:hover {
	font-size: 24px;
	color: #333;
}

.frame-footer {
	margin: 0 auto;
	padding-top: 30px;
	width: 1200px;
	border-top: 1px solid #ccc;
	background: transparent;
	color: #666;
}

.form-group {
	display: inline-block;
}

.empty-img {
	height: 100%;
	width: 100%;
	display: block;
	text-align: center;
}

.empty-img img {
	width: 240px;
	float: none;
	margin: 20px auto
}

.empty-img p {
	font-size: 16px;
	margin-top: 10px;
}