.row {
  margin: 0;
}
#carousel-example-generic {
  height: 370px;
  margin-top: 100px;
}
#carousel-example-generic .banW {
  width: 1140px;
  height: 370px;
}
#carousel-example-generic .carousel-indicators li {
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0 1px;
}
#carousel-example-generic .carousel-indicators .active {
  background: #ed1c24;
}
#integ {
  margin-top: 30px;
}
#integ .breadcrumb {
  margin-bottom: 0;
}
#integ .titSize {
  font-size: 22px;
  margin-bottom: 0px;
}
#integ .tv {
  overflow: hidden;
  margin-bottom: 20px;
}
#integ .container-fluid .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  margin: 0 auto;
  color: #333;
}
#integ .container-fluid .row .col-xs-3 {
  margin-top: 20px;
  background: #fff;
  text-align: center;
  padding: 20px 10px;
  height: 340px;
  width: 270px;
  margin-left: 20px;
  position: relative;
}
#integ .container-fluid .row .col-xs-3 .figure {
  height: 168px;
  width: 100%;
  line-height: 168px;
  margin-bottom: 40px;
}
#integ .container-fluid .row .col-xs-3 .figure a {
  width: 100%;
}
#integ .container-fluid .row .col-xs-3 .figure a img {
  max-height: 100%;
}
#integ .container-fluid .row .col-xs-3 .exchange {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 3px 12px;
  font-size: 12px;
}
#integ .container-fluid .row .col-xs-3 .exchange:hover {
  background: #ed1c24;
  color: #fff;
}
#integ .container-fluid .row .col-xs-3:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
  transform: translate3d(0, -2px, 0);
}
#integ .container-fluid .row .col-xs-3:nth-child(4n+1) {
  margin-left: 0;
}
