body,h1{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Microsoft Yahei', sans-serif;
}

#header-top,
#footer{
	padding-top: 15px;
	padding-bottom: 5px;
	width: 100%;
	background-color: transparent;
	color: #fff;
	text-align: center;
}

.logo{
	width: 284px;
	height: 85px;
}

.img{
	background: url('../pic/background.jpg') no-repeat fixed;
	background-size: cover;
}

.tv-row{
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-xs-4,.col-md-12{
	padding-left: 12px;
	padding-right: 12px;
}

.nav-tabs > li.active > a{
	background-color: transparent;
	color: #fff;
}

.btn.btn-primary{
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 8px 3px;
	border-color: #fff;
	color: #fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.PC{
	color: #fff;
}

.notice{
  display: none;
  color: #fff;
}





