@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background-attachment: scroll;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, "微软雅黑", Tahoma;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
div, ul, li, p {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
table {
    border: 0 none;
}
img {
    border: 0 none;
}
input {
	margin: 0px;
	padding: 0px;
	
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
a {

}

a:focus {
    outline: medium none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
