﻿@charset "utf-8";
@font-face {
    font-family: SourceHanSans;
    src: url("/css/SourceHanSansCN-Light.otf");
}

/* CSS Document */
*{
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}
body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
td,
input,
a,
label,
span,
html {
	font-family: Arial;
}

fieldset,
img {
	border: 0;
}

li {
	list-style: none;
	font-family: Arial;
}

body,
button,
input,
select,
textarea
/* for ie */

{
	font: 78%/1.5 tahoma, Helvetica, arial, "\5b8b\4f53", sans-serif;
	font-family: Arial;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
samp {
	font-family: Arial;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

caption,
td {
	font-weight: normal;
}

cite,
blackquote,
em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

pre,
code {
	font-family: Arial;
	font-size: 1.1em;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

blockquote,
q {
	quotes: none;
}

legend {
	color: #000;
}

button,
input,
select,
textarea {
	font-size: 14px;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	border: 0px;
}

a {
	font-family: Arial;
	background: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	color:#000000;
}

a:hover {
	text-decoration: none;
}

a:link{text-decoration:none;}a:visited{text-decoration:none;}a:active{text-decoration:none;}

a:focus,
button,
input[type="button"],
input[type="submit"] {
	outline: none;
}

html {
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml10 {
	margin-left: 10px;
}

a.display {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.w1000{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
}
