.daohangbj
{
	width: 100%;
	height:50px;
	background-color: #23334d;
	overflow: hidden;
}
.daohang
{
	width: 1200px;
	height:50px;
	overflow: hidden;
}

.logo
{
	width: 1200px; overflow:hidden;
}

.logo img
{
	max-width: 200px;
	float: left;
}
.dianhua
{
	width: 300px;
	height: 68px;
	padding-left: 32px;
	line-height: 68px;
	text-align: left;
	background-image: url(dianhua.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px 28px;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
}

.dhxx
{
	width: 125px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	float: right;
}

.dhxx a
{
	color: #fff;
	font-size: 15px;
}
.banner
{
	width: 100%;
	height: 180px;
	background-image: url(../update_img/flash/nybanner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
@media screen and (max-width: 782px)
{
	.headerbj
	{
		width: 100%;
		height: auto;
		padding: 5px 0;
		background-color: #000;
		border-bottom: solid 4px #4d4d4d;
		overflow: hidden;
	}
	.daohang
	{
		width: 100%;
		max-width: 1200px;
		height: auto;
		overflow: hidden;
	}
    .logo
	{
		width: 100%;
		float: left;
		overflow: hidden;
	}
	.dhxx{width: auto; height:30px; line-height: 30px; color:#ffffff; padding: 0 10px;float:right; }

    .dhxx a{height:30px; color:#fff; font-size:15px;}
}