.t1_header {
	width: 100%;
	height: 50px;
	background: #1a1a1a;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.t1_white {
	background: #fffefe
}

.t1_fixed {
	position: fixed;
	top: 0;
	z-index: 9999
}

.t1_header .th_content {
	width: 1200px;
	margin: 0 auto
}

.t1_header .th_content .t1 {
	float: left;
	width: 200px;
	font-size: 18px;
	color: #777;
	line-height: 50px;
	vertical-align: middle
}

.t1_white .th_content .t1 {
	color: #b0b0b0
}

.t1_header .th_content ul {
	float: right;
	width: 475px
}

.t1_header .th_content ul li {
	margin-right: 54px;
	height: 50px;
	line-height: 50px;
	float: left
}

.t1_header .th_content ul li a {
	font-size: 16px;
	color: #777
}

.t1_header .th_content ul .text a:hover,
.t1_header .th_content ul .text.active a,
.t1_white .th_content ul li a {
	color: #ccc
}

.t1_white .th_content ul .text a:hover,
.t1_white .th_content ul .text.active a {
	color: #2f2f2f
}

.t1_header .th_content ul li.btn {
	margin-right: 0
}

.t1_header .th_content ul li.btn a {
	display: block;
	width: 80px;
	height: 30px;
	text-align: center;
	background: #0D7FEF;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	border-radius: 4px;
	line-height: 30px
}

