* {
	margin: 0;
	padding: 0;	
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

body,html{
	width: 100%;
}
body {
	font-family:"微软雅黑";
	font-size: 14px;
	margin: 0;
	/*overflow-x: hidden;*/
  	/*min-width: 1200px;*/
    color: #666 !important;
    line-height: 26px;
}

html {
	font-family:"微软雅黑";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 26px;
}

ul,
li {
	list-style: none;
}
dl,dt{
	margin: 0;
	padding:0;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
	color: #666;
}
a{blr:expression(this.onFocus=this.blur())}
a:focus{
	outline:none !important;
	-moz-outline-style: none;}
img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
form{
	padding: 0;
	margin: 0;
}
input{
	border: none;
	outline: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-j {
	text-align: justify;
}

.m0 {
	margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.w11{
	width: 1100px;
	margin: 0 auto;
}
.w16{
	width: 1680px;
	margin: 0 auto;
}
.w{
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:1420px) {
	.w {
		width:1420px;
	}
}
/*::selection {
    background:#df0007;
    color: #fff;
    text-shadow: none;
}*/