/*声明 WebFont*/
/*苹方-简 细体*/
@font-face {
  font-family: 'pfjx';
  src: url('../fonts/pfjx.eot');
  src:
    url('../fonts/pfjx.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/pfjx.woff') format('woff'),
    url('../fonts/pfjx.ttf') format('truetype'),
    url('../fonts/pfjx.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*苹方-简 常规*/
@font-face {
  font-family: 'pfc';
  src: url('../fonts/pfc.eot');
  src:
    url('../fonts/pfc.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/pfc.woff') format('woff'),
    url('../fonts/pfc.ttf') format('truetype'),
    url('../fonts/pfc.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Pistilli-Roman*/
@font-face {
  font-family: 'Pistilli';
/*  src: url('../fonts/Pistilli.eot');
  src:
    url('../fonts/Pistilli.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/Pistilli.woff') format('woff'),
    url('../fonts/Pistilli.ttf') format('truetype'),
    url('../fonts/Pistilli.svg') format('svg');*/
  src: url("http://static.zhuke.com/imola_wxa/photos/Pistilli.eot");
  src: url("http://static.zhuke.com/imola_wxa/photos/Pistilli.eot?#iefix") format("embedded-opentype"),
  url("http://static.zhuke.com/imola_wxa/photos/Pistilli.woff2") format("woff2"),
  url("http://static.zhuke.com/imola_wxa/photos/Pistilli.woff") format("woff"),
  url("http://static.zhuke.com/imola_wxa/photos/Pistilli.ttf") format("truetype"),
  url("http://static.zhuke.com/imola_wxa/photos/Pistilli.svg#Pistilliregular") format("svg");
  font-weight: normal;
  font-style: normal;
}












