@font-face {
    font-family: 'hel';
    src: url('../HelveticaNeue/HelveticaNeueLTStd-Hv.OTF');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'heltext';
    src: url('../HelveticaNeue/HELVETICA TEXTBOOK LT BOLD.TTF');
    font-weight: normal;
    font-style: normal;
  }
  /* ALI HUi PU */
@font-face {
    font-family: 'huipu';
    src: url('../ali/AlibabaPuHuiTi-2-45-Light.ttf');
    font-weight: lighter;
    font-style: normal;
  }
  @font-face {
    font-family: 'huipu';
    src: url('../ali/AlibabaPuHuiTi-2-55-Regular.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'huipu';
    src: url('../ali/AlibabaPuHuiTi-2-65-Medium.ttf');
    font-weight: middle;
    font-style: normal;
  }

  /* Arial */
  @font-face {
    font-family: 'arial';
    src: url('../arial/ArialMT.ttf');
    font-weight:normal;
    font-style: normal;
  }