@font-face {
    font-family: "经典行书简";
    src:url('../font/jindian.ttf') format("truetype"),url('../font/jindian.eot') format('embedded-opentype'),
     url('../font/jindian.woff2') format('woff2'),  url('../font/jindian.woff') format('woff'),
     url('../font/jindian.svg') format('svg'); 
}
@font-face {
    font-family: "苹方常规";
    src:url('../font/PingFangRegular_0.ttf') format("truetype");
}
@font-face {
    font-family: "苹方特粗";
    src:url('../font/PingFangBold_0.ttf') format("truetype");
}
@font-face {
    font-family: "苹方中等";
    src:url('../font/PingFangMedium_0.ttf') format("truetype");
}
@font-face {
    font-family: "苹方细体";
    src:url('../font/PingFangLight_0.ttf') format("truetype");
}
@font-face {
    font-family: "苹方特细";
    src:url('../font/PingFangExtraLight_0.ttf') format("truetype");
}
@font-face {
    font-family: "MuseoSans";
    src:url('../font/MuseoSans.ttf') format("truetype");
}
@font-face {
    font-family: "苹方粗体";
    src:url('../font/PingFangHeavy_0.ttf') format("truetype");
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
/***头部***/
.site-header{
	width:100%;	
	position:fixed;
	top:0;
	height:70px;
	background:#fff;
	z-index:99999;
	box-shadow:1px 1px 1px #ccc ;
	font-family:"苹方中等";
}
.logo{
	position:absolute;
	left:14%;
	top: 15px;
}
.header-nav{
	margin:auto;
	position:absolute;
	left:50%;
	margin-left:-86px;
	top:25px;
	font-family:"苹方中等";
}
.header-nav li{
	float:left;
	margin-right:47px;
}
.header-nav li a{
	color:#4A4A4A;
}
.header-nav li a:hover{
	color:#01A0E9;
}
.active{
	color:#01A0E9!important;
}
.btnstyle{
	position:absolute;
	right:15%;
	top: 18px;
}
.login-btn{
	float:left;
	cursor:pointer;
	width:65px;
	height:33px;
	border:2px solid #aaaaaa;
	text-align:center;
	line-height:34px;
	border-radius:4px;
}
.register-btn{
	float:left;
	margin-left:18px;
	cursor:pointer;
	width:108px;
	height:36px;
	background:#eb5648;
	color:#fff;
	text-align:center;
	line-height:36px;
	border-radius:4px;
}
/***底部***/
.footer{
	width:100%;
	background:#2f323a;
	color:#fff;
	clear:both;
	overflow:hidden;
	position:relative;
}
.footer-top{
	width:55%;
	max-width: 930px;
	/*margin-left:19%;*/
	margin: auto;
	font-family:"苹方中等";
	font-size:14px;
}
.lxfs{
	line-height:28px;
	margin-top:26px;
}
.sj{
	margin-left:53px;
}
.lxfs img{
	vertical-align:middle;
}
.wx{
	width:95px;
	height:95px;
	position:absolute;
	top:50%;
	left:88%;
	margin-top:-47.5px;
}
.wx img{
	width:100%;
}
.bq{
	width:100%;
	margin-top:64px;
	text-align:center;
	margin-bottom:16px;
	font-family:"苹方常规";
	font-size:14px;
}
