.banner-swiper .swiper-slide{
      height: 100vh;
    }

    .company-intro {
      max-width: 700px;
      margin: 0 auto;
    }

    .company-intro p {
      padding-bottom: 20px;
      font-size: 18px;
      color: #222;
      line-height: 1.8;
      text-indent: 2;
    }

    .culture-wrapper {
      padding: 70px 0;
      background: rgba(255, 255, 255, 0.95);
    }

    .culture-list {
      display: flex;
    }

    .culture-list li {
      flex: 1;
      position: relative;
      border-right: 1px solid #e5e5e5;
    }

    .culture-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .culture-item .icon {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .culture-item .icon img {
      width: 100%;
      height: 100%;
    }

    .culture-item .title {
      padding-top: 17px;
      padding-bottom: 17px;
      font-size: 18px;
      color: #222;
      font-weight: 600;
    }

    .culture-item .desc {
      font-size: 18px;
      color: #222;
      text-align: center;
      line-height: 23px;
    }

    .business-list {
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }

    .business-list li {
      display: flex;
      align-content: center;
      justify-content: center;
      width: 40%;
      box-sizing: border-box;
      transform: all 0.3s ease;
    }

    .business-list li:hover{
      border: 2px solid #9d070d;
    }

    .business-list li.last {
      width: 20%;
      flex-direction: column;
      position: absolute;
      right: 0;
      top: 0;
    }

    .business-list li.last .business-item{
      width: 100%;
      padding-bottom: 100%;
    }

    .business-item {
      width: 50%;
      height: 0;
      padding-bottom: 50%;
      position: relative;
    }

    .business-item .cover {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }

    .business-item .cover.arrow-right::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 20px solid #fff;
      position: absolute;
      z-index: 99;
      right: 0;
      top: 30px;
    }

    .business-item .cover.arrow-left::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 20px solid #fff;
      position: absolute;
      z-index: 99;
      left: 0;
      top: 30px;
    }

    .business-item .cover.arrow-bottom::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 20px solid #fff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      z-index: 99;
      left: 30px;
      bottom: 0;
    }

    .business-item .info {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      box-sizing: border-box;
      padding: 24px;
      background-color: #fff;
    }

    .business-item .info .title {
      font-size: 18px;
      color: #222;
      font-weight: 600;
      position: relative;
    }

    .business-item .info .title::after {
      content: "";
      display: block;
      box-sizing: border-box;
      height: 1px;
      width: 100%;
      background-color: #efefef;
      margin-top: 10px;
    }

    .business-item .info .title::before {
      content: "";
      display: block;
      box-sizing: border-box;
      height: 3px;
      width: 40px;
      background-color: #9d070d;
      position: absolute;
      left: 0;
      bottom: -1px;
    }

    .business-item .info .desc {
      padding-top: 20px;
      font-size: 14px;
      line-height: 1.6;
      color: #666;
    }

    .honor-list {
      display: flex;
    }

    .honor-list li {
      flex: 1;
      padding: 0 40px;
    }

    .honor-item .cover-wrap {
      overflow: hidden;
      height: 350px;
    }

    /*.honor-item .cover-wrap:hover .cover{
     transform: scale(1.5);
    }*/

    .honor-item .cover {
      height: 350px;
      transition: all 0.4s ease;
    }

    .honor-item .info {
      height: 130px;
      background-color: #000;
      text-align: center;
    }

    .honor-item .info .title {
      padding-top: 20px;
      font-size: 24px;
      color: #fff;
      font-weight: 600;
    }

    .honor-item .info .desc {
      padding: 20px;
      font-size: 18px;
      color: #fff;
      line-height: 25px;
    }

    .contact-logo img {
      text-align: center;
      margin: 0 auto;
    }

    .contact-desc {
      text-align: center;
      font-size: 36px;
      font-weight: 600;
      color: #202438;
      line-height: 54px;
    }

    .contact-basic-wrapper {
      padding-top: 150px;
      display: flex;
      justify-content: space-between;
      font-family: Microsoft Yahei;
    }

    .basic-left {}

    .basic-left .basic-item {
      font-size: 16px;
      color: #666;
      line-height: 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      font-family: Microsoft Yahei;
    }

    .basic-left .basic-item::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 10px;
    }

    .basic-left .basic-item.address::before {
      background-image: url(../images/icon-dw.png);
    }

    .basic-left .basic-item.phone::before {
      background-image: url(../images/icon-phone.png);
    }

    .basic-left .basic-item.cz::before {
      background-image: url(../images/icon-dy.png);
    }

    .basic-left .basic-item.email::before {
      background-image: url(../images/icon-email.png);
    }

    .basic-left .basic-item.car::before {
      background-image: url(../images/icon-cc.png);
	  padding-right:16px;
    }

    .basic-right .qr-code {
      text-align: right;
    }

    .basic-right .qr-code img {
      display: inline-block;
      width: 100px;
      height: 100px;
    }

    .basic-right .qr-code p {
      padding-top: 10px;
      font-size: 16px;
      color: #666;
    }

    .contact-footer{
      text-align: center;
      color: #999999;
      background: #f9f9f9;
      padding: 15px 20px;
          position: fixed;
    width: 100%;
    bottom: 0;
    }

   @media screen and (max-width: 900px) {
      .ywb {
        padding-top: 20px;
      }

      .gsry{
        padding-top: 40px
      }

      .contact-logo{
        margin-top: 15px
      }
      .banner-swiper .swiper-slide {
        height: 100vh;
      }
      .honor-item .cover-wrap{
        height: 80px;
      }
      .company-intro p {
        padding: 0 20px;
        font-size: 16px;
      }

      .culture-wrapper {
        padding: 95px 0;
        background: rgba(255, 255, 255, 0.6);
      }

      .culture-list {
        display: block;
      }

      .culture-item {
        display: block;
        padding-left: 50px;
        margin-bottom: 30px;
        margin-left: 50px;
        position: relative;
      }

      .culture-item .icon {
        position: absolute;
        left: 0;
        top: 0;
      }

      .culture-item .title {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 16px;
      }

      .culture-item .desc {
        padding-right: 20px;
        font-size: 14px;
        color: #222;
            text-align: left;
      }

      .business-list {
        display: none;
      }

      .business-list-phone {
        display: block;
        padding: 0 50px;
      }

      .business-phone-card {}

      .business-phone-card .cover {
        height: 200px;
      }

      .business-phone-card .info {
        box-sizing: border-box;
        padding: 24px;
        background-color: #fff;
      }

      .business-phone-card .info .title {
        font-size: 18px;
        color: #222;
        font-weight: 600;
        position: relative;
      }

      .business-phone-card .info .title::after {
        content: "";
        display: block;
        box-sizing: border-box;
        height: 1px;
        width: 100%;
        background-color: #efefef;
        margin-top: 10px;
      }

      .business-phone-card .info .title::before {
        content: "";
        display: block;
        box-sizing: border-box;
        height: 3px;
        width: 40px;
        background-color: #9d070d;
        position: absolute;
        left: 0;
        bottom: -1px;
      }

      .business-phone-card .info .desc {
        padding-top: 20px;
        font-size: 14px;
        line-height: 1.6;
        color: #666;
      }

      .honor-list {
        display: block;
      }

      .honor-list li {
        flex: 1;
        padding: 0 20px;
      }

      .honor-item {
        display: flex;
        margin-bottom: 10px;
      }

      .honor-item .cover {
        height: 80px;
        width: 80px;
        flex: 0 0 80px;
      }

      .honor-item .info {
        flex: 1;
        padding-left: 20px;
        height: 80px;
        background-color: #000;
        text-align: left;
      }

      .honor-item .info .title {
        padding-top: 11px;
        padding-bottom: 0px;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
      }

      .honor-item .info .desc {
        padding: 0;
        font-size: 13px;
        color: #fff;
      }

      .contact-logo img {
        text-align: center;
        margin: 0 auto;
        height: 100px;
      }

      .contact-desc {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #202438;
        padding: 0 15px;
      }

      .contact-basic-wrapper {
        padding-top: 50px;
        display: block;
        justify-content: space-between;
      }

      .basic-left {
        margin-bottom: 30px;
            padding: 0 20px;
      }

      .basic-left .basic-item {
        font-size: 12px;
        font-weight: 600;
        color: #666;
        line-height: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
      }

      .basic-left .basic-item::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
      }

      .basic-left .basic-item.address::before {
        background-image: url(../images/icon-dw.png);
      }

      .basic-left .basic-item.phone::before {
        background-image: url(../images/icon-phone.png);
      }

      .basic-left .basic-item.cz::before {
        background-image: url(../images/icon-dy.png);
      }

      .basic-left .basic-item.email::before {
        background-image: url(../images/icon-email.png);
      }

      .basic-right .qr-code {
        text-align: center;
            padding: 0 20px;
      }

      .basic-right .qr-code img {
        display: inline-block;
        width: 100px;
        height: 100px;
      }

      .basic-right .qr-code p {
        padding-top: 10px;
        font-size: 16px;
        color: #666;
      }

      .contact-footer{
        font-size: 10px;
        padding: 5px 10px;
      }
    }