* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}

@font-face {
	font-family: "hanyiku";
	src: url('../fonts/hanyiku.ttf');
}

@font-face {
	font-family: "hanyiya";
	src: url('../fonts/hanyiya.ttf');
}

body {
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 50px;
}

.main {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.logo {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.logo img {
	height: 80px;
}

.wenzi {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.wenzi h2 {
	font-size: 70px;
	font-weight: bold;
	background: -webkit-linear-gradient(#fffac8, #ffcf0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: hanyiya;
	font-weight: 400;
}

.wenzi h3 {
	font-size: 90px;
	font-weight: bold;
	background: -webkit-linear-gradient(#ffffff, #ffcf0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: hanyiku;
	font-weight: 500;
}

.wenzi p {
	font-size: 40px;
	color: #fff0b6;
	letter-spacing: 3px;
}

.anniu {
	width: 100%;
	background: -webkit-linear-gradient(#e0bc64, #f6f192);
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 30px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.anniu span {
	background: -webkit-linear-gradient(#9c0127, #f3161b);
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 30px;
}

.anniu b {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 36px;
}

.beiyong {
	display: flex;
	position: relative;
	margin-top: 80px;
}

.beiyong strong {
	position: absolute;
	left: 50%;
	font-size: 50px;
	color: #d80000;
	width: 340px;
	height: 100px;
	margin-left: -170px;
	text-align: center;
	background: url(../images/anniu2.png) no-repeat center;
	margin-top: -50px;
	background-size: contain;
	line-height: 100px;
}


.wangzhi {
	width: 100%;
	border: 2px #e8ce74 solid;
	border-radius: 30px;
	padding: 50px;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list a {
	background: url(../images/anniu.png) no-repeat center;
	width: 25%;
	background-size: contain;
	width: 260px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #000;
}

.list a:hover {
	color: #f00;
}

.jieshao {
	width: 100%;
	background: #5e251c;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border-radius: 30px;
	padding: 10px 20px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.jieshao a {
	color: #ffc800;
}

.xiazai {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: center;
	color: #fff;
}

.ma {
	margin-right: 30px;
}

.ma img {}

.lianjie {
	display: flex;
	flex-direction: column;
	align-content: center;
}

.lianjie li {
	display: flex;
	align-items: center;
}

.lianjie li:first-child {
	margin-bottom: 30px;
}

.lianjie li img {
	margin-right: 10px;
}

.lianjie li span {
	background: -webkit-linear-gradient(#e0bc64, #f6f192);
	border-radius: 50px;
	padding: 10px 20px;
	color: #000;
	width: 170px;
	text-align: center;
}

@media (max-width: 680px) {
	.wenzi h2 {
		font-size: 44px;
	}

	.wenzi h3 {
		font-size: 50px;
	}

	.wenzi p {
		font-size: 26px;
		letter-spacing: 0;
	}

	.anniu {
		display: flex;
		flex-direction: column;
		border-radius: 20px;
	}

	.anniu span:first-child {
		display: none;
	}

	.wangzhi {
		padding: 50px 20px;
	}

	.list a {
		width: 200px;
	}

	.ma img {
		width: 150px;
	}

	.lianjie li img {
		height: 50px;
	}

	.lianjie li:first-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 550px) {
	.anniu b {
		font-size: 28px;
	}

	.anniu span {
		font-size: 18px;
	}

	.beiyong strong {
		font-size: 30px;
		width: 250px;
		height: 100px;
		margin-left: -125px;
	}

	.list a {
		width: 170px;
		font-size: 16px;
	}
}

@media (max-width: 490px) {
	body {
		padding: 50px 20px;
	}

	.jieshao {
		font-size: 20px;
	}

	.list a {
		height: 70px;
	}
}

@media (max-width: 450px) {
	.logo img {
		height: 60px;
	}

	.wenzi h2 {
		font-size: 30px;
	}

	.wenzi h3 {
		font-size: 36px;
	}

	.wenzi p {
		font-size: 22px;
	}

	.list a {
		width: 49%;
	}

	.anniu span {
		font-size: 16px;
		padding: 6px 20px;
		margin-top: 10px;
	}

	.ma img {
		width: 120px;
	}

	.lianjie li span {
		padding: 10px;
		width: 130px;
	}
}