* {
  margin: 0;
  padding: 0;
}
html{
  color: #333;
}
/* 改变盒子模型 */
section, article, nav, aside, footer, header, div, p, ul, li, input, textarea {
  display: block;
}
h1, h2, h3, h4, h5, h6{
  font-weight:normal;
}
/* 清除点击虚拟框 */
a, div, p, span, ul, li, i, img, input {
  outline:0;
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  padding: 0;
}
a:focus{
  outline:0;
}
a:link,a:visited{
  color:#333;
  text-decoration:none;
}
a:hover {
  color: #228fdd;
}
a img{
  border:0 none;
}
.header{
  width: 800px;
  margin: 0 auto;
}
.bodyer{
  width: 800px;
  margin: 0 auto;
}

.header {
  height: 75px;
  overflow: hidden;
}

.logo_wrap {
  overflow: hidden;
  margin-top: 25px;
  
}

.logo_wrap .logo {
  float: left;
  width: 102px;
  height: 25px;
}

.logo_wrap .slogan {
  float: left;
  font-size: 14px;
  margin-top: 6px;
  margin-left: 22px;
  
}
.logo_wrap .slogan span{
  color: #B2401F;
}
.footer{
  margin-top: 50px;
  height: 180px;
  overflow: hidden;
  background: #004a9f;
}
.footer .footer_inner{
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}
.footer .logo_wrap .slogan span{
  color: #fff;
}
.footer .footer_inner .contact{
  margin-top: 20px;
}
.footer .left{
  float: left;
}
.footer .contact .email{
  margin-left: 10px;
}
.footer .right{
  float: right;
}
.footer .us{
  margin-top: 5px;
  text-align: center;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}