/*主办机构*/
.wrap1 {
	padding-bottom: 60px;
}
.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;
}
.org{
	width: 860px;
	margin: 0 auto;
	padding-top: 60px;
	color:#fff;
}
.org h2{
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	font-family: impact;
}
.org h3{
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
}
.org .logo{
	width: 120px;
	margin: 20px auto;
}
.org .line{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.6);
	margin: 60px 0;
}
.org .rng {
	width: 160px;
}
.org .msg{
    line-height: 2;
    font-weight: lighter;
}

@media screen and (max-width:768px) {
	.wrap1{
		padding-top: 0;
	}
	.wrap1:before {
	    background: url(../imgs/organizer-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.org{
		width: 100%;
		padding-top: 30px;
	}
	.org h2{
		font-size: 32px;
	}
	.org h3{
		font-size: 20px;
	}
	.org .logo{
		margin: 10px auto;
	}
	.org .line{
		margin: 20px 0;
	}
	.org .msg{
		background: rgba(11,73,127,0.5);
		padding: 15px;
		font-size: 13px;
		letter-spacing: 0.5px;
		color: #fff;
		font-weight: normal;
	}
	.orgEn .msg{
		letter-spacing: 0;
	}
	.org .logoBlock{
		background: rgba(11,73,127,0.5);
		padding: 15px;
	}
}