.header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.header .hTop {
	width: auto;
	height: 48px;
}

.header .hTop .tlogo {
	width: 117px;
	height: 48px;
	float: left;
	margin-top: 5px;
}

.header .hTop .tAd {
	width: 710px;
	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: 48px;
	position: relative;
	top: 20px;

}

.header .hMenu .nav li {
	display: inline-block;
}

.header .hMenu .nav li a {
	font-size: 18px;
	color:#fff;
	line-height: 48px;
	text-align: center;
	padding: 0 18px;
	display: block;
}

.header .hMenu .nav li.cur a {
	color:#fff;
}

.header .hMenu .nav span {
	width: 30px;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	pointer-events: none;
	border-radius: 2px;
	overflow: hidden;
}

/*导航*/
.header .hMenu .nav{background-color:rgb(170, 183, 192);height: 48px;width: 100%;display:inline-block;}
.header .hMenu .nav li{float:left;height:48px;line-height:48px;position:relative;padding-top: 0;padding-bottom: 0;padding-right: 5px;padding-left: 5px;z-index: 69;}
.header .hMenu .nav li.cur{background:rgb(135, 145, 153);}
.header .hMenu .nav li.cur:hover,.nav li.cur{background:rgb(112, 116, 121);}
.header .hMenu .nav li.cur:hover>p{display: block;}
.header .hMenu .nav li.cur a{color:#fff;text-align: center;}
.header .hMenu .nav li.cur .subNav{position:absolute;top:48px;z-index:69;line-height:normal;display:none;background-color: rgb(135, 145, 153);left: 0px;width: 120px;}
.header .hMenu .nav li.cur .subNav p a{display:block;text-align: center;padding-top: 5px;padding-right: 7px;padding-bottom: 5px;padding-left: 7px;list-style-type: disc;border-bottom-width: 1px;border-bottom-style: solid;}
.header .hMenu .nav li.cur .subNav p a:hover{color:rgb(112, 116, 121);}
.header .hMenu .nav .current{background:rgb(135, 145, 153);}

/* 下拉媒体样式 */
.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(../images/media_down.png) repeat;
}

.mediaBox i.iconUp {
	background: url(../images/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(../images/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(../images/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.1rem 0;
		padding-right: 0.5rem;
		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.3rem;
	}
	.mHeader .hMenu .menuBox li{
		border-bottom: 0.01rem solid #999;
	}
	.mHeader .hMenu .menuBox li a{
		font-size: 14px;
		line-height: 0.2rem;
		color: #333333;
		text-align: left;
		display: block;
		padding: 0.1rem;
	}
	
	.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.2rem;
		font-size: 14px;
		color: #333333;
		line-height: 0.3rem;
		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.3rem;
		height: 0.05rem;
		background: #F25453;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.mHeader .hMenu .swiper-slide a:hover {
		color: #333333;
	}
}
