/*sponsor*/
.wrap1{
	background: url(../imgs/info1.jpg) no-repeat center;
	background-size: cover;
}
.wrap1 .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}
.wrap1 .pic1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
}
.wrap1 h2{
	text-align: center;
	color: #fff;
	font-size: 34px;
	letter-spacing: 2px;
}
.wrap1 .company{
	width: 650px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.wrap1 .company h3{
	font-size: 19px;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
}
.wrap1 .company ul{
	display: flex;
	flex-wrap: wrap;
}
.wrap1 .company ul li{
	width: 25%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.company ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.company ul li {
    width: 25%;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}
.company ul li a img {
	width: 100%;
    height: 75px;
	background: #fff;
	padding: 10px;
}
.form{
	width: 780px;
	margin: 0 auto;
}

.wrap2:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/sponsor.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.spon2>img{
	width: 300px;
}

.spon2 ul{
	width: 800px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.spon2 li{
	width: 100%;
	padding: 20px;
	background: #0c366d9e;
	color: #fff;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.spon2 li>img{
	width: 60px;
	height: 60px;
}
.spon2 li>div{
	margin-left: 20px;
	text-align: left;
	padding-left: 20px;
	border-left: 4px solid rgba(255,255,255,.6);
}
.spon2 li h3{
	font-size: 17px;
	line-height: 1.7;
}
.spon2 li p{
	line-height: 1.7;
}

.spon3{
	width: 800px;
}
.spon3>img{
	width: 300px;
}
.spon3 h2{
	color: #fff;
	font-size: 26px;
	line-height: 1.7;
	letter-spacing: 4px;
	background: url(../imgs/sponTitle3.png) no-repeat center;
	background-size: cover;
	width: 200px;
	padding-left: 20px;
	margin-top: 20px;
}
.spon3 h4{
	color: #fff;
	font-size: 19px;
	margin-top: 10px;
	line-height: 1.7;
}
.spon3 ul{
	background: #0c366d9e;
	padding: 20px 20px 20px 40px;
	overflow: visible;
	margin-top: 20px;
}
.spon3 li{
	color: #fff;
	overflow: visible;
	list-style: disc;
	line-height: 1.7;
	letter-spacing: .5px;
}
.spon3 .text{
	margin-top: 40px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.7;
}
.spon3 .msg{
	color: #fff;
}
.spon3 .box{
	width: 100%;
	border: 1px solid #92b657;
	margin-top: 20px;
}
.spon3 .box h2{
	width: 280px;
	font-size: 22px;
	margin-top: 0;
}
.spon3 .box h5{
	padding-left: 20px;
	font-size: 17px;
	color: #fff;
	margin-top: 10px;
}
.spon3 .box .msg{
	padding: 20px;
}

@media screen and (max-width:768px) {
    .wrap1 {
		background: url(../imgs/info1-m.jpg) no-repeat center;
		background-size: cover;
		padding-bottom: 0;
	}
	.wrap1 h2{
		font-size: 26px;
	}
	.wrap1 .company{
		width: 100%;
		margin: 15px auto 0 auto;
	}
	.wrap1 .company h3{
		font-size: 17px;
	}
	.wrap1 .company ul li{
		width: 33.33%;
	}
	.company ul li a img {
		width: 100%;
	}
	.form{
		width: 100%;
	}
	
	.wrap2{
		padding-top: 0;
	}
	.wrap2:before {
	    background: url(../imgs/info1-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.spon2>img{
		width: 200px;
		margin: 0 auto;
	}
	
	.spon2 ul{
		width: 100%;
	}
	.spon2 li{
		padding: 15px;
		margin-top: 15px;
	}
	.spon2 li>img{
		width: 50px;
		height: 50px;
	}
	.spon2 li>div{
		margin-left: 15px;
		padding-left: 15px;
	}
	.spon2 li h3{
		font-size: 15px;
	}
	.spon2 li p{
		font-size: 14px;
	}
	
	.spon3{
		width: 100%;
	}
	.spon3>img{
		width: 200px;
	}
	.spon3 h2{
		font-size: 22px;
		width: 160px;
		padding-left: 15px;
	}
	.spon3 h4{
		font-size: 17px;
	}
	.spon3 ul{
		padding: 15px 15px 15px 30px;
		margin-top: 15px;
	}
	.spon3 li{
		font-size: 14px;
	}
	.spon3 .text{
		margin-top: 20px;
		font-size: 17px;
	}
	.spon3 .box h2{
		width: 240px;
		font-size: 19px;
	}
	.spon3 .box h5{
		padding-left: 20px;
		font-size: 17px;
		color: #fff;
		margin-top: 10px;
	}
	.spon3 .box .msg{
		padding: 15px;
		font-size: 14px;
	}
}