.header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.header .htop {
	width: auto;
	height: 90px;
}

.header .htop .tlogo {
	width: 117px;
	height: 53px;
	float: left;
	margin-top: 20px;
}

.header .htop .tad {
	width: 460px;
	height: 70px;
	float: left;
	margin-top: 10px;
	margin-left: 80px;
}

.header .htop .tad a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .htop .tad img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.header .htop .tmedia {
	width: 178px;
	height: 35px;
	float: left;
	margin-top: 43px;
	margin-left: 92px;
	position: relative;
}

.header .htop .tsearch {
	width: 227px;
	height: 35px;
	float: right;
	margin-top: 43px;
	position: relative;
}

.header .hmenu {
	width: auto;
	height: 60px;
	position: relative;
}

.header .hmenu li {
	display: inline-block;
}

.header .hmenu li a {
	font-size: 20px;
	color: #6a6a6a;
	line-height: 60px;
	text-align: center;
	padding: 0 26px;
	display: block;
}

.header .hmenu li.cur a {
	color: #ee3a3b;
}

.header .hmenu span {
	width: 35px;
	height: 4px;
	background: #ee3a3b;
	display: block;
	position: absolute;
	left: 0;
	top: 48px;
	pointer-events: none;
	border-radius: 2px;
	overflow: hidden;
}

