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

}



a {
	text-decoration: none;
}

body {
	background-color: #ffffff;
	font-family: 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: 100%;
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
	background-color: #161618;
}

.about {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
.footer img{
	width: 200px;
	height: 50px;
	object-fit: contain;
}

.about>a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}
@media (max-width:1000px) {
	.header {
		width: 100%;
		height: auto;
		background-color: #fff;
		position: sticky;
		top: 0;
		z-index: 99999;
		box-shadow: 0px 0px 10px gray;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 95%;
		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: 55px;
		object-fit: contain;
		margin: auto;
	}

	.title img {
		width: 100%;
		height: 50px;
		display: block;
		margin: auto;
		object-fit: contain;
	}
	.menu,
	.seach {
		width: 6%;
		height: 35px;
		/* object-fit: contain; */
	}
	.menu-box {
		width: 100vw;
		height:100vh;
		background-color: #f5f5f5;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: fixed;
		top: 61px;
		left: 0;
		z-index: 9998;
		display: flex;
		flex-direction: column;
	}

	.menu_list {
		width: 100%;
		height: 100%;
		flex: 1;
	}

	.menu_list a {
		width: 90%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		align-items: center;
		border-bottom: 1px solid gainsboro;
		text-align: center;
		font-size: 15px;
		font-family: 'Jost', sans-serif;
		color: #262626;
		text-transform: uppercase;
		transition: all 0.2s linear;
		margin-bottom: 10px;
	}

	.menu_list a p {
		line-height: 30px;
		font-weight: 600;
		padding: 5px 10px;
	}

	.menu_list a:hover p {
		background-color: #7bb249;
		color: #fff;
	}

	.menu_left {
		width: 100% !important;
		top: 0px !important;
	}

	.search-box {
		width: 100%;
		height: 100vh;
		background-color: #262626;
		transition: all 0.2s linear;
		transform: translateX(200vw);
		position: fixed;
		top: 61px;
		left: 0;
		z-index: 9999;
		display: flex;
		flex-direction: column;
	}

	.seachdiv {
		width: 90%;
		height: auto
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px auto;
		padding: 5px 0;
		border-radius: 15px;
		

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 83%;
		color: gray;
		font-size: 16px;
		text-indent: 1em;
		font-weight: 600;
		background-color: #fff;
		border: 2px solid #e6e6e6;
		border-radius: 4px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

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

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

	}

}

@media (min-width:1000px) {
	.content {
		width: 100%;
		margin: auto;
	}
	.header {
		width: 94%;
		height: auto;
		background-color: #fff;
		padding:0 3%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: sticky;
		top: 0;
		z-index: 99999;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	}
	.h-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		
	}

	.hb {
		width: 20%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-right: 2%;

	}

	.title {
		width: 100%;
		height: 50px;
		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: space-between;
	}

	.menu_list {
		width:auto;
		display: flex;
		justify-content: space-between;
		text-align: center;

	}

	.menu_list a {
		display: block;
		width: auto;
		text-align: center;
		font-size: 16px;
		font-family: 'Jost', sans-serif;
		color: #666;
		padding: 0 10px;
		font-weight: 600;
		text-transform: capitalize;
		transition: all 0.2s linear;
	}

	.menu_list a p {
		line-height: 30px;
		border-radius: 3px;
		padding: 5px 10px;
	}

	.menu_list a:hover p {
		color:#1d98f1;
	}

	.search-box {
		width: 25%;
	}

	.seachdiv {
		width: 100%;
		height: 40px;
		border-radius: 4px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 5px;
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		font-size: 16px;
		color: gray;
		text-indent: 2em;
		/* font-weight: 600; */
		background-color: #fff;
		border-radius: 4px;
		border: 2px solid #e6e6e6;
		border-right: none;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.seach-img {
		width: 17%;
		height:44px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #2e8bec;
	}

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

	}
}
