/* CSS Document */
html {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
}
img {
  border: 0 none;
}
.content-box {}
.content-box .industry {
  width: 1200px;
  height: auto;
  padding-bottom: 40px;
  overflow: hidden;
  margin: auto;
}
.content-box .industry .industry-logo {}
.content-box .industry .industry-logo .logo {
  text-align: center;
  padding: 40px;
}
.content-box .industry .industry-logo .logo img {
  width: 290px;
}
.content-box .industry .industry-service {
  position: relative;
  overflow: hidden;
}
.industry-item {
  width: 290px;
  height: 150px;
  padding-top: 25px;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #f5f5f5;
  float: left;
  cursor: pointer;
  border-radius: 10px;
}
.industry-item img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.industry-item .badge {
  display: block;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 auto 20px;
}
.industry-item .title {
  display: block;
  font-size: 22px;
  line-height: 25px;
}
.industry-item .info {
  display: block;
  font-size: 14px;
  line-height: initial;
  padding: 10px 0;
}
/**/
.industry-item.onestop, .industry-item.manufactor-buyer, .industry-item.diy {
  width: 390px;
  height: 150px;
  padding-top: 55px;
}
.industry-item.onestop .badge, .industry-item.manufactor-buyer .badge, .industry-item.diy .badge {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
}
.industry-item.onestop .title, .industry-item.manufactor-buyer .title, .industry-item.diy .title {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
}
.industry-item.diy .title {
  margin-right: -12px;
}
.industry-item.onestop {
  background-color: #d7232b;
}
.industry-item.manufactor-buyer {
  background-color: #ff7200;
}
.industry-item.diy {
  background-color: #1e9cfd;
}
.industry-item.distribution {
  background-color: #2899ed;
}
.industry-item.ittoutiao {
  background-color: #3dcd63;
}
.industry-item.station {
  background-color: #6ecdfe;
}
.industry-item.manufactor-seller {
  background-color: #fcb258;
}