/*主办机构*/
#banner {
	margin-top: 110px;
}
.wrap1 {
	padding: 160px 0;
	margin-top: 0;
	min-height: 960px;
}
.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/organizer.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.wrap1 h2{
	font-size: 2em;
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.wrap1 h3{
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 3;
	
}
.wrap1 .logo{
	width: 150px;
	background: #fff;
	padding: 5px 20px;
	border: solid 1px #888;
	margin-right: 30px;

}
.wrap1 .msg{
	width: 400px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
    line-height: 1.8;
		background: #0f265fc4;
		padding: 15px
}
.wrap1 .logoBlock{
	width: 860px;
	margin: 0 auto;
}
.orgbox {
	width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 40px;
}
.zbf {
	margin-left: -60px;
}
@media screen and (max-width:768px) {
	#banner {
		margin-top: 50px;
	}
	.wrap1 {
		padding: 100px 0 0 0;
	}
	.wrap1 {
	    background: url(../imgs/organizer-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.wrap1 h3 {
		text-align: center;
		font-size: 24px;
		
	}
	.content1 .title {
		width: 100%;
		color: #fff;
		margin: 0 auto;
	}
	.orgbox {
		width: 100%;
		flex-direction: column;
	}
	.wrap1 .logo{
		width: 120px;
		margin: 0 auto;
	}
	.wrap1 .msg {
		width: 100%;
		font-size: 13px;
		background: #0f265fc4;
		padding: 15px;
		margin-top: 30px;
	}
	.wrap1 .logoBlock {
		width: 100%;
		background: #0f265fc4;
		padding: 15px;
	}
	
	.zbf {
		margin-left: 0px;
	}
}