/*取消默认属性*/
div,form,ul,ol,li,span,p {margin: 0; padding: 0; border: 0;}
img { border: 0; }

/* 默认链接样式 */
a:link {color:#36C;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#F30;text-decoration:underline;}
a:active {color:#F60;}

/* 链接样式2 */
.two a:link {color:#F30;text-decoration:underline;}
.two a:visited {color:#F30;text-decoration:underline;}
.two a:hover {color:#F30;text-decoration:underline;}
.two a:active {color:#F60;}

/* 链接样式3 */
.three a:link {color:#F30;text-decoration:underline;}
.three a:visited {color:#F30;text-decoration:underline;}
.three a:hover {color:#F30;text-decoration:underline;}
.three a:active {color:#F60;}

/* 常用属性 */  
.left{float:left;  }
.right{float:right;  }
p{ text-align:left; margin:5px 0;}
h1{color:#333;font-size:16px;font-weight:bold;margin:10px 0;}
h2 { color:#006cd7; font: bold 14px 宋体;margin:0px; padding:0px; }
h3{ color:#c52500; font: 12px 宋体;margin:0px; padding:0px;  }


/* 按钮样式背景图片 */
.button1{ background:url(images/button_bg.gif) no-repeat center; width:96px; height:25px; border:none; color:#333; padding-top:3px; font-size:12px; cursor:hand;}


/*头部与logo*/
#tt{width:780px;height:25px;margin:0 auto;clear:both;background:url(images/top_1.jpg) repeat-x;}
.tl{width:780px;height:83px;margin:0 auto;clear:both;background:url(images/top_bg.jpg) repeat-x;}
#top{margin:0 auto;padding:0;text-align:right;width:785px;line-height:180%;position: relative;}
#top .logo{ width:300px;height:50px;background:url(images/co_logo.jpg) no-repeat;position:absolute;top:44px;left:20px; }


/* 样式选择切换效果 STYLE */
#map{ width:200px;height:12px; position:absolute;top:65px;right:25px;}
#map{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0px;padding:0px;color:white;}
#map ul,li{margin:0px;padding:0px;}
#map li{display:inline;list-style:none;list-style-position:outside;text-align:center;font-weight:bold;float:left;}

#map .list a:link{color:#336601;text-decoration:none;float:left;width:59px;padding:3px 5px 3px 5px;}
#map .list a:visited{color:#336601;text-decoration:none;padding:3px 5px 3px 5px;width:59px;}
#map .list a:hover{color:white;float:left;width:59px;padding:3px 5px 3px 5px;text-decoration:none;background-color:#D3D3D3;}
#map .list a:active{color:white;float:left;width:59px;padding:3px 5px 3px 5px;text-decoration:none;background-color:#BD06B4;}

#map .list{line-height:20px;text-align:left;padding:0px;font-weight:normal;}
#map .list img {  border:0px;margin-left:3px;  }
#map .menu1{width:69px;height:auto;background-color:#f5f5f5;color:#336601;cursor:hand;overflow-y:hidden;filter:Alpha(opacity=70);-moz-opacity:0.7;border: 1px solid Gray;padding:0px 0px 3px 0px;}
#map .menu2{width:69px;height:15px;margin:0px auto;color:#999999;padding:0px 0px 0px 0px;overflow-y:hidden;cursor:hand;}


/*底部样式*/
#foot { margin:0 auto 0px auto; width:780px;min-height:100px; }
#foot  .top{width:100%;height:35px;background:url(images/bottom_t_bg.jpg) repeat-x;  }
#foot  .tc{width:437px;height:20px;float:right; margin-top:10px;}

#foot  .topimg {width:30px;height:35px;background:url(images/bottom_t_dot.jpg) no-repeat;float:left; margin-left:2px; }
#foot .cont{width:100%;height:71px;background:url(images/bottom_b_bg.jpg) ; margin-top:3px;  }
.blk1 {width:185px;height:65px; float:left;background: url(images/bottom_logo.gif) no-repeat 13px 11px; }
.blk2 {width:553px;height:61px;float:left; margin:10px 0 0 20px; }


/* 导航菜单 */
#menu{float:left; width:174px; height:201px;margin:0 auto;padding:0;}
#menu ul{text-align:right;float:right;}
#menu li{ display:inline; height:30px; margin-left:1px;background:url(images/menu_bg.gif)  no-repeat top left;  }
#menu li a{display:block; width:174px; margin:0;  height:38px; padding:1px 0 0 0 ; vertical-align:bottom; text-align:right;  font-size:14px; font-weight:bold;   }

#menu li a:link {color:#36C;text-decoration:none;background:url(images/menu_bg.gif)  no-repeat top left;}
#menu li a:visited {color:#666;text-decoration:none;background:url(images/menu_bg.gif)  no-repeat top left;}
#menu li a:hover{background:url(images/menu_mouseover.gif) no-repeat top center;}
#menu li a:active {color:#F60;}

#menu li a img { margin:12px 18px 0 0; }
#menu .current{background:url(images/menu_mousedown.gif) no-repeat top left;}

/* 导航与图片 样式 */
#showwindow {width:775px;margin:6px auto 0px auto;text-align:center;padding:5px 10px 0px 15px;}

/* 正文框架 */
#main{width:785px;height:100%;margin:6px auto 0px auto;text-align:left;}
#main .text{text-align:center;padding:5px 5px 5px 5px;overflow:hidden;}
