.banner {
  font-size: 0;
  position: relative; }
  .banner img {
    width: 100%;
    min-width: 1200px;
    height: 275px; }
  .banner div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 56px);
    text-align: center; }
    .banner div h2 {
      color: #ffffff;
      font-size: 32px; }
    .banner div p {
      color: #717171;
      font-size: 16px;
      margin-top: 25px; }

main {
  background-color: #f0edf1; }

.floor_1 .fixed_width {
  text-align: center;
  overflow: hidden;
  background-color: #fffeff;
  height: 112px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.floor_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px; }

.floor_1 li {
  height: 20px;
  font-size: 20px;
  padding-bottom: 24px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  position: relative; }
  .floor_1 li::before {
    content: "";
    padding-bottom: 11px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #5b89d9;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear; }
  .floor_1 li:hover::before {
    width: 100%;
    left: 0; }
  .floor_1 li.active {
    color: #080006; }
    .floor_1 li.active::before {
      content: "";
      padding-bottom: 11px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-bottom: 3px solid #5b89d9;
      -webkit-transition: 0.2s all linear;
      transition: 0.2s all linear; }

.application {
  padding-top: 97px;
  padding-bottom: 93px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  .application .in_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .application .in_content.mt {
      margin-top: 51px; }
    .application .in_content .group {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.33333%;
      font-size: 0; }
      .application .in_content .group:nth-child(n+4) {
        margin-top: 15px; }
      .application .in_content .group + .group {
        padding-left: 14px; }
    .application .in_content .group > img {
      width: 100%;
      height: 209px; }
    .application .in_content .item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 87px;
      padding: 19px 30px 24px;
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .application .in_content .item + .item {
        margin-top: 30px; }
      .application .in_content .item .bottom {
        margin-top: 8px; }
      .application .in_content .item > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: center;
            justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
      .application .in_content .item b {
        color: #2d0028;
        font-size: 15px;
        font-weight: normal;
        width: 334px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .application .in_content .item p {
        color: #717171;
        font-size: 12px;
        font-weight: 400;
        width: 334px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .application .in_content .item i {
        color: #717171;
        letter-spacing: 2px;
        font-size: 16px;
        font-style: normal; }
  .application .hide_content {
    display: none; }
  .application .box {
    display: none;
    position: relative; }
    .application .box.cur {
      display: block; }

.more {
  margin-top: 51px;
  padding-bottom: 51px;
  margin-bottom: 0.01px; }
  .more .fixed_width {
    background-color: #fff;
    height: 60px;
    line-height: 60px; }
/*# sourceMappingURL=industry.css.map */