@charset "utf-8";

body{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #212121;
	background-color: #fff;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
	font-weight:normal;
	font-family:"微软雅黑";
}
input,select,textarea{
    font-size: 14px;
	border:none;
	margin: 0;
    padding: 0;

}
img {
    border: 0 none;
}
a{
	color: #212121;
	text-decoration:none;
	background-color:none;
	transition:all 0.5s
	}
a:hover{
	color:#1359b2;
	cursor: pointer;
	}
a:focus {
    outline:none;
    }	
a img {
    border: 0 none;
}

i{ 
	color:#FF0000; 
	padding:0 2px;
}

ul, li, dl, dt, dd {
    list-style: none outside none;
}


input,textarea{color:#4a4a4a; font-family:Arial, Helvetica, sans-serif;}


.warper{
	width:98%;
	max-width:1500px;
	min-width:1024px;
	margin:0 auto;
}




	

	
