@charset "utf-8";
/* CSS Document */

body,div,ul,li{margin:0 auto;padding:0;}
body{font:12px "宋体";text-align:center;}
a{color:#004499;text-decoration:none;}
a:hover { text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
.main{clear:both;padding:8px;text-align:center;}


/*第二种形式*/
#tabs1{text-align:left;width:700px;}
.menu1box{position:relative;overflow:hidden;height:39px;width:700px; background:#D4ECF8;}
#menu1{position:absolute;z-index:1; margin:5px 0 5px 4px;}
#menu1 li{float:left;display:block;cursor:pointer;width:98px;text-align:center;line-height:29px;height:29px; background:url(../images/bg_12.jpg) no-repeat; margin-right:1px; color:#004499;}
#menu1 li.hover{background:url(../images/bg_13.jpg) no-repeat; font:bold 12px/29px "宋体"; margin-right:1px; color:#004499;}
.main1box{width:700px; float:left; height:450px; background:#EFF9FD; overFlow-x: hidden;  overFlow-y:auto;
  scrollbar-face-color:#57BCE8;
  scrollbar-highlight-color:#D4ECF8;
  scrollbar-3dlight-color:#D4ECF8;
  scrollbar-darkshadow-color:#D4ECF8;
  scrollbar-Shadow-color:#D4ECF8;
  scrollbar-arrow-color:#D4ECF8;
  scrollbar-track-color:#D4ECF8;}
#main1 ul{display: none;}
#main1 ul.block{display: block;}

.all{ line-height:23px; text-align:left;}
.title-indus{ width:670px; float:left; border-bottom:1px dotted #ccc;color:#004499;}
.title-indus a{color:#004499; text-decoration:none; font-weight:lighter;}
.title-indus a:hover{ background:#fff;  color:#000;}
.content-indus{ width:220px; float:left; display:block; text-align:left; line-height:23px; }
.content-indus a{color:#505050; text-decoration:none;}
.content-indus a:hover{ background:#fff;  color:#004499;}
.content-indus2{ width:95%; float:left;}
.content-indus2 a{color:#505050; text-decoration:none;}
.content-indus2 a:hover{ background:#fff;  color:#004499;}

#btn{ width:700px; float:left; margin-top:5px; text-align:center;}
#btn a{ padding-right:20px;} 