* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}

/* @font-face {
	font-family: "jin";
	src: url('../fonts/jin.TTF');
} */
@font-face {
	font-family: "jin";
	src: url('../fonts/kai.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;
	justify-content: center;
}

.logo img {
	height: 110px;
}

.wenzi {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.wenzi h2 {
	font-size: 69px;
	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-weight: 400;
	display: flex;
	align-items: center;
}

.wenzi b {
	font-size: 100px;
	background: -webkit-linear-gradient(#ffffff, #ffcf0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: "jin";
	font-weight: 500;
	margin-left: 10px;
}

.wenzi p {
	font-size: 40px;
	color: #fff0b6;
	letter-spacing: 3px;
}

.anniu {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 30px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	justify-content: center;
}

.anniu a {
	background: -webkit-linear-gradient(#ffeec6, #f6f192);
	border-radius: 50px;
	padding: 5px;
	display: flex;
	height: 75px;
	margin: 0 10px;
}

.anniu span {
	background: -webkit-linear-gradient(rgb(255 215 41), rgb(254 160 10));
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 30px;
	color: #ff0000;
}

.anniu b {
	/* letter-spacing: 2px; */
	font-size: 32px;
	color: #000;
	font-weight: 500;
	background: -webkit-linear-gradient(rgb(255 215 41), rgb(254 160 10));
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
}

.beiyong {
	display: flex;
	position: relative;
	margin-top: 80px;
}

.beiyong strong {
	position: absolute;
	left: 50%;
	font-size: 50px;
	color: #fefbb7;
	width: 340px;
	height: 100px;
	margin-left: -170px;
	text-align: center;
	margin-top: -50px;
	background-size: contain;
	line-height: 100px;
}

.beiyong strong:before {
	font-size: 50px;
	color: #d80000;
	width: 340px;
	height: 100px;
	text-align: center;
	background: url(../images/jiantou.png) no-repeat center;
	background-size: contain;
	line-height: 100px;
	position: absolute;
	content: "";
	left: -290px;
}

.beiyong strong::after {
	font-size: 50px;
	color: #d80000;
	width: 340px;
	height: 100px;
	text-align: center;
	background: url(../images/jiantou.png) no-repeat center;
	background-size: contain;
	line-height: 100px;
	position: absolute;
	content: "";
	right: -290px;
	transform: rotate(180deg);
	margin-top: 3px;
}

.wangzhi {
	width: 100%;
	border-radius: 30px;
	padding: 50px;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list a {
	background: #2983d1;
	width: calc(25% - 10px);
	background-size: contain;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	margin: 0 10px 20px;
}

.list-t,
.list-b {
	width: 100%;
	display: flex;
}

.list .list-t a {
	transform: skewX(342deg);
}

.list .list-b a {
	transform: skewX(18deg);
}

.list .list-t a span {
	transform: skewX(15deg);
}

.list .list-b a span {
	transform: skewX(-18deg);
}

.list a:hover {
	color: #fff100;
}

.jieshao {
	width: 100%;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border-radius: 30px;
	padding: 10px 20px;
	letter-spacing: 1px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.jieshao p {}

.jieshao a {
	color: #ffffff;
	display: flex;
	align-items: center;
	border: 1px #fff solid;
	padding: 5px 20px;
	border-radius: 50px;
}

.tie {
	display: flex;
	flex-direction: column;
	align-content: space-around;
}

.tie span {
	text-transform: uppercase;
}

.jieshao a img {
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	width: 55px;
}

.jieshao a b {
	font-size: 50px;
}

.xiazai {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: center;
	color: #fff;
}

.xiazai p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xiazai p span {
	background: -webkit-linear-gradient(#fea70e, #feeec3, #fea70e);
	border-radius: 15px;
	color: #000;
	font-size: 20px;
	padding: 10px 30px;
	margin-top: 15px;
}

.xiazai p img {
	background: -webkit-linear-gradient(#fbdf9d, #fffffc, #f6f192);
	border-radius: 50px;
	padding: 10px;
	width: 60px;
}

.ma {
	margin: 0 30px;
}

.ma img {
	width: 200px;
}

.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: 20pax;
	}

	.anniu a {
		flex-direction: column;
		height: auto;
		margin-bottom: 20px;
	}

	.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;
		letter-spacing: 1px;
	}

	.list a {
		width: 49%;
	}

	.anniu span {
		font-size: 16px;
	}

	.ma img {
		width: 120px;
	}

	.lianjie li span {
		padding: 10px;
		width: 130px;
	}
}

@media (max-width: 780px) {
	body {
		padding: 30px 20px;
	}

	.wenzi h2 {
		flex-direction: column;
	}

	.beiyong strong:before {
		width: 220px;
		left: -170px;
	}

	.beiyong strong::after {
		width: 220px;
		line-height: 100px;
		right: -170px;
	}

	.wangzhi {
		padding: 50px 0;
	}

	.list a {
		font-size: 25px;
	}

	.jieshao {
		flex-direction: column;
	}

	.jieshao p {
		margin-bottom: 30px;
	}

	.anniu span {
		font-size: 24px;
		line-height: 40px;
	}

	.anniu b {
		font-size: 24px;
		line-height: 40px;
	}

	.beiyong strong {
		font-size: 38px;
	}
}

.xia_tel {
	display: none;
}

@media (max-width: 580px) {
	.wenzi b {
		font-size: 78px;
	}

	.wenzi b {
		font-size: 38px;
	}

	.anniu a {
		height: 71px;
	}

	.anniu a:first-child {
		margin-bottom: 20px;
	}

	.list-t,
	.list-b {
		flex-wrap: wrap;
	}

	.list a {
		width: calc(50% - 10px);
		margin: 5px;
	}

	.list .list-t a,
	.list .list-b a {
		transform: skewX(0deg);
	}

	.list .list-t a span,
	.list .list-b a span {
		transform: skewX(0deg);
	}

	.xiazai .ma {
		display: none;
	}

	.xia_tel {
		display: flex;
		justify-content: center;
	}

	.xiazai p {
		display: flex;
		align-content: space-between;
		width: 48%;
	}

	.beiyong strong {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.beiyong strong:before {
		width: 80px;
		left: 0;
		margin-left: 0;
	}

	.beiyong strong::after {
		width: 80px;
		content: "";
		right: 0;
	}
}

@media (max-width: 390px) {
	.xiazai p span {
		font-size: 14px;
	}
}