.banner1 {
  background: url("../img/chilaban.png");
  height: 80px;
}
h2 {
  text-align: left;
  margin-left: 10px;
  line-height: 80px;
  font-size: 40px;
  color: #a7a7a7;
}
h2 span {
  color: #006bb0;
}
.main {
  background: #eee;
}

#container1 {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
}

h3 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #0a77ff;
}
.content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8c8c8c;
  text-indent: 2em;
  line-height: 30px;
}
.content {
  padding: 20px 0;
}
.content a {
  color: -webkit-link;
  cursor: pointer;
  color: #0a77ff;
  text-decoration: underline;
}
.download {
  margin-top: 20px;
}
.download ul li {
  line-height: 50px;
}
.download ul li a {
  color: -webkit-link;
  cursor: pointer;
  color: #0a77ff;
  text-decoration: underline;
}
h4 {
  padding: 20px;
}
