* {
	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 img{max-width: 80%;}
.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: #ffffff;
	letter-spacing: 3px;
	margin-top: 10px;
}

.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 {
	display: flex;
	height: 75px;
	text-align: center;
	line-height: 70px;
}

.anniu span {
	border-radius: 30px;
	font-size: 25px;
	color: #ff0000;
	background: url(../images/anniu3.png) no-repeat center;
	background-size: contain;
	width: 250px;
}

.anniu b {
	font-size: 32px;
	color: #000;
	font-weight: 500;
	background: url(../images/anniu2.png) no-repeat center;
	background-size: contain;
	width: 600px;
}

.beiyong {
	display: flex;
	position: relative;
	margin-top: 80px;
	background: #2983d1;
	border: 1px #fff7b9 solid;
	flex-direction: column;
	align-items: center;
}

.beiyong strong {
	font-size: 40px;
	color: #ffffff;
	height: 80px;
	text-align: center;
	line-height: 80px;
	display: flex;
	justify-content: center;
	background: -webkit-linear-gradient(#2163ff, #1f57a6, #2163ff);
	width: 300px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.wangzhi {
	width: 100%;
	border-radius: 30px;
	padding: 50px;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list a {
	background: #0f41be;
	width: calc(25% - 20px);
	background-size: contain;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	margin: 0 10px 20px;
}



.list a:hover {
	color: #f00;
}

.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;
	margin-bottom: 20px;
	align-items: center;
}

.xiazai p span {
	background: -webkit-linear-gradient(#fbdf9d, #fffffc, #f6f192);
	border-radius: 15px;
	color: #000;
	font-size: 20px;
	padding: 10px 30px;
}

.xiazai p img {
	background: -webkit-linear-gradient(#fbdf9d, #fffffc, #f6f192);
	border-radius: 50px;
	padding: 10px;
	width: 60px;
	margin-right: 20px;
}

.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: 20px;
	}

	.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: 210px;
		height: 80px;
	}

	.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) {
	.wenzi img {
		width: 80%;
	}

	.wenzi p {
		font-size: 25px;
	}

	.xiazai p span {
		font-size: 16px;
		padding: 10px;
	}

	.ma img {
		width: 160px;
	}

	.beiyong {
		margin-top: 20px;
	}
}

@media (max-width: 780px) {
	body {
		padding: 30px 20px;
	}

	.wenzi h2 {
		flex-direction: column;
	}

	.wangzhi {
		padding: 50px 0;
	}

	.list a {
		font-size: 22px;
		height: 60px;
	}

	.jieshao {
		flex-direction: column;
	}

	.jieshao p {
		margin-bottom: 30px;
	}

	.anniu span {
		font-size: 16px;
		width: 180px;
	}

	.anniu b {
		font-size: 24px;
		width: 410px;
	}

	.beiyong strong {
		font-size: 38px;
	}
}

.xia_tel {
	display: none;
}

@media (max-width: 580px) {
	.wenzi b {
		font-size: 78px;
	}
}

@media (max-width: 430px) {
	.wenzi b {
		font-size: 38px;
	}

	.anniu a {
		height: 60px;
		margin-bottom: 0;
	}

	.anniu a:first-child {
		margin-bottom: 0;
	}

	.list-t,
	.list-b {
		flex-wrap: wrap;
	}

	.list a {
		width: calc(50% - 10px);
		margin: 5px;
	}


	.xiazai {
		display: none;
	}



	.xiazai p {
		display: flex;
		align-content: space-between;
		width: 48%;
	}

	.beiyong strong {
		width: 100%;
		margin-left: 0;
		left: 0;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		width: 160px;
	}
}

@media (max-width: 390px) {
	.xiazai p span {
		font-size: 14px;
	}
}

.xias {
	display: flex;
	flex-direction: column;
}

@media (max-width:540px) {
	.ma img {
		width: 100px;
	}

	.xiazai p img {
		width: 46px;
	}

	.xiazai p span {
		font-size: 14px;
	}

	.xia_tel {
		display: block;
	}

	.xias {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
	}

	.xias p {
		display: flex;
		align-items: center;
	}

	.ma {
		display: flex;
		justify-content: space-around;
	}

	.anniu {
		margin-bottom: 0;
	}

	.anniu b {
		width: 100%;
		background-size: cover;
		padding: 0 10px;
		border-radius: 60px;
		background: -webkit-linear-gradient(rgb(255 215 41), rgb(254 160 10));
		height: 46px;
		line-height: 46px;
	}

	.anniu span {
		width: 100%;
		background-size: cover;
		padding: 0 35px;
		border-radius: 60px;
		background: -webkit-linear-gradient(rgb(255 215 41), rgb(254 160 10));
		height: 36px;
		line-height: 36px;
	}

	.jieshao p {
		font-size: 16px;
	}
}