* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
	outline: none;
}

body {
	width: 100%;
	height: auto;
	color: #fff;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 70%;
	background-attachment: fixed;
	background-image: url(../image/footer.svg);

}

.c-box {
	width: 100%;
	height: auto;
	/* background-image: url(../image/background.png); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 894px;
	padding: 1px 0;
}

img {
	object-fit: cover;
}

/* 头部广告位 */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 10px 0 0px;
}

/* 底部广告位 */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
	width: 90%;
	margin: 0 auto 60px;
	height: auto;
	text-align: center;
	/* background-color: #191a22; */
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #2A3051;
	padding: 10px 5%;
}

.about {
	width: auto;
	display: flex;
	justify-content: space-around;
}

.about>a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.about>a img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}


.h_bottom {
	width: 100%;
	height: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.h_bottom div {
	width: 15%;
	height: 100%;
}

.h_bottom div:nth-of-type(3) {
	width: 25%;
}

@media (max-width:1000px) {

	.header {
		width: 96%;
		height: auto;
		padding: 5px 2%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-image: url(../image/header.svg);
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
		position: sticky;
	}

	.h-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

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

	.title {
		width: 52%;
		height: auto;
	}


	.search,
	.menu {
		width: 30px;
		height: 30px;
		display: block;
		padding: 3px;
		margin-left: 10px;

		border-radius: 10px;
	}

	.title img {
		width: 100%;
		height: 45px;
		object-fit: contain;
	}

	.menu-list {
		display: none;
		width: 100vw;
		height: calc(100vh - 55px);
		background-color: #E0E0E0;
		transition: all 0.2s linear;

		position: absolute;
		top: 55px;
		left: 0;
		z-index: 2147483647;
	}

	.menu-list a {
		width: 90%;
		margin: 0 auto 20px;
		color: rgba(11, 17, 31, .7);
		text-align: center;
		display: flex;
		padding: 5px 2%;
		text-transform: capitalize;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 2;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}

	.search-box {
		width: 100vw;
		height: calc(100vh - 60px);
		background-color: #E0E0E0;
		display: none;
		position: absolute;
		top: 59px;
		left: 0px;
		padding-top: 45px;
		z-index: 2147483647;

	}

	.search-div {
		width: 100%;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		color: #000;
		font-size: 13px;
		background-color: #f3f6f9;
		text-indent: 2em;
		border-radius: 5px 0 0 5px;
	}

	.seach-img {
		width: 45px;
		height: 100%;
		background-color: #35CA76;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0px 4px 4px 0;
	}

	.seach-img img {
		width: 20px;
		height: 20px;
		display: block;
		margin: auto;
	}


	.footer {
		width: 100%;
		padding: 5px 0;
		flex-wrap: wrap;
		font-size: 14px;
		justify-content: center;
	}

	.about a {
		padding: 5px;
	}
}

@media (min-width:1000px) {

	.header {
		width: 70%;
		height: auto;
		padding: 10px 15%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-image: url(../image/header.svg);
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
	}

	.h-box {
		width: 20%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.title {
		width: 100%;
		height: auto;
	}

	.menu,
	.search {
		display: none;
	}

	.title img {
		width: 100%;
		height: 45px;
	}

	.menu-list {
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 0 10px;
		width: auto;
	}

	.menu-list a {
		display: block;
		padding: 5px 15px;
		display: flex;
		font-size: 16px;
		color: rgba(11, 17, 31, .7);
		font-weight: 600;
		line-height: 1.5;
		transition: all linear 0.2s;
	}

	.menu-list a:hover {
		transform: translateY(-10px);
	}

	.menu-list a img {
		display: block;
		height: 25px;
		width: 25px;
		margin-right: 3px;
	}

	.search-box {
		width: 30%;
		height: 38px;
		border: 1px solid rgba(11, 17, 31, .2);
	}

	.search-div {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		color: #000;
		font-size: 15px;
		text-indent: 2em;
		border-radius: 5px 0 0 5px;
	}

	.seach-img {
		width: 40px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 20px;
		height: 20px;
		display: block;
		margin: auto;
	}


}