
@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: 35px; }
.daohang ul li { width: 96px; float: left; line-height: 35px; text-align: center; font-weight: bold;font-size:15px; background: url(../../Images/Szsh/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; }


.daohang2 { width: 1000px; margin: 0 auto; }
.daohang2 ul { width: 1000px; height: 35px;border-bottom: 3px solid #126512;}
.daohang2 ul li { width: 138px; float: left; line-height: 35px; text-align: center; font-weight: bold;font-size:15px;/*border: 1px solid #337633; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#2BA10F', endColorStr='#337633', gradientType='0'); background-image: -webkit-gradient(linear, 50% 0%, 50% 80%, from(#2BA10F), to(#337633)); background-image: -moz-linear-gradient(top, #2BA10F, #337633); background-image: -o-linear-gradient(top, #2BA10F, #337633);background-color: #126512;margin-right: 0px;margin-left: 4px;}
/*.daohang2 ul li {width: 130px;float: left;line-height: 35px;text-align: center;font-weight: bold;font-size: 15px;background-color: #126512; margin-right: 2px;margin-left: 9px;}*/
.daohang2 ul li a { color: #fff; }


/*-----结束--------*/


.nei_content_1 {background: #ededed; border-top: 5px solid #f0f0f0;}
