body {
  min-height: 100vh;
  background: #F7F7F6; }

#developSection, #teamSection, #introSection, #visionSection, #spiritSection, #cultureSection, #addressSection {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: -72px; }

.intro-section .cn-title, .vision-section .cn-title, .spirit-section .cn-title, .team-section .cn-title, .develop-section .cn-title, .culture-section .cn-title, .address-section .cn-title {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 21px; }
  .intro-section .cn-title::after, .vision-section .cn-title::after, .spirit-section .cn-title::after, .team-section .cn-title::after, .develop-section .cn-title::after, .culture-section .cn-title::after, .address-section .cn-title::after {
    content: '';
    width: 38px;
    height: 6px;
    background: #FAB43C;
    display: block;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 0; }
.intro-section .en-title, .vision-section .en-title, .spirit-section .en-title, .team-section .en-title, .develop-section .en-title, .culture-section .en-title, .address-section .en-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 17px; }

.tab-section {
  width: 100%;
  position: sticky;
  left: 0;
  top: 72px;
  z-index: 98;
  background: #FFFFFF; }
  .tab-section .tab-list {
    width: 1080px;
    display: flex;
    align-items: center;
    height: 70px;
    margin: auto; }
    .tab-section .tab-list .tab-item {
      height: 100%;
      line-height: 70px;
      text-align: center;
      width: 180px;
      font-size: 18px;
      font-weight: 500;
      color: #000000;
      cursor: pointer; }
      .tab-section .tab-list .tab-item:hover, .tab-section .tab-list .tab-item.active {
        background: #FAB43C;
        color: #FFFFFF; }

.intro-section {
  padding-top: 104px;
  width: 100%;
  position: relative; }
  .intro-section .article::before, .intro-section .article::after {
    content: '"';
    font-size: 117px;
    height: 117px;
    color: #040404;
    position: absolute; }
  .intro-section .article {
    text-align: center;
    width: 980px;
    margin: 78px auto auto auto;
    position: relative; }
    .intro-section .article::before {
      left: -53px;
      top: -57px; }
    .intro-section .article::after {
      right: -51px;
      bottom: -70px; }
    .intro-section .article p {
      font-size: 18px;
      color: #040404;
      font-weight: 400;
      line-height: 72px; }

.vision-section {
  padding-top: 104px;
  width: 100%;
  position: relative; }
  .vision-section .vision-container {
    width: 1194px;
    height: 506px;
    margin: 104px auto auto;
    background: url("../imgs/introVision_bg_1.png") center center/cover no-repeat;
    position: relative;
    overflow: hidden; }
    .vision-section .vision-container .vision-container-inline {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .3s; }
      .vision-section .vision-container .vision-container-inline .vision-line {
        width: calc(1194px - 16px - 28px);
        height: calc(506px - 16px - 28px);
        border: 8px solid transparent;
        display: flex; }
      .vision-section .vision-container .vision-container-inline .vision-article {
        position: absolute;
        width: 523px;
        height: 307px;
        right: 0;
        top: 107px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: color .3s;
        padding: 0 32px; }
        .vision-section .vision-container .vision-container-inline .vision-article .vision-title {
          font-size: 32px;
          line-height: 32px;
          font-weight: 500;
          position: relative; }
          .vision-section .vision-container .vision-container-inline .vision-article .vision-title::before {
            content: '';
            width: 4px;
            height: 34px;
            background: #FAB43C;
            position: absolute;
            left: -8px;
            bottom: 0;
            transition: transform .3s; }
        .vision-section .vision-container .vision-container-inline .vision-article .vision-info {
          margin-top: 35px;
          font-size: 22px;
          font-weight: 400;
          color: #2A2A2A; }
        .vision-section .vision-container .vision-container-inline .vision-article .vision-content {
          font-size: 16px;
          font-weight: 300;
          margin-top: 30px;
          color: #6B6868; }

.spirit-section {
  width: 100%;
  padding-top: 104px;
  position: relative; }
  .spirit-section .spirit-container {
    width: 100%;
    height: 506px;
    margin-top: 104px; }
    .spirit-section .spirit-container .spirit-container-mask {
      width: 100%;
      height: 100%; }
    .spirit-section .spirit-container .spirit-inline {
      width: 1194px;
      height: 100%;
      background: url("../imgs/introSpirit_bg_1.png") center center/cover no-repeat;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      position: relative; }
      .spirit-section .spirit-container .spirit-inline .vision-article {
        position: absolute;
        width: 523px;
        height: 307px;
        left: 0;
        top: 107px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: color .3s;
        padding: 0 32px; }
        .spirit-section .spirit-container .spirit-inline .vision-article .vision-title {
          font-size: 32px;
          line-height: 32px;
          font-weight: 500;
          position: relative;
          color: #000000; }
          .spirit-section .spirit-container .spirit-inline .vision-article .vision-title::before {
            content: '';
            width: 4px;
            height: 34px;
            background: #FAB43C;
            position: absolute;
            left: -8px;
            bottom: 0;
            transition: transform .3s; }
        .spirit-section .spirit-container .spirit-inline .vision-article .vision-info {
          margin-top: 35px;
          font-size: 22px;
          font-weight: 400;
          color: #2A2A2A; }
        .spirit-section .spirit-container .spirit-inline .vision-article .vision-content {
          font-size: 16px;
          font-weight: 300;
          margin-top: 30px;
          color: #6B6868; }
      .spirit-section .spirit-container .spirit-inline .spirit-line {
        width: calc(1194px - 16px - 28px);
        height: calc(506px - 16px - 28px);
        border: 8px solid transparent; }
      .spirit-section .spirit-container .spirit-inline .spirit-title {
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        padding-top: 83px; }
      .spirit-section .spirit-container .spirit-inline .spirit-content {
        width: 1083px;
        margin: 30px auto auto;
        line-height: 60px;
        font-size: 22px;
        font-weight: 400; }

.team-section {
  padding-top: 104px;
  padding-bottom: 138px;
  width: 100%;
  position: relative; }
  .team-section #manage {
    width: 1200px;
    margin: auto;
    height: calc(63px + 63px + 633px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .team-section #manage .middle-item {
      width: 370px;
      height: 633px;
      box-shadow: 0 5px 32px 17px rgba(0, 0, 0, 0.07);
      border-radius: 14px;
      background: #FFFFFF;
      display: flex;
      flex-direction: column;
      overflow: hidden; }
    .team-section #manage .avatar {
      width: 100%;
      flex: 1; }
      .team-section #manage .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .team-section #manage .item-bottom {
      height: 183px;
      padding-top: 9px; }
      .team-section #manage .item-bottom .username {
        text-align: center;
        font-size: 24px;
        color: #000000;
        font-weight: 700; }
      .team-section #manage .item-bottom .position {
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        color: #000000;
        margin-top: 9px;
        width: 100%;
        position: relative; }
        .team-section #manage .item-bottom .position::after {
          content: '';
          width: 50px;
          height: 3px;
          background: #FAB43C;
          position: absolute;
          bottom: 0;
          left: calc((370px - 50px) / 2); }
      .team-section #manage .item-bottom .desc {
        font-size: 18px;
        font-weight: 500;
        margin-top: 31px;
        padding: 0 17px;
        text-align: center; }
    .team-section #manage .swiper-container {
      width: 370px;
      height: 553px;
      border-radius: 14px;
      box-shadow: 0 5px 32px 17px rgba(0, 0, 0, 0.07);
      pointer-events: none; }
      .team-section #manage .swiper-container .swiper-wrapper {
        height: 100%; }
      .team-section #manage .swiper-container .manage-item {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        overflow: hidden;
        display: flex;
        flex-direction: column; }
      .team-section #manage .swiper-container .swiper-slide .avatar {
        height: 370px;
        overflow: hidden; }
  .team-section .manage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .team-section .manage .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      background: #969393;
      margin-right: 17px; }

