/** 彩色图标(弃用，改用图标) **/
/* .icon {
  width: 5em;
  height: 5em;
  fill: currentColor;
  overflow: hidden;
} */

/** 海报 **/
.poster {
  background: url(../image/affairBanner.png) no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 400px;
  padding: 200px 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;
}

.poster .more {
  width: 180px;
  height: 47px;
  background: linear-gradient(82deg, #6ad5ff 0%, #5561ff 100%);
  border-radius: 30px;
  text-align: center;
  margin: 30px 0 0;
}

.poster .more a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 47px;
}

/** tab卡片 **/
.tab {
  background: #e4edfa;
  height: 1200px;
}

.tab .tittle {
  font-size: 42px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 100px;
}

.tab .tittle_line {
  background: #317bfd;
  width: 100px;
  height: 10px;
  border-radius: 5px;
  margin: 0 auto;
}

.tab .type_container {
  display: flex;
  justify-content: space-between;
  padding: 0 160px;
  position: relative;
}


.tab .type_container .container_card {
  background: url(../image/card_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 32%;
  height: 700px;
  margin-top: 100px;
  color: #666666;
  cursor: pointer;
}

.tab .type_container .active_card {
  margin-top: 0;
  color: #017CF8;
  transition: margin-top 1s;
}

.tab .type_container .container_card p {
  font-size: 32px;
  text-align: center;
  line-height: 440px;
  font-family: FZY3K;
}

.tab .oblique {
  width: 100vw;
  height: 128px;
  background: #fff;
  transform: rotateZ(177deg);
  box-shadow: 11px 10px 20px #afcdfe;
  overflow: hidden;
  position: relative;
  top: -350px;
}

.tab .content_type_container {
  padding: 80px 10% 0;
  display: flex;
  justify-content: space-around;
  background: #fff;
  position: relative;
  top: -400px;
}

.tab .content_type_container>.info_container {
  width: 40%;
}

.tab .content_type_container>.pic_container {
  width: 770px;
  height: 450px;
  background: url(../image/example_bg.png) no-repeat;
  background-size: 100% 100%;
}

.tab .content_type_container>.pic_container img {
  width: 590px;
  height: 350px;
  margin-top: 18px;
  margin-left: 95px;
}

.tab .content_type_container>.info_container .tittle {
  font-size: 26px;
  color: #333333;
  font-weight: 400;
  text-align: left;
}

.tab .content_type_container>.info_container .line {
  width: 60px;
  height: 4px;
  background: rgb(1, 124, 248);
  margin: 20px 0;
  border-radius: 15px;
}

.tab .content_type_container>.info_container .describe {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}

.tab .content_type_container>.info_container .trade {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #9a9a9a;
}

.moreBtn {
  text-align: center;
  border: 1px solid #707d97;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(112, 125, 151, 1);
  width: 180px;
  cursor: pointer;
  margin: 20px auto;
}

/** 功能块 **/
.function {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 30px 0 60px;
  margin: 30px auto 0;
  width: 1620px;
}

.function .function_container {
  width: calc(100% / 7);
  height: 175px;
  text-align: center;
  padding: 25px 0 25px;
  cursor: pointer;
  border-radius: 15px;
}

.function .function_container:hover {
  color: #71A4FB;
  box-shadow: 0px 0px 20px 7px #afcdfe;
}

.function .function_container i {
  font-size: 60px;
}

.function .function_container p {
  font-size: 24px;
  position: relative;
  bottom: 20px;
}

/** 优秀案例、服务流程 **/
.example {
  background: #E3ECFA;
  text-align: center;
  padding: 100px 150px 0;
  height: 700px;
}

.example>.tittle,
.process>.tittle {
  font-size: 42px;
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  line-height: 30px;
}

.example>.line,
.process>.line {
  background: rgba(1, 124, 248, 1);
  border-radius: 5px;
  width: 100px;
  height: 10px;
  margin: 30px auto 40px;
}

.example .example_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.example_container .container-img {
  width: calc(25% - 15px);
  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: 100px 110px 50px;
}

.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) {
  .tab {
    height: 950px;
  }

  .tab .tittle {
    padding-top: 65px;
  }

  .tab .type_container .container_card {
    margin-top: 50px;
    height: 600px;
  }

  .tab .type_container .container_card p {
    font-size: 28px;
    line-height: 380px;
  }

  .tab .type_container .active_card {
    margin-top: 0;
  }

  .tab .content_type_container {
    padding: 0 10%;
  }

  .function {
    margin-top: 0;
    padding: 20px 0 60px;
    width: 1070px;
  }

  .function .function_container {
    height: 139px;
    padding: 10px 0 0;
    margin-top: 25px;
  }

  .function .function_container p {
    font-size: 15px;
    bottom: 10px;
  }

  .function .function_container img {
    width: 60%;
    height: auto;
  }

  .example {
    height: 530px;
    padding: 70px 150px 0;
  }

  .example_container .container-img {
    width: 250px;
    height: 180px;
  }

  .process {
    padding: 70px 110px 50px;
  }
}