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{
  width: 100%;
  height: 80px;
  background: #000;
}
.header .inner{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header .logo{
  margin-right: 50px;
  /* width: 126px; */
  height: 100%;
  background-color: #0787f7;
  line-height: 90px;
  text-align: center;
  font-size: 26px;
  line-height: 80px;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: 100;
  text-shadow: 0 5px 5px rgba(208, 35, 70, 0.5);
}
.header .logo img{
  height: 100%;
}
.header .nav {
  width: auto;
  height: 100%;
}
.header .li{
  display: inline-block;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
  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: #000;
}
.footer .inner{
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer .box{
  width: 80%;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.footer .box h3{
  font-size: 18px;
  color: #999999;
  padding-bottom: 20px;
}
.footer .box h2{
  font-size: 24px;
  padding-bottom: 20px;
}
.footer .box .f3{
  font-size: 14px;
  padding-bottom: 20px;
}
.footer .box .title{
  font-size: 12px;
  padding-bottom: 10px;
  color: #999999;
}
.footer .box .content{
  font-size: 12px;
  padding-bottom: 10px;
  color: #ffffff;
}
