/*
 *
 * body
 *
*/
body{
	background-color:#fff;
	font: 12px/1.5 'Microsoft Yahei';
	color: #404040;
}
.wrapper{}
.inner{
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}





/* 
 * container 
*/
.container{}

/* slide */
.slide{
	position:relative; 
	width:1000px;   
	height:360px;
	margin-top:10px;
	margin-left:auto; 
	margin-right:auto;
	background:#000;
	overflow:hidden; 	
	z-index:10;
}
.slide .slide-bd{
	position:relative; 
	width:100%;
	height:360px; 
	z-index:10;
}
.slide .slide-bd li{ 
	width:100%;  
	height:360px; 
	overflow:hidden; 
	text-align:center;  
	background-repeat:no-repeat;
	background-position:center center;
}
.slide .slide-bd li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-1000em;
	overflow:hidden;
}

.slide .slide-ft{
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	z-index:11;
}
.slide .slide-ft li{
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:10px;
	height:10px;
	border:2px solid #fff;
	margin:0 2px;
	border-radius:100%;
	background-color:#38415f;
	line-height:100px;
	overflow:hidden;
	cursor:pointer;
	
}
.slide .slide-ft .on{
	background-color:#f60;
}
.slide .prev,
.slide .next{
	display:block; 
	position:absolute;
	top:50%;  
	width:18px; 
	height:32px;
	margin-top:-16px;
	background-image:url(../img/slide-arrow.png);
	background-repeat:no-repeat;
	cursor:pointer; 
	filter:alpha(opacity=50);
	opacity:0.5; 
	z-index:12; 
}
.slide .prev{
	left:60px;
	background-position:-116px 0;
}
.slide .next{
	right:60px;
	background-position:0 0;
}
.slide .prev:hover,
.slide .next:hover{ 
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}
/*slide-full*/
.slide-full{
	width:100%;
	min-width:1000px;
	margin-top:0;
}
.slide-full,
.slide-full .slide-bd,
.slide-full .slide-bd li{ 
	height:460px;
}


