/* 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;
}
a:link {
  color: #6d6d6d;
  text-decoration: none;
  padding: 0 4px;
}
a:visited {
  color: #6d6d6d;
  text-decoration: none;
}
a:hover {
  color: #d9271d;
  text-decoration: underline;
}
a:active {
  color: #6d6d6d;
  text-decoration: none;
}
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: 225px;
  padding-top: 75px;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #f5f5f5;
  float: left;
  cursor: pointer;
  border-radius: 10px;
  user-select: none;
}
.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: 367px;
  width: 592px;
  height: 192px;
  padding-top: 108px;
}
.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: 25px;
  vertical-align: top;
  font-size: 32px;
  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;
}
/*industry-group*/
.industry-group {
  width: 592px;
  height: 304px;
  margin: 3px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.industry-group .logo {
  height: 33px;
  padding-top: 12px;
  text-align: center;
}
.industry-group .logo img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.industry-group .industry-item {
  height: 102px;
  padding-top: 45px;
  margin: 3px;
  text-align: left;
}
.industry-group .industry-item.item-onestop {
  background-color: #d7232b;
}
.industry-group .industry-item .badge {
  display: inline-block;
  margin-left: 35px;
  margin-right: 15px;
  margin-bottom: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
}
.industry-group .industry-item .title {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
}
/*industry-group-03*/
.industry-group.industry-group-03 .industry-item {
  width: 192px;
  height: 33px;
  padding: 34px 0;
}
.industry-group.industry-group-03 .industry-item .logo {
  padding-top: 0;
}
.industry-group.industry-group-03 .industry-item:last-child {
  margin-right: 0;
}
.industry-group.industry-group-03 .industry-item:first-child {
  width: 588px;
  height: 124px;
  margin-right: 0;
}
.industry-group.industry-group-03 .industry-item:first-child .logo {
  height: 50px;
  margin: 38px;
}
.footer_area {
  text-align: center;
}
.footer_area p {
  color: #999;
}