@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:#333;}
a:hover { text-decoration:none; color:#ee0000; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
div{ display:block;}

/* CSS Document */
.container{width:100%; height:auto; background:url(../../images/tgw/bg.jpg) repeat-x;}
.content{background: url(../../images/tgw/com_bg.jpg) repeat-x #fff; overflow:hidden;}
.w1002{ width:1002px; margin:0 auto;}
.clearfix{ clear:both;}
.mtop8{margin-top:8px;}
.fl{float:left;}
.fr{float:right;}
.mleft5{margin-left:5px;}


/*header*/
.topnav{ width:100%; height:33px; line-height:32px; overflow:hidden; background: url(../../images/tgw/topnav.jpg) repeat-x;}
.topnav em{float:left; font-style:normal; padding:0 0 0 6px; color:#555;}
.topnav u{float:right;font-style:normal; text-decoration:none;}
.topnav u a{padding:0 6px;}

.nav{width:100%; height:75px; overflow:hidden; background:url(../../images/tgw/navbg.jpg) no-repeat; color:#555;}
.nav .menu{height:38px; padding:0 0 0 12px;}
.nav .menu ul li{ float:left; margin:0;}
.nav .menu ul li a{display:block; float:left; height:38px; line-height:38px; text-align:center; font-size:14px; padding:0 10px; font-weight:bold;color:#fff; margin-right:4px;  _margin-right:2px; background:url(../../images/tgw/menu_line.jpg) no-repeat right;}
.nav .menu ul li a:hover{color:#2d509b; height:38px; background: url(../../images/tgw/menu_overbg.jpg) repeat-x; border:1px solid #018cdf; border-bottom:none; border-radius:3px 3px 0 0; padding:0 9px; line-height:38px; margin:0 4px 0 0;}
.nav .menu ul .active  a{ color:#2d509b; height:38px; background: url(../../images/tgw/menu_overbg.jpg) repeat-x; border:1px solid #018cdf; border-bottom:none; border-radius:3px 4px 0 0;  padding:0 9px; line-height:38px; margin:0 3px 0 0;}
.nav_bar{height:33px; line-height:32px; overflow:hidden; width:1002px; margin:3px auto 0;}
.nav_L{float:left; color:#666; background: url(../../images/tgw/date.jpg) 8px 6px no-repeat; padding-left:32px; width:200px;}
.nav_M{width:300px; float:left; margin:0 0 0 10px; _padding:3px 0 0;}
.nav_M img{ vertical-align:middle; padding:0 3px;}
.nav_R{float:right; color:#244896; font-weight:bold; background:url(../../images/tgw/search.jpg) 0 8px no-repeat; padding:0 8px 0 28px; _padding:3px 8px 0 28px;}
.search_input{background:#fff; color:#9d9d9d;  padding: 0 8px; border:1px solid #ddd; border-radius:2px; height:20px; line-height:20px; vertical-align:middle; margin-left:3px;}.search_btn{width:45px; height:22px;  background: url(../../images/tgw/search_btn.jpg) no-repeat; cursor:pointer; border:none; margin-left:5px; vertical-align:middle;}


/*footer*/
.footer{width:1002px; margin:8px auto 0; padding:16px 0; background:url(../../images/tgw/footer.jpg) repeat-x #fff;}
.footer p{line-height:24px; text-align:center;}
.footer p i{padding:0 12px;}
