/* 地址栏 */
.wdizhi {
	width: 100%;
	height: 48px;
	background-color: white;
	box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}

.wdizhik {
	width: 1400px;
	height: 48px;
	margin: auto;
	background-color: ;
	display: flex;
}

.wdizhikleft {
	width: 50%;
	height: 48px;
	background-color: ;
	display: flex;
}

.wdizhikimg {
	width: 5%;
	height: 48px;
	background-color: ;
	display: flex;
}

.dizhiimg {
	width: auto;
	height: auto;
	background-color: ;
	margin: auto;
}

.wdizhiktext {
	height: 48px;
	background-color: ;
	line-height: 48px;
	color: #999999;
}

.wdizhikright {
	width: 50%;
	height: 48px;
	background-color: ;
}

.wdizhikright1 {
	width: 10%;
	height: 48px;
	background-color: ;
	float: right;
	line-height: 48px;
	text-align: center;
}

.wdizhikright2 {
	width: 100%;
	height: 100%;
	background-color: ;
	display: block;
}

.wdizhikright1 a {
	color: #999999;
}

.wdizhikright1 a:hover {
	color: #d1263d;
	background-color: ;
	display: block;
	border-bottom: 4px solid #d1263d;
	text-decoration: none;
}


@media (max-width:1399px) {

	/* 地址栏 */
	.wdizhi {
		width: 100%;
		height: 48px;
		background-color: white;
		box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
	}

	.wdizhik {
		width: 98%;
		height: 48px;
		margin: auto;
		background-color: ;
		display: flex;
	}

	.wdizhikleft {
		width: 50%;
		height: 48px;
		background-color: ;
		display: flex;
	}

	.wdizhikimg {
		width: auto;
		height: 48px;
		background-color: ;
		display: flex;
	}

	.dizhiimg {
		width: auto;
		height: auto;
		background-color: ;
		margin: auto;
	}

	.wdizhiktext {
		width: auto;
		height: 48px;
		background-color: ;
		line-height: 48px;
		padding-left: 1%;
	}

	.wdizhikright {
		width: 50%;
		height: 48px;
		background-color: ;
	}

	.wdizhikright1 {
		width: auto;
		height: 48px;
		background-color: ;
		float: right;
		line-height: 48px;
		text-align: center;
		padding-left: 2%;
	}

	.wdizhikright2 {
		width: 100%;
		height: 100%;
		background-color: ;
		display: block;
	}

	.wdizhikright1 a {
		color: #cccccc;
	}

	.wdizhikright1 a:hover {
		color: #d1263d;
		background-color: ;
		display: block;
		border-bottom: 1px solid #d1263d;
	}

}
@media (max-width:767px) {
	.wdizhikright {
		width: 50%;
		height: 48px;
		background-color: ;
	    display: none;
	}
}
