@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(/web/image/bg.jpg) no-repeat center top; background-attachment:fixed;}


/* -------------------------------------------------
 * header
 * -------------------------------------------------
*/

/* .header{ width:100%; z-index:99;}

topbar
.topbar{ height:40px; line-height:40px; border-bottom:1px solid #EEE; color:#DDD;}
.topbar a{ color:#61B3E9; text-decoration:none;}
.topbar a:hover{ color:#F90;}
.hello{ float:left; padding-left:190px;}
.qq-login{ display:inline-block; background:url(/web/image/qq-login.png) no-repeat 0 0; width:120px; height:24px; vertical-align:middle;}

logo
.logo {
	position:absolute; left:50%; margin-left:-500px; background-color:#FFF; width:170px; overflow:hidden; height:90px; text-align:center; z-index:1001; box-shadow:1px 1px 3px #333; display:table; padding:5px;
}		
.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{ width:100%; height:auto;}


---navbar---

.navbar{ background:url(/web/image/nav-repeat.png) repeat 0 bottom; padding-bottom:4px; position:relative; z-index:1000;}

class-menu
.class-menu{ position:relative; z-index:10000; margin-right:30px;}
.class-menu h3{ position:relative; z-index:10002; height:40px; line-height:40px; font-size:16px; font-weight:normal; background-color:#FB740C; color:#FFF; cursor:pointer; padding-left:28px; }
.class-menu h3 .icon{ position:absolute; z-index:10001; left:5px; top:50%; margin-top:-10px;}
.class-menu ul{  position:absolute; z-index:10003; top:40px; left:0; width:140px; padding:20px 0; background-color:#2FB2E8; background-color:rgba(0,168,231,0.7); _background-color:#2FB2E8; border:1px solid #8EB9E0; border:1px solid rgba(142,185,224,0.7); box-shadow:inset 0 0 1px rgba(140,211,241,0.5),inset 0 0 1px rgba(140,211,241,0.5); font-size:14px;}
.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:#FFF; 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:#21AEE4; 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:#2FB2E8; background-color:rgba(0,168,231,0.7); border:1px solid #8EB9E0; _background-color:#2FB2E8; border:1px solid rgba(142,185,224,0.7); box-shadow:inset 0 0 1px rgba(140,211,241,0.5),inset 0 0 1px rgba(140,211,241,0.5); width:200px;}
.class-sub-menu p{ height:35px; line-height:35px;}
.class-sub-menu p a{ display:block; height:35px; color:#FFF;}
.class-sub-menu p a:hover{ background-color:#21AEE4; color:#FFF; text-decoration:none;}

main-nav
.main-nav{ line-height:45px; padding-left:190px;}
.main-nav ul li{ float:left; height:45px;}
.main-nav ul li .icon-home{ display:inline-block; background:url(/web/image/icon-home.png) no-repeat 0 0; width:25px; height:20px; margin-top:12px;}
.main-nav ul li.select{ position:relative; z-index:10001;}
.main-nav ul li h3{ float:left; height:45px; line-height:45px; font-weight:normal; font-size:16px;}
.main-nav ul li h3 a{ float:left; height:45px; display:block; padding:0 10px; color:#FFF; white-space:nowrap;}
.main-nav ul li h3 a:hover,.main-nav ul li.hover h3 a{ background-color:#1D4C74; text-decoration:none; color:#FFF;}
.main-nav ul li.select h3 a{ position:relative; z-index:10001;}
.main-nav ul li.active{ background-color:#1D4C74;}
.main-nav ul li.active h3 a{ color:#FFF;}
.main-nav ul li.active h3 a:hover{ background-color:#1D4C74; 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:-10px;}

.sub-nav{ position:absolute; z-index:10003; top:35px; left:0; padding-top:10px; width:300px;}
.sub-nav .boxshadow{ background-color:#333; background-color:rgba(0,0,0,0.7); _background-color:#333;}
.sub-nav p{ height:30px; line-height:30px; text-indent:10px; border-bottom:1px solid #393A3B;}
.sub-nav p a{ display:block; height:30px; color:#FFF; font-size:14px; text-decoration:none; background:url(/web/image/dot.png) no-repeat 5px 12px; padding-left:10px;}
.sub-nav p a:hover{ background-color:#15273B; color:#FFF; text-decoration:none;}
 */
