/* 公司信息横幅 */
.te-contact-banner {
    width: 100%;
    background: #e9e9e9;
  
    height: 330px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 0 auto 0 auto;
    margin-top: 45px;
    position: relative;
  }
  
  .te-contact-inner {
    width: 1200px;
    display: flex;
    /* justify-content: space-between; */
    padding-top: 50px;
    /* align-items: flex-start; */
  }
  
  .te-contact-left {
    /* flex: 1.2; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
  }
  
  .te-contact-logo {
    /* height: 60px;
      margin-bottom: 10px; */
  }
  
  .te-contact-title {
    font-size: 28px;
    font-weight: bold;
    color: #002768;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
  }
  
  .te-contact-title-cn {
    font-size: 24px;
    color: #002768;
  }
  
  .te-contact-title-en {
    font-size: 20px;
    color: #e94e3c;
    letter-spacing: 2px;
  }
  
  .te-contact-qrcodes {
    display: flex;
  
    margin-top: 45px;
  }
  
  .te-contact-qrcode {
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* .te-contact-qrcode img {
      width: 90px;
      height: 90px;
      border: 1px solid #ccc;
      background: #fff;
    } */
  .te-contact-qrcode-label {
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
  }
  
  .te-contact-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    color: #333333;
    margin-top: 50px;
  }
  
  .te-contact-desc {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
  }
  
  .te-contact-info {
    line-height: 2.2;
    font-size: 14px;
    color: #002768;
  }
  
  .te-contact-info-main {
    font-size: 14px;
  }
  
  .AI-btn {
    position: absolute;
    bottom: -92px;
    z-index: 99;
    right: 65px;
    cursor: pointer;
  }