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

/* ============================全局设置开始============================== */
body { padding: 0; margin: 0 auto; text-align: center; background:#e0eef5 center top ; }
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: #487082;
}
* { 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);}
.inp { border:1px solid #7dc32f;}

/* ====通用常用引用样式==== */
.clear { clear:both;}
.box_border { border:1px solid #b8e3ff;}
.box_bg { background-color:#f2faff; margin:1px; overflow:hidden;}

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

a.l_menu { color: #bfd5e8; background:url(l_a.jpg); height:19px; overflow:hidden; line-height:19px; margin:3px auto; padding-left:35px; width:217px; display:block; }
a.l_menu:hover { color: #fff; background:url(l_b.jpg); }

/* ====扩展滤镜(图片自动缩放)==== */
/*#xxx img { 
	max-width:300px;border:1px solid #eee;
	width:expression(document.body.clientWidth>document.getElementById("xxx").scrollWidth*9/10? "300px": "auto" );
}*/
/* ============================布局部分开始============================== */

/* -----首页部分----- */
.in_cont { line-height:25px; margin:3px 15px;}
#l_list { width:347px; overflow:hidden;}
#l_list li { background: url(arrow.gif) left center no-repeat; height:30px; border-bottom:1px dashed #b1cdda;}
#l_list li a { line-height:30px; margin-left:20px;}

/* -----公用头部部分----- */
#body_wid { width:1002px; overflow:hidden; background:url(top_bg.jpg) top center no-repeat; text-align:center;}
#top_bg { width:1002px; height:99px; overflow:hidden;}

/* -----导航/Banner部分----- */
#menu_bg { width:942px; height:49px; overflow:hidden; background:url(menu.jpg) left top no-repeat;}
#menu_bg a { margin:auto 15px;}
#ban_bg { width:942px; overflow:hidden; background:url(b_bg.jpg); text-align:center; clear:both;}
#ban_end { width:942px; height:5px; overflow:hidden; background:url(b_end.jpg); margin-bottom:5px;}

/* -----主体内容部分----- */
#main_wid { width:942px; overflow:hidden;}
#r_bg { width:706px; float:right; overflow:hidden; background:url(r_bg.jpg) top left repeat-y;}
#r_end { width:706px; height:8px; overflow:hidden; background:url(r_end.jpg) top left no-repeat;}
#r_title { width:706px; height:45px; overflow:hidden; background:url(t_bg.jpg) top left no-repeat; color:#467182; font-weight:bold; font-size:14px; line-height:45px; padding-left:45px;}
#r_cont { margin:5px 15px; line-height:25px;}

/* -----侧栏部分----- */
#l_bg { width:225px; overflow:hidden; float:left; background:url(l_bg.jpg) top left repeat-y;}
.cont_f { margin:auto 15px; line-height:23px; color:#bfd4e7;}
#l_end { width:225px; height:12px; overflow:hidden; background:url(l_end.jpg);}

/* -----底部部分----- */
#end_bg { width:940px; height:110px; background:url(end_bg.jpg) top left no-repeat; margin:5px auto; text-align:center;}
#end_cont { margin:5px auto; line-height:23px; 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;}
/* ===============================结束================================= */