
@import url(../dingtiaoxin.css);
@import url(../Bottomxin.css);
@import url(../Tongyongxin.css);

/*
 * body标记样式定义

 */
body { font: 12px/1.5 "microsoft yahei", "\5b8b\4f53", Tahoma, Arial; color: #333; background: #fff; position: relative; }

/*
 * 将具有默认margin和padding的标记置零
 */

* { margin: 0; padding: 0; }

/*
 * 修正IE5.x和IE6的斜体溢出bug
 */
* html body { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }
.float { float: left; }

/*
 * 定义图片边框
 * @overlay img
 * @desc 当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img { border: 0 none; }

/*
 * 清除ul列表标记的样式
 * @overlay ul, li
 * @desc ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li { list-style-type: none; }

input.flat { border: 1px solid #999999; padding: 2px 4px; }

/*
 * 定义默认的链接样式
 * @overlay a
 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited { text-decoration: none; }
a {text-decoration: none;color: #3a3737;}
a:hover { color: #FF6600; text-decoration: underline; }
/*
a:hover, a:active{
	background-color:#FFFFAA;
	color:#CC0000;
}
*/
/*
 * 清除浮动
 * @overlay div
 */
.clear { clear: both; }

/* @end */



/*
 * h定义
 */
h1, h2, h3, h4, h5, h6 { font-size: 12px; font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }
/*
 * h定义
 */

/*-----导航--------*/
.daohang { width: 960px; margin: 0 auto; }
.daohang ul { width: 960px; height: 27px; }
.daohang ul li { width: 96px; float: left; line-height: 27px; text-align: center; font-weight: bold; background: url(../../Images/Jieneng/images/daohang_03.jpg) no-repeat; }
.daohang ul li a { color: #fff; }
.daohang ol { width: 958px; border: 1px solid #7CBBE1; height: 24px; line-height: 24px; margin-top: 5px; }
.daohang ol li { padding: 0 16px; }

.daohang ol li a { padding-left: 9px; color: #0860B7; }
b { font-weight: bold; color: #000; }

/*-----结束--------*/


.daohang h1 { position: absolute; top: 0px; left: 0px; width: 7px; height: 30px; overflow: hidden; }
.daohang h2 { position: absolute; top: 0px; right: 0px; width: 30px; height: 28px; overflow: hidden; }

/*.daohang{
	width:960px;
	margin:0 auto;
	position:relative;
	display:block;}
.daohang ul{
	width:960px;
	height:28px;
	background:url(../../Images/Szsh/images/daohang_03.jpg) repeat-x;}
.daohang ul li{
	float:left;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	color:#fff;}
.daohang ul li a{
	color:#fff;
	width:99px;
	float:left;}
.daohang ol{
	width:958px;
	border:1px solid #7CBBE1;
	height:24px;
	line-height:24px;}
.daohang ol li a{
	padding-left:8px;
	color:#0860B7;}
.daohang h1{
	position:absolute;
	top:0px;
	left:0px;
	width:7px;
	height:30px;
	overflow:hidden;}
.daohang h2{
	position:absolute;
	top:0px;
	right:0px;
	width:52px;
	height:28px;
	overflow:hidden;}*/
/*-----结束--------*/


.nei_content_1 {background: #ededed; border-top: 5px solid #f0f0f0;}
