@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------
 * html
 * -------------------------------------------------
*/
* html,* html body{
background-image:url(about:blank);    /*用浏览器空白页面作为背景*/
background-attachment:fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/}
body{ background:url(../img/bg.jpg) no-repeat center top; background-attachment:fixed;}
.wrap{ background:url(../img/bg.png) repeat 0 0;}
iframe { display: none !important; }
/* -------------------------------------------------
 * header
 * -------------------------------------------------
*/

.ui-header{ display: none; height: 7.5rem; line-height: 7.5rem; background-color: #363C48;}
.ui-header a{ color: #fff; font-size: 2.6rem; margin-left: 10px;}

.header{ width:100%; z-index:10000;}
.header-info > span{color: #fff;margin:0 5px;}
.header-info > a{color: #fff;}
.header-info > a:hover{color: #fff;text-decoration: underline;}



/*topbar*/
.topbar{ height:35px; line-height:35px; background-color:#FF5918; color:#FFF;}
.hello{ float:left;}
.qq-login{ display:inline-block; background:url(../img/qq-login.png) no-repeat 0 0; width:120px; height:24px; vertical-align:middle;}

.sign{ background-color:#FFF; background-position:center top; width:100%; background-repeat:repeat-x;}

/*logo*/
.logo {
	position:absolute; left:50%; margin-left:-500px; background-color:#FFF; width:180px; overflow:hidden; height:100px; text-align:center; z-index:100000; box-shadow:1px 1px 3px #333; display:table;
}
.logo p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*position: absolute;
	*top: 50%;
	*left: 50%;
}
.logo p a{
	*position:relative;
	*top: -50%;
	*left: -50%;
}
.logo p a img{ max-width:180px; max-height:100px;}


/*---navbar---*/

.navbar{ background:url(../img/nav-bg.png) repeat-x 0 0; position:relative; z-index:100;}

/*class-menu*/
.class-menu{  position:relative; z-index:10000; margin-right:30px;}
.class-menu h3{ text-align:center; position:relative; z-index:10002; height:40px; line-height:40px; font-size:16px; font-weight:normal; background-color:#FE678A; color:#FFF; cursor:pointer; padding-left:28px; }
.class-menu h3 .icon{ position:absolute; z-index:10001; left:15px; top:50%; margin-top:-10px;}
.class-menu ul{  position:absolute; z-index:10003; top:40px; left:0; width:140px; padding:20px 0; background:url(../img/bgwhite.png) repeat 0 0; border-radius:0 0 10px 10px; font-size:14px; max-height:455px;
overflow-y:auto;
overflow-x:hidden;}
.class-menu ul li{ height:35px; line-height:35px;}
.class-menu ul li.select{ position:relative; z-index:10003;}
.class-menu ul li h4{ height:35px; font-size:14px;}
.class-menu ul li h4 a{ display:block; height:35px; color:#404040; text-indent:20px; font-weight:normal;}
.class-menu ul li.select h4 a{ padding-right:10px;}
.class-menu ul li h4 a:hover,.class-menu ul li.hover h4 a{ background-color:#FE678A; text-decoration:none; color:#FFF;}
.class-menu ul li h4 a .icon{ display:none;}
.class-menu ul li.select h4 a .icon{ display:block; position:absolute; z-index:103; right:0; top:50%; margin-top:-10px;}
.class-sub-menu{ position:absolute; z-index:10003; left:140px; top:0px; background-color:#FE678A; padding:5px 0;}
.class-sub-menu p{ height:35px; line-height:35px; }
.class-sub-menu p a{ display:block; height:35px; color:#FFF; padding:0 5px;}
.class-sub-menu p a:hover{ background-color:#FE4E75; color:#FFF; text-decoration:none;}

/*main-nav*/
/*.main-nav{ line-height:32px; padding-top:17px;}
.main-nav ul li{ float:left; height:35px; margin-right:10px; margin-bottom:10px;}
.main-nav ul li.select{ position:relative; z-index:1001;}
.main-nav ul li h3{ float:left; background: url(../img/nav-li-bg.png) no-repeat 0 0; padding-left:3px; height:35px; line-height:32px; font-weight:normal; font-size:16px; cursor:pointer;}
.main-nav ul li h3 a{ float:left; background:url(../img/nav-li-bg.png) no-repeat right top; height:35px; display:block; color:#333; padding-left:7px; padding-right:10px; text-decoration:none;}
.main-nav ul li.hover h3{ background-position:0 -35px;}
.main-nav ul li.hover h3 a{ background-position:right -35px; color:#FFF; text-decoration:none; }

.main-nav ul li.select h3 a{ position:relative; z-index:10001;}
.main-nav ul li.active h3{ background-position:0 -35px;}
.main-nav ul li.active h3 a{ background-position:right -35px; color:#FFF;}
.main-nav ul li h3 a .icon{ display:none;}
.main-nav ul li.select h3 a{ padding-left:10px; padding-right:25px;}
.main-nav ul li.select h3 a .icon{ position:absolute; display:block; right:5px; top:50%; margin-top:-12px;}
.main-nav ul li.active h3 a .icon,.main-nav ul li.hover h3 a .icon{ background-position:0 -40px;}


.sub-nav{ position:absolute; z-index:10003; top:35px; left:0; width:300px;}
.sub-nav .boxshadow{ padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
max-height:300px;
overflow-y:auto;
overflow-x:hidden;
}
.sub-nav p{ height:30px; line-height:30px; text-indent:10px;}
.sub-nav p a{ display:block; height:30px; color:#666; font-size:14px; text-decoration:none; background:url(../img/dot.png) no-repeat 5px 12px; padding-left:10px;}
.sub-nav p a:hover{ background-color:#F3F3F3; color:#404040; text-decoration:none;}
*/
.main-nav{
	position: relative;
	z-index: 21;
	line-height:32px;
	padding-top:17px;
}

/*main-nav-item*/
.main-nav .main-nav-item,
.main-nav .main-nav-item-more{
	display: none;
	position: relative;
	z-index: 22;
	float:left;
	height: 34px;
	margin-bottom: 10px;
	border-radius: 4px;
}
/* .main-nav .open{
	background: #FF5918;
}

.main-nav .hover{
	background: #FF5918;
}
.main-nav .active{
	background: #FF5918;
} */
/*main-nav-link*/
.main-nav .main-nav-item .main-nav-link{
	position: relative;
	z-index: 24;
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left:20px;
	padding-right:20px;
	margin-left: 3px;
	font-size: 16px;
	color: #333;
	background-image:none;
	border-radius: 4px;
}
.main-nav .hover .main-nav-link{
	background: #FF5918;
	color: #fff;
}
.main-nav-link:hover {
    text-decoration: none;
}
.main-nav .active .main-nav-link{
	background: #FF5918;
	color: #fff;
}
.main-nav .open .main-nav-link.active{
	color:#fff;
	background-color: #FF5918;
}
.main-nav .active.hover .main-nav-link{
	background-color: #FF5918;
	color:#fff;
}
.main-nav .main-nav-item-more .main-nav-link{
	position: relative;
	z-index: 24;
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left:20px;
	padding-right:25px;
	font-size: 16px;
	color: #333;
	border-radius: 4px;
}
.main-nav .open > .main-nav-link{
	background: #FF5918;
	color:#fff;
}
.main-nav .has-sub-nav .main-nav-link{
	padding-right:25px;
}

/*main-nav-arrow*/
.main-nav .main-nav-item .main-nav-link .main-nav-arrow,
.main-nav .main-nav-item-more .main-nav-link .main-nav-arrow{
	display:none;
	position: absolute;
	right:10px;
	top: 50%;
	z-index: 25;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background-image: url("../img/sprite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 0;
	font-size: 0;
}

.main-nav .main-nav-item.active .main-nav-arrow{
	background-position: 0 -12px;
}

.main-nav .hover .main-nav-link .main-nav-arrow,
.main-nav .open .main-nav-link .main-nav-arrow{
	background: transparent url("../img/sprite.png") no-repeat scroll 0px -6px;
}
.main-nav .has-sub-nav .main-nav-link .main-nav-arrow,
.main-nav .main-nav-item-more .main-nav-link .main-nav-arrow{
	display:block;
}

/*sub-nav*/
.main-nav .main-nav-item .sub-nav-wrapper{
	display: none;
	position: absolute;
	top: 100%;
	left: 3px;
	z-index: 23;
	width: 300px;
	padding: 10px;
	background-color:#fff;
	box-shadow: 0 0 3px #666;
}
.main-nav .hover .sub-nav-wrapper{
	display: block;
}
.sub-nav-wrapper .sub-nav{
	line-height: 30px;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sub-nav-wrapper .sub-nav .sub-nav-item{
	height: 30px;
}

/*main-nav-drowdown-list*/
.main-nav .main-nav-item-more .main-nav-dropdown-list{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 153px;
	background-color:#fff;
	background-color: rgba(255,255,255,.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.main-nav .open .main-nav-dropdown-list{
	display: block;
}
.main-nav-dropdown-list .main-nav-item{
	float: none;
	width: 150px;
	height: 40px;
	background-image:none;
	padding:0;
	margin-bottom:0;
}
.main-nav-dropdown-list .hover{
	border:0;
	background-color: #FF5918 !important;
	background-image:none;
}
.main-nav-dropdown-list .main-nav-item .main-nav-link{
	background-image:none;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding:0;
	padding-left:20px;
	padding-right: 10px;
	text-align: center;
	color:#333;
}
.main-nav-dropdown-list .hover .main-nav-link{
	height: 40px;
	line-height: 40px;
	background-color:#FF5918;
	background-image:none;
	color: #fff;
}
.main-nav-dropdown-list .main-nav-item .main-nav-link .main-nav-arrow{
	display: none;
	position: absolute;
	left:10px;
	right: auto;
	top: 50%;
	z-index: 25;
	width: 6px;
	height: 11px;
	margin-top:-6px;
	background-repeat: no-repeat;
	background-position: -12px 0;
	line-height: 0;
	font-size: 0;
}
.main-nav-dropdown-list .hover .main-nav-link .main-nav-arrow{
	background-position:-18px 0;
}
.main-nav-dropdown-list .has-sub-nav .main-nav-link .main-nav-arrow{
	display: block;
}
.main-nav-dropdown-list .main-nav-item .sub-nav-wrapper{
	left: -320px;
	top: 0;
}


/* -------------------------------------------------
 * slide
 * -------------------------------------------------
*/
.slide{
	position:relative;
	width:1000px;
	height:400px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background:#000;
	overflow:hidden;
	z-index:10;
}
.slide .slide-bd{
	position:relative;
	width:100%;
	height:400px;
	z-index:10;
}
.slide .slide-bd li{
	width:100%;
	height:400px;
	overflow:hidden;
	text-align: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:30px;
	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%;
	z-index:11;
	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:20px;
	background-position:-116px 0;
}
.slide .next{
	right:20px;
	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;
}
.slide-full .prev{
	left:60px;
	background-position:-116px 0;
}
.slide-full .next{
	right:60px;
	background-position:0 0;
}


/* -------------------------------------------------
 * container
 * -------------------------------------------------
*/

/*vedio*/
.video{ padding:100px 0 80px 0;}
.video-title{ float:left; background:url(../img/video-tit.png) no-repeat 0 0; width:85px; height:228px; margin-top:50px;}
.video-cont{ float:left; background:url(../img/video-cont.png) no-repeat 0 0; width:604px; height:318px; padding:20px 42px 50px 50px;}
/*sale*/
.sale{ background-color:#FFF; padding:5px; box-shadow:1px 1px 1px #AAA,-1px -1px 1px #AAA;}
.sale:hover{ box-shadow:1px 1px 3px #888,-1px -1px 3px #888;}

/*brand*/
.brand{ width:1000px; margin:0 auto;}


/*line*/
.type-search{
	padding: 5px 0;
	border-color: #ddd;
	box-shadow: 0px 0px 5px #ddd;
	box-sizing: border-box;
	background: #fff;
}
.type-search .form-search{
	background: none;
    border: none;
}
.type-search .form-search .input-text{
	width: 300px;
}
.line-wrap{  margin:20px auto 0;}
.box-shadow{ background-color:#FFF; box-shadow:0px 0px 3px #EEE; border:1px solid #EEE; border-radius:3px;}
.box-shadow1{  background-color:#FFF; border:1px solid #EEE; border-radius:3px; box-shadow:0 0 5px #EEE;}
.line-title{ background:url(../img/line-tit-bg.png) no-repeat center center; height:70px; text-align:center; padding-top:20px;}
.line-title h3{ color:#666; font-size:20px; line-height:25px;}
.line-title p{ color:#999; text-transform:uppercase; font-size:10px; height:20px; line-height:20px; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;}

.line-wrap  .more{ display:inline-block; background:url(../img/more.png) no-repeat 0 0; width:91px; height:32px; text-decoration:none; }
.line-wrap .more:hover{ background-position:0 -32px;}

/*line style1*/
.line-listview{ width:985px; *padding-bottom:20px;}
.line-listview li{ float:left;  margin-right:20px; margin-bottom:20px;padding: 10px;}
.line-listview li a{ position:relative; z-index:10; display:block; text-decoration:none; color:#404040; cursor:pointer;}
.line-listview li a:hover {
    color: #0F70C1;
}
li.col4:hover {
    box-shadow: 0 0 5px #999;
}
.line-listview li .layer{ display:none; position:absolute; z-index:11; left:-10px; top:-10px; background-color:#FFF; border:1px solid #DDD; box-shadow:0 0 8px #DDD;}
.line-listview li .desc{ position:relative; z-index:12; line-height:20px; color:#999;}
.line-listview li .price{ height:30px; line-height:30px; padding:5px 0; }
.line-listview li a:hover .layer{ display:block;}
.line-listview li a:hover h3{ color:#F90;}
.line-listview li .imgWrap{ position:relative; z-index:12; overflow:hidden;}
.line-listview li .imgBox{ position:absolute; left:50%; text-align:center;}
.line-listview li .imgBox img{ height:auto; width:100%;}

.line-listview li.col3{ width:225px;}
.line-listview li.col3 .layer{ width:243px; height:435px;}
.line-listview li.col3 .imgWrap{ width:225px; height:300px;}
.line-listview li.col3 .imgBox{ width:450px; height:300px;  margin-left:-225px;}

/*.line-listview li.col4{ width:287px;}
.line-listview li.col4 .layer{ width:325px; height:438px;}
.line-listview li.col4 .imgWrap{ width:287px; height:300px;}
.line-listview li.col4 .imgBox{ width:450px; height:300px;  margin-left:-225px;}*/

.line-listview li.col4{ width:287px;}
.line-listview li.col4 .layer{ width:325px; height:438px;}
.line-listview li.col4 .imgInner{ width:287px; height:180px; overflow:hidden;}
.line-listview li.col4 .imgInner img{ width:287px; height:180px;}

.line-listview li.col6{ width:470px;}
.line-listview li.col6 .layer{ width:488px; height:488px;}
.line-listview li.col6 .imgWrap{ width:470px; height:350px;}
.line-listview li.col6 .imgBox{ width:520px; height:350px;  margin-left:-260px;}


.line-listview1{ width:1020px;  *padding-bottom:20px;}
.line-listview1 li{ float:left; margin-right:20px; margin-bottom:20px;}
.line-listview1 li a{ position:relative; z-index:10; display:block; text-decoration:none; color:#404040; cursor:pointer;  box-shadow:1px 1px 5px rgba(0,0,0,0.1);}

.line-listview1 li .desc{ position:relative; background-color:#FFF; z-index:12; line-height:20px; color:#999; padding:5px 10px; border-radius:0 0 3px 3px;}
.line-listview1 li .price{ height:30px; line-height:30px; padding:5px 0; border-top:1px solid #DDD;}
.line-listview1 li a:hover{ box-shadow:1px 1px 8px rgba(0,0,0,0.3);}
.line-listview1 li a:hover h3{ color:#F90;}

.line-listview1 li.col4{  width:320px;}
.line-listview1 li.col4 img{  width:320px; height:250px;}

.line-listview1 li.col3{  width:235px;}
.line-listview1 li.col3 img{  width:235px; height:180px;}

.line-listview1 li.col6{  width:490px;}
.line-listview1 li.col6 img{  width:490px; height:300px;}

.line-listview2 li{ padding:20px; margin-top:20px; box-shadow:0px 0px 3px #EEE; border:1px solid #EEE; background-color:#FFF; border-radius:3px;}
.line-listview2 li:hover{ border-color:#DDD; box-shadow:0px 0px 5px #DDD;}
.line-listview2 li .img{ float:left; width:450px; height:300px;}
.line-listview2 li .desc{ float:right; width:490px;}
.desc .desc-item{ border-top:1px solid #DDD; border-bottom:1px solid #DDD; margin-top:-1px; background-color:#F5F5F5;}
.desc .desc-item .desc-item-cont{ position:relative; border-left:1px solid #DDD; background-color:#FFF; padding:5px; margin-left:100px;}
.desc .desc-item .desc-item-cont p{text-indent:0 !important;margin-left:0 !important;}
.desc .desc-item .desc-item-cont img{ max-width: 100%;}
.desc .desc-item .read-more{ position:absolute; right:0; bottom:0; height:25px; background-color:#FFF; color:#2EB9B6;}
.desc .desc-item .read-more:hover{ color:#F60;}
.btn-p .btn-not{ background: #ccc; color: #eee;}
.btn-p .btn-not:hover{ color: #eee; cursor: not-allowed;}

.listview1{ line-height:40px;}
.listview1 li{  border-bottom:1px dotted #CCC;}
.listview1 li a{ font-size:14px; color:#2EB9B6;}
.listview1 li a:hover{ color:#F60; text-decoration:underline;}

/*pagination*/
.pagination{ height:30px; text-align:center;}
.pagination a,.pagination span{ display:inline-block; border:1px solid #DDD; background-color:#FFF; color:#666; height:28px; line-height:28px; padding:0 10px; border-radius:2px; margin:0 3px; cursor:pointer; box-shadow:1px 1px 2px rgba(0,0,0,0.1);}
.pagination a:hover,.pagination span:hover,.pagination a.active{ background-color:#FF5918; border-color:#E33F00; color:#FFF; text-decoration:none;}

/* turn-page */
.turn-page{
	height:80px;
	padding:20px 0;
	border-top:1px solid #ddd;
}
.turn-page a{
	display:block;
	width:49%;
	line-height:30px;
	font-size:14px;

}
.turn-page a p{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.turn-page a .title{
	height:30px;
	line-height:30px;
	color:#333;
	font-weight:bold;
}
.turn-page .next{
	float:left;
	border-right:1px dotted #ccc;
}
.turn-page .prev{
	float:right;
}


/*side-nav*/
.side-nav{ position:relative; width:200px; float:left; margin-top:10px; }
.side-nav h2{ position:absolute; left:-10px; background:url(../img/tag1.png) no-repeat 0 0; width:211px; height:50px; line-height:40px; color:#FFF; font-size:20px; text-align:center;}
.side-nav ul{ padding-top:50px;}
.side-nav ul li{ height:30px; line-height:30px; margin-top:5px;}
.side-nav ul li a{ width:150px;  display:block;  color:#000; font-size:16px; text-align:center; background-color:#EEE; transition:all ease-in .5s;}
.side-nav ul li a:hover,.side-nav ul li.active a{ width:180px; background-color:#f60; color:#FFF;}

/*breadcrumb*/
.breadcrumb{ width:1000px; margin:0 auto; height:30px; line-height:30px; font-size:14px; color:#404040; border-radius:3px;}
.breadcrumb a{ color:#2EB9B6;}
.breadcrumb a:hover{ color:#F60;}

/*column-head*/
.column-head1{ border-left:5px solid #2EB9B6; padding-left:10px;}
.column-head1 h3{ height:30px; line-height:30px;}
/*tabs*/
.tabs1 a{  padding:3px 8px; color:#404040; display:inline-block; margin-right:10px; margin-bottom:5px;}
.tabs1 a:hover{ background:#2EB9B6; color:#FFF; text-decoration:none;}
.tabs1 a.active{ background:#2EB9B6; color:#FFF; text-decoration:none;}

.tabs2 li{ height:40px; line-height:40px; text-indent:20px;}
.tabs2 li a{ display:block; height:40px; color:#333; font-size:14px; transition:all ease-in .3s;}
.tabs2 li a:hover{ color:#F60; text-decoration:none; margin-left:-10px;}
.tabs2 li.active{  background-color:#F9F9F9; position:relative; left:-3px;  width:100%; border-left:3px solid #2EB9B6; font-weight:bold; text-indent:17px;}
.tabs2 li.active a{  color:#2EB9B6; text-decoration:none;}

.tabs3 a{ display:inline-block; margin-right:5px; font-size:14px; border:2px solid #FD3100; padding:3px 8px; color:#404040; background:url(../img/hidden.png) no-repeat right bottom;}
.tabs3 a:hover{ color:#404040; text-decoration:none;}
.tabs3 a.active{ background:url(../img/show.png) no-repeat right bottom; color:#404040; text-decoration:none;}
.tabs3 a.download{ background-image:none !important;}
.tabs3 a.download i{ display:inline-block; *display:inline; *zoom:1; background:url(../img/download.png) no-repeat 0 0; width:16px; height:16px; vertical-align:middle;}

/*box*/
.box1 .bhead{ background:url(../img/line-tit-bg.png) no-repeat center center; height:70px; text-align:center; padding-top:20px;}
.box1 .bhead h3{ color:#666; font-size:20px; line-height:25px;}
.box1 .bhead p{ color:#999; text-transform:uppercase; font-size:10px; height:20px; line-height:20px; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;}

.box2 .bhead{ padding:10px 0; border-bottom:1px dotted #CCC;}
.box2 .bhead h3{ line-height:30px; font-size:26px; font-weight:normal; color:#404040;}

.xp_box2{ border:1px solid #DDD; color:#333; font-size:14px;}
.xp_box2 .bhead{ height:30px; line-height:30px; border-bottom:1px solid #BBB;}
.xp_box2 .bhead h3{ float:left; position:relative; padding:0 10px; height:30px; border-bottom:1px solid #2EB9B6; top:0; _margin-bottom:-1px; color:#2EB9B6;}

.xp_box3{ border:1px solid #DDD;}
.xp_box3 .bdb{ border-bottom:1px dotted #CCC;}

.anchor-tags{ position:absolute; display:block; left:-25px; top:10px; font-size:14px; line-height:18px; width:25px; padding:5px 0; text-align:center; background-color:#E10611; color:#FFF;}
.anchor-tags:hover{ color:#FFF; text-decoration:none;}

/*table*/
.tablelist{border-top:1px solid #118CDF; background:#fff; line-height:25px;}
.tablelist th{ background-color:#0185D8; border-left:1px solid #0171B4; border-right:1px solid #118CDF; height:25px; line-height:25px; padding-top:5px; padding-bottom:5px; color:#333333; font-weight:bold; color:#FFF;}
.tablelist tbody td{ border-left:1px solid #E9E9E9; border-right:1px solid #FFFFFF; border-bottom: 1px solid #ECECEC; padding-top:4px; padding-bottom:4px;}
.tablelist tbody tr.odd{background-color:#F6FAFD;}
.tablelist tbody tr.hover{background-color:#FFC;}
.tablelist tbody tr.active{background-color:#FFF8E4;}
.tablelist tbody tr .order-btn{ display:block; width:65px; margin:0 auto; height:22px; line-height:22px; text-align:center; color:#327BB9;}
.tablelist tbody tr.hover .order-btn{ background:url(../img/order-btn.png) no-repeat 0 0; color:#FFF; font-weight:bold; text-decoration:none;}
.tablelist tbody tr.mustgray td,.tablelist tbody tr.mustgray td a{color:#999 !important;}
.tableedit{border-top:1px solid #E9E9E9;}
.tableedit thead,.tableedit thead tr{background:url(../images/titleBg.gif) repeat-x left -12px;}
.tableedit thead td{background:url(../images/titleBgr.gif) repeat-y left bottom; height:18px; line-height:18px; padding:5px 0 5px 12px; font-weight:bold}
.tableedit tbody td{background:url(../images/titleBgr.gif) repeat-y left bottom; border-bottom:1px solid #ECECEC; line-height:150%; padding:5px 0 5px 10px;}
.tableedit .text,.tableedit input[type="text"]{height:14px; line-height:14px; padding:5px 3px;}
.tableson{margin:10px 0; background:#EEEEEE;}
.tableson td{padding:0 6px;}
.tableson tbody td{ background:#fff; line-height:36px;}
.tableson thead td{font-weight:bold; line-height:28px; color:#666;}
.tablecount{background:#8ECBE3; border:1px solid #E9E9E9; border-left:none; border-bottom:none;}
.tablecount td{padding-top:3px; padding-bottom:3px;}
.tablecount thead td{background:#F7F7F7; font-weight:bold; color:#666666;}
.tablecount tbody td{background:#fff;}
.tableorange{margin:10px 0; background:#F63;}
.tableorange td{padding:0 6px;}
.tableorange tbody td{ background:#FFF7EE; line-height:36px;}
.tableorange thead td{font-weight:bold; line-height:28px; color:#666;}

/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/

.search-box{ background-color:#F5F5F5; padding:10px; border-radius:5px;}

/*模拟select*/
.select_box { position:relative; padding:0; font-size:12px; }
.select_box .form-txt { position:relative; z-index:9999; cursor:pointer; display:block; width:100px; }
.select_box ul {width:130px; position:absolute; left:0; top:30px; border:1px solid #ccc; background:#fff; overflow:hidden; display:none; background:#F5F5F5; z-index:9999;}
.select_box ul li {display:block;height:30px;overflow:hidden;line-height:30px;padding-left:5px;width:100%;cursor:pointer;}
.select_box ul li.hover {background:#DDD;}

/*input,textarea*/



.form-txt{ position:relative; cursor:pointer; display:block; box-shadow:inset 1px 1px 3px #DDD; background-color:#FFF;
font-size: 14px;
color: #999;
padding: 0 21px 0 8px;
line-height:30px; height:30px; overflow:hidden;border:1px solid #ccc; padding-right:20px; padding-left:10px;}
.form-txt input{
	line-height:30px; height:30px;
	color:#999;
	border:0; padding:0; margin:0; background-color:transparent;
}
.form-txt:hover{ box-shadow:inset 1px 1px 3px #CCC;  border-color:#BBB;}
.form-txt:hover input{ color:#666;}
.form-txt:hover .icon-mark{ background-position:0 -20px;}
.form-txt:hover .icon-calendar{ background-position:0 -60px;}

/*button*/
.btn1{ display:inline-block; background-color:#FC0; display:block; color:#000; padding:3px 8px; font-size:16px; text-align:center; line-height:normal; }
.btn1:hover{ color:#FA0; text-decoration:none; color:#000;}

.btn2{ display:inline-block; background:url(../img/btn.png) no-repeat 0 0; width:92px; height:32px; line-height:30px; color:#FFF; font-size:16px; text-align:center; }
.btn2:hover{ background-position:0 -32px; color:#FFF; text-decoration:none;}

.btn-search{ background:url(../img/search-btn.gif) no-repeat 0 0; width:93px; height:32px; overflow:hidden; text-indent:-1000em; border:0;}
.btn-search:hover{ background-position: 0 -32px;}

.btn-large{ padding:7px 15px 9px;}.btn-small{ padding:3px 8px;}.btn-mini{ padding:1px 5px;}

/* -------------------------------------------------
 * icon
 * -------------------------------------------------
*/

/*icon20*/
.icon{ position:absolute; display:inline-block; width:20px; height:20px; background-image:url(../img/icon20.png); background-repeat:no-repeat;}
.icon-home{ background-position:0 0; top:8px; left:0;}
.icon-list{ background-position:0 -20px; top:5px; left:5px;}
.icon-arrow-down{ background-position:0 -100px; top:5px; right:5px;}
.icon-close{ background-position:0 -60px; right:50px; top:10px; cursor:pointer;}
.icon-qq{ background-position:0 -80px; left:5px; top:5px;}

/*icon25*/
.icon25{ display:inline-block; background:url(../img/icon25.png) no-repeat; width:25px; height:25px;}
.icon-kefu{ background-position:0 0;}
.icon-order{ background-position:0 -25px;}
.icon-desk{ background-position:0 -50px;}
.icon-totop{ background-position:0 -75px;}
.icon-code{ background-position:0 -100px;}

/*browser*/
.browser{ display:inline-block; background:url(../img/browser.png) no-repeat; width:30px; height:30px; vertical-align:middle; cursor:pointer;}
.browser-chrome{ background-position:0 0;}
.browser-firefox{ background-position:0 -30px;}
.browser-ie8{ background-position:0 -60px;}

/* -------------------------------------------------
 * other
 * -------------------------------------------------
*/




/* color*/
.colblue{ color:#2EB9B6;}
.colblue2{ color:#7BC1FF;}
.colred{ color:#FE4771;}
.colorange{ color:#F60;}

/*border*/

/*link*/
.link-blue a{ color:#06c;}
.link-blue a:hover{ color:#F60;}
.link-white a{ color:white;}
.link-white a:hover{ color:#F60; text-decoration:underline;}


/* -------------------------------------------------
 * footer
 * -------------------------------------------------
*/
.footer{ background-color:#333; margin-top:30px;}

/*footer2*/
.foot-guide{ border-bottom:1px solid #242424; padding:20px 0;}
.foot-guide dl{ float:left; margin-right:49px; line-height:22px; color:#666; background:url(../img/line-bg.png) no-repeat 9px 15px; min-height:150px;}
.foot-guide dl.bdr{ border-right:1px dotted #CCC;}
.foot-guide dl.mr0{ margin-right:0px;}
.foot-guide dl dt{ font-size:14px; padding-bottom:5px;  background-repeat:no-repeat; background-position:0 0; padding-left:25px;}
.foot-guide dl dd{ padding-left:20px;}
.foot-guide dl dd a{ color:#666;}
.foot-guide dl dd a:hover{ color:#F90; text-decoration:underline;}
.code{ padding:5px; width:120px; height:120px;}
.copyright{ height:30px; line-height:30px; color:#FFF; border-top:1px solid #3D3D3D; text-align:center; color:#666;}
.icon-about{ background-image:url(../img/icon-about.png);}
.icon-link{ background-image:url(../img/icon-link.png);}
.icon-contact{ background-image:url(../img/icon-contact.png);}
.icon-wechat{ background-image:url(../img/icon-wechat.png);}


/* -------------------------------------------------
 * fixed
 * -------------------------------------------------
*/

.fixed-top{  position:fixed;  right:0; top:0; _position:absolute; _bottom:0; _top:expression(eval(document.documentElement.scrollTop));} /* IE6 头部固定 */
.fixed-bottom{ position:fixed;  right:0; bottom:0; _position:absolute;  _bottom:0; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}/* IE6 底部固定 */

/*QQ server*/
.server{ width:100%; position:relative; height:95px; z-index:10003;}

.server .bg{ position:absolute; z-index:9999; left:0; width:100%; height:95px; background-color:#00AEFF; opacity:0.8; filter:alpha(opacity=70);}
.phone{ background:url(../img/phone.png) no-repeat 0 0; padding-left:60px;}


/*left-side-nav*/
.hide{ display:none;}
.left_scroll li a{
	text-align:center;
	background:url(../img/fixed-menu.png) no-repeat;
}
.left_scroll li.to_top a{ background:url(../img/totop.png) no-repeat;}
.left_scroll{
	position:fixed;
	left:50%;
	margin-left:-675px;
	top:200px;
	z-index:1005;
	_position:absolute
}
.index1000 .left_scroll{
	margin-left:-580px
}
.left_scroll li{
	margin-bottom:5px
}
.left_scroll li a{
	display:block;
	width:25px;
	height:37px;
	padding:9px 12px 0;
	line-height:14px;
	color:#666;
	font-family:"Source Han Sans CN";
	background-position:0px 0px;
	_background-position:-279px 0;
	-webkit-transition:all .3s ease-in-out .1s;
	-o-transition:all .3s ease-in-out .1s;
	-moz-transition:all .3s ease-in-out .1s;
	transition:all .3s ease-in-out .1s
}
.left_scroll li a.circle1{
	background-position:-150px 0px;
}
.left_scroll li a.circle2{
	background-position:-100px 0px;
}
.left_scroll li a.circle3{
	background-position:-50px 0px;
}
.left_scroll li a.circle4{
	background-position:0px 0px;
}
.left_scroll li a.circle5{
	background-position:-200px 0px;
}
.left_scroll li a.circle6{
	background-position:-250px 0px;
}
.left_scroll li a.circle7{
	background-position:-298px 0px;
}
.left_scroll li a:hover,.left_scroll li.current a{
	color:#fff
}
.left_scroll li a.circle1:hover,.left_scroll li.current a.circle1{
	background-position:-150px -49px;
}
.left_scroll li a.circle2:hover,.left_scroll li.current a.circle2{
	background-position:-100px -49px;
}
.left_scroll li a.circle3:hover,.left_scroll li.current a.circle3{
	background-position:-50px -49px;
}
.left_scroll li a.circle4:hover,.left_scroll li.current a.circle4{
	background-position:0px -49px;
}
.left_scroll li a.circle5:hover,.left_scroll li.current a.circle5{
	background-position:-200px -49px;
}
.left_scroll li a.circle6:hover,.left_scroll li.current a.circle6{
	background-position:-250px -49px;
}
.left_scroll li a.circle7:hover,.left_scroll li.current a.circle7{
	background-position:-298px -49px;
}

.left_scroll li.to_top a{
	background-position:0 0;
}
.left_scroll li.to_top a:hover{
	background-position:0 -50px;
}
.index1000 .left_scroll{
	display:none
}

/*列表详情页*/
.page{ width:100%; margin-left:auto; margin-right:auto;}
.page .phead{ padding:10px 0;}
.page .phead h2{ height:40px; line-height:40px; margin-bottom:5px; border-bottom:1px dotted #CCC; font-size:16px; color:#F60;}

.page .phead .pimg{ width:450px; float:left;}
.page .phead .pimg img{ width:450px; height:290px;}
.page .phead .info{ width:540px; float:right; line-height:30px; font-size:14px;}
.page .phead .info span{ color:#999; margin-left:20px;}
.page .pcont{ border:1px solid #D5D5D5; padding:10px; background-color:#FFF;}

.line-tab{ height:35px; line-height:35px; border-bottom:1px solid #DDD; color:#999; /*width:960px; z-index:10000;*/}
.line-tab a{ height:35px; font-size:16px; display:inline-block; padding: 0 10px;}
.line-tab a:hover{ text-decoration:none;}
.line-tab a.active{ position:relative; top:0; _top:1px; margin-bottom:-1px; border-bottom:1px solid #F60; color:#F60;
font-weight:;}

.collapsible-box .bhead{ position:relative; height:30px; line-height:30px; background-color:#F2F2F2; margin-top:10px; text-indent:28px; font-size:14px; color:#000;}
.collapsible-box .bcont{ padding:10px; color:#333; line-height:1.75em;}
.collapsible-box .bcont h4{ font-size:14px; color:#06C; margin-top:5px; margin-bottom:10px; }
.collapsible-box .bcont h4 .tit-desc{ line-height:20px; padding:5px 0 5px 90px;}
.collapsible-box .bcont .day{ position:relative; float:left; width:80px; height:25px; line-height:25px; margin-right:10px; font-weight:normal; color:#FFF; text-align:center; background-color:#F60; font-size:14px; border-radius:3px}
.collapsible-box .bcont .day:before{ content:""; position:absolute; *zoom:1;
	left:50%;
	margin-left:-5px;
	bottom:-10px;
	display:block;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:5px;
	border-color:#F60 transparent transparent transparent;
	border-style:solid dashed dashed dashed;
}
.collapsible-box .bcont .hotel{ color:#06C;}
.collapsible-box .bcont .hotel span{ color:red;}

.icon20{ position:absolute; top:5px; left:5px; display:inline-block; background-image:url(img/icon-word.png); background-position:no-repeat; width:20px; height:20px; vertical-align:-5px; margin-right:3px;}
.icon-calendar2{ background-position: 0 0;}
.icon-text{ background-position: 0 -20px;}
.icon-coin{ background-position: 0 -40px;}
.icon-coin-none{ background-position: 0 -60px;}
.icon-airplane{ background-position: 0 -80px;}
.icon-bell{ background-position: 0 -100px;}
.icon-vcard{ background-position: 0 -120px;}
.icon-office{ background-position: 0 -140px;}
.icon-tag{ background-position: 0 -160px;}

/*--------------*/
/* condition */
.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{
	color: #f60;
}
.box-condition{
	border:1px solid #ddd;
	background-color:#fff;
}
.box-condition .box-condition-hd{
	height:40px;
	border-bottom:2px solid #FF5918;
}
.tab-condition{
	height:40px;
}
.tab-condition .tab-item{
	float:left;
	height:40px;
}
.tab-condition .tab-item-more{
	position:relative;
	z-index:10;
	float:right;
	height:40px;
}
.tab-condition .active{
	background-color:#50b400;
}
.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:#FF5918;
	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: #FF5918 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: #FF5918 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:100px;
	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{
	height:32px;
	line-height:32px;
	padding:0;
	text-align:center;
}

.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:#FF5918;
	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:#FF5918;
	background-color:#FF5918;
	color: #fff;
}
.condition-groups .groups-ft .btn-check-more .icon-more{
	font-size:14px;
	font-family:Arial;
	color:#FF5918;
}
.condition-groups .groups-ft .btn-check-more:hover .icon-more{
	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;
	width:90px;
	padding:4px;
	border:1px solid #ddd;
	background-color:#fff;
	font-size:12px;
	color:#404040;
}
.form-search .input-w295{
	width:295px;
}
.form-search .input-w255{
	width:255px;
}
.form-search .btn-form-search{
	position:relative;
	height:30px;
	line-height:30px;
	padding-left:45px;
	padding-right:30px;
	border:0;
	background-color:#FF5918;
	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:#FB6D36;
	color:#fff;
}

/* sort */
.box-sort{
	margin-bottom:10px;
	width:998px;
	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 #FF5918;
	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:40px;
	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:240px;
	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;
}
.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:#f60;
}
.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 .menus-plan-oprate .hide-download{ display: none;}

.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;
}

.pd0{	padding:0;	}



/* box-line */
.box-line{
	border:1px solid #ddd;
	background-color:#fff;
}

.box-line > .hd{
	height:40px;
	border-bottom:2px solid #E04306;
	background-color:#f8f8f8;
}
.box-line > .hd-fixed{
	/* position:fixed; */
	/* top:0; */
	/* left:50%; */
	/* z-index:100; */
	width:1000px;
	/* margin-left:-499px; */
}
.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:#FF5918;
	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 #FF5918;
	font-weight:normal;
	font-size:16px;
	color:#FF5918;
}
.box-line > .bd > .section .section-bd{
	padding:10px 0;
	line-height:24px;
	color:#666;
	font-size:14px;
}
.box-line > .bd > .section .section-bd img{
	max-width: 100%;
}
.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:918px;
	overflow:hidden;
}
.trip-picture ul{
	width:928px;
}
.trip-picture ul li{
	float:left;
	width:299px;
	text-align:center;
	line-height:30px;
	margin-right:10px;
	margin-bottom:10px;
	color:#404040;
}
.trip-picture ul li img{
	width:289px;
	height:180px;
	padding:4px;
	border:1px solid #ddd;
}
/* icon */
.trip-box .icon{
	position: static;
    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;
}


/* 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:#C2C2C2;
	background-color:#FF5918;
	color:#fff;
}
.status-normal {
    background-color: #FF5918;
    color: #fff;
}
.table-green thead th{
	border-left:1px solid #C2C2C2;
}
.table-green tbody tr:nth-child(even){
	background-color:#F3F3F3;
}
.table-green tbody tr:hover{
	background-color:#FFFFCC;
}

/* bbs */
.box{
	min-height:300px;
	border:1px solid #ddd;
}
.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;
}

/* 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;}

/* 换页 */
.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:#50b400;
	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;
}


/*下载*/
.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;
}

/*无内容是显示图标*/
.no-msg .icon-no-msg {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url('../img/icon_msg.png') no-repeat center center;
}


/*
 * 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 #FF5918;
	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;
}
.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;
}

/* 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;
}
.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}


/*全局搜索*/
.search{
	background-color: #FFF;
    box-shadow: 0px 0px 3px #EEE;
    border: 1px solid #EEE;
    border-radius: 3px;
}
.search .form-search{
	background-color: #FFF;
	padding: 20px;
}
.form-select {
    padding: 5px 4px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-family: 'Source Han Sans CN';
}
.form-search .form-date {
    height: 20px;
    line-height: 20px;
    width: 90px;
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 12px;
    color: #404040;
}


/* notice */
.notice{
	width:980px;
	height:20px;
	margin:0 auto;
	line-height:20px;
	padding:5px 10px;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	font-size:14px;
	margin-top: -30px;
	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{
	line-height:20px;
	overflow: hidden;
}
.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;
}

.cpy-info{
	position: relative;
	padding: 0 25px;
	margin-top: -2px;
  font-size: 14px;
  border-top: none;
  border: 1px solid #eee;
  background: #f8f8f8;
  box-shadow: 0px 0px 3px #EEE;
}
.wrap .cpy-info{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	margin-top: -2px;
	box-sizing: border-box;
}
.cpy-info .cpyname{
	color: #FF5918;
}
.box-condition .cpy-info p{
	margin-right: 20px;
}
.cpy-info .item{
	position: relative;
	float: left;
	padding-left: 25px;
	margin-left: 30px;
	font-size: .9rem;
	color: #FF5918;
	box-sizing: border-box;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cpy-info .item:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.cpy-info .name:before{
	background-image: url(../img/icon_cpy_user.png);
}
.cpy-info .tel:before{
	background-image: url(../img/icon_cpy_tel.png);
}
