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


}

a {
	text-decoration: none;

}

img {
	object-fit: cover;
}

body {
	font-family: OpenSans, sans-serif, arial;
	box-sizing: border-box;
	background-color: #121212;
}



/* 头部广告位 */
.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-top: 20px; */
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
}

.about {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

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


@media (max-width:800px) {

	.header {
		width: 100%;
		height: auto;
		background-color: #2a2a2a;
		position: sticky;
		top: 0px;
		z-index: 99999;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	}

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

	.title {
		width: 60%;
		/* height: 70px; */
		line-height: 70px;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		color: #FFFFFF;
		font-family: times;
		display: flex;
		align-content: center;


	}

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

	
	.menu {
		width: 6%;
		height: 20px;
		display: block;

	}

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

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

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

	.menu_list a {
		width: 90%;
		margin: 0 auto 20px;
		border-radius: 5px;
		color: #000;
		text-align: center;
		display: flex;
		padding: 5px 2%;
		background-color: #fff;
		text-transform: capitalize;
		align-items: center;
		font-size: 16px;
		line-height: 2;
		font-weight: 600;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	}

	.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: #2a2a2a;
		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: #277be9;

	}

}


@media (min-width:800px) {

	.header {
		width: 96%;
		height: auto;
		padding: 0 2%;
		background-color: #2a2a2a;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: sticky;
		top: 0px;
		z-index: 99999;
		box-shadow: 0px 0px 10px rgba(0,0, 0, .9);

	}

	.h-box {
		width:auto;
		height: 65px;
		display: flex;
		align-items: center;
		position: relative;
	}

	.hb {
		width: 18%;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* box-shadow: 0px 0px 10px #F4F4F4; */

	}

	.title {
		/* background-color: #000000; */
	}

	.title img {
		width: 100%;
		display: block;
		vertical-align: middle;
	}

	.menu {
		display: none;

	}

	.seach {
		display: none;

	}
	.menu-box{
		width: auto;
	}
	.menu_list {
		width: auto;
		height: auto;
		display: flex !important;
		justify-content: space-around;
		text-align: center;

	}

	.menu_list a {
		line-height: 65px;
		margin: 0 auto;
		text-align: center;
		font-size: 17px;
		display: block;
		color: #c9c9dd;
		padding: 0 10px;

	

	}

	.menu_list a:hover {
		background-color: #1f7aec;
		color: #fff;

	}

	.menu_list img {
		display: none;
	}

	.search-box {
		width: 30%;
		margin-left: 10%;
	}

	.seachdiv {
		width: 100%;
		height: 35px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3px 4px;
		border-radius: 20px;
		border: 3px solid #277be9;
		background-color: #ffffff;

	}


	#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;
		border-radius: 100%;
		background-color: #277be9;
		object-fit: cover;

	}


}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
	body{
		/* background-color: pink !important; */
	}
	.menu_list {
		
		width: 80%;
		height: auto;
		marign-left: 20px;
		display: flex !important;
		justify-content: space-around;
		text-align: center;
	
	}
	
	.menu_list a {
		/* width: 100%; */
		line-height: 20px;
		margin: 0 auto;
		text-align: center;
		font-size: 15px;
		/* font-family: "times new roman"; */
		display: block;
		color: #c9c9dd;
		padding: 0 10px;
	
	}
	.hb{
		/* width: 50PX; */
	}
}

