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

}

a {
	text-decoration: none;
}

body {

	background: url(../image/body.png) top repeat;
	background-color: #546aff;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	font-family: 400 14.5px/24px Montserrat, 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: #0C0D14;
	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-color: #0C0D14;
		/* box-shadow: 0px 3px 29px 0px #000; */
		position: sticky;
		top: 0;
		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: 60%;
		height: 45px;
	}

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

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

	.menu-box {
		width: 100%;
		height: calc(100vh - 45px);
		background-color: #0C0D14;
		transition: all 0.3s linear;
		transform: translateX(-100vw);
		position: absolute;
		left: 0;
		z-index: 9999;
	}

	.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: 43%;
		display: block;
		padding: 5px;
		margin-bottom: 20px;
		padding: 10px;
		background-image: linear-gradient(to right, #2b5876 0, #4e4376 51%, #2b5876 100%) !important;
		color: #fff !important;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
		/* font-weight: 600; */
		color: #fff;
		display: flex;
		text-transform: capitalize;
		align-items: center;
		font-size: 14px;
		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: #0C0D14;
		transition: all 0.3s linear;
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 9999;

	}

	.seachdiv {
		width: 90%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #e0e0e0;
		box-shadow: inset 0 10px 15px rgba(0, 0, 0, .075);
		border: 2px solid #fff;
		border-radius: 10px;
		margin: 40px auto;

	}

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

	.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: 100%;
		height: auto;
		background-color: transparent;
		box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.5);
	}

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

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

	}

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

	.title img {
		width: 100%;
		height: 100%;
		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: 400;
		text-transform: capitalize;
		color: #fff;

	}

	.menu_list a:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
	}

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

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

	.seachdiv {
		width: 100%;
		height: 35px;
		border-radius: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 5px;
		background: rgba(64, 84, 137, .63);
		box-shadow: 0 9px 43px 0 rgba(0, 0, 0, .25);
	}


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

	#seach::placeholder {
		color: gray;
	}

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

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

	}
}