html {
	font-size: 16px
}
*{
	padding:0px;
	margin:0px;
}
body {
	font-family: "PingFangSC-Regular","Microsoft YaHei",Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.65);
}

a {
	font-family: "Microsoft YaHei";
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #6a8cff;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

table td,
select,
input {
	font-family: "Microsoft YaHei";
	color: #333333;
}

input {
	outline: none;
	border: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align: middle;
}

img {
	border: 0;
}

.Z_clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.Z_clearfix {
	*zoom: 1;
}

.Z_clearfix:after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	font-size: 0;
}

.H2_title {
	font-size: 24px;
	color: #000;
	font-weight: 300;
}

.H3_title {
	font-size: 20px;
	font-weight: 200;
}

.H4_tilte {
	font-size: 20px;
	font-weight: 200;
}

.H5_tilte {
	font-size: 18px;
	font-weight: 200;
}

.H_80 {
	height: 80px;
}
