.main {
	width: 100%;
}

.div1 {
	position: absolute;
	top: 33%;
	left: 20%;
}

.div1 span:nth-of-type(1) {
	cursor: pointer;
	display: inline-block;
	width: 1100px;
	height: 121px;
	background: url(../img/zhuti6.png) no-repeat;
	background-size:100% 100%;
}

.div1 span:nth-of-type(2) {
	display: inline-block;
	font-size: 45px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 42px;
}

.div1 div {
	text-align: center;
}