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

}

body {
	font-family:arial;
	font-size: 14px;
	margin: 0;
	color: #696969;
	min-width: 1200px;
	/*line-height: 32px;*/
}

html {
	font-family:arial;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

ul,
li {
	list-style: none;
}
a{
	color:#696969;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: 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;
}
.w12{
	width: 1200px;
	margin: 0 auto;
}
.w14{
	width: 1420px;
	margin: 0 auto;
}
.w{
	width: 1000px;
	margin: 0 auto;
}
