body,
ul,
li,
ol,
li,
dl,
dt,
dd,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: none
}

/**CommonStyle**/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.Ovis {
	overflow: hidden;
}

.Odis {
	display: block;
}

.closefloat {
	zoom: 1;
}

.closefloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.dn {
	display: none;
}

.hh {
	background: blue
}

.he {
	background: red
}

.t1 {
	font-size: 14px;
	color: #fff;
}

.t2 {
	font-size: 24px;
	color: #cfd1cd;
}

.t3 {
	font-size: 18px;
	color: #1a1a1a;
}

.t4 {
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.position_r {
	position: relative;
}

.c3 {
	color: #333;
}

.c9 {
	color: #999;
}

.cf {
	color: #fff;
}

.c80 {
	color: #808080;
}



.w12 {
	width: 1200px;
	margin: auto;
}

.fw {
	font-weight: bold;
}

.ww1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	float: left;
	display: block;
}

/* 滚动条 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #000;
	/* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent) */
}