.no-bg-header {
  background-color: transparent;
}
.banner-bg {
  height: 468px;
  background: url('/images/manufacture/banner.png') no-repeat center center;
  background-size: cover;
}
.banner-tb {
  padding-left: 70px;
}
.banner-tb h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 142px;
}
.banner-tb .banner-tb-tips {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.banner-tb .banner-tb-form-con {
  width: 414px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 6px 18px 0px rgba(166, 175, 197, 0.23);
  border-radius: 30px;
  display: flex;
}
.banner-tb .banner-tb-form-con input {
  flex: 1;
  padding-left: 32px;
  font-size: 16px;
}
.banner-tb .banner-tb-form-con span {
  width: 176px;
  height: 60px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #4EA4FB 0%, #4FA6FB 0%, #185CFA 100%);
  box-shadow: 0px 6px 18px 0px rgba(166, 175, 197, 0.23);
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  text-shadow: 0px 2px 10px rgba(35, 47, 89, 0.08);
}
.banner-tb-form {
  margin-top: 44px;
}
.pool-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pool-list li {
  width: 360px;
  height: 250px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 40px;
  box-shadow: 0px 4px 8px 0px rgba(156, 161, 181, 0.25);
}
.pool-list li:first-child {
  margin-left: 0;
}
.pool-list li:nth-child(4) {
  margin-left: 0;
}
.pool-list li:hover {
  box-shadow: 0px 4px 8px 0px rgba(156, 161, 181, 0.41);
}
.pool-list li:hover .pool-list-before {
  opacity: 0;
  transform: scale(0.95);
}
.pool-list li:hover .pool-list-after {
  transform: scale(1);
  opacity: 1;
}
.pool-list-before {
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.pool-list-before .pool-bg {
  width: 360px;
  height: 186px;
  display: block;
}
.pool-list-before .pool-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 38px;
  top: 104px;
}
.pool-list-before span {
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: bold;
  color: #2C3140;
  text-align: center;
  display: block;
}
.pool-list-after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  padding-top: 40px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  background: linear-gradient(135deg, #4D8AFF 0%, #185CFA 100%, #185CFA 100%);
  box-shadow: 0px 4px 8px 0px rgba(156, 161, 181, 0.41);
}
.pool-list-after img {
  width: 32px;
  height: 32px;
  display: block;
}
.pool-list-after span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.pool-list-after p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  margin-top: 10px;
}
.module-box {
  width: 1140px;
  margin: 0 auto;
}
.module-box-tb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manu-title {
  font-size: 28px;
  font-weight: bold;
  color: #2C3140;
}
.module-box-tb-con {
  flex-shrink: 0;
}
.module-box-tb-con img {
  width: 164px;
  height: 80px;
  display: block;
}
.module-box-con-item {
  margin-top: 20px;
}
.module-box-con-item dt {
  font-size: 18px;
  font-weight: bold;
  color: rgba(44, 49, 64, 0.8);
  display: flex;
  align-items: center;
}
.module-box-con-item dt img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.module-box-con-item dd {
  margin-top: 7px;
  font-size: 16px;
  color: rgba(44, 49, 64, 0.6);
}
.use-link-btn {
  margin-top: 40px;
}
.use-link-btn a {
  font-size: 20px;
  font-weight: bold;
  color: #185CFA;
}
.use-link-btn a:hover {
  text-decoration: underline;
}
.js_itemMove {
  opacity: 0;
  position: relative;
}
.js_itemMove img {
  display: block;
  position: relative;
}
.item-rise-up {
  animation: rise-up 1s forwards;
}
@keyframes rise-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.more-scene-list {
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.more-scene-list li {
  height: 228px;
  background: #4A87FF;
  border-radius: 10px;
  flex: 1;
  display: flex;
  margin-left: 22px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.more-scene-list li:first-child {
  margin-left: 0;
}
.more-scene-list li span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.more-scene-list li a {
  width: 122px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #3B7AFD;
  margin-top: 30px;
}
.introduction-list {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introduction-list li {
  cursor: pointer;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid rgba(212, 220, 235, 0.5);
}
.introduction-list li a {
  font-size: 18px;
  color: #2C3140;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.introduction-list li p {
  font-size: 14px;
  color: rgba(44, 49, 64, 0.6);
  line-height: 20px;
  margin-top: 12px;
  padding-bottom: 28px;
  display: none;
}
.introduction-list li::after {
  content: "";
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  border: 1px solid #185CFA;
  transition: width 4s linear;
}
.introduction-list .active-introduction {
  padding-bottom: 0;
}
.introduction-list .active-introduction a {
  font-size: 22px;
  font-weight: bold;
  color: #185CFA;
  line-height: 30px;
  text-overflow: clip;
  white-space: normal;
}
.introduction-list .active-introduction p {
  display: block;
}
.introduction-list .active-introduction::after {
  content: "";
  opacity: 1;
  width: 100%;
}
.box-mod-title-tip {
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
  color: rgba(44, 49, 64, 0.6);
}
.fangan-pic {
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.fangan-pic img {
  display: block;
  position: relative;
}
.customer-list {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
.customer-list .customer-list-tb {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}
.customer-list .customer-list-tb span {
  width: 164px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  margin-left: 32px;
  box-sizing: border-box;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.customer-list .customer-list-tb span:nth-child(odd) {
  box-shadow: 0px 17px 44px -8px rgba(204, 213, 229, 0.65);
}
.customer-list .customer-list-tb span img {
  width: 150px;
  display: block;
}
.introduce-tips-box {
  margin-top: 66px;
  margin-bottom: 86px;
}
.introduce-tips-more {
  margin-top: 60px;
}
.introduce-tips-more a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.introduce-tips-more a:hover {
  text-decoration: underline;
}
