<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
.chips-container {
  margin: 0 auto;
  width: 100%;
}
body {
  background-color: #fff;
}
.chips1 {
  background-image: url(/images/chips/BMC_chips_banner_bg.png);
  height: 400px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 365px;
}
.chips1 h1 {
  font-size: 32px;
  margin-bottom: 24px;
}
.chips1 h2 {
  font-size: 16px;
}
.chips1.design {
  background-image: url(/images/chips/design_services.png);
}
.design-title {
  display: none;
}
.pro-type-box {
  background: #F5F5F5;
  padding-bottom: 30px;
}
.product-type {
  width: 1200px;
  margin: 0 auto;
  height: 76px;
  line-height: 76px;
}
.product-type li {
  margin-right: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.product-type li:after {
  content: '';
  position: absolute;
  bottom: 16px;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1874ff;
  transition: left 0.2s ease-in;
}
.product-type li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.product-type li:hover,
.product-type li.active {
  cursor: pointer;
  color: #1874ff;
}
.product-type li:hover a,
.product-type li.active a {
  color: #1874ff;
}
.product-type li:hover:after,
.product-type li.active:after {
  left: 0;
}
.product-detail {
  width: 1200px;
  padding: 40px 90px 40px 40px;
  height: 440px;
  background: #FFF;
  margin: 0 auto;
  display: flex;
}
.product-detail img {
  width: 360px;
  height: 360px;
}
.product-detail .product-text {
  margin: 50px 0 0 70px;
}
.product-detail .product-text .title {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 43px;
}
.product-detail .product-text p {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}
.product-info {
  padding: 0;
  background: #F5F5F5;
  display: none;
}
.product-info .table-div {
  display: flex;
  margin-bottom: 56px;
}
.product-info .table-div p {
  margin: 20px 140px 0 0;
  color: #333333;
  font-size: 20px;
}
.product-info .table-div .table {
  width: 960px;
}
.product-info .table-div .table td {
  border: 1px solid #E0E0E0;
  padding: 22px 30px;
  vertical-align: top;
  line-height: 26px;
}
.product-info .table-div .table td li:not(:last-child) {
  margin-bottom: 20px;
}
.chips2 {
  position: relative;
  height: 490px;
  width: 1180px;
  margin-bottom: 50px;
}
.chips2 div {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 380px;
  padding: 40px;
  position: absolute;
}
.chips2 img {
  width: 80px;
  display: block;
  margin: 0 auto;
  height: 80px;
}
.chips2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.chips2 p {
  line-height: 25px;
  color: #666;
  font-size: 14px;
}
.chips2 .team {
  left: 0;
  top: 65px;
  height: 388px;
}
.chips2 .algorithm {
  left: 400px;
  top: 30px;
  height: 452px;
}
.chips2 .technology {
  left: 800px;
  top: 65px;
  height: 388px;
}
.chips-title {
  position: relative;
  text-align: center;
  font-size: 26px;
  padding-bottom: 22px;
}
.chips-title:after {
  position: absolute;
  width: 60px;
  height: 2px;
  content: '';
  background-color: #1874ff;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.chips3 {
  background: #FFF;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
.chips3 div {
  overflow: hidden;
  margin: 40px auto 0;
}
.chips3 img {
  width: 380px;
  height: 284px;
  float: left;
  margin: 0 10px;
}
.chips4 {
  background: #FFF;
  padding-top: 100px;
  text-align: center;
}
.chips4 h3 {
  margin-top: 24px;
}
.chips4 img {
  margin: 40px auto 100px;
  display: block;
}
#design-content {
  display: none;
}
.school-container {
  overflow: hidden;
  background: #F5F5F5;
}
.school-content {
  background-color: #fff;
  width: 1180;
  margin: 0 auto 80px;
  min-height: 800px;
  padding: 30px;
}
.school-content h2 {
  font-size: 20px;
}
.icons {
  margin-top: 20px;
}
.icons span {
  color: #666;
  font-size: 0;
  margin-right: 40px;
}
.icons span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.icons i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.icons .ico1:before {
  background: url(/images/storlead_school_Published_time.svg) no-repeat;
}
.school-details-content {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
  line-height: 28px;
  font-size: 14px;
  height: auto;
}
.school-details-content.off {
  max-height: 400px;
  overflow: hidden;
}
.know-description {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}
</pre></body></html>