/*sponsor*/

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/sponsor1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.spon1{
	width: 1100px;
	margin: 0 auto;
}
.spon1 h2{
	color: #fff;
	font-weight: normal;
	font-size: 50px;
	font-family: font143;
	text-align: center;
}
.spon1 .form{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 20px;
}



@media (max-width: 768px){
	.wrap1:before {
	    background: url(../imgs/sponsor1-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.spon1{
		width: 100%;
	}
	.safewidth{
		padding: 0 10px;
	}
	.spon1 h2{
		font-size: 32px;
	}
}