@font-face {
    font-family: 'msyh';
    src: url('../font/msyh.eot');
    src: url('../font/msyh.eot') format('embedded-opentype'),
         url('../font/msyh.woff') format('woff'),
         url('../font/msyh.woff') format('woff'),
         url('../font/msyh.ttf') format('truetype'),
         url('../font/msyh.svg') format('svg');
}
@font-face {
    font-family: 'Arial';
    
    src: 
         url('../font/Arial.woff') format('woff'),
         url('../font/Arial.woff') format('woff'),
         url('../font/Arial.ttf') format('truetype'),
         url('../font/Arial.svg') format('svg');
}
@font-face {
    font-family: 'fzltcxh';
    
    src: 
         url('../font/fzltcxh.woff') format('woff'),
         url('../font/fzltcxh.woff') format('woff'),
         url('../font/fzltcxh.ttf') format('truetype'),
         url('../font/fzltcxh.svg') format('svg');
}
@font-face {
	font-family: 'gillsans-light';
	src: url('../font/gillsans-light_.eot') format("opentype");
	src: url('../font/gillsans-light_.ttf') format('truetype');
}
* {
	font-family: "PingFang SC", "STHeitiSC-Light", "Noto Sans Han", "microsoft yahei", "\5b8b\4f53", "微软雅黑", "新宋体";
}
.en {
	font-family: "Arial", "Helvetial", "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, Helvetica, sans-serif;	
}
.msyh {
	font-family: 'msyh';
}
.arial {
	font-family: 'Arial';
}
.fzltcxh {
	font-family: 'fzltcxh';
}
.gillsans-light {
	font-family: 'gillsans-light';
}