.banner-container {
  height: 900px;
  background: url('../image/component/component-banner.png') no-repeat;
  background-size: cover;
  font-size: 48px;
  color: #fff;
  font-style: italic;
}
.business-container img{
  box-shadow: 0px 6px 20px 0px rgba(0,167,229,0.08); 
}
.dept-item {
  height: 565px;
  background: #ffffff;
  box-shadow: 3px 6px 20px 0px rgba(0,167,229,0.10); 
}
.dept-item img {
  width: 100%;
}
.dept-desc {
  padding: 20px 18px;
}
.tabs-item {
  background-color: #fff;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 58px;
}
.tabs-item.active {
  background-color: #00a7e5;
  color: #fff;
}
.tab-content {
  margin-top: 50px;
}
.desc-nav-content {
  width: 838px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0,167,229,0.10); 
  margin: 50px auto;
  display: flex;
}
.desc-nav-item {
  flex: 1;
}
.desc-nav-item.active {
  color: #00a7e5;
  border-bottom: 4px solid #00a7e5;
  font-style: italic;
}
.product-info img {
  height: 100%;
  width: 100%;
}
.product-machine {
  background: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0,167,229,0.08); 
  flex: 1;
}
.env-container {
  padding: 28px 30px 36px 35px;
  background-color: #fff;
}
.env-title {
  margin-bottom: 22px;
  color: #666;
  text-align: right;
}
.description-container {
  padding: 20px;
}
.description-content {
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
}
.description-content.standard .description-item {
  justify-content: center;
  padding-left: 0;
}
.description-content.standard .description-item:first-of-type {
  background: rgba(0,167,229,0.08);
}
.description-content > div {
  height: 48px;
  align-items: center;
}
.description-item {
  flex: 1;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.description-content > div:not(:last-of-type) {
  border-bottom: 1px solid #f5f7fa;
}
.description-item:not(:first-of-type) {
  border-left: 1px solid #f5f7fa;
}
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
  justify-content: flex-start;
}
.fixed-table-container tbody td, .fixed-table-container thead th {
  text-align: left;
}
thead .no-border-left-th {
  border-left: none !important;
}

@media screen and (max-width: 992px) {
  .tabs-nav {
    justify-content: flex-start;
  }
  .dept-item {
    height: auto;
  }
  .description-tab .tabs-item {
    padding: 0 10px;
    white-space: nowrap;
    height: 48px;
  }
  .desc-nav-content {
    width: auto;
  }
  .tab-content {
    margin-top: 20px;
  }
  .desc-nav-content {
    margin: 20px auto;
    height: 40px;
  }
  .desc-nav-item {
    font-size: 16px;
  }
  .desc-nav-item a {
    white-space: nowrap;
    padding: 0 10px;
  }
  .product-machine {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .env-container{
    padding: 20px;
  }
  .env-container > .flex {
    display: block;
  }
  .env-container .intro-table{
    margin-top: 10px;
  }
  .env-img {
    width: 100%;
    margin-right: 0 !important;
  }
  .description-content {
    overflow-x: auto;
  }
  .description-item {
    min-width: 120px;
  }
  .env-introduction .env-title{
    text-align: right !important;
  }
  .env-introduction .only-xs-ml0 {
    margin-left: 0 !important;
  }
  .env-introduction .only-xs-mt10 {
    margin-top: 10px !important;
  }
}