.develop-section {
  width: 100%;
  background: #FFFFFF;
  padding-top: 104px;
  position: relative; }
  .develop-section .develop-article {
    width: 1200px;
    height: 892px;
    margin: 20px auto auto;
    position: relative; }
    .develop-section .develop-article .down-block, .develop-section .develop-article .up-block {
      position: absolute;
      width: 100%;
      min-height: 280px;
      background: #F5F5F5;
      color: #CFCFCF;
      font-size: 14px;
      padding: 16px 6px;
      transition: all .3s;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 24px; }
      .develop-section .develop-article .down-block::before, .develop-section .develop-article .up-block::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 140px;
        position: absolute; }
      .develop-section .develop-article .down-block:hover, .develop-section .develop-article .up-block:hover {
        color: #FFFFFF;
        background: #FAB43C; }
    .develop-section .develop-article .now-block, .develop-section .develop-article .block-2019, .develop-section .develop-article .block-2017, .develop-section .develop-article .block-2018, .develop-section .develop-article .block-2016 {
      position: absolute;
      width: 280px; }
    .develop-section .develop-article .block-2019::before, .develop-section .develop-article .block-2017::before, .develop-section .develop-article .block-2018::before, .develop-section .develop-article .block-2016::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 100%;
      background: #FAB43C;
      position: absolute;
      left: 95px; }
    .develop-section .develop-article .block-2019 .year, .develop-section .develop-article .block-2017 .year, .develop-section .develop-article .block-2018 .year, .develop-section .develop-article .block-2016 .year {
      text-align: center;
      font-size: 24px;
      color: #666666; }
    .develop-section .develop-article .row-line {
      position: absolute;
      width: 100%;
      height: 4px;
      background: #DEDEDE;
      left: 0;
      top: 446px; }
    .develop-section .develop-article .down-block {
      top: 122px;
      left: 0; }
      .develop-section .develop-article .down-block::before {
        border-bottom: 15px solid #F5F5F5;
        border-top: 15px solid transparent;
        top: -28px;
        transition: all .3s; }
      .develop-section .develop-article .down-block:hover::before {
        border-bottom: 15px solid #FAB43C; }
    .develop-section .develop-article .up-block {
      bottom: 94px;
      left: 0; }
      .develop-section .develop-article .up-block::before {
        border-top: 15px solid #F5F5F5;
        border-bottom: 15px solid transparent;
        bottom: -28px;
        transition: all .3s; }
      .develop-section .develop-article .up-block:hover::before {
        border-top: 15px solid #FAB43C; }
    .develop-section .develop-article .now-block {
      left: 48px;
      top: 448px; }
      .develop-section .develop-article .now-block::before {
        content: '';
        width: 72px;
        height: 72px;
        background: url("../imgs/introDevelop_icon_10.png") center center/contain no-repeat;
        position: absolute;
        left: 66px;
        top: -36px; }
      .develop-section .develop-article .now-block .now-title {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        padding-top: 54px;
        color: #333333; }
    .develop-section .develop-article .block-2019, .develop-section .develop-article .block-2017 {
      top: 448px; }
      .develop-section .develop-article .block-2019::before, .develop-section .develop-article .block-2017::before {
        top: -7px; }
      .develop-section .develop-article .block-2019 .year, .develop-section .develop-article .block-2017 .year {
        padding-top: 38px; }
    .develop-section .develop-article .block-2019 {
      left: 246px; }
    .develop-section .develop-article .block-2017 {
      left: 759px; }
    .develop-section .develop-article .block-2018, .develop-section .develop-article .block-2016 {
      bottom: 448px; }
      .develop-section .develop-article .block-2018::before, .develop-section .develop-article .block-2016::before {
        bottom: -11px; }
      .develop-section .develop-article .block-2018 .year, .develop-section .develop-article .block-2016 .year {
        position: absolute;
        width: 100%;
        bottom: 39px;
        left: 0; }
    .develop-section .develop-article .block-2018 {
      left: 497px; }
    .develop-section .develop-article .block-2016 {
      right: 0; }

.culture-section {
  width: 100%;
  padding-top: 104px;
  padding-bottom: 138px;
  background: url("../imgs/introCul_bg.png") center center/cover no-repeat;
  position: relative; }
  .culture-section .culture-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 104px auto auto; }
    .culture-section .culture-container .left-img {
      width: 562px;
      height: 506px;
      position: relative; }
      .culture-section .culture-container .left-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .culture-section .culture-container .left-img p {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 506px;
        text-align: center;
        color: #FFFFFF;
        font-size: 48px; }
    .culture-section .culture-container .news-list {
      width: 600px; }
      .culture-section .culture-container .news-list .news-item {
        margin-top: 10px;
        cursor: pointer; }
        .culture-section .culture-container .news-list .news-item:first-child {
          margin-top: 0; }
        .culture-section .culture-container .news-list .news-item .news-title {
          font-size: 22px;
          font-weight: 400;
          color: #000000;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: color .3s; }
        .culture-section .culture-container .news-list .news-item .news-info-black {
          font-size: 16px;
          color: #000000;
          word-break: break-all;
          margin-top: 11px; }
        .culture-section .culture-container .news-list .news-item .news-info {
          font-size: 16px;
          color: rgba(0, 0, 0, 0.6);
          line-height: 20px;
          word-break: break-all;
          margin-top: 11px; }
        .culture-section .culture-container .news-list .news-item .create-time {
          text-align: right;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.6);
          margin-top: 4px; }
        .culture-section .culture-container .news-list .news-item:hover .news-title {
          color: #FAB43C; }

.address-section {
  width: 100%;
  padding-top: 104px;
  background: #FFFFFF;
  position: relative; }
  .address-section .map-block {
    width: 730.5px;
    height: 549px;
    margin: 104px auto auto;
    position: relative; }
    .address-section .map-block .map-img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .address-section .map-block .jinan, .address-section .map-block .heze, .address-section .map-block .shijiazhuang, .address-section .map-block .sanmenxia {
      position: absolute; }
      .address-section .map-block .jinan img, .address-section .map-block .heze img, .address-section .map-block .shijiazhuang img, .address-section .map-block .sanmenxia img {
        width: 14px;
        height: 14px;
        object-fit: contain;
        position: absolute;
        left: -7px;
        bottom: 0;
        transition: all .3s; }
      .address-section .map-block .jinan .address, .address-section .map-block .heze .address, .address-section .map-block .shijiazhuang .address, .address-section .map-block .sanmenxia .address {
        display: none;
        background: #FAB43C;
        border-radius: 5px;
        padding: 8px 6px;
        width: 160px;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 400;
        position: absolute;
        bottom: 45px;
        left: -80px;
        transition: all .3s; }
        .address-section .map-block .jinan .address::after, .address-section .map-block .heze .address::after, .address-section .map-block .shijiazhuang .address::after, .address-section .map-block .sanmenxia .address::after {
          content: '';
          width: 0;
          height: 0;
          border-top: 10px solid #FAB43C;
          border-bottom: 10px solid transparent;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          left: 75px;
          bottom: -20px; }
      .address-section .map-block .active.jinan img, .address-section .map-block .active.heze img, .address-section .map-block .active.shijiazhuang img, .address-section .map-block .active.sanmenxia img {
        width: 30px;
        height: 30px;
        left: -15px; }
      .address-section .map-block .active.jinan .address, .address-section .map-block .active.heze .address, .address-section .map-block .active.shijiazhuang .address, .address-section .map-block .active.sanmenxia .address {
        display: block; }
    .address-section .map-block .jinan {
      right: 170px;
      bottom: 341px; }
    .address-section .map-block .heze {
      right: 199px;
      bottom: 323px; }
    .address-section .map-block .shijiazhuang {
      right: 193.5px;
      bottom: 366px; }
    .address-section .map-block .sanmenxia {
      right: 230px;
      bottom: 324px; }
  .address-section .tab-article {
    margin-top: 54px;
    height: 335px;
    background: url("../imgs/introAddress_bg.png") center center/cover no-repeat; }
    .address-section .tab-article .tab-list {
      width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: auto; }
      .address-section .tab-article .tab-list .tab-item {
        height: 106px;
        line-height: 106px;
        font-size: 22px;
        color: #21201E;
        font-weight: 500;
        cursor: pointer; }
        .address-section .tab-article .tab-list .tab-item::before {
          transition: all .3s; }
        .address-section .tab-article .tab-list .tab-item:hover, .address-section .tab-article .tab-list .tab-item.active {
          position: relative; }
          .address-section .tab-article .tab-list .tab-item:hover::before, .address-section .tab-article .tab-list .tab-item.active::before {
            content: '';
            width: 100%;
            height: 10px;
            background: #FAB43C;
            position: absolute;
            left: 0;
            top: 0; }
    .address-section .tab-article .address {
      width: 1200px;
      margin: 80px auto auto auto;
      font-size: 18px;
      color: #21201E; }

.white-section {
  width: 100%;
  height: 104px;
  background: #FFFFFF; }

/*# sourceMappingURL=intro.css.map */
