* {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.border-box * {
	box-sizing: border-box;
}
.auto {
	margin: 0 auto;
	min-width: 1220px;
	max-width: 1220px;
}
.auto * {
	box-sizing: border-box;
}
body{ font-family:"Microsoft Yahei";font-size:14px; padding:0; margin:0; background:#fff;color:#000;overflow-x: hidden;}
li{ list-style-type:none;}
img{ border:0;}
/* a,a:hover{ text-decoration:none !important;} */
a{ color:#000;}
a:hover{ color:#059fff;}
a:focus{outline:none;text-decoration:none !important;}
p,h1,h2,h3,h4,h5,ul,dl,dd{ font-weight: normal; margin:0; padding:0;}
input,textarea,button,select{outline:none !important;border: 0;}
textarea{resize:none}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; font-family:"Microsoft Yahei"}
input[type="text"]{font-family:"Microsoft Yahei"}
input[disabled]{ background:#ccc !important; cursor:not-allowed !important;}
button[disabled]{ background:#ccc !important;cursor:not-allowed !important;}
em{ font-style: normal; }
a,button,input,textarea{-webkit-tap-highlight-color:transparent;}
a {
	outline: 0;
	text-decoration: none
}

strong {
	font-weight: bold;
}
 