*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Open Sans', sans-serif!important;
}
body{
	font-size: 12px;
}
img{
	/*display: block;*/
	/*width: 100%;*/
	/*height: auto;*/
}
a{
	text-decoration: none;
	color: #333;
}
input{
	outline: none;
}
button{
	border: none;
	outline: none;
	cursor: pointer;
	cursor: -ms-pointer;
}
textarea{
	outline: none;
	resize: none;
}
ul,li{
	list-style: none;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}


.fn-clear:after{
	content:"";
	display:block;
	clear: both;
}