
@charset "utf-8";
/**
 * CSS格式化
 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td{margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
button, input, select, textarea{ font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;outline:none}
img{display:block;margin:0;border:0; border:none;}
body{font-family:"微软雅黑";color:#333333;}
address, cite, dfn, em, var{font-style: normal; } 
code, kbd, pre, samp, tt{font-family: "Courier New", Courier, monospace; } 
small {font-size: 12px;} 	/* 小于 12px 的中文很难阅读，让 small 正常化 */
ul{list-style: none; }
q:before, q:after{content: ''; }
legend{color: #000; }
fieldset, img{border: none; }
button, input, select, textarea{font-size: 100%;}	/* 注：optgroup 无法扶正 */
table{border-collapse: collapse; border-spacing: 0;}	/* 重置表格元素 */
hr{border: none; height: 1px;}	/* 重置 hr */
/* 重置文本格式元素 */
a{text-decoration:none; color:inherit;}
a:hover{color:#00aff1;}


/**
 * 公共类
 */
/* 清理浮动 */
.cl{clear:both;}
.clearfix { zoom:1; }

/* 浮动居中 */
.fl{float:left;}
.fr{float:right;}

/* 间距填充 10 像素*/ 
.m0{ margin:0;}
.ma{margin:0 auto;}
.m{margin:10px;}
.mt{margin-top:10px;}
.mr{margin-right:10px;}
.mb{margin-bottom:10px;}
.ml{margin-left:10px;}
.p{padding:10px;}
.pt{padding-top:10px;}
.pr{padding-right:10px;}
.pb{padding-bottom:10px;}
.pl{padding-left:10px;}

/* 块控制 */
.show{display:block;}
.hide{display:none;}
.noshow{visibility:hidden;}
.ishow{visibility:visible;}
.inshow{display:inline-block;}

/* 定位 */
.pa{position:absolute;}
.pr{position:relative;}
.pf{position:fixed;}
.ps{position:static;}

body{
    margin: 0px auto;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-align: center;
    background: url(images/bgmenu.jpg) repeat-x;
    font-family: Arial;
}
/*头部*/




/*导航*/
.navBg{min-width:1200px;height:60px;background-color: #003466}
.navBg .nav{width:1200px;height:60px;margin:0 auto;}
.navBg .nav .navBox{margin-left: 200px;}
.navBg .nav .navBox ul li{float:left;padding-left:15px;padding-right:15px;}
.navBg .nav .navBox ul li a{color:#fff;font-size:16px;line-height: 60px;font-weight: bold;}
.navBg .nav .navBox ul li a:hover{color:#999999;}

/*footer*/
.footerBg{width:100%;height:auto;background:#003366;margin-top: 45px;}
.footerBg .footerTop{width:1200px;height:50px;background:#003366;margin: 0 auto}
.footerBg .footerTop .fLeft{height:auto;float:left;padding-top: 10px;padding-left: 155px;}
.footerBg .footerTop .fLeft ul li {font-size: 12px;color:#fff;line-height:30px;float:left;padding-left:60px;}


.footerBg .footerTop .fRight{width:300px;height:120px;float:right;padding-top: 30px;padding-right: 155px;}
.footerBg .footerTop .fRight ul li {font-size: 12px;color:#fff;line-height: 30px;}



.footerBg .footerBottomBg{width:100%;height:55px;background:#003457;}
.footerBg .footerBottom{width:1200px;height:55px;background:#003457;margin: 0 auto}
.footerBg .footerBottomBg .footerBottom p{font-size: 12px;color:#fff;padding-top:10px;line-height: 20px;}