@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
h1 {
  margin-bottom: 40px;
}
h1 span {
  background-image: url(../img/industry-title-bg.png);
}

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

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

.center {
  text-align: center;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F6F7;
}

p {
  padding-bottom: 20px;
}

.banner {
  position: relative;
  background-color: #F7F7F7;
}
.banner > img {
  display: block;
  width: 100%;
}
.banner .wrapper {
  position: relative;
  top: -60px;
  max-width: 1200px;
  padding: 60px 50px 60px;
  margin: 0 auto 20px;
  background-color: #FFF;
}
.banner .wrapper .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 39px;
  width: 498px;
}
.banner .wrapper .txt p {
  text-align: justify;
}

.video-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 293px;
}

.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;
}
.more-btn:hover {
  opacity: 0.8;
}

.wrapper .product, .wrapper .cases {
  background-color: #F7F7F7;
}

.product .wraps {
  max-width: 1200px;
  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;
}
.product .wraps .wrap {
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.product .wraps .wrap:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.product .wraps .wrap > img {
  width: 100%;
  display: block;
}
.product .wraps .wrap > p {
  font-size: 24px;
  color: #000;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 0;
}
.product .wraps .wrap {
  cursor: pointer;
}

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

.superiority {
  padding-bottom: 0;
  background-color: #fff;
}
.superiority .wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.superiority .wrap {
  width: 20%;
  height: 400px;
  padding: 2.65% 3.3%;
  -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%;
  text-align: center;
}
.superiority p {
  color: #fff;
  line-height: 30px;
  text-align: justify;
}
.superiority p.tit {
  margin-top: 13px;
  margin-bottom: 3px;
  font-size: 24px;
  text-align: center;
}

.solution .wraps {
  max-width: 1200px;
  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: 24px;
  color: #333;
  text-align: left;
}
.solution .wraps .wrap div {
  padding: 20px;
  line-height: 30px;
  font-size: 16px;
  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;
  background-size: 100% 100%;
}
.qualification .more {
  position: absolute;
  width: 100%;
  bottom: 80px;
}

.cases .wraps {
  max-width: 1200px;
  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;
}
.cases .wraps .wrap {
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.cases .wraps .wrap:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.cases .wraps .wrap > img {
  width: 100%;
  display: block;
}
.cases .wraps .wrap > p {
  font-size: 18px;
  color: #000;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 0;
}