/** 海报 **/
.poster {
  background: url(../image/bussinessBanner.png) no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 360px;
  padding: 240px 0 0 160px;
}

.poster .tittle {
  font-size: 50px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 53px;
}

.poster .info {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  opacity: 0.8;
}

/** 卡片块 **/
.card_view {
  display: flex;
  justify-content: space-between;
  margin: 100px 150px;
}

.card_view>.item {
  width: 295px;
  text-align: center;
  box-shadow: 0px 2px 12px 0px rgba(35, 24, 21, 0.2);
  padding: 80px 0 0;
  height: 280px;
  position: relative;
}

.card_view>.item:hover {
  background: linear-gradient(-34deg, rgba(241, 58, 128, 1), rgba(129, 89, 153, 1));
  opacity: 0.6;
}

.card_view>.item:hover .item_tittle,
.card_view>.item:hover .item_info,
.card_view>.item:hover .card_icon {
  color: #fff;
}

.card_view>.item .item_tittle {
  font-size: 36px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 30px;
}

.card_view>.item .item_info {
  font-size: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
  padding: 0 15px;
  text-align: justify;
  text-align-last: center;
}

.card_view>.item .card_icon {
  margin-top: 50px;
  color: #666666;
}

/** 业务场景、业务定制 **/
.scenario {
  margin: 120px 150px;
}

.function {
  margin: 100px 150px 0;
}

.protools {
  margin: 50px 150px 0;
}

.scenario>.header,
.function>.header,
.protools>.header {
  display: flex;
  justify-content: left;
}

.scenario>.header .left_block,
.function>.header .left_block,
.protools>.header .left_block {
  width: 14px;
  height: 77px;
  background: linear-gradient(-34deg, rgba(241, 58, 128, 1), rgba(129, 89, 153, 1));
  opacity: 0.6;
}

.scenario>.header .tittle,
.function>.header .tittle,
.protools>.header .tittle {
  font-size: 42px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  line-height: 42px;
}

.scenario>.header .right_block,
.function>.header .right_block,
.protools>.header .right_block {
  margin-left: 20px;
}

.scenario>.header .info,
.function>.header .info,
.protools>.header .info {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  margin-top: 15px;
}

.scenario .body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 75px;
}

.scenario .body img {
  width: 50%;
}

.function .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
}

.protools .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.protools .body .body_item {
  width: 296px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  box-shadow: 0px 2px 12px 0px rgba(35, 24, 21, 0.2);
  margin-bottom: 30px;
}

.protools .body .body_item:hover {
  background: linear-gradient(-34deg, rgba(241, 58, 128, 1), rgba(129, 89, 153, 1));
  opacity: 0.8;
  color: #fff;
}

.function .body .body_item {
  width: 20%;
  height: 190px;
  padding-top: 50px;
  text-align: center;
  cursor: pointer;
}

.function .body .body_item:hover {
  background: linear-gradient(-34deg, rgba(241, 58, 128, 1), rgba(129, 89, 153, 1));
}

.function .body .body_item:hover i,
.function .body .body_item:hover p {
  color: #fff;
}

.function .body .body_item i {
  font-size: 80px;
}

.function .body .body_item p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

/** 优秀案例、服务流程 **/
.example {
  text-align: center;
  padding: 100px 150px 0;
  height: 500px;
}

.example>.header {
  display: flex;
  justify-content: left;
}

.process>.header {
  display: flex;
  justify-content: left;
  margin-bottom: 60px;
  padding-left: 37px;
}

.example>.header .left_block,
.process>.header .left_block {
  width: 14px;
  height: 77px;
  background: linear-gradient(-34deg, rgba(241, 58, 128, 1), rgba(129, 89, 153, 1));
  opacity: 0.6;
}

.example>.header .tittle,
.process>.header .tittle {
  font-size: 42px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  line-height: 42px;
  text-align: left;
}

.example>.header .right_block,
.process>.header .right_block {
  margin-left: 20px;
}

.example>.header .info,
.process>.header .info {
  font-size: 16px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  margin-top: 15px;
  text-align: left;
}

.example .example_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.example_container .container-img {
  width: calc(25% - 20px);
  height: 248px;
  overflow: hidden;
  margin-bottom: 15px;
}

.example .example_container img {
  cursor: pointer;
  transition: all 1s;
  width: 100%;
  height: 100%;
}

.example .example_container img:hover {
  transform: scale(1.4);
}

.process {
  text-align: center;
  padding: 0 112px 30px;
}

.process .container {
  display: flex;
  justify-content: space-between;
}

.process .container .block {
  padding: 20px 0;
}

.process .container .block .block_tittle {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.process .container .block .block_info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 24px;
  width: 75%;
  margin: 0 auto;
  margin-top: 15px;
}

@media screen and (max-width: 1440px) {
  .card_view>.item {
    width: 200px;
  }

  .card_view>.item .item_tittle {
    font-size: 25px;
  }

  .card_view>.item .item_info {
    font-size: 14px;
    padding: 0 15px;
  }

  .card_view>.item .card_icon {
    position: absolute;
    left: 50%;
    bottom: 80px;
  }

  .scenario .body img {
    width: 50%;
  }

  .function .body .body_item {
    width: 190px;
    height: 140px;
    padding-top: 20px;
  }

  .protools .body .body_item {
    width: 200px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }

  .example {
    padding: 60px 150px 0;
    height: 400px;
  }

  .example_container .container-img {
    width: 250px;
    height: 180px;
  }

  .function .body .body_item i {
    font-size: 40px;
  }

  .function .body .body_item p {
    font-size: 16px;
  }
}