@charset "utf-8";
html,body{
	width: 100%;
	height: 100%;
	font: 100% "Microsoft YaHei";
}

img{
	border: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #333333;
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
}
a:link,
a:visited {
	text-decoration: none;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #333;
}

img {
	width: auto;
	height: auto;
	/*max-width: 100%;*/
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/*#carousel {
    text-align:center;
}*/


/*#carousel img {
    width:20%;  
    margin-top:100px; }*/

a:hover,
a:active {
	outline: 0;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}