.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header{ width:100%; z-index:99;height: 90px;margin-bottom: 15px;}
.topbar{ height:40px; line-height:40px; border-bottom:1px solid #EEE; color:#DDD;}
.topbar a{ color:#61B3E9; text-decoration:none;}
.topbar a:hover{ color:#F90;}
.hello{ float:left; padding-left:190px;height: 40px;line-height: 40px;}
.qq-login{ display:inline-block; background:url(/web/image/qq-login.png) no-repeat 0 0; width:120px; height:24px; vertical-align:middle;}

.logo {
	position:absolute; left:50%; margin-left:-500px; background-color:#FFF; width:170px; overflow:hidden; height:90px; text-align:center; z-index:1001; box-shadow:1px 1px 3px #333; display:table; padding:5px;
}		
.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{ height:auto; max-height: 80px; width: auto;}

.icon-home{ display:inline-block; background:url(/web/image/icon-home.png) no-repeat 0 0; width:25px; height:20px; margin-top:12px;}

/* navbar */
.navbar{
	background: url(/web/image/nav-repeat.png) repeat 0 0;
    position: relative;
    z-index: 1000;
}

.class-nav{
	float: left;
}
.main-nav{
	position: relative;
	z-index: 21;
	height: 45px;
	line-height: 45px;
	margin-left: 200px;
}

/*main-nav-item*/
.main-nav .main-nav-item,
.main-nav .main-nav-item-more{	
	position: relative;
	z-index: 22;	
	float:left;
	height: 46px;
	display:none;
}
.main-nav .open{
	background-color: #1D4C74;
}
.main-nav .hover{
	background-color:#1D4C74; text-decoration:none; color:#FFF;
}
.main-nav .active{
	background: #1D4C74;
}
/*main-nav-link*/
.main-nav .main-nav-item .main-nav-link{
	position: relative;
	z-index: 24;
	display: block;
	height: 46px;
	line-height: 46px;
	padding-left:10px;
	padding-right:10px;
	font-size: 16px;
	color: #fff;
}
.main-nav .hover .main-nav-link{
	background-color:#1D4C74;
	color: #fff;
}
.main-nav .active .main-nav-link{
	background-color: #1D4C74;
	color: #fff;
}
.main-nav .active.hover .main-nav-link{
	background-color: #1D4C74;
	color: #fff;
}

.main-nav .main-nav-item-more .main-nav-link{
	position: relative;
	z-index: 24;
	display: block;
	height: 46px;
	line-height: 46px;
	padding-left:10px;
	padding-right:10px;
	font-size: 16px;
	color: #fff;	
}

/*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('/web/image/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 0;
	font-size: 0;
}
.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;
}
.main-nav .hover .main-nav-link .main-nav-arrow{
	background-position: 0 -6px;
}

/*sub-nav*/
.main-nav .main-nav-item .sub-nav-wrapper{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 23;
	width: 300px;
	background-color: #333;
    background-color: rgba(0,0,0,0.7);
	box-shadow: 0 0 3px #666;
	color: #fff;
}
.main-nav .hover .sub-nav-wrapper{
	display: block;
}
.sub-nav-wrapper .sub-nav{
	max-height:310px;
	overflow-y:auto;
	overflow-x:hidden;
	line-height: 30px;
}
.sub-nav-wrapper .sub-nav .sub-nav-item{
	height: 35px;
	line-height: 35px;
}
.sub-nav .sub-nav-item a{
	display: block;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    background: url(/web/image/dot.png) no-repeat 5px 12px;
    padding-left: 20px;
}
.sub-nav .sub-nav-item a:hover{ background-color:#15273B; color:#FFF; text-decoration:none;}

/*main-nav-drowdown-list*/
.main-nav .main-nav-item-more .main-nav-dropdown-list{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 150px;
	background-color: #333;
    background-color: rgba(0,0,0,0.7);
}
.main-nav .open .main-nav-dropdown-list{
	display: block;
}
.main-nav-dropdown-list .main-nav-item{
	float: none;
	width: 150px;
	height: 40px;
}
.main-nav-dropdown-list .hover{
	background-color: #50b400;
}
.main-nav-dropdown-list .main-nav-item .main-nav-link{
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding-left:20px;	
	padding-right: 10px;
	text-align: center;
}
.main-nav-dropdown-list .hover .main-nav-link{
	background-color:#15273B; 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-image: url('/web/image/sprite.png');
	background-repeat: no-repeat;
	background-position: -12px 0;
	line-height: 0;
	font-size: 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;
}


/* -------------------------------------------------
 * banner
 * -------------------------------------------------
*/

/*banner*/
.banner { position:relative; z-index:5; width:980px; height:395px; overflow:hidden; background-color:#FFF;}
.banner .pic{ position:relative; z-index:6;  width:980px; height:395px; overflow: hidden; }
.banner .pic img{ width:980px; height:395px; display:block;}


#bannerNum{ position:absolute; z-index:8; width:980px; text-align:center; bottom:10px; height:20px;  padding:0;}
#bannerNum li{ background:#FFF; height: 10px; overflow: hidden; width: 10px; cursor: pointer; display:inline-block; *display:inline; zoom:1; margin-right:5px; border-radius:10px; box-shadow:1px 1px 3px rgba(0,0,0,0.5);}
#bannerNum li.on{ background-color:#0085CE;}

.banner .prev,.banner .next{ position:absolute; z-index:7; width: 60px; height: 100px; display: none; cursor:pointer;  top:50%; margin-top:-50px; background:url(/web/image/direct.png) no-repeat;}
.banner .prev{ left:0; background-position:0 -100px; left:10px;} 
.banner .next{ right:0; background-position:0 -300px; right:10px;}
.banner .prev:hover,.banner .next:hover{ filter:alpha(opacity=80) !important;opacity:0.8 !important; }


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

/*vedio*/
.vedio ul li{ float:left; width:480px; padding:5px; background-color:#FFF; box-shadow:1px 1px 1px #AAA,-1px -1px 1px #AAA;}
.vedio ul li:hover{ box-shadow:1px 1px 3px #888,-1px -1px 3px #888;}

/*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 .form-search{
	position: relative;
	background: none;
    padding: 0;
    border: 0;
}
.type-search .form-search .input-text{
	background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 200px;
}
.type-search .form-search .btn-search{
	position: absolute;
	top: 5px;
	right: 4px;
	width: 20px;
	height: 20px;
	border: 0;
	background: url('/web/image/icon-search.png') center no-repeat;
}
.line-wrap{ width:960px; left:0; top:0; padding:20px;}
.line-title{ position:relative; padding-bottom:20px; color:#FFF;}
.line-title h3{ line-height:40px;}
.line-title  .more{ position:absolute; right:0; top:5px; background-color:rgba(0,0,0,0.3); *background-color:#333;  color:#FFF; font-size:16px; padding:3px 8px; *padding:2px 8px 4px;  text-decoration:none;}
.line-title .more:hover{ background-color:rgba(0,0,0,0.5); color:#FFF;}

/*line style1*/
.line-listview1{ width:1020px;}
.line-listview1 li{ float:left; margin-right:20px; margin-bottom:20px;}
.line-listview1 li a{ display:block; background-color:#FFF; text-decoration:none; color:#404040;}
.line-listview1 li h3{ height:30px; line-height:30px; border-bottom:1px dotted #CCC; font-size:14px; color:#000;  margin-bottom:1px;}
.line-listview1 li .desc{ line-height:20px; border-top:1px dotted #CCC; padding-top:5px; height:60px; overflow:hidden; color:#666;}
.line-listview1 li a:hover *{ color:-#FFF;}

.line-listview1 li.col3{ width:225px; margin-right:20px;}
.line-listview1 li.col3 img{ width:225px; height:150px;}
.line-listview1 li.col3 h3{ font-size:14px;}

.line-listview1 li.col4{ width:307px; margin-right:20px;}
.line-listview1 li.col4 img{ width:307px; height:200px;}
.line-listview1 li.col4 h3{ font-size:16px;}

.line-listview1 li.col6{ width:470px; margin-right:20px;}
.line-listview1 li.col6 img{ width:470px; height:310px;}
.line-listview1 li.col6 h3{ font-size:18px;}

.bgcolor2 .line-listview1 li a:hover{ background-color:#16a5c1;}
.bgcolor2 .line-listview1 li a:hover *{ color:#FFF;}
.bgcolor6 .line-listview1 li a:hover{ background-color:#009ad4;}
.bgcolor6 .line-listview1 li a:hover *{ color:#FFF;}
.bgcolor4 .line-listview1 li a:hover{ background-color:#d32a2f;}
.bgcolor4 .line-listview1 li a:hover *{ color:#FFF;}
.bgcolor1 .line-listview1 li a:hover{ background-color:#FC5A8F;}
.bgcolor1 .line-listview1 li a:hover *{ color:#FFF;}
.bgcolor3 .line-listview1 li a:hover{ background-color:#ff9800;}
.bgcolor3 .line-listview1 li a:hover *{ color:#FFF;}
.bgcolor5 .line-listview1 li a:hover{ background-color:#00B200;}
.bgcolor5 .line-listview1 li a:hover *{ color:#FFF;}

/*line-style2*/
.line-listview2{ width:1020px;}
.line-listview2 li{ float:left; margin-right:20px; margin-bottom:20px;}
.line-listview2 li a{ position:relative; z-index:9; display:block; background-color:#FFF; text-decoration:none; overflow:hidden;}
.line-listview2 li .desc{ position:absolute; z-index:10; left:0; background-color:#FFF; color:#666; border-bottom:1px solid #F2F2F2;}
.line-listview2 li .info{ position:absolute; z-index:11; left:0; background-color:#FFF; color:#000; transition: bottom ease .3s;}

.line-listview2 li.col3{ width:225px; height:370px;}
.line-listview2 li.col3 a{ height:370px;}
.line-listview2 li.col3 .imgCut{ position:relative; width:225px; height:300px; overflow:hidden;}
.line-listview2 li.col3 .imgCutBox{ position:absolute; left:50%; text-align:center; top:0; margin-left:-225px; width:450px; height:300px;}
.line-listview2 li.col3 .imgCutBox img{ width:auto; height:300px;}
.line-listview2 li.col3 .desc{ width:205px; bottom:-20px; padding:5px 10px; transition: bottom ease .3s;}
.line-listview2 li.col3 .info{ width:205px; bottom:0; padding:5px 10px; color:#404040;}
.line-listview2 li.col3 .info h3{ font-size:16px; height:25px; line-height:25px; color:#000;}
.line-listview2 li.col3 a:hover .desc{ bottom:70px;}

.line-listview2 li.col4{ width:307px; height:270px;}
.line-listview2 li.col4 a{ height:270px;}
.line-listview2 li.col4 .imgCut{ position:relative; width:307px; height:200px; overflow:hidden;}
.line-listview2 li.col4 .imgCutBox{ position:absolute; left:50%; text-align:center; top:0; margin-left:-225px; width:450px; height:300px;}
.line-listview2 li.col4 .imgCutBox img{ width:auto; height:220px;}
.line-listview2 li.col4 .desc{ width:287px; bottom:-20px; padding:5px 10px; transition: bottom ease .3s;}
.line-listview2 li.col4 .info{ width:287px; bottom:0; padding:5px 10px; color:#404040;}
.line-listview2 li.col4 .info h3{ font-size:16px; height:25px; line-height:25px; color:#000;}
.line-listview2 li.col4 a:hover .desc{ bottom:70px;}

.line-listview2 li.col6{ width:470px; height:355px;}
.line-listview2 li.col6 a{ height:355px;}
.line-listview2 li.col6 .imgCut{ position:relative; width:470px; height:300px; overflow:hidden;}
.line-listview2 li.col6 .imgCutBox{ position:absolute; left:50%; text-align:center; top:0; margin-left:-235px; width:470px; height:300px;}
.line-listview2 li.col6 .imgCutBox img{ width:auto; height:320px;}
.line-listview2 li.col6 .desc{ width:450px; bottom:-30px; padding:5px 10px; transition: bottom ease .3s;}
.line-listview2 li.col6 .info{ width:450px; bottom:0; height:35px; line-height:35px; padding:10px; color:#404040;}
.line-listview2 li.col6 .info h3{ font-size:18px; line-height:35px; color:#000;}
.line-listview2 li.col6 a:hover .desc{ bottom:55px;}

/*line-style3*/
.line-listview3{ width:1020px;}
.line-listview3 li{ float:left; margin-right:20px; margin-bottom:20px;}
.line-listview3 li a{ position:relative; z-index:9; display:block; background-color:#FFF; text-decoration:none; overflow:hidden;}
.line-listview3 li .info{ position:absolute; z-index:11; left:0; color:#FFF; transition: bottom ease .3s;}
.line-listview3 li .mask{ position:absolute; left:0; bottom:0; z-index:10; width:100%; height:100%; background-color:#000; filter:alpha(opacity=70); opacity:0.7; transition: bottom ease .3s;}
.line-listview3 li a:hover .mask,.line-listview3 li a:hover .info{ bottom:0;}

.line-listview3 li.col3{ width:225px; height:160px;}
.line-listview3 li.col3 a{ height:160px;}
.line-listview3 li.col3 img{ width:225px; height:160px;}
.line-listview3 li.col3 .info{ width:205px; height:160px; bottom:-125px; padding:0 10px; color:#fff; }
.line-listview3 li.col3 .info h3{ font-size:14px; height:35px; line-height:35px; color:#FFF; border-bottom:1px solid #666;}
.line-listview3 li.col3 .mask{  bottom:-125px;}


.line-listview3 li.col4{ width:307px; height:200px;}
.line-listview3 li.col4 a{ height:200px;}
.line-listview3 li.col4 img{ width:307px; height:200px;}
.line-listview3 li.col4 .info{ width:287px; height:200px; bottom:-165px; padding:0 10px; color:#fff; }
.line-listview3 li.col4 .info h3{ font-size:16px; height:35px; line-height:35px; color:#FFF; border-bottom:1px solid #666;}
.line-listview3 li.col4 .mask{  bottom:-165px;}

.line-listview3 li.col6{ width:470px; height:300px;}
.line-listview3 li.col6 a{ height:300px;}
.line-listview3 li.col6 img{ width:470px; height:300px;}
.line-listview3 li.col6 .info{ width:450px; height:300px; bottom:-255px; padding:0 10px; color:#fff; }
.line-listview3 li.col6 .tit{  border-bottom:1px solid #666; padding:5px 0; margin-bottom:10px;}
.line-listview3 li.col6 .info h3{ font-size:18px; height:35px; line-height:35px; color:#FFF;}
.line-listview3 li.col6 .mask{  bottom:-255px;}

/*only one line*/
.line-listview6 li{ width:960px;}
.line-listview6 li .pic{ float:left; width:480px; height:320x;}
.line-listview6 li .pic img{ width:480px; height:320px; }
.line-listview6 li .desc{ position:relative; z-index:12; width:470px; float:right; height:320px;}
.line-listview6 li .desc .mask{ width:470px; z-index:13; height:320px; position:absolute; left:0; top:0; background-color:#000; opacity:0.3; filter:alpha(opacity=30);}
.line-listview6 li .desc .desc-cont{ position:absolute; left:0; top:0; z-index:14; width:430px; height:280px; padding:20px;}
.line-listview6 li .desc h3{ font-size:20px; line-height:40px; border-bottom:1px dotted #ccc;}
.line-listview6 li .desc h3 a{ color:#FC0;}
.line-listview6 li .desc h3 a:hover{ color:#FC0; text-decoration:none;}
.line-listview6 li .desc .info{ color:#FFF;}


/*more-line listview */
.line-listview4{ width:960px; position:relative; height:500px;}
.line-listview4 li{ position:absolute; z-index:10;}
.line-listview4 li a{ display:block; position:relative;}
.line-listview4 li .info{ position:absolute; z-index:12; left:30px; top:50%; margin-top:-80px; width:200px; height:140px; padding:10px 30px; height:40px; line-height:40px; text-align:center; color:#000; }
.line-listview4 li .info h3{ border-bottom:1px dotted #333; margin-bottom:5px;}
.line-listview4 li .mask{ position:absolute; z-index:11; left:30px; top:50%; margin-top:-80px; width:240px; padding:10px; height:140px; background-color:#FFF; opacity:0.7; filter:alpha(opacity=70); transition: all ease .3s;}
.line-listview4 li.col4{ width:320px; height:250px;}
.line-listview4 li.col4 img{ width:320px; height:250px;}
.line-listview4 li.col4-2{ width:320px; height:500px;}
.line-listview4 li.col4-2 img{ width:320px; height:500px;}
.line-listview4 li a:hover .mask{ background-color:#000;}
.line-listview4 li a:hover .info{ color:#FFF;}

.line-listview5 li{ float:left; width:240px; height:200px;}
.line-listview5 li a{ display:block; width:240px; height:200px; color:#FFF; position:relative; z-index:10;}
.line-listview5 li .pic{ position:absolute; z-index:11; width:240px; height:200px; left:0; top:0;}
.line-listview5 li .pic img{ width:240px; height:200px;}
.line-listview5 li .mask{ position:absolute; z-index:12; width:240px; height:200px; left:0; top:0;  opacity:1; filter:alpha(opacity=100);  -webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s}
.line-listview5 li .bggray{ background-color:#52535C;}
.line-listview5 li .bgred{ background-color:#CA2625;}
.line-listview5 li h3{ position:absolute; left:0; top:0; z-index:13; width:240px; height:200px; line-height:200px; font-size:20px; text-align:center;}
.line-listview5 li a:hover .mask{ opacity:0.5; filter:alpha(opacity=50); -webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s}


/*breadcrumb*/
.breadcrumb{ color:#fff;}
.breadcrumb a{ color:#FFF;}
.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:#333; display:inline-block; margin-right:10px; margin-bottom:5px;}
.tabs1 a:hover{ background:#F8C231; color:#000; text-decoration:none;}
.tabs1 a.active{ background:#F8C231; color:#000; 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;}
.tabs2 li a:hover{ color:#F60; text-decoration:none;}
.tabs2 li.active{ position:relative; left:-3px; background-color:#F5F5F5; width:100%; border-left:3px solid #0185D8; font-weight:bold; text-indent:17px;}
.tabs2 li.active a{  color:#0185D8; text-decoration:none;}

/*box*/
.xp_box1{ background:#FFF;}
.xp_box1 h3{ color:#000; padding-left:20px;}

.xp_box2{ background:#FFF; color:#333; font-size:14px;}
.xp_box2 .bhead{ height:30px; line-height:30px; border-bottom:1px solid #CCC;} 
.xp_box2 .bhead h3{ float:left; position:relative; padding:0 10px; height:30px; border-bottom:1px solid #0185D8; top:0; _margin-bottom:-1px; color:#0185D8;}

.xp_box3{ color:#333;}
.xp_box3 .bdb{ border-bottom:1px dotted #CCC;}


/*table*/
.tablelist{border-top:1px solid #118CDF; background:#fff; line-height:25px;}
.tablelist thead 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(/web/image/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
 * -------------------------------------------------
*/

/*input,textarea*/
.form-txt{ padding: 3px;
border: solid 1px #CCC;
box-shadow: 1px 1px 3px #DDDDDD inset;}

/*button*/
.btn{ display:inline-block; border:0; padding:4px 10px 6px; color:#FFF; cursor:pointer; line-height:normal;}
.btn-large{ padding:7px 15px 9px;}.btn-small{ padding:3px 8px;}.btn-mini{ padding:1px 5px;}

.btn:hover{ color:#FFF; text-decoration:none;}
.btn-orange{ background-color:#FFA200; border:1px solid #FF9204;}
.btn-orange:hover{ background-color:#FFA815; border-color:#FD9200;}
.btn-red{ background-color:#E90712; padding:5px 10px; color:#FFF;}
.btn-red:hover{ background-color:#E10611;}


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

/*icon20*/
.icon{display:inline-block; width:20px; height:20px; background-image:url(/web/image/icon20.png); background-repeat:no-repeat;vertical-align: middle;}
.icon-home{ background-position:0 0; top:8px; left:0;}
.icon-list{ background-position:0 -20px; top:5px; left:5px;}
.has-sub-nav .icon-arrow-down{ display:inline-block; width:20px; height:20px; background-image:url(/web/image/icon20.png); background-repeat:no-repeat;vertical-align: middle;background-position:0 -40px; top:14px; 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(/web/image/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(/web/image/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
 * -------------------------------------------------
*/


/*bgcolor*/
.bgcolwhite{ background:url(/web/image/bgwhite.png) repeat 0 0;}
.bgcolblack{ background:url(/web/image/bgblack.png) repeat 0 0;}
.bgcolor6{ background:url(/web/image/bgblue2.png) repeat 0 0;}
.bgcolor2{  background:url(/web/image/bgblue.png) repeat 0 0;}
.bgcolor1{  background:url(/web/image/bgred2.png) repeat 0 0;}
.bgcolor4{  background:url(/web/image/bgred.png) repeat 0 0;}
.bgcolor3{  background:url(/web/image/bgorange.png) repeat 0 0;}
.bgcolor5{  background:url(/web/image/bggreen.png) repeat 0 0;}
.bgcolor8{  background:url(/web/image/bgblue.png) repeat 0 0;}
.bgcolor7{  background:url(/web/image/bgred2.png) repeat 0 0;}
.bgcolor9{  background:url(/web/image/bgorange.png) repeat 0 0;}


/* color*/
.colblue{ color:#00B8FE;}
.colblue2{ color:#7BC1FF;}
.colred{ color:#E90712;}
.colorange{ color:#FC0;}

/*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{ color:#FFF; margin-top:20px; font-size:14px; color:#DDD;}
.footer a{ color:#FFF;}
.footer a:hover{ color:#F60; text-decoration:underline;}
.foot-menu{ border-bottom:1px solid #555;}
.foot-menu a{ padding:0 10px; color:#DDD;}
.wechat{ width:100px; float:right; padding:20px;}

/*footer2*/
.footbar{ background-color:#0185D8;}
.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-bottom:5px;}
.foot-guide dl dd a{ color:#06C;}
.foot-guide dl dd a:hover{ color:#F90; text-decoration:underline;}
.copyright{ border-top:1px solid #E5E5E5;}


/* -------------------------------------------------
 * 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(/web/image/phone.png) no-repeat 0 0; padding-left:60px;}


/*left-side-nav*/
.hide{ display:none;}
.left_scroll li a{
	text-align:center;
	background:url(/web/image/fixed-menu.png) no-repeat;
}
.left_scroll li.to_top a{ background:url(/web/image/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:"Microsoft Yahei";
	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
}


/* pagination */
.pagination{ 
	height:26px; 
	text-align:center; 
	font-family:'Microsoft Yahei';
}
.pagination .prev,.pagination .next{ font-family:'Simsun';}
.pagination span,.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 9px; 
	border-radius:2px; 
	height:24px; 
	line-height:24px; 
	margin:0 1px; 
	font-size:12px;
	border:1px solid #ddd;
	background-color:#eee;
	color:#aaa;
}
.pagination a{
	cursor:pointer; 
	background:#f5f5f5;
	border-color:#ddd;
	color:#666;
	text-shadow:1px 1px 0px #ffffff;	
}
.pagination a:hover{ 
	border-color:#2EB9B6;
	color:#2EB9B6;
}
.pagination a.active{
	background: #F15F85;
    border-color: #fff;
	color:#FFF;
	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
}

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


/* 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('/web/image/icon-search.png') no-repeat 0 0;
	vertical-align:middle;
}
.form-search .btn-form-search:hover{
	background-color:#0F9BF3;
	color:#fff;
}

.form-search .btn-refresh {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border: 1px solid #ddd;
    background-color: #fafafa;
    color: #404040;
    cursor: pointer;
    font-size: 14px;
}
.form-search .btn-refresh:hover{
	border-color:#ccc;
	background-color:#fff;
	color:#f60;
}

/* sort */
.box-sort{
	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('/web/image/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('/web/image/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('/web/image/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;
}

.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-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{
    display:inline-block;
    width:18px;
    height:18px;
    background-image:url('/web/image/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%;
	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;
}

/* 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('/web/image/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('/web/image/icon_word.png');
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}

/* notice */
.notice{
	width: 980px;
	margin:0 auto;
	height:20px;
	line-height:20px;
	padding:10px;
	background-color:rgba(255,255,255,.7);
	color:#333;
	font-size:16px;
	margin-top: 10px;
	z-index: 1000;
    position: relative; 
}
.notice .inner{
	position:relative;
	height:20px;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.notice h3{
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	font-size:16px;
	font-weight:bold;
	color:#202020;
}
.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:#333;
}
.icon32-notice-white {
    background-position: 0 0;
}
.icon32 {
    display: inline-block;
    width: 19px;
    height: 15px;
    background-image: url("/web/image/ico_notice.png");
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.btn-div .btn-not{ color: #eee; background: #ccc;}
.btn-div .btn-not:hover{ color: #eee; background: #ccc; cursor: not-allowed;}
