.clearFix:after {
  /*生成内容作为最后一个元素*/
  content: '';
  /*使生成的元素以块级元素显示，占满剩余空间*/
  display: block;
  /*避免生成内容破坏原有布局的高度*/
  height: 0;
  /*使生成的内容不可见,并允许可能被生成内容盖住的内容可以进行点击和交互*/
  visibility: hidden;
  /*重点是这一句*/
  clear: both;
}
.bankServiceLogo {
  background: url(../images/bankServiceLogo.jpeg) no-repeat;
  width: 500px;
  height: 100px;
}
.bankAll {
  margin: 45px;
}
.bankDes {
  float: left;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.bankBu {
  float: left;
}
.bankBtn {
    background-color: #249CD3;
    width: 100px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.bankText {
  margin-top: 10px;
  font-size: 14px;
}

.detailImg1 {
  float: left;
  background: url(../images/detailImg1.png) no-repeat;
  width: 100px;
  height: 100px;
}
.detailImg2 {
  float: left;
  background: url(../images/detailImg2.png) no-repeat;
  width: 100px;
  height: 100px;
}
.detailImg3 {
  float: left;
  background: url(../images/detailImg3.png) no-repeat;
  width: 100px;
  height: 100px;
}
.detailContent {
  width: 77%;
  float: left;
  margin-left: 32px;
}
.detailTitle {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.detailSubTitle {
  font-size: 14px;
}