.production-detail {
  margin-bottom: 67px;
}

.ren-lian-back {
  background: #f5f7fb;
}

.production-function {
  min-width: 1400px;
  margin: 0;
  width: 1380px;
  margin: 0 auto;
  padding: 70px 10px 100px;
  box-sizing: border-box;
  background: #f5f7fb;
}
.production-function .title {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.production-function .title .weight-title {
  font-weight: 600;
}
.production-function .mt {
  margin-top: 30px;
}
.production-function .block3 {
  margin-top: 50px;
  width: 69.9vw;
}
.production-function .production-function-introduce {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.production-function .production-function-introduce .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-basis: 31.5%;
  box-sizing: border-box;
}
.production-function .production-function-introduce .block .top img {
  width: 100%;
}
.production-function .production-function-introduce .block .bottom {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 72px;
}

.production-function.character-container {
  background: #ffffff;
  padding-top: 0;
}
.production-function.character-container .character-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.production-function.character-container .character-wrapper .character {
  width: 23%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 20px 40px 40px;
}
.production-function.character-container .character-wrapper .character .top {
  display: flex;
  justify-content: space-between;
}
.production-function.character-container .character-wrapper .character .top .left {
  justify-content: flex-start;
  display: flex;
}
.production-function.character-container .character-wrapper .character .top .left .line {
  width: 4px;
  height: 32px;
  border-radius: 0px 0px 0px 0px;
  margin-right: 15px;
}
.production-function.character-container .character-wrapper .character .top .left .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.production-function.character-container .character-wrapper .character .top .big-num {
  font-size: 100px;
  margin-top: -35px;
}
.production-function.character-container .character-wrapper .character .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.production-function.character-container .character-wrapper .character .bottom .title {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.production-function.character-container .character-wrapper .character .bottom .num {
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 48px;
  margin-top: 16px;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) {
  background: #eff6ff !important;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) .top .line {
  background: #1890FF;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) .top .title {
  color: #333333;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) .top .big-num {
  color: #dce2eb;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) .bottom .title {
  color: #999999;
}
.production-function.character-container .character-wrapper .character:nth-child(odd) .bottom .num {
  color: #1890FF;
}
.production-function.character-container .character-wrapper .character:nth-child(even) {
  background: #3593FA !important;
}
.production-function.character-container .character-wrapper .character:nth-child(even) .top .line {
  background: #FFFFFF;
}
.production-function.character-container .character-wrapper .character:nth-child(even) .top .title {
  color: #FFFFFF;
}
.production-function.character-container .character-wrapper .character:nth-child(even) .top .big-num {
  color: #3087e6;
}
.production-function.character-container .character-wrapper .character:nth-child(even) .bottom .title {
  color: #EEEEEE;
}
.production-function.character-container .character-wrapper .character:nth-child(even) .bottom .num {
  color: #FFFFFF;
}

.production-function.app-scene {
  padding-top: 0;
  background: #ffffff;
}
.production-function.app-scene .scene-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.production-function.app-scene .scene-wrapper .scene {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.production-function.app-scene .scene-wrapper .scene .top {
  width: 100%;
  height: 340px;
  display: block;
}
.production-function.app-scene .scene-wrapper .scene .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 22px;
  box-shadow: 2px 2px 10px #bdbaba;
  flex-grow: 1;
}
.production-function.app-scene .scene-wrapper .scene .bottom .title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}
.production-function.app-scene .scene-wrapper .scene .bottom .content {
  font-size: 16px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #333333;
  line-height: 30px;
}

.production-function.client-example {
  width: 100%;
  min-width: 1400px;
  background: #FFFFFF;
  padding: 0 0 70px 0;
}
.production-function.client-example .carousel-inner {
  height: 600px;
  background: url(../img/renlian/block-6-bg.png) 100% no-repeat;
  box-sizing: border-box;
  padding: 105px 0;
}
.production-function.client-example .carousel-inner .carousel-item {
  box-sizing: border-box;
  padding: 0 14%;
  display: flex;
  justify-content: space-between;
}
.production-function.client-example .carousel-inner .carousel-item .img {
  width: 31.8vw;
}
.production-function.client-example .carousel-inner .carousel-item .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 62px;
  color: #FFFFFF;
}
.production-function.client-example .carousel-inner .carousel-item .right .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.production-function.client-example .carousel-inner .carousel-item .right .top .title {
  font-size: 34px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #1890FF;
}
.production-function.client-example .carousel-inner .carousel-item .right .top .content {
  opacity: 0.85;
  margin-top: 24px;
  line-height: 30px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom {
  margin-top: 74px;
  display: flex;
  justify-content: flex-start;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok {
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok .value {
  font-size: 38px;
  font-family: DIN-Regular, DIN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok .title {
  font-size: 16px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 30px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok:nth-child(2) {
  position: relative;
  margin: 0 60px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok:nth-child(2)::before {
  content: "";
  height: 48px;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: -22px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom .blcok:nth-child(2)::after {
  content: "";
  height: 48px;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  right: -30px;
}
.production-function.client-example .carousel-inner .carousel-item .right .bottom-text {
  width: 401px;
  background-color: #8191a0;
  line-height: 42px;
  color: white;
  padding-left: 21px;
  font-size: 16px;
  margin-top: 16px;
}

.production-adventage {
  box-sizing: border-box;
  width: 100%;
  min-width: 1400px;
  margin: 0;
  padding: 90px 0;
  box-sizing: border-box;
  background: #ffffff;
}
.production-adventage .production-function-introduce img.main-img {
  margin: 0 10px;
  width: calc(100% - 20px);
}

.production-bottom {
  margin-top: 0;
}
.production-bottom .production-list {
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 14%;
  margin-top: 60px;
  flex-wrap: wrap;
  color: #666666;
  overflow: hidden;
  position: relative;
}
.production-bottom .production-list.all {
  display: flex;
}
.production-bottom .production-list .production-item {
  width: calc(33.3% - 19px);
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  position: relative;
  transition: all 0.8s;
}
.production-bottom .production-list .production-item .link-body {
  overflow: hidden;
  height: 100%;
}
.production-bottom .production-list .production-item .link-body > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.8s;
}
.production-bottom .production-list .production-item .link-body .title-box {
  display: none;
}
.production-bottom .production-list .production-item .link-body .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  padding: 23px 32px;
  box-sizing: border-box;
  transition: all 0.8s;
}
.production-bottom .production-list .production-item .link-body .info .top {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.production-bottom .production-list .production-item .link-body .info .top .box {
  display: inline-block;
  border: 1px solid #FFFFFF;
  font-size: 14px;
}
.production-bottom .production-list .production-item .link-body .info .center {
  display: none;
  font-size: 14px;
  margin: 20px 0;
  text-align: left;
}
.production-bottom .production-list .production-item .link-body .info .bottom {
  display: none;
  width: 40px;
}
.production-bottom .production-list .production-item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(78, 160, 255, 0.4) 0%, rgba(44, 101, 183, 0.8) 100%);
}
.production-bottom .production-list .production-item:hover .mask {
  display: block;
}
.production-bottom .production-list .production-item:hover img {
  transform: scale(1.2);
}
.production-bottom .production-list .production-item:hover .info {
  display: flex;
  bottom: 10%;
  z-index: 999;
}
.production-bottom .production-list .production-item:hover .info .center {
  display: block;
}
.production-bottom .production-list .production-item:hover .info .bottom {
  display: block;
}

.footer .footer-info-block-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-top: 30px;
  align-items: center;
}
.footer .footer-info-block-right img {
  width: 90px;
}

@media screen and (max-width: 900px) {
  .production-function .production-function-introduce {
    display: flex;
    flex-direction: column;
  }
  .production-function .production-function-introduce .block {
    width: 100%;
    margin-top: 24px;
  }
  .production-adventage .production-function-introduce {
    display: flex;
    flex-direction: column;
  }
  .production-adventage .production-function-introduce .introduce {
    width: 100%;
    margin-top: 24px;
  }
  .production-bottom .production-list .production-item {
    width: 100%;
    margin: 0 0 28px 0;
  }
  .production-bottom .production-list .production-item .link-body {
    width: 100%;
  }
  .production-function.character-container .character-wrapper {
    display: flex;
    flex-direction: column;
  }
  .production-function.character-container .character-wrapper .character {
    width: 100%;
    margin-top: 24px;
  }
}
.slide1 {
  display: none;
}

.slide2 {
  display: none;
}

.slide-active {
  display: block;
}/*# sourceMappingURL=renlian2.css.map */