/*header*/
.dl_header{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.dl_headerul{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.dl_headerul li{
	 float: left;
}
.dl_header_logo{
	/*border: 1px solid red;*/
}
.line{
	border-left: 1px solid #ccc;
	float: left;
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.dl_header_hy{
	padding-top: 10px;

}
.dl_header_hy font{
	/*border: 1px solid red;*/
	font-size: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}
.dl_header_hy a{
	background: url("https://www.tmgouwu.com/Public/default/image/denglu_03.png") left no-repeat;
	width: 103px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	padding-left: 12%;
	margin-top: 5px;
	float: right;
}

/*注册*/
.zhuce{
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
.zhuce font{
	margin-top:5px;
	display: block;
	float: left;
	margin-right: 10px;
}
.zhuce a{
	height: 30px;
	line-height: 30px;
	display: block;
	float: right;
	width: 70px;
	background: #1B99ED;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}