body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal
}
ol,ul {
  list-style: none
}
caption,th { 
  text-align: left
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}
q:before,q:after {
  content:''
}
abbr,acronym { 
  border: 0
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fff;
}
table {
  border-collapse: collapse;
}
td {
  padding: 3px;
}
img {
  border: none;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
ul {
  clear:both;
  overflow:hidden;
  width: 100%;
}
ul, li {
  list-style:none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear {
  height:0px;
  clear:both;
  font-size:0px;
  line-height:0px;
  zoom: 1;
}
.header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,.7);
}
.header .inner{
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.header .logo{
  height: 100%;
}
.header .logo img{
  height: 100%;
}
.header .nav {
  padding-left: 100px;
  width: auto;
  height: 100%;
}
.header .li{
  display: inline-block;
  line-height: 80px;
  color: #999999;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: none;
}
.header .li:hover{
  text-decoration: underline;
  color: #fff;
}
.header .active{
  text-decoration: underline;
  color: #fff;
}
.header .icon{
  width: 200px;
  height: 20px;
  margin-top: 30px;
  text-align: right;
}
.header .icon img{
  height: 100%;
}
.footer{
  padding: 100px 0;
  background-color: #222222;
}
.footer .inner{
  width: 80%;
  margin: 0 auto;
}
.footer .f1{
  padding-bottom: 15px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
.footer .f2{
  font-size: 40px;
  font-weight: bold;
  color: #c802a3;
}
.footer .f2{
  padding-bottom: 30px;
  text-align: left;
}
.footer .f3{
  padding-bottom: 20px;
  text-align: left;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  font-weight: bold;
  color: #666;
}