html,body{
  width: 100%;
  height: 100%;
  background: #EFEFEF;
}
*{
  padding: 0px;
  margin: 0px;
}
img{
  display: inline-block;
}
.header{
  height: 65px;
  line-height: 65px;
  background: #ffffff;
}
.center{
  width: 80%;
  margin: 0px auto;
}
.logo{
  width: 100px;
  height: auto;
  vertical-align: middle;
}
.banner{
  margin-bottom: 30px;
}
.banner-img{
  width: 100%;
  height: auto;
}
.content{
  padding: 30px 20px;
  background: #ffffff;
}
.informaion-item{
  display: flex;
  margin-bottom: 20px;
}
.information-icon{
  border: 1px solid #EEEEEE;
  padding: 15px 30px;
  margin-right: 15px;
}
.information-icon img{
  width: 150px;
  height: 100px;
}
.information-item-content{
  flex: 1;
  font-size: 13px;
  color: #666666;
}
.information-item-title{
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.footer{
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
  background: #212B3A;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.footer a{
  color: #ffffff;
}