/*---------comm-------*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: "微软雅黑";
	font-size: 12px;
}
a{
	color: #888;
}
li{
	list-style: none;
}
dl{
	margin: 0px;
}
.h100{
	height: 100% !important;
	overflow: hidden;
}
.dis-block{
	display: block;
}
.table{
	margin: 0px;
}
.text-gray{
	color: #5e5e5e !important;
}
.text-red{
	color: #ff0096 !important;
}
.md-f{
	font-size: 3em;
}
.sm-f{
	font-size: 2em;
}
.xs-f{
	font-size: 1.5em;
}
.m-t-bg{
	margin-top: 50px;
}
/*-------header-------*/

.header {
	width: 100%;
	height: 80px;
	background: #000;
	position: fixed;
	left: 0px;
	z-index: 1111;
}

.w {
	width: 1190px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}

.header .logo {
	display: table;
}

.header .logo a {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}

.header .nav {
	display: table;
	height: 80px;
}

.header .nav li {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
.header .nav li a{
	display: block;
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
	
}
.header .nav li a:hover{
	color: #DE188C;
	border-bottom: 1px solid #de188c;
}
.page{
	text-align: center;
	margin-top: 30px;
}
.page ul{
	display: inline-block;
}
.page ul li{
	display: block;
	float: left;
	height: 35px;
	min-width: 35px;
	line-height: 35px;
	text-align: center;
	background: #333436;
	color: #f62ba3;
	padding: 0px 10px;
	margin: 0px 5px;
	cursor: pointer;
}
.page ul li:hover,.page ul li.on{
	background: #f62ba3;
	color: #fff;
}
