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

}

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

body {
	width: 100%;
	height: auto;
	color: #002b50;
	box-sizing: border-box;
	background-color: #EEEDF2;
	font-family: poppins, sans-serif;
	max-width: 100vw;
	overflow-x: hidden;

}

.c-box {
	width: 100%;
	height: auto;
}

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: 70%;
	margin: 0px auto 60px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0E60CB;
	padding: 15px 15% 10px;
	position: relative;
}

.footer::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #0E60CB;
	border-radius: 360% 360% 0% 0%;
}


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

.about>a {
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 5px 20px;
	border-radius: 10px;
	display: flex;
	font-weight: 400;
	align-items: center;
	border-radius: 50px;

	background-color: #CFDFF5;
}

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


@media (max-width:1000px) {
	body {
		background: #0977f7 url(../images/body.png) left 0 top -90px repeat;
		overflow-x: hidden;
		background-size: auto;
		background-attachment: fixed;
	}

	.header {
		width: 98%;
		height: auto;
		padding: 5px 1% 40px;
		background: linear-gradient(90deg, #0c1d73 2.76%, #076dee 63.68%) !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 70px;
		position: relative;
		border-radius: 0 0 35px 35px;
	}


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

	.seach {
		width: 30px;
		height: 30px;
		display: block;
	}

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

	.search-box {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #F8FAFF;
		display: flex;
		justify-content: center;
		/* align-items: center; */
		padding: 30px 0;
		position: relative;
		display: none;
		margin: 0 auto;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99999999999;

	}

	.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: #fff;
		font-size: 15px;
		background-color: #037dfe;
		text-indent: 2em;
		border-radius: 15px 0 0 15px;
		border: 1px solid #0b98fc;
		border-right: none;
	}

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

	.seach-img {
		width: 45px;
		height: 100%;
		background-color: #037dfe;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0 15px 15px 0;

	}

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

	.footer {
		width: 100%;
		padding: 10px 0;
		flex-wrap: wrap;
		margin: 20px 0 60px;
		justify-content: center;
		background-color: #eaf1ff;
		color: #000;

	}

	.footer div:nth-of-type(1) {
		margin-bottom: 10px;
	}

	.f_logo {
		width: 130px;
		padding: 5px 0;
	}

	.footer::before {
		height: 16px;
		top: -15px;
		background-color: #eaf1ff;
	}
}

@media (min-width:1000px) {

	.header {
		width: 90%;
		height: auto;
		padding: 15px 5% 30px;
		background: linear-gradient(90deg, #0c1d73 2.76%, #076dee 63.68%) !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
		border-bottom: solid #288dff 1px;
		border-radius: 0 0 65px 65px;
		margin-bottom: 100px;
		position: relative;
	}

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

	.seach {
		display: none;
	}

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

	.search-box {
		width: 25%;
		height: 40px;

	}


	.search-div {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #037dfe;
		border-radius: 15px;
	}

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

		border-right: none;
	}

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

	.seach-img {
		width: 45px;
		height: 96%;
		background-color: #037dfe;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0 15px 15px 0;

	}

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


}