/* scroll-sale */
.scroll-sale{
	height:100px;
	border:1px solid #ddd;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

/* breadcrumb */
.breadcrumb{
	float:left;
	height:40px;
	line-height:40px;
	color:#999;
}
.breadcrumb em{
	margin:0 2px;
	font-size:14px;
}
.breadcrumb span{
	padding:3px 5px;
	border:1px dotted #ddd;
	color:#62b7ff;
}

.hotline{
	float:right;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#62b7ff;
}
.hotline .icon-tel{
	display:inline-block;
	width:20px;
	height:20px;
	background:url('../img/icon-tel.png') no-repeat 0 0;
	vertical-align:text-bottom;
}

/* 
 * box-tab
 * 
*/
.box-tab{  border:1px solid #ddd; }
.tab-fixed{
	position:fixed;
	top:0;
	left:50%;
	z-index:100;
	width:1000px;
	margin-left:-500px;
}
.box-tab .hd{
	position:relative; 
	height:40px; 
	line-height:40px; 
	padding:0 20px; 
	border-bottom:1px solid #ddd;   
	background:#f4f4f4; 
}

.box-tab .hd ul{
	position:absolute; 
	float:left; 
	height:42px; 
	left:20px; 
	top:-1px;  
}
.box-tab .hd ul li{ 
	float:left;  
	cursor:pointer; 
}
.box-tab .hd ul li.on{ 
	height:39px;  
	background:#fff; 
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:3px solid #c70067;
}
.box-tab .hd ul li a{
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
}
.box-tab .hd ul li.on a{
	color:#c70067;
}

/* condition */
.box-condition{
	border:1px solid #ddd;
	background-color:#fff;	
}
.box-condition .box-condition-hd{
	height:40px;
	border-bottom:2px solid #c70067;
}
.tab-condition{
	height:40px;
}
.tab-condition .tab-item{
	float:left;
	height:40px;
	display:none;
}
.tab-condition .tab-item-more{
	position:relative;
	z-index:10;
	float:right;
	height:40px;
	display:none;
}
.tab-condition .active{
	background-color:#c70067;
}
.tab-condition .tab-item .tab-link,
.tab-condition .tab-item-more .tab-link{
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:14px;
}
.tab-condition .tab-item-more .tab-more-link{
	display:block;
	width:2em;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:20px;
	font-size:14px;
}
.tab-condition .tab-item .tab-link:hover{
	background-color:#f5f5f5;
	color:#f60;
}
.tab-condition .open .tab-more-link{
	position:absolute;
	right:-1px;
	top:-1px;
	z-index:12;
	height:40px;
	border:1px solid #ccc;
	border-bottom:0;
	background-color:#fff;
	color:#000;
}
.tab-condition .active .tab-link,
.tab-condition .active .tab-link:hover{
	background-color:#c70067;
	color:#fff;
}
.tab-condition .tab-item-more .tab-more-link .tab-arrow{
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	z-index: 11;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-width: 5px;
	border-style: solid dashed dashed dashed;
	border-color: #c70067 transparent transparent transparent;
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-ms-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
.tab-condition .open .tab-more-link .tab-arrow{
  margin-top: -7px;
  border-color: #c70067 transparent transparent transparent;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tab-condition .tab-item-more .tab-dropdown-list{
	display:none;
	position:absolute;
	right:-1px;
	top:39px;
	z-index:11;
	width:120px;
	max-height:160px;
	_heigth:160px;
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:-1px 1px 1px rgba(0,0,0,.1);
	overflow-y:auto;	
}
.tab-condition .open .tab-dropdown-list{
	display:block;
}
.tab-dropdown-list .tab-item{
	width:100%;
	height:32px;
}
.tab-dropdown-list .tab-item .tab-link{
	display:block; 
	height:32px;
	line-height:32px;
	padding:0 10px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box-condition .box-condition-bd{
	padding:10px;
}
.condition-groups{
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}
.condition-groups:last-child{
	border-bottom:none;
}
.condition-groups .groups-hd{
	float:left;
	width:80px;
	height:35px;
	line-height:35px;
	text-align:right;
}
.condition-groups .groups-bd{
	padding-top:4px;
	margin-left:80px;
	margin-right:70px;
}
.condition-groups .groups-bd .groups-condition-inner a{
	float:left;
	padding:3px 8px;
	margin-right:10px;
}
.condition-groups .groups-bd .groups-condition-inner a.active{
	background-color:#62b7ff;
	color:#fff;
}
.condition-groups .groups-bd .groups-condition-inner a input{
	display:none;
}
.condition-groups .groups-bd .groups-condition-btns{
	display:none;
	padding:5px;
	text-align:center;
}
.groups-condition-btns .btn-check-ok,
.groups-condition-btns .btn-check-cancel{
	display:inline-block;
	padding:3px 8px;
	border-radius:2px;
	font-size:12px;
}
.groups-condition-btns .btn-check-ok{
	background-color:#f60;
	border:1px solid #E15A00;		
	color:#fff;
}
.groups-condition-btns .btn-check-cancel{
	background-color:#f8f8f8;
	border:1px solid #ddd;
}
.condition-groups .groups-bd-check{

}
/*groups-bd-check*/
.condition-groups .groups-bd-check .groups-condition-inner a.all{
	display:none;
}
.condition-groups .groups-bd-check .groups-condition-inner a input{
	display:inline-block;
}
.condition-groups .groups-bd-check .groups-condition-btns{
	display:block;
}

.condition-groups .groups-ft{
	float:right;
	width:60px;
	text-align:right;
	font-size:12px;
}
.condition-groups .groups-ft .btn-check-more{
	display:inline-block;
	width:48px;
	height:22px;
	line-height:22px;
	border:1px solid #ddd;
	border-radius:2px;
	margin-top:5px;
	background-color:#f8f8f8;
	text-align:center;
}
.condition-groups .groups-ft .btn-check-more:hover{
	border-color:#b5015e;
	background-color:#c70067;
	color: #fff;
}
.condition-groups .groups-ft .btn-check-more .icon{
	font-size:14px;
	font-family:Arial;  
	color:#c70067;
}
.condition-groups .groups-ft .btn-check-more:hover .icon{
	color: #fff;
}


/* search-form */
.form-search{
	padding:10px 20px;
	border-top:1px solid #ddd;
	background-color:#f8f8f8;
	line-height:30px;
}

.form-search .input-text{
	height:20px;
	line-height:20px;
	padding:4px;
	border:1px solid #ddd;
	background-color:#fff;
	font-size:12px;
	color:#404040;
}
.form-search .input-w300{
	width:300px;
}
.form-search .btn-form-search{
	position:relative;
	height:30px;
	line-height:30px;
	padding-left:45px;
	padding-right:30px;
	border:0;
	background-color:#62b7ff;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.form-search .btn-form-search .icon-search{
	position:absolute;
	left:22px;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	background:url('../img/icon-search.png') no-repeat 0 0;
	vertical-align:middle;
}
.form-search .btn-form-search:hover{
	background-color:#c70067;
	color:#fff;
}
.form-search .btn-refresh{
	position:relative;
	height:30px;
	line-height:30px;
	padding-left:30px;
	padding-right:30px;
	border:0;
	border:1px solid #ddd;
	background-color:#fafafa;
	color:#404040;
	cursor:pointer;
	font-size:14px;
}
.form-search .btn-refresh:hover{
	border-color:#ccc;
	background-color:#fff;
	color:#f60;
}

/* sort */
.box-sort{
	width:1198px;
	height:40px;
	border:1px solid #ddd;
	background-color:#f5f5f5;	
}
.box-sort .box-sort-hd{
	position:relative;
	top:-1px;
	float:left;
	width:80px;
	height:39px;
	line-height:38px;
	border-top:2px solid #c70067;
	border-right:1px solid #ddd;
	background-color:#fff;
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-align:center;
}
.box-sort .box-sort-tab{
	height:40px;
}
.box-sort-tab .sort-tab-item{
	float:left;
	height:40px;
}
.box-sort-tab .sort-tab-item:hover{
	background-color:#fff;
	
}
.box-sort-tab .sort-tab-item .sort-tab-link{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
}
.box-sort-tab .sort-tab-item:hover .sort-tab-link{
	color:#333;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding-right:9px;
	margin-left:-1px;
}
.box-sort .area-price-range{
	position:relative;
	z-index:10;
	width:210px;
	height:40px;
}
.area-price-range .area-price-range-inner{
	height:24px;
	padding:8px 10px;
}
.area-price-range .area-price-range-inner label{
	float:left;
	width:60px;
	line-height:24px;
	text-align:right;
}
.area-price-range .area-price-range-inner .ipt-price-range{
	width:54px;
	height:18px;
	line-height:18px;
	padding:2px;
	border:1px solid #ddd;
	background-color:#fff;
}
.area-price-range .area-price-range-inner .area-sep{
	width:10px;
	height:24px;
	line-height:24px;
	text-align:center;
}
.area-price-range .area-price-range-inner .btn-price-range-ok{
	display:none;
	width:45px;
	height:24px;
	line-height:24px;
	border:0;
	margin-left:10px;
	_margin-left:5px;
	background-color:#f60;
	text-align:center;
	color:#fff;
}
.area-price-range:hover{ z-index:11;}
.area-price-range:hover .area-price-range-inner{
	position:absolute;
	left:-1px;
	top:-1px;
	width:245px;
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
}
.area-price-range:hover .area-price-range-inner .btn-price-range-ok{
	display:block;
}
.box-sort .groups-select{
	float:left;
	height:40px;	
}
.groups-select .select-item{
	position:relative;
	z-index:10;
	width:60px;
	height:40px;
}
.groups-select .select-item .select-item-inner{
	width:60px;
	text-align:center;
} 
.select-item-inner .select-hd{
	position:relative;
	z-index:10;
	width:60px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
.groups-select .select-item:hover .select-hd{
	color:#000;
}
.select-item-inner .select-bd{
	display:none;
	width:100%;
}
.select-item-inner .select-bd .select-option{
	height:30px;
}
.select-item-inner .select-bd .select-option a{
	display:block;
	height:30px;
	line-height:30px;
}
.select-item-inner .select-bd .select-option a:hover{
	background-color:#f5f5f5;
}
.select-item-inner .select-bd .active,
.select-item-inner .select-bd .active a:hover{
	background-color:#eee;
	color:#333;	
	cursor: default;
}
.select-item-inner .select-bd .active a{
	color:#333;	
	cursor: default;
}
.groups-select .select-item:hover .select-item-inner{
	position:absolute;
	left:-1px;
	top:-1px;		
	z-index:11;
	width:60px;
	border:1px solid #ccc;		
	background-color:#fff;		
}
.groups-select .select-item:hover .select-item-inner .select-bd{
	display:block;
}


.box-sort{
		
}
.box-sort .menus-plan-oprate{
	float:right;
	height:40px;
	line-height:40px;
}
.box-sort .menus-plan-oprate .menu-item{
	float:left;
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size:14px;
	color:#404040;
}
.box-sort .menus-plan-oprate .menu-item:hover{
	padding:0 9px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
	color:#62b7ff;
}
.box-sort .menus-plan-oprate .menu-item:hover .icon-open-eye{
	background-position:0 -100px;
}
.box-sort .menus-plan-oprate .menu-item:hover .icon-close-eye{
	background-position:0 -140px;
}
.box-sort .menus-plan-oprate .menu-item:hover .icon-download{
	background-position:0 -180px;
}
.box-sort .menus-plan-oprate .menu-item:hover .icon-export{
	background-position:0 -220px;
}
.box-sort .styles-table{
	float:right;
	width:82px;
	height:40px;
	margin-left:10px;	
	text-align:center;
}
.box-sort .styles-table .style-item{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	border-left:1px solid #ddd;
}
.box-sort .styles-table .style-item a{
	display:block;
	width:40px;
	height:40px;
}
.box-sort .styles-table .style-item .icon-sort{
	margin-top:10px;
}
.box-sort .styles-table .active .icon-grid{
	background-position:0 -20px;
}
.box-sort .styles-table .active .icon-calendar{
	background-position:0 -60px;
}
.box-sort .styles-table .active{
	background-color:#fff;
}

.icon-sort{
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url('../img/icon-sort.png');
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}
.icon-grid{
	background-position:0 0;
}
.icon-calendar{
	background-position:0 -40px;
}
.icon-open-eye{
	background-position:0 -80px;
}
.icon-close-eye{
	background-position:0 -120px;
}
.icon-download{
	background-position:0 -160px;
}
.icon-export{
	background-position:0 -200px;
}
.icon-sort-arrow{
	display:inline-block;
	width:10px;
	height:12px;
	background-image:url('../img/icon-sort.png');
	background-repeat:no-repeat;
	vertical-align:baseline;	
}
.icon-arrow-down{
	background-position:0 -240px;
}
.icon-arrow-up{
	background-position:-10px -240px;
}
.icon-sort-caret{
	position:absolute;
	right:8px;
	top:50%;
	width:7px;
	height:4px;
	margin-top:-2px;
	background-image:url('../img/icon-sort.png');
	background-repeat:no-repeat;
}
.icon-caret-down{
	background-position:0 -255px;
}
.icon-caret-up{
	background-position:-7px -255px;
}

/* listview */
.list-pic{ 
	padding-top:10px; 
	padding-bottom:10px; 
	overflow:hidden;  
}
.list-pic .li-item{
	display:inline; 
 	float:left;
	width:178px;
	padding:4px;
	border:1px solid #ddd;
	margin-left:10px;
	overflow:hidden;    
}
.list-pic .li-item:hover{
	border-color:#ccc;
	box-shadow:0 0 5px rgba(0,0,0,.3);
}
.list-pic .li-item .img-link{ 
	display:block;
	width:178px; 
	height:100px;  
}
.list-pic .li-item .img-link img{
	display:block;
	width:178px; 
	height:100px;  
	background:url(../img/loading.gif) center center no-repeat; 	
}
.list-pic .li-item .info{
	padding:5px;
}
.list-pic .li-item .title{
	height:30px;
	line-height:30px;
	font-weight:normal;
	font-size:16px;
}
.list-pic .li-item .desc{
	height:40px;
	overflow:hidden;
	line-height:20px;
	color:#999;
}
.list-pic .li-item .operate{
	background-color:#f8f8f8;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.list-pic .li-item .operate .operate-item{
	text-align:right;
	color:#999;
}
.list-pic .li-item .operate .operate-item a{ color:#999;}
.list-pic .li-item .operate .operate-item a:hover{ color:#f60;}
.list-pic .li-item .price{
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#404040;
}
.list-pic .li-item .price .caret{
	
}
.list-pic .li-item .price .number{
	font-size:20px;
	color:#f60;
}
.list-pic-col6{ width:980px; margin:-10px;}
.list-pic-col6 .li-item{
	width:459px;
	margin:10px;
}
.list-pic-col6 .li-item .img-link{ 
	display:block;
	width:459px; 
	height:260px;  
}
.list-pic-col6 .li-item .img-link img{
	display:block;
	width:459px; 
	height:260px;  
	background:url(../img/loading.gif) center center no-repeat; 	
}
.icon16{
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url('../img/icon_bbs.png');
	background-repeat:no-repeat;
	vertical-align:text-top;
}
.icon16-time{ background-position:0 0;}
.icon16-see{ background-position:0 -16px;}
.icon16-praise{ background-position:0 -32px;}
a:hover .icon16-praise,
.list-pic .li-item .operate .operate-item:hover .icon16-praise{ background-position:0 -48px;}
.icon16-msg{ background-position:0 -64px;}
.list-pic .li-item .operate .operate-item:hover .icon16-msg{ background-position:0 -80px;}

.list-pic-col6-s{ width:818px; margin:-10px;}
.list-pic-col6-s .li-item{
	width:379px;
	margin:10px;
}
.list-pic-col6-s .li-item .img-link{ 
	display:block;
	width:379px; 
	height:220px;  
}
.list-pic-col6-s .li-item .img-link img{
	display:block;
	width:379px; 
	height:220px;  
	background:url(../img/loading.gif) center center no-repeat; 	
}



.list-line{ 
	width:1202px;
}
.list-line .li-item{
	position:relative;
 	float:left;
	margin-right:1px;
	margin-bottom:1px;
	width:313px;
	padding:10px;
	outline:1px solid #ddd;
	overflow:hidden;    
	background-color:#FFF;
}
.list-line .li-item:hover{
	position:relative;
	z-index:20;
	background-color:#f8f8f8;
	outline-color:#ccc;
	box-shadow:0 0 8px rgba(0,0,0,.2);
}
.list-line .li-item .img-link{ 
	display:block;
	width:313px; 
	height:176px;  
}
.list-line .li-item .img-link img{
	display:block;
	width:313px; 
	height:176px; 
	background:url(../img/loading.gif) center center no-repeat; 	
}
.list-line .li-item .info{
	padding:5px;
}
.list-line .li-item .title{
	height:30px;
	line-height:30px;
	font-weight:normal;
	font-size:16px;
}
.list-line .li-item .title a{
	color:#404040;
}
.list-line .li-item .title a:hover{
	color:#55acf7;
}
.list-line .li-item .desc{
	height:40px;
	overflow:hidden;
	line-height:20px;
	color:#999;
}
.list-line .li-item .date-plan{
	display:none;
}
.list-line .li-item .price{
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#404040;
}
.list-line .li-item .price .price-inner{
	float:left;
	width:180px;
	height:36px;
	line-height:36px;
}
.list-line .li-item .price .btn{
	float:right;
	width:100px;
	height:28px;
	line-height:28px;
	border:1px solid #62b7ff;
	border-radius:3px;
	margin-top:3px;
	color:#62b7ff;
	text-align:center;
	
}
.list-line .li-item:hover .price .btn{
	background-color:#62b7ff;
	color:#fff;
}
.list-line .li-item .price .number{
	font-size:20px;
	color:#f60;
}

.list-line-vertical{

}
.list-line-vertical .li-item{
	float:none;
	width:1200px;
}
.list-line-vertical .li-item .img-link{
	float:left;
	width:255px;
	height:140px;
	margin-right:20px;
}
.list-line-vertical .li-item .img-link img{
	width:255px;
	height:140px;
}
.list-line-vertical .li-item .info{
	float:left;
	width:730px;
	padding:0;
	padding-right:20px;
	border-right:1px dotted #ccc;
}
.list-line-vertical .li-item .title{
	height:36px;
	line-height:36px;
	font-size:18px;
}
.list-line-vertical .li-item .desc{
	height:48px;
	line-height:24px;
	font-size:14px;
}
.list-line-vertical .li-item .date-plan,
.list-line-vertical .li-item .city-plan{
	display:block;
	height:22px;
	line-height:22px;
	padding:0;
	margin-top:5px;
}
.date-plan .date-plan-label,
.city-plan .city-plan-label{
	float:left;
	width:70px;
	font-size:14px;
}
.date-plan .date-plan-inner,
.city-plan .city-plan-inner{
	margin-left:70px;
}
.date-plan .date-plan-inner em,
.city-plan .city-plan-inner em{
	display:inline-block;
	padding:1px 4px;
	border:1px solid #ccc;
	border-radius:2px;
	background-color:#f5f5f5;
	line-height:1.5em;
	color:#666;
}
.list-line-vertical .li-item .price{
	float:right;
	width:132px;
	line-height:36px;
	font-size:14px;
	color:#404040;
}
.list-line-vertical .li-item .price .price-inner{
	display:block;
	float:none;
	width:132px;
	height:60px;
	overflow:hidden;
}
.list-line-vertical .li-item .price .price-label{
	display:block;
	height:24px;
	line-height:24px;
}
.list-line-vertical .li-item .price .number{
	font-size:24px;
	word-break:break-all;
　　	word-wrap:break-word;
}
.list-line-vertical .li-item .price .btn{
	display:block;
	float:none;
	width:120px;
	height:36px;
	line-height:36px;
	margin-top:5px;
	text-align:center;
}


.list-text2{ width:600px;}
.list-text2 li{
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}

.icon16-word{
	float:left;
	width:16px;
	height:16px;
	margin-top:7px;
	margin-right:5px;
	background-image:url('../img/icon_word.png');
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}

/* table */
.table-plan{}
.table-plan-calendar{}
/*plan table*/
.table-plan {
	table-layout:fixed;
	width:100%;
	margin-bottom:20px;
	background-color: #FFF;
	border-spacing:0;
	border: 1px solid #DDDDDD;
  	border-collapse: separate;
	border-top:0;
	border-spacing:0;
	color:#666;
	text-align:center;
}

.table-plan thead,.table-plan th{
	background-color:#EEEEEE;
	color: #404040;
}
.table-plan th, .table-plan td {
	position:relative;
  	padding:6px 8px;
  	vertical-align: top;
  	border-top: 1px solid #ddd;
  	vertical-align:middle;
}
.table-plan th{
	padding:8px 10px;
	border-bottom: 0;
}
.table-plan tbody tr:nth-child(even){
	background-color:#F8F8F8;
}
.table-plan tbody tr:hover{
	background-color:#FFFFCC;
}
.btn-reserve{
	display:inline-block;
	padding:3px 8px;
	border:0;
	font:12px;
	color:#06c;
}
.btn-disable{
	color:#888;
	cursor:not-allowed;
}
.table-plan tbody tr:hover .btn-reserve{
	background-color:#f60;
	color:#fff;
}
.table-plan tbody tr:hover .btn-disable{
	background-color:#ddd;
	color:#888;
}

.table-blue{
	border-color:#DEE6FE;
	border-top:1px solid #DEE6FE;
}
.table-blue thead,.table-blue th{ 
	background-color:#D0DAFD; 
	color:#364B84;
}
.table-blue th,.table-blue td{ 
	border-left:1px solid #fff;
	border-color:#fff;
}
.table-blue tbody tr:nth-child(even){
	background-color:#EFF3FF;
}
.table-blue tbody tr:hover{
	background-color:#FFFFCC;
}

.table-green{
	border-color:#c2c2c2;
	border-left:0;
}
.table-green th,.table-green td{ 
	border-left:1px solid #C2C2C2;
	border-color:#C2C2C2;
}
.table-green thead,.table-green th{ 
	border-color:#3fa1f5;
	background-color:#62b7ff;
	color:#fff;
}
.table-green thead th{
	border-left:1px solid #3fa1f5;
}
.table-green tbody tr:nth-child(even){
	background-color:#F3F3F3;
}
.table-green tbody tr:hover{
	background-color:#FFFFCC;
}

/* box-line-summary*/
.box-line-summary{
	border:1px solid #ddd;
	padding:0 20px 20px 20px;
	background-color:white;
}
.box-line-summary .hd{
	height:60px;
	border-bottom:1px solid #ddd;
}
.box-line-summary .hd h2{
	height:60px;
	line-height:60px;
	margin-right:140px;
	font-size:20px;
	font-weight:normal;
	color:#000;	
}
.box-line-summary .btn-dowload{
	float:right;
	width:120px;
	height:36px;
	line-height:36px;
	margin-top:12px;
	text-align:center;
	background-color:#f60;
	color:#fff;
	font-size:16px;
}
.box-line-summary .btn-dowload .icon-download{
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url('../img/icon_download.png');
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
}
.box-line-summary .btn-dowload:hover{
	background-color:#F06000;
}
.box-line-summary .bd .slide-line{
	float:left;
	width:550px;
	height:308px;
} 
.box-line-summary .bd .slide-line img{
	width:100%;
	height:308px;
}

.box-line-summary .line-summary{
	float:right;
	width:590px;
	font-size:14px;
}
.box-line-summary .line-summary .info{
	color:#666;
	height:216px;
	line-height:24px;
	overflow-y:auto;
}
.box-line-summary .line-summary .price{
	height:50px;
	line-height:50px;
	border-bottom:1px dotted #ccc;
	text-align:right;
	font-size:16px;
	color:#333;
}
.box-line-summary .line-summary .price .money{
	color:#f60;
}

/* box-line */
.box-line{
	background-color:white;
	border:1px solid #ddd;
}

.box-line > .hd{
	height:40px;
	border-bottom:2px solid #62b7ff;
	background-color:#f8f8f8;
}
.box-line > .hd-fixed{
	position:fixed;
	top:0;
	left:50%;
	z-index:100;
	width:1200px;
	margin-left:-599px;
}
.box-line > .hd >.tabbar{
	height:40px;
	line-height:40px;
}
.box-line > .hd >.tabbar > li{
	float:left;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:16px;
	cursor:pointer;	
}
.box-line > .hd >.tabbar > li.active{
	background-color:#62b7ff;
	color:#fff;
}
.box-line > .bd{
	padding:10px 30px;
}
.box-line > .bd > .section .section-hd{
	height:36px;
	line-height:36px;
	border-bottom:1px solid #ddd;
	clear:both;
	zoom:1;
}
.box-line > .bd > .section .section-hd h3{
	position:relative;
	top:0;
	float:left;
	height:36px;
	padding:0 10px;
	border-bottom:1px solid #62b7ff;
	font-weight:normal;
	font-size:16px;
	color:#62b7ff;
}
.box-line > .bd > .section .section-bd{
	padding:10px 0;
	line-height:24px;
	color:#666;
	font-size:14px;
}
.trip-box{ padding:10px;}
.trip-box .trip-day{
    position:relative;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius:3px 0 0 3px;
    background-color: #f90;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.trip-box .trip-day:after{
    content: "";
    position: absolute;
    right: -24px;
    top:0;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style:dashed dashed dashed solid;
    border-color:transparent transparent transparent #f90;
}
.trip-box .trip-title{
	padding:5px 0;
	margin-top:10px;
	color:#333;
	font-size:14px;
}  
.trip-basic-info{
    padding:10px 20px;
    line-height:30px;
    margin-top:10px;
    background-color:#f5f5f5;
    font-size:14px;
}
.trip-detail-info{
    margin-top:10px;
}
.trip-basic-info em{
    font-size:12px;
}
.trip-picture{
	width:1138px;
	overflow:hidden;
}
.trip-picture ul{
	width:1148px;
}
.trip-picture ul li{
	float:left;
	width:339px;
	text-align:center;
	line-height:30px;
	margin-right:10px;
	margin-bottom:10px;
	color:#404040;
}
.trip-picture ul li img{
	width:329px;
	height:210px;
	padding:4px;
	border:1px solid #ddd;
}
/* icon */
.trip-box .icon{
    display:inline-block;
    width:18px;
    height:18px;
    background-image:url('../img/icon_trip.png');
    background-repeat:no-repeat;
    vertical-align:middle;
}
.icon-meal{
    background-position:0 0;
}
.icon-hotel{
    background-position:0 -18px;
}
.icon-traffic{
    background-position:0 -36px;
}
.icon-flight{
	background-position:0 -72px;
}

/* 
 * info
 */
.aside-nav{
	float:left;
	width:159px;
	padding-bottom:50px;
	border:1px solid #ddd;
	border-right:0;
	background-color:#f5f5f5;
}
.aside-nav h3{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.aside-nav ul li{
	text-align:center;
}
.aside-nav ul li a{
	display:block;
	line-height:24px;
	padding:6px 0;
	font-size:14px;
}
.aside-nav ul li.active{
	position:relative;
	left:0;
	width:157px;
	border-left:3px solid #c70067;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.aside-nav ul li.active a{
	color:#333;
}
.ml160{
	margin-left:160px;
}
.box{
	min-height:300px;
	border:1px solid #ddd;
	background-color:#fff;
}
.box>.hd{
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.box>.hd h3{
	line-height:30px;
	font-size:24px;
	font-weight:normal;
}
.box>.hd .info-title{
	font-size:20px;
}
.box>.hd .info-desc{
	margin-top:5px;
	height:28px;
	line-height:28px;
	color:#999;
}
.box>.bd{
	padding:10px 0;
}
.box>.bd .msg{
	line-height:24px;
	font-size:14px;
}
.box>.bd .msg img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}
.list-text li{
	height:32px;
	line-height:32px;
	border-bottom:1px dotted #ccc;
	font-size:14px;
}
.list-text li .time{
	float:right;
	width:120px;
	color:#999;
	text-align:right;
}

/* 换页 */
.page{
	height:80px;
	padding:20px 0;
	border-top:1px solid #ddd;
}
.page a{
	display:block;
	width:49%;
	line-height:30px;
	font-size:14px;
	
}
.page a p{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;	
}
.page a .title{
	height:30px;
	line-height:30px;
	color:#333;
	font-weight:bold;
}
.page .next{
	float:left;
	border-right:1px dotted #ccc;
}
.page .prev{
	float:right;
}

/* 评论模块 */
.comment-box{}
.comment-box h3{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}

.form-textarea{
	display:block;
	width:948px;
	padding:4px;
	line-height: 18px;
	border:1px solid #ddd;
	background-color:#f8f8f8;
	font-size: 14px;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
	resize:none;
}
.form-textarea:hover{
	border-color:#ccc;
	background-color:#fafafa;
}
.form-textarea:focus{
	border-color:#79B5E4;
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	background-color:#fff; 
}
.comment-box .comment-btn {
  display: inline-block;
  background-color: #0CA500;
  border: 1px solid #0A8500;
  padding: 3px 10px;
  font-size: 14px;
  color: #FFF;
  border-radius: 2px;
}
.comment-btn:hover{ 
	background-color:#0DAA00; 
	color:#FFF;
}
.comment-record h4{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	font-size:14px;
	color:#404040;
	font-weight:normal;
}
.comment-record h4 strong{
	color:#c70067;
	font-size:20px;
}
.comment-record .comment-record-item{
	margin-bottom:10px;
}
.comment-record .comment-record-respond{
	padding-left:70px;
}
.comment-record .comment-record-item dt{
	float:left;
	width:48px;
	height:48px;
	padding:1px;
	border:1px solid #ccc;
	background-color:#fff;
}
.comment-record .comment-record-item dd{
	position:relative;
	z-index:10;
	margin-left:70px;
	padding:10px;
	border:1px solid #ddd;
	border-radius:3px;
	background-color:#f8f8f8;
	color:#666;
	line-height:20px;
	box-shadow:0 1px 3px rgba(0,0,0,.1);
}
.comment-record .comment-record-item dd:before{
	content:"";
	position:absolute;
	left:-20px;
	top:19px;
	width:0;
	height:0;
	border-width:10px;
	border-style:dashed solid dashed dashed;
	border-color:transparent #ddd transparent transparent;
	font-size:0;
	line-height:0;	
}
.comment-record .comment-record-item dd:after{
	content:"";
	position:absolute;
	left:-18px;
	top:20px;
	width:0;
	height:0;
	border-width:9px;
	border-style:dashed solid dashed dashed;
	border-color:transparent #f8f8f8 transparent transparent;
	font-size:0;
	line-height:0;	
}

.comment-record .comment-record-item .comment-user-name{
	color:#0CA500;
	font-size:14px;
}
.comment-record .comment-record-item .comment-user-remark{
	padding-top:5px;
	color:#999;
}


/* no msg*/
.no-msg{
	height:90px;
	padding:50px 0 150px 0;
	text-align:center;
	line-height:26px;
}
.no-msg .icon-no-msg{
	display:inline-block;
	width:64px;
	height:64px;
	background:url('../img/icon_msg.png') no-repeat center center;
}

/* line-info-nav */
.line-info-nav{}

/* pagination */
.pagination{ 
	height:26px; 
	text-align:center; 
	font-family:'Microsoft Yahei';
}
.pagination .prev,.pagination .next{ font-family:'Simsun';}
.pagination span,.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 9px; 
	border-radius:2px; 
	height:24px; 
	line-height:24px; 
	margin:0 1px; 
	font-size:12px;
	border:1px solid #ddd;
	background-color:#eee;
	color:#aaa;
}
.pagination a{
	cursor:pointer; 
	background:#f5f5f5;
	border-color:#ddd;
	color:#666;
	text-shadow:1px 1px 0px #ffffff;	
}
.pagination a:hover{ 
	border-color:#b5015e;
	color:#b5015e;
}
.pagination a.active{
	background:#62b7ff;
	border-color:#45a3f3;
	color:#FFF;
	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
}


/* 返回顶部 */
.totop{
	position:fixed;
	right:0;
	bottom:-50px;
	z-index:100;
	width:50px;
	height:50px;
	background:url("../img/totop.png") no-repeat 0 0;
	transition:all ease-in-out .2s;
}
.totop:hover{
	background-position:0 -50px;
}

.totop-show{
	bottom:30px;
}

/* 
 * footer 
*/
.footer{ 
	min-width:1000px;
	margin-top:20px;
	background-color:#eee;
}
.footer .foot-hd{
	padding:10px 0;
}
.footer .foot-hd .friendly-link-tit{
	padding:10px 0;
}
.footer .foot-hd .friendly-link-tit h3{
	height:20px;
	line-height:20px;
	border-left:3px solid #c70067;
	text-indent:10px;
	color:#000;
	font-size:16px;
	font-weight:normal;
}
.footer .foot-hd .friendly-link{
	width:1010px;
}
.footer .foot-hd .friendly-link a{
	float:left;
	width:116px;
	margin-right:10px;
	text-align:center;
}
.footer .foot-hd .friendly-link a img{
	display:block;
	width:114px;
	height:50px;
	border:1px solid #ddd;
	background-color:#fff;
}
.footer .foot-hd .friendly-link a p{
	height:36px;
	line-height:18px;
	padding:5px 0;
	overflow:hidden;
}

.footer .foot-bd{
	padding-top:20px;
	padding-bottom:20px;
	line-height:20px;
	background-color:#434953; 	
	color:#C4C4C5;
}
.footer .foot-bd .foot-column{
	float:left;
	width:100px;
	min-height:152px;
	_height:152px;
	padding:0 50px;
	line-height:24px;
	border-left: 1px solid #2B313A;
 	border-right: 1px solid #5E656F;
}
.footer .foot-bd .foot-column-first{
	padding-left:0;
	border-left:0;
}
.footer .foot-bd .foot-column-last{ 
	float:right; 
	width:122px;
	padding-right:0;
	border-right:0;
	text-align:center; 
}
.footer .foot-bd .foot-column-last .img-qr{
	width:110px;
	height:110px;
	padding:5px;
	border:1px dashed #5E656F;
}
.footer .foot-bd .foot-column-large{ width:372px; }
.foot-column dt{
	height:30px;
	line-height:30px;
	color:#eee;
	font-size:14px;
	font-weight:normal;
}
.foot-column dd a{
	color:#C4C4C5;
	text-decoration:none;
}
.foot-column dd a:hover{ color:#fff; }

.footer .footbar{ 
	height:40px;
	line-height:40px;
	background-color:#2B3137;
	text-align:center;
	color:#fff;
}
.icon-foot{
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url('../img/icon-foot.png');
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}
.icon-team{
	background-position:0 0;
}
.icon-other{
	background-position:0 -20px;
}
.icon-contact{
	background-position:0 -40px;
}
.icon-wechat{
	background-position:0 -60px;
}



.footer-theme1{ background-color:#fafafa;}

.footer-theme1 .foot-bd{
	background-color:#f5f5f5; 	
	color:#808080;
}
.footer-theme1 .foot-bd .foot-column{
	border-left-color:#c5c5c5;
 	border-right-color:#fff;
}
.footer-theme1 .foot-bd .foot-column-last .img-qr{
	border:1px dashed #ccc;
}
.footer-theme1 .foot-column dt{
	color:#404040;
}
.footer-theme1 .foot-column dd a{
	color:#808080;
	text-decoration:none;
}
.footer-theme1 .foot-column dd a:hover{ color:#f60; }

.footer-theme1 .footbar{ 
	background-color:#ddd;
	color:#404040;
}
.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}


/* notice */
.notice{
	min-width:1200px;  
	height:20px;
	line-height:20px;
	padding:10px 0;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	font-size:14px;
	margin-top: -40px;
	z-index: 11;
    position: relative; 
}
.notice .inner{
	position:relative;
	height:20px;
	overflow:hidden;
}
.notice h3{
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.notice .bd{	
	padding-left:110px;
}
.notice-list{
	height:20px;
	line-height:20px;
}
.notice-list li{
	height:20px;
	line-height:20px;
}
.notice-list li a{
	color:#fff;
}
.icon32-notice-white {
    background-position: 0 0;
}
.icon32 {
    display: inline-block;
    width: 19px;
    height: 15px;
    background-image: url("../img/ico_notice.png");
    background-repeat: no-repeat;
    vertical-align: text-top;
}
