@charset "utf-8";
/* CSS Document */
*{ box-sizing:border-box;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; border: 0; outline: none;font-family:"微软雅黑";}
body{font-size:12px; font-family:"微软雅黑"; background:#f9f9f9;}
h1, h2, h3, h4, h5, h6{font-family:"微软雅黑"; color:#333; font-weight:normal; font-size:14px;}
ul, ol{list-style: none;}
a{text-decoration: none; color:#333;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
.fl{float: left;}
.fr{float: right;}
.cl{ width:100%; height:0; line-height:0; clear:both;}
.ggbox{ width:100%; padding:0 5px;}
.mainbox{ width:100%; padding:0 5px;}
.mt30{ margin-top:30px;}
.mt10{ margin-top:10px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}


.top{width:100%;height:auto;background:#000;}
.logo{padding:5px 0;}
.logo img{ width:100%;}
.header-diagonals{background:url(../images/diagonal.png) repeat-x;height:7px;}

#bottomCon{ width:100%;position:fixed; bottom:0px; left:0; right:0; height:50px; }
#bottomCon ul li{ background:#000; width:25%; float:left; text-align:center; height:50px;}
#bottomCon ul li:last-child a{ border-right:none;}
#bottomCon ul li.bgli{ background:#333;}
#bottomCon ul li a{color:#fff; display:block;font-size:13px; height:20px; line-height:20px; margin-top:15px;border-right:1px solid #999; }
#bottomCon ul li ul li{ background:#000;border-bottom:1px solid #444;}
#bottomCon ul li ul li a{ background:#000;  border:none;}

#bottomCon ul ul{ position:absolute; bottom:50px; width:25%; display:none;}
#bottomCon ul ul li{width:100%;}