	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,s{
	margin:0;
	padding:0;
	font-family:arial,Tahoma,sans-serif;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img{
	border:0
}
th,em,b{
	font-style:normal;
	font-weight:normal
}
ul,ol,s{
	list-style:none
}
caption,th{
	text-align:left
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
html,body{
	width: 100%;
	min-width: 1300px;
	overflow-x: hidden;
}
body{
	font-size:12px;
}
a{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:none
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show
}
input,select,form img,button{
	vertical-align:middle
}
img{
	border:0;
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
a:focus{
	outline: none;
	max-width: 100%; 
	height: auto;
}
html{
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
*{	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {	
	cursor: pointer; 
	border: 0;
	outline: none;	 
	-webkit-appearance: none;
}
input[type='checkbox'],
input[type='radio'] { 
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom:1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] 	{	
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}
img,a,div,b,em,i,li,p,h3,span,h1,h2,h4,h5,h6{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.f-left {	
	float: left;
}
.f-right {	
	float: right;
}
.clearfix {
	clear: both;
}
.clearfix:after {	
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.radius{
	border-radius: 10px;
	overflow: hidden;
}
.rel{
	position: relative;
}
.content{
	width: 83.3333333333333%;
	min-width: 1110px;
	margin: 0 auto;
}

.oneline-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}