body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei";
  color: #000;
  min-width: 1200px;
}
a {
  color: #ff622b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff622b;
  border-color: #ff622b;
}
.pagination > li > a,
.pagination > li > span {
  color: #ff622b;
}
a:hover,
a:focus {
  text-decoration: none;
}
.brand-block {
  margin-top: 79px;
  padding-top: 1px;
}
.brand-block > h1 {
  font-size: 40px;
  color: #000;
  width: 380px;
  height: 80px;
  line-height: 80px;
  margin: 40px auto;
  font-weight: 300;
  background: url("../image/kcb_partner_bg.png") center no-repeat;
}
.brand-block > p {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 20px auto;
}
.brand-block .nav-tabs {
  width: 720px;
  margin: 0 auto;
}
.brand-block .nav-tabs > li > a {
  width: 80px;
  font-size: 16px;
  color: #666;
  padding: 10px 5px;
  margin: 0 20px;
  text-align: center;
}
.brand-block .nav-tabs > li > a > i {
  color: #999;
}
.brand-block .nav-tabs > li.active > a {
  border: 0;
  border-bottom: 6px solid #ff622b;
}
.brand-block .nav > li > a:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 6px solid #ff622b;
}
.brand-block .tab-content .tab-pane .img-block {
  margin: 38px 14px;
  position: relative;
  width: 205px;
  height: 92px;
}
.brand-block .tab-content .tab-pane .img-block .gray-img {
  transition: all 0.5s ease-in-out;
  position: absolute;
}
.brand-block .tab-content .tab-pane .img-block:hover .org-img {
  position: absolute;
  opacity: 1;
  -webkit-box-shadow: 0 0 4px #ddd;
  -moz-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
  transition: all 0.5s ease-in-out;
}