/* 下拉媒体样式 */
.mediabox {
	width: 178px;
	height: auto;
	border: 1px solid #c4c4c4;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.mediabox h3 {
	width: 100%;
	height: 35px;
	font-size: 16px;
	color: #015a9e;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

.mediabox i {
	width: 15px;
	height: 13px;
	display: inline-block;
	margin: -2px 0 0 10px;
}

.mediabox i.icondown {
	background: url(/uploads/image/xiheader2020/media_down.png) repeat;
}

.mediabox i.iconup {
	background: url(/uploads/image/xiheader2020/media_up.png) repeat;
}

.mediabox ul {
	display: none;
	overflow: hidden;
}

.mediabox li {
	width: auto;
	height: 35px;
}

.mediabox li a {
	font-size: 16px;
	color: #015a9e;
	line-height: 35px;
	text-align: left;
	padding: 0 30px;
	display: block;
}

.mediabox li a:hover {
	background: #f1f1f1;
}

/* 搜索样式 */
.searchbox {
	width: 227px;
	height: 35px;
	border: 1px solid #c4c4c4;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.searchbox .bleft {
	width: 175px;
	height: 35px;
	float: left;
	margin-left: 10px;
}

.searchbox .bleft input {
	border-width: 0;
	width: 100%;
	height: 33px;
	font-size: 14px;
	text-align: left;
	color: 333;
	line-height: 33px;
}

.searchbox .bright {
	width: 40px;
	height: 35px;
	float: left;
}

.searchbox .bright input {
	border-width: 0;
	background: url(/uploads/image/xiheader2020/icon_search.png) no-repeat center center;
	width: 100%;
	height: 33px;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
}



@media (max-width:767px) {
	.mheader {
		width: auto;
		background: #ffffff;
		position: relative;
	}

	.mheader .hlogo {
		padding: 0.2rem 0;
		text-align: center;
	}

	.mheader .hlogo a {
		width: 1.17rem;
		height: 0.53rem;
		display: block;
		margin: 0 auto;
	}

	.mheader .hlogo img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.mheader .hsearch {
		position: absolute;
		top: 0.3rem;
		right: 0.35rem;
		width: 0.38rem;
		height: 0.38rem;
		z-index: 11;
	}

	.mheader .hsearch a {
		border-width: 0;
		background: url(/uploads/image/xiheader2020/icon_search.png) no-repeat center center;
		background-size: 100% 100%;
		width: 0.38rem;
		height: 0.38rem;
		cursor: pointer;
		text-indent: -999px;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
		display: block;
	}

	.mheader .hmenu {
		padding: 0.2rem 0;
		padding-right: 0.8rem;
		position: relative;
	}

	.mheader .hmenu .mbtn {
		width: 0.3rem;
		height: 0.22rem;
		position: absolute;
		top: 0.4rem;
		right: 0.4rem;
	}

	.mheader .hmenu .mbtn .line {
		position: absolute;
		top: 0.09rem;
		left: 0;
		display: block;
		width: 0.3rem;
		height: 0.04rem;
		background-color: #333;
		border-radius: 0.02rem;
		transition: all .3s ease-in-out;
	}

	.mheader .hmenu .mbtn .line:nth-child(1) {
		top: 0;
	}

	.mheader .hmenu .mbtn .line:nth-child(3) {
		top: 0.18rem;
	}

	.mheader .hmenu .mbtn.on {
		position: fixed;
		z-index: 999999999;
	}

	.mheader .hmenu .mbtn.on .line {
		opacity: 0;
	}

	.mheader .hmenu .mbtn.on .line:nth-child(1) {
		opacity: 1;
		transform: translatey(0.09rem) rotate(45deg);
	}

	.mheader .hmenu .mbtn.on .line:nth-child(3) {
		opacity: 1;
		transform: translatey(-0.09rem) rotate(-45deg);
	}

	.mheader .hmenu .menubox {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999999;
		-webkit-overflow-scrolling: touch;
		-ms-scroll-chaining: none;
		overscroll-behavior: contain;
		overflow-y: auto;
		background: #ffffff;
		display: none;
	}

	.mheader .hmenu .menubox.on {
		display: block;
	}

	.mheader .hmenu .menubox ul {
		padding: 0.8rem;
	}

	.mheader .hmenu .menubox li {
		border-bottom: 0.01rem solid #999;
	}

	.mheader .hmenu .menubox li a {
		font-size: 0.3rem;
		line-height: 0.36rem;
		color: #333333;
		text-align: left;
		display: block;
		padding: 0.3rem;
	}

	.mheader .hmenu .menubox li a::after {
		content: "";
		width: 0.2rem;
		height: 0.2rem;
		border-width: 0.02rem 0.01rem 0 0;
		border-color: #999;
		border-style: solid;
		display: block;
		float: right;
		transform: rotate(45deg);
		margin-top: 0.1rem;
	}

	.mheader .hmenu .swiper-container {
		width: auto;
		height: auto;
	}

	.mheader .hmenu .swiper-slide {
		width: auto;
	}

	.mheader .hmenu .swiper-slide a {
		padding: 0 0.35rem;
		font-size: 0.3rem;
		color: #333333;
		line-height: 0.6rem;
		text-align: center;
		display: inline-block;
		position: relative;
	}

	.mheader .hmenu .swiper-slide:first-child a {
		color: #f25453;
	}

	.mheader .hmenu .swiper-slide:first-child a::after {
		content: "";
		width: 0.5rem;
		height: 0.05rem;
		background: #f25453;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translatex(-50%);
	}

	.mheader .hmenu .swiper-slide a:hover {
		color: #333333;
	}
}

.themered {
	width: auto;
}

.themered .mheader {
	background: #d01607;
}

.themered .mheader .hmenu .swiper-slide a,
.themered .mheader .hmenu .swiper-slide:first-child a {
	color: #fff;
}

.themered .mheader .hmenu .swiper-slide:first-child a::after,
.themered .mheader .hmenu .mbtn .line {
	background: #fff !important;
}

.mheader .hmenu .mbtn.on .line {
	background: #333 !important;
}

.themered .mheader .hsearch a {
	background: url(/uploads/image/xiheader2020/icon_search1.png) no-repeat center center;
	background-size: 100% 100%;
}

.themered .mheader .hlogo a {
	background: url(/uploads/image/zximages/kjwlogo.png) no-repeat center center;
	background-size: 100% 100%;
	height: 0.55rem;
}

.themered .mheader .hlogo img {
	display: none;
}
