@charset "gb2312";
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button,  /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 Arial, Helvetica, sans-serif,'宋体'; color:#333;}
body{background:#fff;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a {text-decoration: none; color:#666;}
a:hover { text-decoration:none; color:#bf3313; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
div{ display:block;}

/* CSS Document */
.w1002{width:1002px; margin:0 auto;}
.clearfix{ clear:both;}
.fl{float:left;}
.fr{float:right;}
.mtop8{margin-top:8px;}
.mtop12{margin-top:14px;}
.mleft6{margin-left:6px;}


/*top*/
.header{height:auto; width:100%;}
.topnav{height:29px; line-height:28px; overflow:hidden; background: url(../../images/jdz/topnav.jpg) repeat-x;}
.topnav em{float:left; font-style:normal; padding:0 0 0 6px;}
.topnav span{float:right;font-style:normal;}
.topnav span a{padding:0 8px;}
#banner{height:200px; overflow:hidden; margin:0 auto;}
#banner img{text-align:center; display:none;}

.nav{ width:100%; height:91px; overflow:hidden; background:url(../../images/jdz/navbg.jpg) repeat-x;}
.nav .menu{height:60px; width:1002px; margin:0 auto; font-size:14px; _font-size:12px;}
.nav .menu dl{ float:left; padding:0 18px; overflow:hidden; background:url(../../images/jdz/menu_line.jpg) right 10px no-repeat; padding-top:6px;margin-right:7px; display:inline;}
.nav .menu dl.last{ background:none;}
.nav .menu dl.last dt{ width:48px; height:46px; padding:0 5px;}
.nav .menu dl dt{line-height:48px; font-weight:bold;  float:left;}
.nav .menu dl dd{ padding:0 10px;  height:26px; line-height:26px; _width:80px; _padding:0;}
.nav .menu dl dd a, .nav .menu dl dt a{ color:#fff;}
.nav_bar{height:33px; line-height:32px; overflow:hidden; width:1002px; margin:3px auto 0;}
.nav_L{float:left; color:#ff6500; padding-left:10px; width:250px;}
.nav_M{width:300px; padding-left:24px; float:left; margin:0 0 0 10px; color:#666; _padding:5px 0 0;}
.nav_M strong{ padding:0 3px;}
.nav_M img{vertical-align:middle; padding:0 3px;}
.nav_R{float:right; color:#319a33; font-weight:bold; padding:0px 8px 0 25px; *padding:0 8px 0 25px; _padding:3px 8px 0 25px; background:url(../../images/jdz/search.jpg) 0 3px no-repeat;}
.search_input{background:#fff; color:#ccc;  padding: 0 8px; border:1px solid #ddd; border-radius:2px; height:20px; line-height:20px; vertical-align:middle;} 
.search_btn{width:44px; height:22px;  background: url(../../images/jdz/search_btn.jpg) no-repeat; cursor:pointer; border:none; margin-left:5px; vertical-align:middle;}

/*footer*/
.footer{ width:100%; padding:8px 0 12px; border-top:2px solid #41a2d9; background:url(../../images/jdz/footer.jpg) repeat-x #fff; margin:8px 0 0;}
.footer p{line-height:24px; text-align:center;}
.footer p span{color:#0073b8; line-height:36px;}
.footer p span a{ color:#0073b8; padding:0 6px;}
