<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1120px) {
	/* 头部左侧标签样式变化 开始 */
	.header-top-l dt {
		padding: 4px 0 9px;
		cursor: pointer;
	}
	
	.header-top-l dt:hover + #hraderDiv,
	.header-top #hraderDiv:hover {
		display: initial !important;
	}
	
	.header-top-l dt:after {
		display: inline-block;
		content: '';
		vertical-align: middle;
		background: url(../imgs/icon03.png) no-repeat center;
		width: 8px;
		height: 8px;
		margin-left: 5px;
	}
	
	.header-top #hraderDiv {
		display: none !important;
	}

	.header-top-l dd {
		display: block;
	}
	
	.header-top-l dd a {
		text-align: center;
		display: block;
    	line-height: 35px;
		padding: 0 10px;
	}

	.header-top-l dd:after {
		display: none;
	}

	.header-top-l dl {
		position: relative;
	}

	.header-top-l dl #hraderDiv {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
		border-top: 2px solid #1482f0;
	}
}

@media (max-width: 1640px) {
	/* 导航栏样式变化 */
	.header-bottom-nav li {
		margin-right: 60px;
	}
	
	.header-bottom-nav li:last-child {
		margin: 0;
	}
	
	.header-bottom .wrapper {
		justify-content: space-between;
	}
	
	.header-bottom-news {
		margin-top: 8px;
		float: none;
	}
	
	.header-bottom .wrapper:after, .header-bottom .wrapper:before {
		display: none;
	}
	
	.header-m-logo {
		width: 110px;
	}
	
	.header-m-nav li {
		margin-left: 24px !important;
	}
	
	.header-m-search input {
		width: 200px !important;
	}
}
</pre></body></html>