@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}
ul,ol{list-style:none;}
em,i{font-style:normal;}
table{border-spacing:0;border-collapse:collapse;}
img{border:none;vertical-align:middle;}
input,select{vertical-align:middle;outline: none;}
a{text-decoration:none;}
body{font-family:"微软雅黑", 'Microsoft YaHei','Arial','Heiti SC';background:#fff; position: relative;}

.wrap{width: 1200px;margin: 0 auto;position: relative;}
/********** header **********/
.header{width: 100%;height: 40px;background: #262626; }
.header ul{height: 40px;}
.header ul li{float: left;color: #999;font-size: 14px;line-height: 40px;margin-right: 20px;}
.header ul li:hover a{color: #e5e5e5;}
.header ul li a{color: #999;}
.app_show{ float: left;width: 18px;height: 18px;margin:12px 5px 0 0;position: relative;cursor: pointer;background: url(../images/app-smlogo.png) no-repeat;}
/*foot*/
.footer{display: table;width: 100%;background: #262626;}
.footer-cont{height: auto;}
.footba{width: 1200px;height: 115px;margin:0 auto; padding-top: 10px;}
.footba-link,.footba p{width: 1200px;margin:20px auto 0;text-align: center;color: #999 !important;}
.footba-link a,.footba p a{color: #999 !important;}
.footba-link a:hover,.footba p a:hover{color: #e5e5e5;text-decoration: underline;}
