﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "PingFang";
	src: url('../fonts/pingfang.eot'); /* IE9 */
	src: url('../fonts/pingfang.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pingfang.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('../fonts/pingfang.svg') format('svg'); /* iOS 4.1- */
	font-weight: normal;
}

@font-face {
	font-family: "PingFang";
	src: url('../fonts/pingfang_bold.eot'); /* IE9 */
	src: url('../fonts/pingfang_bold.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pingfang_bold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('../fonts/pingfang_bold.svg') format('svg'); /* iOS 4.1- */
	font-weight: bold;
}