.banner1{
    background: url('../images/chilaban.png');
    width: 100%;
    height: 80px;
}
h2 {
    text-align: left;
    margin-left: 100px;
    line-height: 80px;
    font-size: 40px;
}
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;
}