*{
	padding: 0;
	margin: 0;
}
body{
	color: #fff;
}
.w{
	width: 1200px;
	margin: auto;
}
.text-center{
	text-align: center;
}
h1{
	font-size: 105px;
}
h2{
	text-align: center;
	font-size: 70px;
}
h3{
	text-align: center;
	font-size: 26px;
}
p{
	font-size: 34px;
}
.plate1{
	background: url('img/Slice_1.png') no-repeat;
	background-size: 100% 100%;
	height: 937px;
}
header{
	padding-top: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	margin-bottom: 60px;
}
header img{
	vertical-align: bottom;
}
header a{
	margin-left: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
header a:hover{
	text-decoration: underline;
}
.plate1 .content{
	display: flex;
	justify-content: space-between;
}
.plate1 .content img{
	vertical-align: bottom;
}
.plate1 .word{
	margin-top: 44px;
}
.plate1 .word h1{
	margin-bottom: 40px;
}
.plate1 .word p{
	width: 536px;
	margin-bottom: 54px;
}
.plate1 .word img{
	position: relative;
	left: -70px;
}

.welcome{
	background: url('./img/Slice_3.png') no-repeat;
	background-size: 100% 100%;
	height: 298px;
}
.welcome h2{
	padding-top: 57px;
	margin-bottom: 20px;
}
.welcome p{
	font-size: 28px;
	width: 915px;
	margin: auto;
}

.plate2{
	background: url('./img/Slice_2.png') no-repeat;
	background-size: 100% 100%;
	height: 937px;
}
.plate2 h2{
	padding: 105px 0;
}
.plate2 .w{
	display: flex;
	justify-content: space-between;
}
.card{
	width: 260px;
	height: 398px;
	background: #FFFFFF;
	border-radius: 31px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 12px;
}
.card img{
	margin: 56px 0;
}
.card h3{
	background: linear-gradient(125deg, #FF0844 0%, #FF758C 48%, #C471F5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 7px;
}
.card p{
	font-size: 18px;
	color: #666666;
}
.plate3{
	height: 937px;
	background: url('./img/Slice_4.png') no-repeat;
	background-size: 100% 100%;
}
.plate3 h2{
	padding-top: 65px;
	padding-bottom: 10px;
}
.plate3 img{
	display: block;
	margin: auto;
}