﻿@charset "utf-8";

/* CSS Document */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	margin: 0;
	padding: 0;
}

body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	font-family: "黑体";
	font-size:62.5%;
	line-height: 1.42857143;
	color: #3a3a3a;
	height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	text-decoration: none;
	color: #3a3a3a;
}

a:hover {
	text-decoration: none;
}

li {
	overflow: hidden;
	list-style: none;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: top;
}
.cf:after{content:"";display:block;clear:both;}
.cf{zoom:1;}
.left{float: left;}
.right{float: right;}

/***********************************************************************************/

