* {
	margin: 0;
	padding: 0;
}

html {
	/*height: 100%;*/
	width: 100%;
	outline: 0;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

body {
	font-size: 0.26rem;
	height: 100%;
	position: relative;
	font-family: arial, "Hiragino Sans GB", "Microsoft YaHei";
	margin: 0;
	padding: 0;
	background: #fafff7;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	color: #000000;
}

/* a, */
a:hover,
a:active {
	color: #000000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

img {
	border: none;
	margin: 0 auto;
	vertical-align: bottom;
}

ul,
li {
	list-style: none;
}

input[type="button"] {
	border: none;
	outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
	font-family: arial, "Hiragino Sans GB", "Microsoft YaHei";
}

.wrap {
	min-width: 1360px;
}

#top {
	overflow: hidden;
	position: relative;
}

#top>img {
	width: 100%;
	vertical-align: top;
}

#masked {
	width: 100%;
	height: 5rem;
	min-height: 500px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
}

#masked>img:first-child {
	width: 4.3rem;
	position: absolute;
	top: 1.48rem;
	left: 3rem;
}

.sec {
	width: 3.4rem;
	position: absolute;
	top: 3rem;
	left: 3rem;
}

#top>p {
	color: #FFFFFF;
	font-size: 0.25rem;
	position: absolute;
	top: 1rem;
	left: 3rem;
	z-index: 999;
}

#nav {
	width: 100%;
	background-color: #3eab02;
}

#nav ul {
	width: 15rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#nav li {
	text-align: center;
	width: 2.2rem;
	height: 0.8rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	font-size: 0.2rem;
}

#nav img {
	width: 0.24rem;
	vertical-align: text-bottom;
}

.content {
	width: 100vw;
	min-height: 600px;
}

#bot {
	border-top: 2px solid #359500;
	margin-top: 0.08rem;
}

.bottom {
	width: 16rem;
	margin: 0 auto;
	display: flex;
	padding: 0.6rem 0rem;
}

.bottom li {
	width: 25%;
	font-size: 0.18rem;
}

.bottom li p:first-child {
	margin-bottom: 0.3rem;
}

.bgc {
	background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width:1000px) {
	#masked>img:first-child {
		width: 224px;
		top: 77px;
		left: 156.25px;
	}

	#masked>img:last-child {
		width: 241px;
		position: absolute;
		top: 156.25px;
		left: 156.25px;
	}

	#nav ul {
		width: 708px;
	}

	#nav img {
		width: 12.5px;
	}

	#nav li {
		width: 114.6px;
		height: 41.7px;
		line-height: 41.7px;
	}

	.content {
		width: 100vw;
		min-height: 600px;
	}

	.content p {
		line-height: 21px;
	}

	#imgbox img {
		width: 391px;
	}

	.bottom {
		width: 708px;
	}
}

#div1, #div2,#div3,#div4,#div5,#div6,#div7,#div8 {
	width: 100vw;
	min-height: 100vh;
	overflow-y: hidden;
}