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

/* ============================全局设置开始============================== */
body { padding: 0; margin: 0 auto; text-align: center; background:#FFF 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: 120%; font-size: 12px; color: #666;
}
* { margin:0px; padding:0px; }
div,table { text-align:left; }
ul, li {margin: 0; padding: 0; list-style-type:none;}
img {border: 0;}

/* ====全局表单元素定义==== */
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;}
.f_content { text-align:justify; text-justify:inter-ideograph;}
.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: 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_logo { width:1002px; height:80px; overflow:hidden; }
#banner_bg { width:1002px; height:253px; overflow:hidden; background:url(banner_bg.jpg); text-align:center;}
#banner_2 { margin:5px 45px;}

#ban_r { width:360px; float:right; margin:35px 0 auto 0;}
#ban_l { width:550px; float:left; text-align:center;}

/* -----导航/Banner部分----- */
#menu_bg { height:30px; background:url(menu_bg.jpg); text-align:center; line-height:30px; overflow:hidden; border:1px solid #b2b5b7; letter-spacing:1px; color:#595959; }
#menu_bg a { font-weight:bold; color:#595959;}
#menu_bg a:hover { text-decoration:none; color:#f60;}


/* -----主体内容部分----- */
#main_bg { width:100%; }
.main_cont { text-align:justify; text-justify:inter-ideograph; line-height:23px;}
#main_about { width:190px; height:220px; overflow:hidden; background:url(about.jpg); float:right; margin:0 0 10px 10px;}

.9c0t { font-size:16px; font-weight:bold; color: #020;}

/* -----侧栏部分----- */
#right_bg { width:182px; overflow:hidden; }
.right_t { width:182px; height:26px; background:url(left_t_bg.jpg); line-height:26px; overflow:hidden; padding-left:10px; color:#fff; font-weight:bold;}
.right_content { margin:5px auto; text-align:justify; text-justify:inter-ideograph;}

/* -----底部部分----- */
#end_bg { width:1002px; height:75px; overflow:hidden; clear:both; background:url(end_bg.jpg); text-align:center;}
#end_content { margin:10px auto; text-align:center;}

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