/* 初始化CSS  重置浏览器样式*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend,img,input{ margin:0; padding:0; }
fieldset, img { border:0 none; } /*解决img标签在ie6下出现紫色边框*/
img{display: block;}/*解决img标签外嵌其他标签下方出现小间隙*/
ul, ol { list-style:none; }
select,input,textarea{ padding-top:0; padding-bottom:0;border:0 none;}
textarea { resize:none; }
body {font-size:12px; color:#333;font-family: "微软雅黑";}
a{text-decoration: none;color:#333;}
/* 初始化CSS  重置浏览器样式 end*/
.wrap{width: 960px;margin:0 auto;}
/*清除浮动*/
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }

.bank{width: 100%;height: 50px;background: #005BAA;line-height: 50px;font-size: 14px;}
.bank span{float: left;color:#fff;font-size: 16px;}
.bank .net{float: right;}
.bank .net a{color:#82C7FF;margin-left: 17px;}
.bank .net a:hover{color:#fff;}

/*导航部分*/
.nav{height: 81px;background: #fff;}
.nav h1{width: 200px;height: 81px;position:relative;float: left;margin-right: 90px;}
.nav h1 a{width: 265px;height: 81px;display: block;/*background: url(/sgb/resource/images/new_logo.png) no-repeat center center;text-indent: -9999px; background-size:200px,81px; */}
.nav ul{height: 81px;}
.nav li{float: left;height: 81px;line-height: 81px;margin: 0 22px;padding: 0 12px;}
.nav li a{font-size: 18px;}
.nav li.current a{color:#0267B5;}
.nav li a:hover{color:#0267B5;}
.nav .po{position:relative;height: 81px;z-index:66;}


/*版权上*/
.copy_top{height: 50px;background: #02599C;color:#81C6FF;font-size: 14px;}
.copy_top ul{height: 50px;float: left;}
.copy_top ul li{height: 50px;margin-right: 24px;line-height: 50px;float: left;}
.copy_top a{color:#83C6FF;}
.copy_top ul li.wangzhan{background: url(/sgb/resource/images/footer_links_img.gif) no-repeat center left;width: 94px;height: 32px;margin-right: 12px;margin-top: 9px;}
.copy_top span{float: right;line-height: 50px;}



/*版权下*/
.copy{height: 112px;width: 100%;background: #0065B3;padding-top: 48px;color:#fff;font-size: 14px;}
.copy ul{height: 28px;}
.copy ul.site{margin-left: 42px;line-height: 20px;}
.copy ul li{line-height: 28px;float: left;margin-right: 20px;}
.copy ul li.safe{width: 22px;height: 28px;background: url(/sgb/resource/images/copy_right_img.gif) no-repeat;}