
/*服务器字体调用*/
/*@font-face {
	font-family:SY-B;
	src: url('../font/NotoSansHans-Bold.ttf'),
	     url('../font/NotoSansHansChinese-Bold.woff'),
	     url('../font/NotoSansHansChinese-Bold.eot');
	 font-style: normal;
	 font-weight: normal;
}

@font-face {
	font-family:SY-R;
	src: url('../font/NotoSansHansChinese-Regular.ttf'),
	     url('../font/NotoSansHansChinese-Regular.woff'),
	     url('../font/NotoSansHansChinese-Regular.eot');
	 font-style: normal;
	 font-weight: normal;
}*/

/*全布局样式*/

* {
    padding: 0;
    margin: 0;
}

body,header,div{
	margin: 0 auto;
	padding: 0;
}


/*border-box*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body{
	font-family: SY-R,PingFangSC-Regular, Arial,"微软雅黑";
	font-size: 14px;
	letter-spacing: 1.6px;
	color: #3a3a3a;
}



/*text*/

/*取消默认样式*/
li{
	list-style-type:none;
}

a{
	text-decoration:none;
}

a{
	color: #999999;	
}

a,h1,p{
	letter-spacing: .12em;
}

p{
	font-weight: 300;
}

/*A标签按钮*/
.but_huanxing a:hover{
	background-color:#2677EE !important;
}

.but_text a:hover{
	color: #2677EE;
}
