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

}

a {
	text-decoration: none;
}

body {

	background: url(../image/bodywebp.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Quicksand, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, ui-sans-serif, sans-serif;
}

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: 96%;
	/* margin-top: 20px; */
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	background-color: #173246;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.about>a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 5px 5px;

}




@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background-image: url(../image/header.webp);
		background-position: -1190px 0;
		background-repeat: no-repeat;
		background-size: 3440px;

		z-index: 999999;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 90%;
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: auto;
		position: relative;
		padding: 3px 0;
		background-size: 100% 100%;
	}

	.title {
		width: 94%;
		height: 45px;
	}

	.title img {
		width: 60%;
		height: 50px;
		margin: auto;
		object-fit: contain;
		display: block;
	}

	.menu,
	.seach {
		width: 6%;
		height: 35px;
		object-fit: contain;
	}

	.menu {

		height: 30px;
		position: absolute;
		top: 22px;
		left: -3px;
	}

	.menu-box {
		width: 96%;
		padding: 10px 2%;
		height: calc(100vh - 45px);
		background-color: #02262E;
		transition: all 0.3s linear;
		transform: translateX(-100vw);
		position: absolute;
		left: 0;
		z-index: 9999;
		background-image: url(../image/l2.svg);
		background-size: 100% 90%;
		background-repeat: no-repeat;
	}

	.menu_list {
		width: 96%;
		padding: 0 2%;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.menu_list a {
		width: 100%;
		display: block;
		padding: 5px;
		margin-bottom: 20px;
		padding: 10px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-color: #1A576C;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
		font-weight: 600;
		color: #fff;
		display: flex;
		text-transform: capitalize;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		border-radius: 10px;
	}

	.menu_list a img {
		width: 30px;
		height: 30px;
		display: block;
		padding: 3px;
		border-radius: 5px;
		margin-right: 15px;
	}

	.menu_list a p {
		line-height: 30px;
		font-weight: 600;
		font-size: 12px;
		padding: 5px 10px;

	}

	.search-box {
		width: 100%;
		height: calc(100vh - 45px);
		background-color: #1A576C;
		transition: all 0.3s linear;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;

	}

	.seachdiv {
		width: 90%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #000;
		border: 2px solid #fff;
		border-radius: 10px;
		margin: 40px auto;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		color: #fff;
		font-size: 16px;
		text-indent: 1em;
		font-weight: 600;
		background-color: transparent;
		border-radius: 4px;
	}

	#seach::placeholder {
		color: #475251;
	}

	.seach-img {
		width: 15%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		border-radius: 4px;
	}

	.seach-img img {
		width: 35px;
		height: 35px;
		object-fit: cover;

	}

	.footer {
		display: block !important;
	}

}

@media (min-width:1000px) {
	.header {
		width: 96%;
		height: auto;
		background-image: url(../image/header.webp);
		background-position: top;
		padding: 10px 2%;
		display: flex;
		justify-content: space-between;
		background-repeat: no-repeat;
	}

	.h-box {
		width: 68%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		padding: 5px 0;
	}

	.hb {
		width: 20%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.title {
		height: 60px;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		line-height: 50px;
		font-family: times;
	}

	.title img {
		width: 100%;
		height: 100%;
		display: block;
		margin-top: 10px;
		object-fit: contain;
	}

	.menu {
		display: none;
	}

	.seach {
		display: none;
	}

	.menu-box {
		width: auto;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.menu_list {
		display: flex;
		justify-content: space-between;
		text-align: center;

	}

	.menu_list a {
		width: auto;
		margin-right: 20px;
		display: flex;
		font-size: 15px;
		align-items: center;
		font-weight: 800;
		text-transform: capitalize;
		color: #affffa;
		padding: 2px 10px;
		transition: all linear 0.2s;
	}

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

	.menu_list a img {
		width: 25px;
		height: 25px;
		display: block;
		padding: 3px;
		object-fit: contain;
		border-radius: 5px;
		white-space: nowrap;
		margin-right: 10px;
	}

	.search-box {
		position: absolute;
		top: 4px;
		right: 0%;
		width: 33%;
	}

	.seachdiv {
		width: 100%;
		height: 35px;
		border-radius: 24px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #0A0A0A;
		box-shadow: inset 0 10px 15px rgba(0, 0, 0, .075);
		border: 2px solid #fff;
	}

	.seachdiv:hover {
		border-color: #9fd96b;
		box-shadow: 4px 4px 4px 0 #00c6c2;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		font-size: 15px;
		color: #affffa;
		text-indent: 2em;
		background-color: transparent;

		/* font-weight: 600; */
		border-radius: 4px;
	}

	#seach::placeholder {
		color: #343f3e;
	}

	.seach-img {
		width: 15%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		object-fit: cover;

	}
}