*{
	margin: 0;
	padding: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
  background-color: transparent;
  border: 0;
}
ul li{
	list-style-type: none;
}
a img{
	border: 0;
}
.page {
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}

.box_1 {
  height: 1080px;
  background: url(./img/11.jpg)
    100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}
.footer{
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.w-1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 1080px;
}
.logo{
	position: absolute;
	left: 0;
	top: 106px;
}
.logo img{
	width: 272px;
	
}
.btn{
	position: absolute;
	right: 0;
	top: 116px;
}
.btn img{
	width: 160px;
	margin-left: 15px;
	
}
.zu{
	position: absolute;
	right: 0;
	top: 772px;
}
.zu img{
	width: 1036px;
	
}
.s-display{
	display: none;
}
.red1{
	color: #E60030;
}
.tab{
	background: #333;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
}
@media screen and (max-width:800px) {
	.page {
		height: auto;
		width:100%;
	}
	.box_1 {
	  height: auto;
	  background: #fff;
	  background-size: 100% 100%;
	  width: 100%;
	  position: relative;
	}
	.footer{
		color: #9a9a9a;
		font-weight: 500;
		text-align: center;
		position: absolute;
		bottom: 30px;
		width: 100%;
		font-size: 12px;
	}
	.w-1200{
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 100vh;
	}
	.logo{
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.logo img{
		width: 150px;
		
	}
	.btn{
		position: absolute;
		right: 20px;
		top: 30px;
	}
	.btn img{
		width: 80px;
		
	}
	.s-display{
		display: block;
		width: 100%;
		position: absolute;
		top: 80px;
	}
	.s-display img{
		width: 100%;
		height: auto;
	}
	.s-display ul{
		width: 90%;
		margin-left: 20px;
		margin-top: 10px;
	}
	.s-display ul li{
		margin-top: 10px;
		font-size: 12px;
	}
	.notice{
		background: #EEF3F9;
		width: 90%;
		margin: 0 auto;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 10px;
		font-size: 12px;
		margin-top: 20px;
	}
	.notice p{
		margin-top: 10px;
		color: #5a5a5a;
	}
	.biaoti{
		font-weight: bold;
	}
	.zu{
		display: none;
	}
}