* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 16px;
	background: #0c913f;
	margin: 0 auto;	
	background-size: 100% auto;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	font-variant: tabular-nums;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #555555;
}

li {
	list-style: none;
}

input {
	outline: none;
}

body {
	width: 100%;
	background: #0c913f;
	color: #000;
	font-size: 16px;
}

img {
	vertical-align: top;
}

.fix:after {
	display: block;
	content: "";
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.btn60 {
	margin-top: 60px;
}

.ptn20 {
	padding-top: 20px;
}

.w640 {
	width: 100%;
	margin: 0 auto;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.pc {
	background: #0c632e url(../images/bg.jpg) no-repeat;
	overflow: hidden;
	max-height: 1080px;
	width: 100%;
}

.pc dl {}

.pc dl dt {
	background: url(../images/back.png) no-repeat right top;
	height: 100vh;
	width: 44%;
	max-width:860px;
	display: flex;
	align-items: center;
	max-height: 1080px;
}

.pc dl dt div {
	width: 100%;
}

.pc dl dt h1 {
	font-size: 130px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 100px;
}

.pc dl dt h1 span {
	color: #FFFF00;
}

.pclogo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 560px;
	margin: 30px auto 120px;
	position: relative;
}

.pclogo img{
	width: 540px;
}

.pc dl dt p {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto 100px;
}

.pc .pclogo img.bb {
	position: absolute;
	bottom: -100px;
	right: 12px;
	width: 120px;
	animation: bbjumppc 1s linear infinite alternate;
}

.pc dl dt p a {
	width: 250px;
	height: 70px;
	margin-bottom: 30px;
	background: #ffef6c;
	border-radius: 8px;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	color: #0c5e2b;
	display: block;
}

.pc dl dt p a:hover{
	background: #ffe62e;
}

.pc dl dt p a img {
	vertical-align: middle;
	height: 28px;
	padding: 0 10px 6px 0;
}

.wap {
	max-width: 460px;
	height: 100vh;
	margin: 0 auto;
	background: #0c632e url(../images/bgw.jpg) no-repeat center top;
	background-size: 100% auto;
}

.wap function{
	position: fixed;
	width: 100%;
	max-width: 460px;
	bottom: 0px;
	z-index: 999;
	background: #067831;
	padding: 12px 0px;
	
}

.wap function p{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
}

.wap function p a{
	width: 180px;
	height: 48px;
	margin: 8px auto;
	background: #ffef6c;
	border-radius: 8px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #0c5e2b;
	display: block;
}

.wap function p a img{
	vertical-align: middle;
	height: 28px;
	padding: 0 10px 6px 0;	
}

@keyframes bbjump {
	0% {
		bottom: -30px;
	}

	50% {
		bottom: -40px;
	}

	100% {
		bottom: -50px;
	}

}

@keyframes bbjumppc {
	0% {
		bottom: -90px;
	}

	50% {
		bottom: -100px;
	}

	100% {
		bottom: -110px;
	}

}

@media (min-width: 1280px) {
	.pc {
		display: none;
	}
	
	.wap {
		display: block;
		max-width: 520px;
	}
	.wap function{
		max-width: 520px;
		padding: 30px 0px;		
	}
	.wap function p a{
		width: 200px;
		height: 48px;
		margin: 10px auto;
		background: #ffef6c;
		border-radius: 10px;
	}
	.wap function p a:hover{
	background: #ffe62e;
	}
}


@media screen and (max-width: 1280px) {
	.pc {
		display: none;
	}

	.wap {
		display: block;
	}
}