www.bfi888.com@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------
 * html
 * -------------------------------------------------
*/

/*body{ background:url() no-repeat center bottom;  background-attachment:fixed;}*/
.wrap{  overflow-x:hidden;}

/* -------------------------------------------------
 * 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;}

/*topbar*/
.topbar{ height:35px; line-height:35px; background-color:#0185D8; color:#FFF;}
.hello{ float:left;}
.qq-login{ display:inline-block; background: url(/static/image/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:no-repeat;}

/*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;}
.split-line{color: #fff; margin: 0 5px;}

/*---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;}
/*.has-sub-nav{ display:block;}*/

/*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{ z-index: 1002;}
.main-nav ul li.hover h3{ background-position:0 -70px;}
.main-nav ul li.hover h3 a{ background-position:right -70px; 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 -70px;}
.main-nav ul li.active h3 a{ background-position:right -70px; color:#FFF;}
.main-nav ul li h3 a .icon{ display:none;}
.main-nav ul li.select h3 a{ padding-left:10px; padding-right:21px;}
.main-nav ul li.has-sub-nav 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;}

.aside-bar h3{ height:45px; line-height:45px; background-color:#298EE8; color:#FFF; text-align:center; font-weight:normal; font-size:16px; border-radius:5px 5px 0 0;}
.aside-nav{ background-color:#EBF0F3;}
.aside-nav{ background-color:#FFF; text-align:center; border:1px solid #EEE; border-bottom:0;}
.aside-nav li{ border-bottom:1px solid #EEE;}
.aside-nav li a{ display:block; color:#666; font-size:14px; line-height:20px; padding:10px;}
.aside-nav li a:hover{ background-color:#F5FAF9;  color:#f60;}
.aside-nav li.active{ background-color:#FF8F00;}
.aside-nav li.active a{ color:#FFF;}
.aside-nav li.active a:hover{ background-color:#E8F1FB; color:#06C;}

.aside-fixed{ position:fixed; left:50%; margin-left:-500px; top:0;}



/* -------------------------------------------------
 * banner
 * -------------------------------------------------
*/
.banner{ width:1000px; position:relative;  height:400px; background-color:#FFF; text-align:center; z-index:10;overflow: hidden;}
.banner .pic{ position:relative; z-index:6;  width:1000px; height:400px;}
.banner .pic img{ width:1000px; height:400px; display:block;}

.banner .bd{ z-index:11; margin:0 auto; overflow:hidden;}
.banner .bd ul li{ width:1000px;  height:400px; overflow:hidden; text-align:center;}
.banner .bd ul li a{ display:block; height:400px; }
.banner .hd{ width:100%;  position:absolute; z-index:12; bottom:0; left:0; height:30px; line-height:30px; margin-bottom: 30px;}
.banner .hd{ text-align:center; }
.banner .hd li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; border:2px solid #FFF; margin-right:5px; overflow:hidden; background:#2B7ABF; border-radius:100%;}
.banner .hd .on{ background:#F90; }

.banner .prev,.banner .next{ position:absolute; z-index:7; width: 73px; height:143px; display: block; cursor:pointer;  top:110px; background:url(img/direct.png) no-repeat;}
.banner .prev{ left:0; background-position:0 0; left:-100px;}
.banner .next{ right:0; background-position:0 -143px; right:-100px;}

/*form*/
.form-label{ padding:0 5px 0 20px;}
.form-select{ border:1px solid #DDD; padding:3px; color:#666;}
.form-select option{ color:#666;}
.form-text{ border:1px solid #DDD; padding:5px; height:18px; line-height:18px;}
/*btn*/
.btn{ display:inline-block; *display:inline; *zoom:1; padding:3px 12px; background-color:#F5F5F5; color:#666; border:1px solid #DDD;}
.btn:hover{ background-color:#F60; color:#FFF; border-color:#F26100;}
.btn-blue{ background-color:#297ABF; color:#FFF; border-color:#2570AD;}
.btn-blue:hover{ background-color:#2C82C9; color:#FFF; border-color:#22669D;}

.btn-orange{ background-color:#FF8000; color:#FFF; border-color:#F27900;}
.btn-green{ background-color:#119633; border-color:#0E7E2B; color:#FFF;}
.btn-green:hover{ background-color:#13AA39; border-color:#119B34;}

.btn-tag{ background-color:#FFF; border-radius:3px; padding:2px 8px; border:1px solid #DDD; color:#666; font-size:14px;}

.radius{ border-radius:3px;}


/* -------------------------------------------------
 * 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;
}
.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;}
.line-listview li a{ position:relative; z-index:10; display:block; text-decoration:none; color:#404040; cursor:pointer;}
.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; border-bottom:1px solid #CCC; border-top:1px solid #CCC;}
.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:100%; width:auto;}

.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:307px;}
.line-listview li.col4 .layer{ width:325px; height:438px;}
.line-listview li.col4 .imgWrap{ width:307px; height:300px;}
.line-listview li.col4 .imgBox{ width:450px; height:300px;  margin-left:-225px;}

.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:180px;}

.line-listview1 li.col3{  width:235px;}
.line-listview1 li.col3 img{  width:235px; height:130px;}

.line-listview1 li.col6{  width:490px;}
.line-listview1 li.col6 img{  width:490px; height:273px;}

.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:250px;}
.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 .read-more{ position:absolute; right:0; bottom:0; height:25px; background-color:#FFF; color:#2EB9B6;}
.desc .desc-item .read-more:hover{ color:#F60;}

.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;}

/*pages*/
.pages{ height:30px;}
.pages a,.pages span{ display:inline-block; *display:inline; *zoom:1; border:1px solid #DDD; background-color:#FFF; color:#666; height:28px; line-height:28px; padding:0 10px; border-radius:2px; margin:0 1px; box-shadow:1px 1px 2px rgba(0,0,0,0.1); text-decoration:none;}
.pages span{ background-color:#F5F5F5; color:#999; cursor:default;}
.pages a:hover{ background-color:#F1F1F1; color:#333; border-color:#BBB;}
.pages span.current{ background-color:#0185D8; border-color:#0171B4; color:#FFF;}

.turn-page{ height:25px; line-height:25px;}
.turn-page li a{ color:#2eb9b6; text-decoration:none;}
.turn-page li a:hover{ color:#F60; text-decoration:underline;}

/*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:170px;  display:block;  color:#000; font-size:16px; text-indent:15px; background-color:#EEE; transition:all ease-in .5s;}
.side-nav ul li a:hover,.side-nav ul li.active a{ width:190px; 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:#0185D8;}
.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;}

/*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{ table-layout:fixed; border-top:1px solid #118CDF; background:#fff; line-height:25px; z-index:20;}
.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;}
a.order-btn{ display:block; width:65px; margin:0 auto; height:22px; line-height:22px; text-align:center; color:#327BB9;}
a.order-btn:hover{ 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(file:///F|/Site/images/titleBg.gif) repeat-x left -12px;}
.tableedit thead td{background:url(file:///F|/Site/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(file:///F|/Site/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{ border-top:3px solid #1695E5; margin-top:30px;}
.foot-guide dl{ float:left; margin-right:49px; line-height:22px;}
.foot-guide dl.bdr{ border-right:1px dotted #CCC;}
.foot-guide dl.mr0{ margin-right:0px;}
.foot-guide dl dt{ font-size:14px; padding-top:5px; padding-bottom:5px;  line-height:30px;}
.foot-guide dl dd a{ color:#06C;}
.foot-guide dl dd a:hover{ color:#F90; text-decoration:underline;}
.copyright{ border-top:1px solid #E5E5E5; text-align:center;  line-height:22px;}




/* -------------------------------------------------
 * 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:-580px;
	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
}

/*icon*/
.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;}

/*内部样式*/
.J_planInfo{
	position:relative;
	z-index:10;
}
.J_planInfo .tip-info{
	display:none;
	position:absolute;
	top:100%;
	left: 50%;
	z-index:11;
	width:200px;
	margin-left: -100px;
	background-color: #000;
	opacity: 0.8;
	padding:5px;
	border-radius:5px;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
}
.J_planInfo .tip-info:before{
	content: "";
	position: absolute;
	z-index: 12;
	left:50%;
	top:-10px;
	width:0;
	height: 0;
	border-width: 5px;
	border-style: dashed dashed solid dashed;
	border-color:transparent transparent #000000 transparent;
	opacity: 0.9;
}
/*lineList style*/
.J_planInfo{
	position:relative;
	z-index:10;
}
.J_planInfo .tip-info{
	display:none;
	position:absolute;
	top:100%;
	left: 50%;
	z-index:11;
	width:200px;
	margin-left: -100px;
	background-color: #000;
	opacity: 0.8;
	padding:5px;
	border-radius:5px;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
}
.J_planInfo .tip-info:before{
	content: "";
	position: absolute;
	z-index: 12;
	left:50%;
	top:-10px;
	width:0;
	height: 0;
	border-width: 5px;
	border-style: dashed dashed solid dashed;
	border-color:transparent transparent #000000 transparent;
	opacity: 0.9;
}

/*lineItem style*/
img{ border:0;}
em{ font-style:normal;}
/*a{ color:#06C; text-decoration:none;}
a:hover{ color:#F60; text-decoration:underline;}*/
.l{ float:left;}.r{ float:right;}
.n{ font-weight:normal;}
.fs{ font-family:'宋体';}
.ml10{ margin-left:10px;}
.clearfix:after{content:""; display:block; clear:both;}
.clearfix{zoom:1;}


.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{ height:30px; line-height:30px; font-size:14px; color:#06C; margin-top:5px; margin-bottom:10px; }
.collapsible-box .bcont .day{ position:relative; display:inline-block; 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 */
.box-condition{
	border:1px solid #ddd;
	background-color:#fff;
}
.box-condition .box-condition-hd{
	height:40px;
	border-bottom:2px solid #0185D8;
}
.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:#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:#0185D8;
	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: #0185D8 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: #0185D8 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{
	height:32px;
	line-height:32px;
	padding:0 10px;
	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:#0185D8;
	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:#0185D8;
	background-color:#0185D8;
	color: #fff;
}
.condition-groups .groups-ft .btn-check-more .icon-more{
	font-size:14px;
	font-family:Arial;
	color:#0185D8;
}
.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;
	width:90px;
	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:#0185D8;
	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:#0F9BF3;
	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 #0185D8;
	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;
}


/* box-line */
.box-line{
	border:1px solid #ddd;
	margin-top:10px;
	background-color: #fff;
}

.box-line > .hd{
	height:40px;
	border-bottom:2px solid #0185D8;
	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:#0185D8;
	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 #0185D8;
	font-weight:normal;
	font-size:16px;
	color:#0185D8;
}
.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: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:#0E8FE0;
	background-color:#0185D8;
	color:#fff;
}
.status-normal {
    background-color: #0185D8 !important;
}
.table-green thead th{
	border-left:1px solid #9FC383;
}
.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;
}
/* pagination */
.pagination{
	height:26px;
	text-align:center;
	font-family:'Source Han Sans CN';
}
.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:#2EB9B6;
	color:#2EB9B6;
}
.pagination a.active{
	background:#2EB9B6;
	border-color:#2EB9B6;
	color:#FFF;
	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
}

/* 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;
}



.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;
}

.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;
}
.list-text2 li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}


/* 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;
}

/*
 * 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 #0185D8;
	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;
}

/* 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;
}

.btn-div .btn-not{ color: #eee; background: #ccc;}
.btn-div .btn-not{ color: #eee; background: #ccc; cursor: not-allowed;}

.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: #0185D8;
}
.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: #0185D8;
	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);
}
