.banner {
  height: 200px;
  line-height: 200px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background: #303945;
}

#page-main .section-02 {
  margin-top: 139px;
}

#page-main .section-02 .span4 {
  height: 256px;
  padding: 40px;
  background: #f3fbf9;
}

#page-main .section-02 .span4 h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #434e78;

  font-size: 20px;
  padding-left: 36px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: left center;
}

#page-main .section-02 .span4 div {
  font-size: 16px;
  color: #666;
}

.btn-group.select .dropdown-toggle,
.btn-group.select .dropdown-menu {
  width: 580px;
}
.btn-group.select .dropdown-menu li {
  text-align: left;
}

.btn-group.select .dropdown-toggle {
  position: relative;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  text-align: left;
  background: #fff!important;
  border-radius: 6px;
  border: 1px solid #e3e6eb!important;
  box-shadow: none;
}
.btn-group.select .dropdown-toggle .icon-chevron-down {
  position: absolute;
  top: 10px;
  right: 16px;
}