@charset   "utf-8";
/*
Style Name:通用元素
Author: Fifthmouse
*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	_zoom: 1;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
/*==网站头部==*/
#head{
	background: white;
}
.head-top{
	padding: 15px 0;
}
.head-logo{ }
.head-search{
}

.head-search-box{
	position: relative;
	margin-top: 20px;
}
.head-input{
	width: 100%;
	padding: 5px 110px 5px 10px!important;
	border: 1px solid #b8c4ce !important;
	height: 40px !important;
	border-radius:2px 0 0 2px ;
	outline: none;
}
.head-btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 40px;
	color: white;
	border: none;
	outline: none;
	border-radius: 0 2px 2px 0;
	font-size: 15px;
}
.head-btn:hover{
	background: #38A3EA;
}

.head-tel{
	text-align: center;
	height: 78px;
	line-height: 78px;
}
.head-login{
	display: block;
	height: 46px;
	line-height: 44px;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	border-bottom:2px solid #fff;
	box-shadow:0 0 2px rgba(255,255,255,.4);
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.head-login img{
	height: 22px;
	width: 18px;
	vertical-align: text-bottom;
	margin-right: 3px;
}

.head-person{
	position: relative;
}
.head-personbtns{
	display: none;
	position: absolute;
	top:46px;
	right: 0;
	width: 130px;
	font-size: 14px;
	background: white;
	text-align: center;
	z-index: 11;
	box-shadow:0 0 2px rgba(0,0,0,.1);
}
.head-personbtns a{
	display: block;
	color: #555;
	height: 40px;
	line-height: 40px;
}
.head-personbtns a:hover{
	background: #F5F5F5;
	color:#3498E9 ;
}

/*==网站底部==*/
.footer_top {
	background: white;
}

.footer_box {
	padding: 35px 0;
	border-bottom: 1px solid #D0D0D0;
	color: #666;
	font-size: 12px;
}
.footer_lines{
	text-align: center;
	margin-bottom: 20px;
}
.footer_lines a{
	font-size: 13px;
	color:#555;
	padding: 0 20px;
	border-right: 1px solid #ddd;
}
.footer_lines a:last-child{
	border-right: 1px solid transparent;
}

.footer_lines a:hover{
	color:#3498DB ;
}

.footer_bottom {
	border: none;
	text-align: center;
	line-height: 200%;
}
/*手机端底部*/
.phone-footer{
	display: none;
	font-size: 12px;
	color: #B5BFC4;
	text-align: center;
	padding: 10px 10px 15px;
}
.phone-footer-num span{
	font-size: 14px;
}



/*==路径导航==*/
#crumbs {
	padding: 10px 0;
}
#crumbs a{
	color: #2F88C4;
	margin-right: 5px;
}


/*==翻页==*/
.paging {
	padding:20px 0 30px;
	text-align:center;
	clear:left;
	color: #777;
}
.paging a, .paging span {
	display:inline-block;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	margin-right:8px;
	background:#e7ebee;
	font-size: 15px;
	color: #999;
	text-align: center;
	border-radius: 2px;
	text-decoration: none;
	padding: 0 10px;
}
.paging a:hover {
	color:white;
	background:#bdc3c7;
}
.paging span {
	background: #3498db;
	color: #fff;;
}
.paging .nobar {
	border:0;
	margin:0;
	background:#f9f9f9;
	color:#000;
}
.paging .nonce {
	color:#FFF;
	border-color:#1169c4;
	background:#1169c4;
}


/*=筛选=*/


.leach {
	margin-bottom:10px;
	border:1px solid #ddd;
	background: white;
}
.condition {
		background:#f8f8f8;
		border-bottom:1px dashed #ddd;
		position:relative;
		font-size:14px;
	}
.current_tag {
	position: relative;
	padding: 13px 0 13px 90px;
	overflow: hidden;
	zoom: 1;
}
.current_tag dt {
	position: absolute;
	top:13px;
	left: 35px;
}
.current_tag dd {
	float: left;
	display: inline;
	margin-left: 10px;
	color:#5C5C5C;
	white-space: nowrap;
}
.current_tag dd a {
	width: 13px;
	height: 12px;
	margin-left: 3px;
	background:#900 url(../images/icon_close.gif) no-repeat;
	position: relative;
	top: 2px;
	>top:0;
	display: inline-block;
	overflow: hidden;
}

.condition .tips {
	position:absolute;
	top:0;
	right:11px;
	line-height:38px;
}
.condition .tips b {
		color:#339900;
	}

.leach_data {
	padding:0 10px 10px;
	font-size:13px;
}
.tour_leach_data{
	padding: 15px 10px 25px 10px ;
}
.taglist {
	margin-top:14px;
	padding-left:140px;
	position:relative;
	line-height:20px;
	overflow: hidden;
	zoom: 1;
}
.taglist .date_input_text {
	margin-right:5px;
	vertical-align:middle;
}
.taglist .date_btn {
	width:80px;
	height:26px;
	border-radius:3px;
	border:none;
	background: #3498DB;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
}
.taglist .date_btn:hover{
	background: #38A3EA;
}

/*=s_menu=没有全部标签的样式=*/
.s_menu dd {
	margin-left:-40px;
}
.taglist dt , .taglist .tag_all {
	position:absolute;
}
.taglist dt {
	width:80px;
	left:5px;
	text-align:right;
}
.taglist .tag_all {
	left:90px;
}
.taglist dd {
	overflow: hidden;
	zoom: 1;
}
.taglist p {
	clear:left;
}
.taglist a {
	margin:0 4px 4px 0;
	padding:0 10px;
	float:left;
	display:inline;
	white-space: nowrap;
	color: #666;
}
.taglist a:hover {
	color:#3498DB;
}
.taglist .on {
	color:#3498DB;
}
.taglist .on:hover {
	text-decoration:none;
}

.leach-bottom{
	margin-top: 26px;
	border-top: 1px solid #eaeaea;
	padding: 24px 100px 5px 20px;
	position: relative;
}
.taglist-input{
	float: left;
	width: 25%;
	padding-left: 56px;
	padding-right: 1.5%;
	position: relative;
}
.taglist-input label{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	color: #666;
	letter-spacing: -1px;
}
.taglist-input input{
	width: 100%;
}
.taglist-btn{
	position: absolute;
	top: 24px;
	right: 20px;
	width: 80px;
	height: 26px;
	background: #ff6600;
	color: white;
	border: 1px solid #EC5E00;
	border-radius: 3px;
}
.taglist-nums{
	color: #888;
	font-size: 13px;
	margin-top: 20px;
}
.taglist-nums b{
	color: #ff6600;
	margin: 0 3px;
}

.leach-screen{
	padding:10px  13px;
	background: white;
	border: 1px solid #ddd;
	margin-top: 5px;
	color: #555;
}
.leach-screen li{
	display: inline-block;
	font-size: 13px;
	margin: 0 20px;
}
.leach-screen a{
	color: #555;
	text-decoration: none;
}
.leach-screen label{
	text-decoration: none;
	vertical-align: middle;
}
.leach-screen a:hover {
	color:#3498DB ;
}
.leach-screen input{
	vertical-align: middle;
}
.screen-active{
	color: #3498db !important;
}
.screen-active a{
	color: #3498db !important;
}
