@media (min-width: 992px) {
	.bg-left-light-right-white {
		 background-image: linear-gradient(to right, #f0f3f4 0, #f0f3f4 50%, white 50%);
	}
	
	.meitibaodao {
		height: 1600px;
	}
	
	.meitizhongxin {
		margin-top: -800px;
    margin-bottom: -400px;
	}
}

.header-2-0 {
	height: auto !important;
	background-color: #0a2e51;
	border-bottom: 1px solid rgba(186,196,199, .5);
}

@media (max-width: 991px) {
	.header-2-0 .header-sticky-wrapper:not(.stuck) .header__toggle_icon {
		color: #ffffff !important;
	}
	
	.header-2-0 .header-logo a {
		display: block;
    height: 70px;
	}
	
	.header-2-0 .header-toggle {
		display: flex;
	}
	
	.header-2-0 .header-sticky-wrapper:not(.stuck) .header-logo .header-logo-primary {
		display: none;
	}
	
	.header-2-0 .header-sticky-wrapper:not(.stuck) .header-logo .header-logo-white {
		display: inline-block;
	}
}

