.about.aboutPage #banner{
    height: 300px;
    padding-top: 120px;
}
.about .aboutBox{
    height: auto;
}
.about .aboutContent{
    padding: 20px;
    position: relative;
    top: 0;
}
.about .aboutContent .icon{
    width: 100%;
}
.about .aboutContent .aboutDesc{
    width: 100%;
    margin-top: 20px;
}
.about .onlineBox{
    border: none;
}
.about .onlineBox .icon{
    display: none;
}
.about .onlineBox .onlineItem{
    width: 100%;
}
.about .onlineBox .onlineItem.title{
    padding: 20px 0 10px 0;
    width: 100%;
    text-align: center;
}
.about .onlineBox .onlineItem .desc.midDesc{
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
}
.about .onlineBox .onlineItem .desc .desc1{
    margin-bottom: 5px;
}
.about .onlineBox .onlineItem .desc{
    padding: 10px 0 20px 0;
    text-align: center;
}
.about .timeBox{
    width: 100%;
    padding: 0 10px;
}