a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0;
}
body{
  background: #eee;
}
.banner img{
  width:100%;
}
.maincon{
  width:90%;
  margin:0 auto;
  max-width: 1200px;
  background: #fff;
  margin-bottom: 50px;
  padding: 40px 3%;
}
.maincon h2{
  font-size: 2.2rem;
  color: #fb591a;
}
footer{
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 50px;
}
p{
  font-size: 1.8rem;
}
p.indent{
  text-indent: 3rem;
}
