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

}

a {
	text-decoration: none;
}

body {
	box-sizing: border-box;
	background-image: url("../image/body.png");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Lato", sans-serif 'Times New Roman', Times, serif;
	position: relative;
	background-attachment: fixed;
	font-family: Rubik;
}


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;
}

.about a:nth-of-type(3) {
	margin-left: 10px;
}

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
		background-color: #fff;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	}


	.h-box {
		position: relative;
	}

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

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

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

	.menu {
		width: 8%;
		height: 30px;
		object-fit: contain;
	}

	.seach {
		width: 8%;
		height: 30px;
		object-fit: contain;
		border-radius: 15px;
		padding: 5px;
	}


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

	.menu_list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 20px auto 0;
	}

	.menu_list a {
		width: 90%;
		margin: 0 auto 20px;
		color: #fff;
		text-align: center;
		display: flex;
		padding: 5px 2%;
		text-transform: capitalize;
		align-items: center;
		font-size: 16px;
		line-height: 2;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}

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

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

	.seachdiv {
		width: 90%;
		height: 33px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
		background-color: #fff;
		padding: 3px;
		margin-top: 20px;
		border: 3px solid #133e51;
		border-radius: 20px;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .8);
	}

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

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

	.seach-img span {
		display: none;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		padding: 3px;
		border-radius: 100%;
		/* background-color: #2b373a; */

	}

	.footer {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px;
		height: auto;
		text-align: center;
		background-color: #021926;
		border-top: 1px solid rgba(255, 255, 255, .25);
		color: #fff;
		font-size: 13px;
		line-height: 1.5;

	}

	.f-inner {
		width: 90%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
	}

	.f-inner img {
		width: 80%;
		height: 50px;
		object-fit: contain;
	}

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

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

	.about>a:nth-of-type(1) {
		margin-right: 10px;
	}

}

@media (min-width:1000px) {
	.header {
		width: 100%;
		height: auto;
		z-index: 99999;
		background-color: #fff;
		/* background: linear-gradient(180deg, #001926 0%, rgba(0, 25, 38, 0) 100%); */
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
		justify-content: space-between;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
		position: sticky;
		top: 0;
		bottom: auto;
	}

	.h-box {
		width: 94%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		margin: auto;
		/* background-color: #07222e; */
		padding: 0px 2%;
	}

	.hb {
		width: auto;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* background-color: #000; */
	}

	.title {
		height: 50px;
		padding: 0 10px;
	}

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

	.menu,
	.seach {
		display: none;
	}

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

	.menu_list {
		display: flex;
		justify-content: flex-start;
	}

	.menu_list a {
		width: auto;
		display: flex;
		line-height: 35px;
		font-size: 20px;
		align-items: center;
		color: #15B153;
		text-transform: capitalize;
		padding: 5px 15px;
		background-color: #F4F5F5;
		margin-right: 10px;
		border-radius: 5px;
	}



	.menu_list a img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		background-color: #E4001D;
		display: none;
	}

	.search-box {
		width: 30%;
	}

	.seachdiv {
		width: 100%;
		height: 45px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 4px;
		/* border-radius: 20px; */
		border: 1px solid rgba(255, 255, 255, .25);
		background-color: #F1F1F2;
		border-radius: 10px;

	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 16px;
		text-indent: 2em;
		color: gray;
		font-weight: 400;
		background-color: transparent;
		margin-right: 10px;
		/* font-weight: 600; */
	}

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

	.seach-img img {
		width: 25px;
		height: 25px;
		padding: 3px;
		/* background-color: #256BE4; */
		object-fit: cover;
		border-radius: 50%;

	}

	.h_bottom {
		width: 60%;
		padding: 10px 20%;
		background-color: #000;
		margin: auto;
	}

	.h_bottom a {
		display: block;
	}

	.footer {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px;
		height: auto;
		text-align: center;
		background-color: #021926;
		color: #fff;
		font-size: 14px;
		line-height: 1.5;

	}

	.f-inner {
		width: 90%;
		margin: auto;
		padding: 5px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.f-inner img {
		width: 10%;
		height: 60px;
		object-fit: contain;
	}

	.about {
		width: auto;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.about>a {
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		padding: 5px 10px;
		font-size: 13px;
		font-weight: 600;
	}
	.about>a:hover{
		color: #7AFF43;
	}
	.about>a:nth-of-type(1) {
		margin-right: 10px;
	}
}