@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
.pg-title {
  padding: 14px 0;
  margin-bottom: 40px;
  font-size: 36px;
  color: #FEFEFE;
  text-align: center;
  background: url(../img/industry-title-bgl.png) no-repeat center;
}

.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 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.banner {
  position: relative;
  background-color: #F7F7F7;
}
.banner > img {
  display: block;
  width: 100%;
}
.banner .wrapper {
  position: relative;
  top: -60px;
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto 20px;
  background-color: #FFF;
}
.banner .wrapper p {
  text-align: center;
}

.more-btn a {
  color: #FFF;
  background-color: #345AFF;
  border: none;
}

.media-source {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media-source .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;
  cursor: pointer;
}
.media-source .wrap + .wrap {
  margin-left: 20px;
}
.media-source .wrap > img {
  width: 100%;
  height: 326px;
}
.media-source .wrap p {
  padding: 0 20px;
  margin-top: 30px;
  font-size: 24px;
  color: #000;
}
.media-source .wrap div {
  padding: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.media-source .wrap .more {
  padding: 0 20px;
}
.media-source .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;
}
.media-source .wrap .more:hover {
  opacity: 0.8;
}

.cloud div, .cloud p, .union div, .union p {
  color: #FFF;
}

.cloud {
  max-width: 1200px;
  margin: 0 auto;
}
.cloud p {
  text-align: center;
  font-size: 18px;
}
.cloud .wrap {
  width: 180px;
}
.cloud .wrap > p:last-child {
  margin-top: 42px;
}

.market {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.market .wrap {
  width: 220px;
}
.market .wrap > p {
  text-align: center;
  font-size: 22px;
  color: #000;
}
.market .wrap > p:last-child {
  margin-top: 20px;
}

.union {
  padding-top: 120px;
  padding-bottom: 58px;
  background: url(../img/industry-taopinglianmeng.jpg) no-repeat;
  background-size: 100% 100%;
}
.union .con {
  max-width: 835px;
  margin: 60px auto;
}
.union .con > .flex {
  max-width: 750px;
  margin: 0 auto;
}
.union .con .wrap .num {
  position: relative;
  margin-top: 10px;
  font-size: 48px;
  line-height: normal;
}
.union .con .wrap sup {
  position: relative;
  top: -30px;
  right: 15px;
  font-size: 24px;
  color: #FFF;
}
.union .more-btn a {
  background-color: #FFF;
  color: #345AFF;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1114px;
  margin: 0 auto;
}
.brand .wrap p {
  text-align: center;
}
.brand .wrap .tit {
  margin-top: 38px;
  margin-bottom: 19px;
  font-size: 24px;
  color: #000;
}