<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

/* ä¸‹æ‹‰åª’ä½“æ&nbsp;·å¼ */
.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 17px;
	display: block;
}

.mediaBox li a:hover {
	background: #f1f1f1;
}

/* æœç´¢æ&nbsp;·å¼ */
.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.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.26rem 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;
	}
}
</pre></body></html>