
/** 默认风格 */
.tabhost-default .static-tabs{
	background:url(images/point.png) repeat-x left bottom;
}
.static-tabs .right{float:right}
.static-tabs .more{float:right;color:#666;line-height:32px;margin-right:10px}
.static-tabs .more:hover{color:#0050bd}

.tabhost-default .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-default .static-tabs .tab.select{
	background:#fff;
	border-top:2px solid #2386e2;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}
.tabhost-default .static-tabs .tab.select.first{
	background:#fff;
	border-left:1px solid transparent;
}

/** 蓝色风格 */
.tabhost-blue .static-tabs{
	border-top:2px solid #2386e2;
	background:#f0f0f0;
}
.tabhost-blue .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-blue .static-tabs .tab.select{
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

/** 红色风格 */
.tabhost-red .static-tabs{
	border-top:2px solid #a00000;
	background:#f0f0f0;
}
.tabhost-red .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-red .static-tabs .tab.select{
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

/** 绿色风格 */
.tabhost-green .static-tabs{
	border-top:2px solid #007c20;
	background:#f0f0f0;
}
.tabhost-green .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-green .static-tabs .tab.select{
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

/** 黄色风格 */
.tabhost-yellow .static-tabs{
	border-top:2px solid #e15a00;
	background:#f0f0f0;
}
.tabhost-yellow .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-yellow .static-tabs .tab.select{
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

/** 金色风格 */
.tabhost-gold .static-tabs{
	border-top:2px solid #af874b;
	background:#f0f0f0;
}
.tabhost-gold .static-tabs .tab{
	padding-left:15px;
	padding-right:15px;
}
.tabhost-gold .static-tabs .tab.select{
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}

/** 特殊风格 */
.tabhost-special {
	height:260px ;
}
.tabhost-special .static-tabs{
	background:url(images/tab-special-bg.png) repeat-x 0 3px;
	padding-left:10px;
	position:relative;
	height:36px;
	overflow:hidden;
}
.tabhost-special .alias span{color:#d20000;font-weight:bold;font-size:16px}
.tabhost-special .alias{display:block;overflow:hidden;border-top:2px solid #d20000;clear:both;line-height:35px;height:40px;}
.tabhost-special .static-tabs .tab{
	padding-left:10px;
	padding-right:20px;
	line-height:36px;
	height:36px;
	color:#2f7ec9;
}
.tabhost-special .static-tabs a{
	float:left;
	display:block;
}
.tabhost-special .static-tabs a.select{
	background:url(images/point-blue-3.png) repeat-x #fff;
}
.tabhost-special .static-tabs .tab.select{
	background:url(images/tab-special.png) no-repeat top right ;
	border-left:1px solid #a4b6dc;
	color:#015fc1;
	font-weight:bold
}

/** 特殊风格自动调节 */
.tabhost-special-auto {
	height:auto;
	overflow:hidden;
}
.tabhost-special-auto .static-tabs{
	background:url(images/tab-special-bg.png) repeat-x 0 3px;
	padding-left:10px;
	position:relative;
	height:36px;
	overflow:hidden;
}
.tabhost-special-auto .alias span{color:#d20000;font-weight:bold;font-size:16px}
.tabhost-special-auto .alias{display:block;overflow:hidden;border-top:2px solid #d20000;clear:both;line-height:35px;height:40px;}
.tabhost-special-auto .static-tabs .tab{
	padding-left:10px;
	padding-right:20px;
	line-height:36px;
	height:36px;
	color:#2f7ec9;
}
.tabhost-special-auto .static-tabs a{
	float:left;
	display:block;
}
.tabhost-special-auto .static-tabs a.select{
	background:url(images/point-blue-3.png) repeat-x #fff;
}
.tabhost-special-auto .static-tabs .tab.select{
	background:url(images/tab-special.png) no-repeat top right ;
	border-left:1px solid #a4b6dc;
	color:#015fc1;
	font-weight:bold
}
/** 图片浮动样式 */
.img-float .item{float:left;margin-left:4px;}

/** 无tab标签栏，条目浮动 */
.img-float-you .static-tabs{display:none}
.img-float-you .item{float:left;margin-right:10px}

/** 无tab标签栏，条目滚动 */
.img-scrollleft .static-tabs{display:none}
.img-scrollleft .item{float:left;margin-right:10px}

/** 无tab标签栏，条目标题高亮*/
.notab-normal .static-tabs{display:none}

/** 无tab标签栏，条目标题高亮*/
.notab-highlight{height:135px;overflow:hidden}
.notab-highlight .static-tabs{display:none}
.notab-highlight .item-title{
	text-align:center;
	line-height:26px;
	padding-left:20px;
	padding-right:20px;
}
.notab-highlight .item-title .label{
	font-size:16px;
	color:#ca0610;
	font-weight:bold;
	float:left;
}
.notab-highlight .descri{
	clear:both;
	white-space: none;
	font-size:12px;
	color:#777;
	line-height:22px;
	margin:10px;
	*margin:5px;
}
/** 公示公告样式 */
.c-gongshigonggao{
	padding-left:50px;
	height:110px;
	background:url(images/gongshigonggao.gif) no-repeat 0 0;
}
.c-gongshigonggao *{
	backgroung:transparent;
}
.c-gongshigonggao .static-tabs{display:none}
.c-gongshigonggao .item-title{
	text-align:center;
	line-height:22px;
	padding-left:20px;
	padding-right:20px;
}
.c-gongshigonggao .item-title .label{
	font-size:16px;
	color:#ca0610;
	font-weight:bold;
	
}
.c-gongshigonggao .item .label{background-position:3px 5px;}
.c-gongshigonggao .item span{line-height:20px;}
.c-gongshigonggao .item .time{display:none}

.c-gongshigonggao .descri{
	font-size:12px;
	color:#777;
	line-height:22px;
	*padding:5px;
}
/** 企业展台 */
.home-guanggao-2-youbian{}
.home-guanggao-2-youbian .item span{line-height:18px;}
.home-guanggao-2-youbian .item{margin-top:0px;margin-bottom:0;background:#000}