@charset "gb2312";

/* CSS Document */
*{ margin:0; padding:0; font-family:"微软雅黑"; }
ol li, ul li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
u,b,i{ font-style:normal;}
a{text-decoration: none; color:#333;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
	/* [disabled]margin:0; */
	padding: 0;
	font-family: "microsoft yahei","simhei", "simsun";
	margin:0;	
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight:normal}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}

a{color:#333; cursor:pointer;}
a:hover{ color:#048667;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden}

img {	display: block;sborder:none; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
   display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
   line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
   font-size:0;    /*字体大小为0；*/
  }
/**************************************通用样式结束*******************************************/
body{color: #333;font-family: "微软雅黑"; font-size:16px; background:url(bsjd_bg.jpg) top center no-repeat}
/* 公共头部 */
.header {width:100%;margin:0px auto;height:365px; }
.header_box{width:1200px;margin:0px auto;z-index:1; position:relative; height:320px;}
.header_logo{ position:absolute; top:50px; left:20px;background:url(bsjd_logo.png) no-repeat; width:633px; height:102px; text-indent:-999px;}
.header_bottom {width:100%;background:#02a088;height:45px; overflow:hidden}
.header_bottom .header_menu{ width:1200px; margin:0 auto; height:45px; overflow:hidden}
.header_menu ul{ color:#fff}
.header_menu ul li{ float:left; height:45px; line-height:45px; font-size:20px; margin:0 33px;}
.header_menu ul li a{color:#fff}
.header_menu ul li a:hover{color:#ffff99}
/* 公共底部 */
.footer{width:100%; overflow:hidden; background:#e6f5f2; border-top:6px solid #02a088; height:180px; }
.footer_box { text-align:center; padding-top:60px; font-size:16px; line-height:30px;}

/*中部*/
.main{ width:1200px; margin:20px auto; background:#fff; overflow:hidden}
/*新闻*/
.newslist{ color:#333; margin:0px 5px }
.newslist li { height:36px; line-height:36px; background:url(bsjd_arrow.png) left center no-repeat; padding-left:20px; font-size:16px; color:#333}
.newslist li span{ float:right; color:#666; font-size:16px}
