﻿ *{ margin: 0; padding: 0; border: 0; }
  body,html{ font-family: "arial";}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}   
.clearfix { *zoom:1; } 


  a{ text-decoration: none;}

 .content img {
  width: 100%;
  display: block;
 }

.header {
  background: #051c30;
}
.header img {
  display: inline-block;
  float: left;
}
.header a {
  display: inline-block;
  height: 89px;
  line-height: 89px;
  margin: 0 15px;
  color: #fff;
}
.header .nav {
  float: right;
  margin-right: 15px;
}

/*footer*/
.footer{
    position: relative;
    width: 100%;
    height: 150px;
    background: #1a1a1a;
}
.footer >p{
  position: absolute;
  bottom: 0;
  left: 65%;
  text-align: right;
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
}
.footer-info{
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 12%;
    left: 65%;
}

.banner{
    position: relative;
}
.banner1 .logo-img{
    position: absolute;
    top: 22px;
    width:auto;
    left: 25%;
    height: 85px;
}
.eng_footer_img{
    height: 150px;
    margin-left: -80px;
    position: absolute; 
    top: 0;
    left: 18%;
}
.footer-info h3{
    color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  }
  .footer-info p{
    color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}