﻿@charset "utf-8";
/* ==================================================================== */
/* ====  中企动力合肥-H.yIng专用主样式表  www.ce.net.cn  v0801 UTF-8  ==== */
/* =================================================================== */

/* ====全局设置开始==== */
body {
	background:#FFF center top url(bg.jpg) repeat-x ;
	padding: 0; margin: 0 auto; text-align: center;
}
body,div,table,form,p,select,input,textarea,option,a {
	color: #595959;
	font-size: 12px;
	line-height: 120%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
}
* { margin:0px; padding:0px; }
div,table { text-align:left; }
ul {margin: 0px; padding: 0px; list-style-type:none;}
li {margin: 0px; padding: 0px; list-style-type:none;}
img {border: 0; vertical-align:middle;}

/* ====全局表单元素定义==== */
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 { height: 23px; line-height:120%; background-image: url(button_bg.gif);}

/* ====通用常用样式==== */
.clear { clear:both;}
.font_content { text-align:justify; text-justify:inter-ideograph;}
.box_border { border:1px solid #b8e3ff; padding:1px;}
.box_bg { background-color:#f2faff; overflow:hidden;}

/* ====链接样式==== */
a { color: #333; text-decoration: none; }
a:hover { color: #06c; text-decoration: underline; }

a.l_menu { color: #fff; }
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" );
}
/* ============================布局部分开始============================== */

/* -----头部部分----- */
#top_bg { width:1002px; height:110px; background:url(top_bg.jpg) top left no-repeat; text-align:right; overflow:hidden;}
#tcon { width:210px; height:45px; margin:18px 31px 14px auto;}
.banner_bg { width:961px; height:201px; margin:5px auto 3px auto; overflow:hidden;}

/* -----导航部分----- */
#menu_bg { width:806px; height:32px; margin:auto 20px auto auto; overflow:hidden;}
#menu_r { width:10px; height:32px; background:url(menu_r.jpg); float:right;}
#menu_l { width:10px; height:32px; background:url(menu_l.jpg); float:left;}
#menu { width:786px; height:32px; background:url(menu_bg.jpg) left repeat-x; line-height:32px; color:#fff; text-align:center; float:right; overflow:hidden;}
#menu ul { margin:auto 37px;}
#menu li { width:89px; height:32px; overflow:hidden; float:left;}
#menu li a { width:89px; height:32px; display:block; line-height:32px; color:#fff;}
#menu li a:hover { background:url(menu_2bg.jpg); text-decoration:none; font-weight:bold;}

/* -----侧栏部分----- */
#sidebar { width:240px; background:#f4f4f4; overflow:hidden; float:left;}
.left_content { margin:3px 10px; }

#leftbar li { width:215px; height:28px; overflow:hidden; margin:2px auto;}
#leftbar li a { width:215px; height:28px; overflow:hidden; background:url(l_a_1.jpg); display:block; line-height:30px; color:#737183; padding-left:33px;}
#leftbar li a:hover { background:url(l_a_2.jpg); text-decoration:none; font-weight:bold; color:#0066FF;}

/* -----主体内容部分----- */
#main_bg { width:962px;}
#right_bg { width:712px; background:#f4f4f4; overflow:hidden; float:right}
#t_bg { width:712px; height:48px;  background:url(t_bg.jpg) top no-repeat;}
#t_text { margin:auto auto auto 35px; line-height:43px; font-weight:bold; color:#737183;}
#content { line-height:23px; text-align:justify; text-justify:inter-ideograph; margin:1px 15px 10px 15px;}

/* -----底部部分----- */
#end_bg { text-align:center; line-height:22px; clear:both;}

/* -----标签切换----- */
#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;}

/* ===============================结束================================= */
