@media (min-width: 1200px) {
	.header-pic img {
		/* min-height: 100px;*/
		width:100%;
		height:auto;
		margin-top: 80px !important;
	}
	
	#meeting-2022:first-child {
		margin-top: 130px !important;
	}
	
	#meeting-2022 .liuye{
		margin-top: 0px !important;
	}
}
@media (max-width: 1200px) {
	.header-pic img {
		/* min-height: 100px;*/
		width:100%;
		height:auto;
		margin-top: 50px !important;
	}
}

