* {
	padding: 0;
	margin: 0
}

.k1400 {
	max-width: 1400px;
	margin: 0 auto
}

.k1200 {
	max-width: 1200px;
	margin: 0 auto
}

.flexal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flexalsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zt-bluebg {
	background: #D5F0FF
}

.zt-head {
	padding: 15px 0;
	background: white;
}

.zt-head-r {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px
}

.zt-mbnav {
	display: none;
}

.zt-search-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}

.zt-search {
	width: 40%;
}

.zt-search .form-control {
	border: 0;
	padding: 10px 16px;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	outline: none;
	height: auto;
    font-size: 14px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.zt-search .zt-search-btn {
	border: 1px solid #22A7F0;
	background: #22A7F0;
	color: white;
	padding: 0 20px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	border-radius: initial;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.zt-head-link {
	display: block;
}

.zt-head-link p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.zt-head-link a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 15px;
}

.zt-head-link a.zt-bluebg {
	margin-left: 15px;
	border-radius: 15px;
	color: #22A7F0;
	font-size:14px
}

.zt-head-nav {
	margin-top: 5px
}

.zt-head-nav a {
	color: #333;
	position: relative
}

.zt-head-nav a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 50%;
	background: #999;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zt-head-nav a:first-child:after {
	width: 0
}

.zt-head-nav a:hover {
	color: #22A7F0
}

.zt-head-nav a:last-child {
	padding-right: 0
}

.zt-head-nav a:first-child {
	padding-left: 0
}


/*专题公共底部*/

.zt-footer {
	background: #eee
}

.zt-copyright {
	position: relative;
	padding: 30px 0;
	line-height: 2;
	text-align: center;
	font-size: 14px;
	color: #666666
}

.zt-copyright #_span_jiucuo {
	margin: 0 auto;
	line-height: 2;
}

.zt-copyright p a,
.zt-copyright p span {
	margin: 0 10px;
	color: #666666
}

.zt-copyright p {
	margin: 0
}

.zt-copyright p a {
	text-decoration: none;
	white-space: nowrap;
}

.zt-gov {
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zt-jc {
	position: absolute;
	top: 50%;
	right: 0;
	width: 110px;
	height: 56px;
	margin-top: -28px;
}

@media (max-width:1400px) {
	.k1400,
	.k1200 {
		padding-left: 5%;
		padding-right: 5%
	}
	.zt-head .flexal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.zt-search {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-right: 10px;
	}
	.zt-head-nav {
		margin-top: 0;
	}
	.zt-head-nav a:first-child {
		margin-left: 0
	}
	.zt-mbnav {
		display: block;
		background: #22A7F0;
		height: 37px;
		width: 40px;
		border-radius: 4px;
		border: 0;
		position: relative;
		cursor: pointer;
	}
	.zt-mbnav span {
		-webkit-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
		width: 25px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.zt-mbnav span,
	.zt-mbnav span:before,
	.zt-mbnav span:after {
		position: absolute;
		left: 50%;
		height: 3px;
		background: white;
	}
	.zt-mbnav span:before,
	.zt-mbnav span:after {
		content: '';
		width: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.zt-mbnav span:before {
		top: -7px;
	}
	.zt-mbnav span:after {
		bottom: -7px;
	}
	.zt-head-r {
		position: relative
	}
	.zt-head-link {
		display: none;
		position: absolute;
		z-index: 9999;
		top: 40px;
		right: 0;
		background: white;
		padding: 10px;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
		box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
		border-radius: 4px;
	}
	.zt-head-link p {
		display: block;
	}
	.zt-head-link a.zt-bluebg {
		font-size: 12px;
		margin:10px
	}
	.zt-head-link a {
		text-align: center;
		margin: 10px 0;
	}
	.zt-head-nav a {
		padding: 0 15px
	}
	.zt-head-nav a:after {
		width: 0
	}
	.zt-head-nav a:first-child {
		padding-left: 15px
	}
	.zt-head-nav a:last-child {
		padding-right: 15px
	}
	.zt-jc {
		right: 5%
	}
	.zt-gov {
		left: 5%
	}
}

@media screen and (max-width: 850px) {
	.zt-copyright p span {
		display: block;
	}
	.zt-gov,
	.zt-jc {
		position: relative;
		display: inline-block;
		top: 0;
		margin-top: 20px;
		vertical-align: middle;
		height: auto
	}
	.zt-jc {
		right: 0
	}
	.zt-gov {
		left: 0
	}
}

@media (max-width:500px) {
	.zt-head .k1400 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.zt-head-r {
		margin-top: 20px;
		margin-left: 0
	}
	.k1400,
	.k1200 {
		padding: 0 15px
	}
	.zt-footer {
		padding: 20px 0
	}
}