﻿@charset "utf-8";
/* ==================================================================== */
/* ====  中企动力合肥-H.yIng专用主样式表  www.ce.net.cn  v0806 UTF-8  ==== */
/* =================================================================== */

/* ============================全局设置开始============================== */
body { padding: 0; margin: 0 auto; text-align: center; background:#136467 center top url(bg.jpg); }
body,div,table,form,p,select,input,textarea,option,a {
	font-family: Helvetica, Verdana, Arial, sans-serif; padding: 0; margin: 0 auto;
	line-height: 150%; font-size: 12px; color: #666;
}
* { margin:0px; padding:0px;}
img {border: 0;}
div,table { text-align:left;}
ul, li {margin: 0; padding: 0; list-style-type:none; }

/* ====全局表单元素定义==== */
input { height:20px;}
input,textarea{ padding: 0 2px; line-height:20px;}
.inputblur { border: 1px #ccc double; background-color: #fefefe;}
.inputfocus { border: 1px #b8e3ff double; background-color: #f2faff;}
.button { width:70px; height: 25px; line-height:120%; background-image: url(button_bg.gif);}

/* ====通用常用引用样式==== */
.clear { clear:both;}
.box_border { border:1px solid #b8e3ff;}
.box_bg { background-color:#f2faff; margin:1px; overflow:hidden;}

/* ====链接样式==== */
a { color: #333; text-decoration: none; }
a:hover { color: #06c; text-decoration: none; }

a.l_menu { color: #ffc; }
a.l_menu:hover { color: #c3dd9e; }

/* ====扩展滤镜(图片自动缩放)==== */
/*#xxx img { 
	max-width:300px;border:1px solid #eee;
	width:expression(document.body.clientWidth>document.getElementById("xxx").scrollWidth*9/10? "300px": "auto" );
}*/
/* ============================布局部分开始============================== */

/* -----首页部分----- */


/* -----公用头部部分----- */


/* -----导航/Banner部分----- */
#menu li { width:80px; height:25px; overflow:hidden; float:left;}
#menu li a { width:76px; height:23px; display:block; border:1px solid #ccc; background:#eee;}
#menu li a:hover { border:1px solid #C2F589; background:#C2F589;}
#menu li ul { position:absolute;position:absolute;margin-top:-1px;margin-left:-40px; display:none;}
#menu li ul li { width:80px; height:25px; float:none; overflow:hidden;}
#menu li ul li a { width:76px; height:23px; display:block; border:1px solid #ccc; background:#eee;}
#menu li ul li a:hover { border:1px solid #187DCF; background:#CEDFFB;}

/* -----主体内容部分----- */


/* -----侧栏部分----- */


/* -----底部部分----- */


/* -----标签切换----- */
#tag { width:400px; margin:0 0 0 10px; height:23px;}
#tag li { float:left; background:url(tagleft.gif) no-repeat left bottom; margin:0 1px 0 0; height:23px; }
#tag li a { float:left; padding:0 10px; background:url(tagright.gif) no-repeat right bottom; line-height:23px;}

#tag li.selectTag { background-position:left top; position:relative; height:25px; margin-bottom:-2px;}
#tag li.selectTag a { background:url(tagright.gif) no-repeat right top; height:25px; line-height:25px; margin-bottom:-2px;}

#tagContent { clear:both; border:1px solid #aecbd4; background:url(bg.gif) repeat-x; height:300px; padding:1px;}
.tagContent { display:none; margin:3px 5px;}
#tagContent .selectTag { display:block;}
/* ===============================结束================================= */