@charset "gb2312";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img{margin:0;padding:0;}
body{font-size:12px; color:#000;  font-family:"宋体"!important}
body a{font-family:"宋体"!important;text-decoration:none;}
a:link,a:visited{color:#000;}
a:hover{color:#f00;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur())}   /*for IE*/   
:focus{-moz-outline-style:none;}                   /* for Firefox*/
img{border:0;}
ul,li{ list-style-type:none;}

.menu{ width:1000px; height:42px; background:url(menubg.jpg) repeat-x;}
.menu ul li{ float:left; width:125px; line-height:42px; font-size:14px; background:url(menuline.jpg) right center no-repeat; font-weight:bold; text-align:center; vertical-align:middle;}
.menu li a:link,.menu li a:visited{ display:block; color:#FFF;}
.menu li a:hover{color:#ff0;}
.tzgg{ height:245px;}
.ypjg{ height:130px;}
.yqlj{ height:80px;}
.tab01{ border:1px solid #ebebeb; background:url(tabbg01.jpg) top center no-repeat;}
.tab01 h3 span{ float:right; margin-right:5px; margin-top:5px;}
.tab01 h3{ height:34px; line-height:34px; font-size:14px; color:#FFF; padding-left:30px; margin-bottom:10px;}
.tab01 li span{ float:right; margin-right:5px; color:#666;}
.tab01 ul li{ height:28px; line-height:28px; background:url(icon02.jpg) 5px center no-repeat; padding-left:20px;}
.pgkx{ height:245px; border:1px solid #ebebeb; background:url(tabbg02.jpg) top repeat-x;}
.pgkx h3 span{ float:right; margin-right:5px; margin-top:5px;}
.pgkx h3{ height:34px; line-height:34px; font-size:14px; color:#01509f; padding-left:30px; margin-bottom:10px; background:url(icon01.jpg) 8px center no-repeat;}
.pgkxlist li span{ float:right; margin-right:5px; color:#666;}
.pgkxlist ul li{ height:28px; line-height:28px; background:url(icon03.jpg) 5px center no-repeat; padding-left:15px;}

.pgzs{ height:245px; border:1px solid #ebebeb; background:url(tabbg02.jpg) top repeat-x;}
.pgzs h3 span{ float:right; margin-right:5px; margin-top:5px;}
.pgzs h3{ height:34px; line-height:34px; font-size:14px; color:#01509f; padding-left:30px; margin-bottom:10px; background:url(icon01.jpg) 8px center no-repeat;}
.pgzs li span{ float:right; margin-right:5px; color:#666;}
.pgzs ul li{ height:28px; line-height:28px; background:url(icon03.jpg) 5px center no-repeat; padding-left:15px;}
.titleList li span{ float:right; margin-right:10px; color:#666;}
.titleList li{ height:30px; line-height:30px;padding-left:20px; border-bottom:1px dashed #CCC; background:url(icon02.jpg) 5px center no-repeat; margin-left:5px; margin-right:5px;}

.bottom{ height:78px; background-color:#ecf4f9; border-top:2px solid #005cb8; line-height:25px; text-align:center; vertical-align:middle; padding-top:10px;}

/*-----------------------下拉部分样式----------------------*/
.dropMenu{
  position:absolute;
  top: 0px;
  border: 1px solid #fff; /*THEME CHANGE HERE*/
  border-bottom-width:0px;
  border-top-width:1px;
  z-index:100;
  background-color:#1a75d2;
  filter:alpha(opacity=96);opacity:0.96;
  width:125px;
  display:none;  
  margin-left:0px;
  margin-top:0px;
}
.dropMenu a:link,.dropMenu a:visited{
width:auto;
display: block;
text-indent: 2px;
border-top: 0px solid #FFF;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-align:center;
font-size:12px;
line-height:24px;
height:24px;
font-weight:normal;

}

/*鼠标移动上面的样式 a:hover 以及 打开了下一级的aLink*/
.dropMenu_a_cur{background-color:#0154a8;color:#FF0;}


