@charset "UTF-8";
/** 混合指令 **/
body {
  background-color: #F7F7F7;
}

.pg-title {
  padding: 16px 58px;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  background: url("../img/industry/screen-title.png") no-repeat center;
}

.title {
  margin-bottom: 60px;
  font-size: 40px;
  color: #000;
  text-align: center;
}

.subtitle {
  margin-top: 79px;
  margin-bottom: 51px;
  font-size: 28px;
  color: 44px;
  text-align: center;
}

.center {
  text-align: center;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner {
  position: relative;
}
.banner > img {
  display: block;
  width: 100%;
}
.banner .wrapper {
  position: relative;
  top: -60px;
  width: 1180px;
  padding: 44px 25px 60px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.banner .page-title {
  margin-bottom: 29px;
}
.banner .txt p {
  margin-top: 20px;
  font-size: 18px;
}

.more-btn {
  display: inline-block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  background-color: #345AFF;
  border-radius: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.more-btn:hover {
  opacity: 0.8;
}

.more {
  margin-top: 60px;
  text-align: center;
}

.wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrap:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.product .wraps, .superiority .wraps, .cases .wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product .wraps, .cases .wraps {
  width: 1180px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product {
  padding-top: 20px;
}
.product .wraps .wrap {
  background-color: #FFF;
  cursor: pointer;
}
.product .wraps .wrap:nth-child(n+4) {
  margin-top: 20px;
}
.product .wraps .wrap > img {
  width: 380px;
  height: 285px;
}
.product .wraps .wrap p {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  color: #000;
  text-align: center;
}

.superiority {
  padding-bottom: 0;
  background-color: #fff;
}
.superiority .wrap {
  width: 20%;
  padding: 36px 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../img/industry/screen-5-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.superiority .wrap img {
  display: block;
  margin: 0 auto;
}
.superiority p {
  color: #fff;
  line-height: 28px;
  text-align: left;
}
.superiority p.tit {
  margin-top: 13px;
  margin-bottom: 3px;
  font-size: 20px;
  text-align: center;
}

.solution {
  padding-top: 130px;
  padding-bottom: 100px;
}
.solution .wraps {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.solution .wraps .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  cursor: pointer;
}
.solution .wraps .wrap > img {
  width: 100%;
}
.solution .wraps .wrap p {
  width: 100%;
  padding: 0 20px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.solution .wraps .wrap div {
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.solution .wraps .wrap .more {
  padding: 0 20px;
  width: 100%;
  margin-top: 0;
}
.solution .wraps .wrap .more:hover {
  opacity: 0.8;
}
.solution .wraps .wrap .more > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 17px 0;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #E6E6E6;
}
.solution .wraps .wrap.fr2 {
  width: calc((100% - 20px) / 2);
}
.solution .wraps .wrap.fr3 {
  width: calc((100% - 40px) / 3);
}

.qualification {
  position: relative;
  width: 100%;
  height: 911px;
  background: url(../img/industry/screen-10.jpg) no-repeat center;
}
.qualification .more {
  position: absolute;
  width: 100%;
  bottom: 80px;
}

.cases .wraps .wrap {
  width: 380px;
  background-color: #fff;
}
.cases .wraps .wrap:nth-of-type(n+4) {
  margin-top: 20px;
}
.cases .wraps .wrap p {
  padding: 19px 20px;
  color: #000;
  height: 81px;
  line-height: 28px;
}