.trade-bank-banner.banner-navs-container .banner-navs {
  /* max-width: 64%; */
}
.production-service .production-service-content .understand-list {
  margin-top: 32px;
}

.production-service .production-service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /* -webkit-justify-content: space-between; */
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.production-service .production-service-list .production-service-item {
  width: 32%;
  /* max-width: 326px; */
  margin-bottom: 27px;
  margin-left: 1%;
}
.production-service .production-service-list .production-service-item a{
      margin-left: 24px;
      color: #2979ff;
}
.production-service .production-service-list .production-service-item .p-s-item-img {
  width: 100%;
  height: 3.2rem;
  object-fit: cover;
}
.production-service .production-service-list .production-service-item .p-s-item-title {
  margin: 25px 0px 13px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-left: 24px;
}
.production-service .production-service-list .production-service-item .p-s-item-production {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 24px;
}
.production-service .production-service-list .production-service-item .p-s-item-production-li {
  margin: 13px 0px 15px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
}



.production-service-content .trade-highlight-list {
  width: 100%;
  display: -webkit-box;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.production-service-content .trade-highlight-list .trade-highlight-item {
  height: auto;
  padding: 20px 20px;
  margin-right: 1%;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 8px rgba(0, 0, 0, 0.04);
  width: 24%;
  border-radius: 4px;
  margin-bottom: 20px;
}
.production-service-content .trade-highlight-list .trade-highlight-item img {
  width: 100%;
  height: auto;
}
.production-service-content .trade-highlight-list .trade-highlight-item .hightlight-name {
  color: #484848;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  min-height: 56px;
}
.production-service-content .trade-highlight-list .trade-highlight-item .hightlight-money {
  color: #484848;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}
.production-service-content .trade-highlight-list .trade-highlight-item .hightlight-more {
  color: #2979FF;
  cursor: pointer;
}
.production-service-content .trade-highlight-list .trade-highlight-item .hightlight-more img {
  margin-left: 4px;
}
.production-service-content .trade-highlight-list .trade-highlight-item .hightlight-more span {
  vertical-align: middle;
}



@media screen and (max-width: 750px) {
  .production-service .production-service-list .production-service-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48%;
  }
  .production-service .production-service-list .production-service-item .p-s-item-title {
    margin-left: 8px;
  }
  .production-service .production-service-list .production-service-item .p-s-item-production {
    margin-left: 8px;
  }
  .production-service .production-service-list .production-service-item a {
    margin-left: 8px;
}
  .production-service .production-service-list .production-service-item .p-s-item-img {
  width: 100%;
  height: 1.4rem;
  object-fit: cover;
}
  .production-service-content .trade-highlight-list .trade-highlight-item {
  height: auto;
  padding: 35px 20px;
  margin-right: 1%;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 8px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin-bottom: 10px;
}
}
/*# sourceMappingURL=company_tradebank.css.map */
