* {
	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-repeat: repeat;
	/* background-image: url(../image/background.png); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 894px;
	font-family: Proxima Nova, Open Sans, Gill Sans MT, Gill Sans, Arial, sans-serif;
	/* background: #A770EF; */
	/* fallback for old browsers */
	/* background: -webkit-linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.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: 100%;
	margin: 0 auto 60px;
	height: auto;
	text-align: center;
	/* background-color: #191a22; */
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #1E272E;
	padding: 10px 0 10px 0;
}

.footer div:nth-of-type(1) {
	width: 100%;
	text-align: center;
}

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

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

	border-radius: 10px;
	display: flex;
	align-items: center;
}

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


@media (max-width:1000px) {

	.header {
		width: 98%;
		height: auto;
		padding: 5px 1%;
		background-color: #000;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.c-box {
		width: 98%;
		padding: 0 1%;
	}

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

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

	.search-box {
		width: 55%;
		height: 35px;
	}

	.search-div {
		width: 100%;
		height: 35px;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		align-items: center;
	}

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

	.seach-img {
		width: 35px;
		height: 100%;
		background: #ccc;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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


}

@media (min-width:1000px) {

	.header {
		width: 64%;
		height: auto;
		padding: 10px 18%;
		background-color: #000;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

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

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

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

	.search-div {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		align-items: center;
	}

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

	.seach-img {
		width: 45px;
		height: 100%;
		background-color: #6C757D;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

	.c-box {
		width: 64%;
		margin: auto;
	}

}