﻿@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot')
		format('embedded-opentype'),
		url('../fonts/iconfont.ttf')
		format('truetype'),
		url('../fonts/iconfont.woff')
		format('woff'),
		url('../fonts/iconfont.svg')
		format('svg');
}

.main-head {
	background: url(../images/bg_head.jpg) no-repeat;
	height: 211px;
}

.logo {
	display: inline-block;
	margin-top: 59px;
}

.logo:before {
	content: "";
	display: block;
	float: left;
	width: 94px;
	height: 94px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-right: 6px;
}

.logo:after {
	content: "";
	display: block;
	clear: both;
}

.logo-title {
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1em;
	margin-left: 100px;
	padding-top: 12px;
}

.logo-title svg {
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: top;
}

.logo-title svg.svg-defs {
	height: 0;
	width: 0;
}

.logo-domain {
	text-align: center;
	font-size: 21px;
	line-height: 40px;
	opacity: 0.6;
	margin-left: 100px;
}

.logo-domain:before {
	content: "www.";
	color: black;
}

.logo-domain:after {
	content: ".gov.cn";
	color: black;
}

.logo-domain>em:before {
	content: "zhengzhou";
	color: red;
	font-style: normal;
}

/*.search {
	opacity: 0.95;
	top: 40px;
}*/

.search-wrap {
	opacity: 0.875;
}

.www-nav {
	background-color: #015293;
	line-height: 3.75em;
}

.www-nav>.main-wrap {
	display: table;
	table-layout: fixed;
}

.www-nav>.main-wrap>a {
	display: table-cell;
	color: white;
	text-align: center;
}

.www-nav>.main-wrap>a:before {
	content: attr(icon);
	font-family: iconfont;
	font-size: 30px;
	vertical-align: top;
	padding-right: 4px;
}

.www-nav>.main-wrap>a:after {
	content: attr(title);
	font-size: 1.125em;
}

.www-nav>.main-wrap>a:hover, .www-nav>.main-wrap>a.focus {
	background-color: #0e68b1;
}

.www-nav>.main-wrap>a:hover {
	opacity: 0.85;
}

@media screen and (max-width: 1000px) {
	.main-head {
		height: auto;
		background: none;
	}
	.main-head .main-wrap {
		position: relative;
	}
	.www-head {
		padding: 0;
	}
	.logo {
		display: block;
		margin-top: 0;
		background-size: 32px;
		background-position: 24px 27px;
		padding: 40px 10px 20px 24px;
		background: url(../images/bg_head.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.logo:before {
		width: 32px;
		height: 32px;
		background-size: contain;
	}
	.logo i {
		float: right;
		font-style: normal;
		width: 40px;
		height: 40px;
		line-height: 36px;
		text-align: center;
	}
	.logo i:before {
		content: "";
		font-size: 1.5em;
	}
	.logo i.off:before {
		content: "|";
	}
	.logo-title {
		font-size: 24px;
		padding-top: 4px;
		margin-left: 38px;
	}
	.logo-domain {
		display: none;
	}
	.search {
		margin-top: 0;
		float: none;
		position: static;
	}
	.www-head {
		background: url(../images/bg_head.jpg) no-repeat center
			bottom;
		background-size: cover;
	}
	.www-nav {
		line-height: 1.5em;
	}
	.www-nav>.main-wrap {
		display: block;
	}
	.www-nav>.main-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	.www-nav>.main-wrap>a {
		display: block;
		float: left;
		width: 25%;
		min-width: auto;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin: 10px 0;
	}
	.www-nav>.main-wrap>a:before {
		display: none;
	}
	.www-nav>.main-wrap>a:after {
		font-size: 1.125em;
	}
	.www-nav>.main-wrap>a:hover, .www-nav>.main-wrap>a.focus {
		background-color: transparent;
	}
	.www-nav>.main-wrap>a:nth-child(4n) {
		border-right: none;
	}
}