* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

body {

	font-family: RobotoSlab, Arial, sans-serif;
	background-color: #F5F5F5;

}

a {
	text-decoration: none;
	color: #000;
}

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%;
	height: auto;
	text-align: center;
	padding: 10px 0 10px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #073b54;
	margin-top: 10px;
	margin-bottom: 60px;
	line-height: 1.5;
	font-family: "times new roman";
}

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

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

.ad {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;

}

.adv {
	text-align: center;
	color: gray;
	font-size: 13px;
	line-height: 1.5;
	border-bottom: 1px solid gainsboro;
	width: 100%;

}

@media (max-width: 1000px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #fff;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	}

	.header-box {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		
	}

	.h-title {
		width: 50%;
		height: 40px;
	}

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

	.h2-box {
		width: 100%;
		background-color: #FFFFFF;
		/* padding: 10px 0 0; */
	}

	.menu {
		width: 8%;
		height: 33px;
		display: block;
	}

	#del {
		width: 8%;
		height: 25px;
		position: absolute;
		top: 23px;
		left: 6%;
		display: none;
	}

	.search-img {
		width: 9%;
		height: 32px;
	}

	.search-img2 {
		display: none;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 10px 0 10px 0;
		align-content: flex-start;
		flex-wrap: wrap;
		background-color: #f7f7f7;
		display: none;
		position: absolute;
		left: 0;
		z-index: 9999999;
	}

	.menu_list a {
		width: 90%;
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid gainsboro;
		font-family: "times new roman";
		color: #333;
		text-transform: capitalize;
	}

	.aClassify {
		width: 100%;
		margin: 0 auto;
	}

	.seachdiv {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		padding: 50px 0 0;
		position: relative;
		align-content: flex-start;
		display: none;
		position: absolute;
		left: 0;
		z-index: 9999999;
	}



	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 50px;
		width: 95%;
		font-size: 14px;
		text-indent: 1em;
		background-color: #FFFFFF;
		border: 1px solid #39A856;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		border-radius: 4px;
	}

	.seach-img {
		width: 15%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		background-color: #39A856;
		top: 55px;
		right: 15px;
		border-radius: 5px;
	}

	.seach-img img {
		width: 30px;
		height: 30px;

	}




}

@media (min-width: 1000px) {

	.header {
		width: 100%;
		margin: 0 auto;
		height: auto;
		position: relative;
		background-color: #fff;
		padding: 5px 0;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
		/* border-bottom: 2px solid #000000; */

	}

	.h-box {
		width: 85%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		/* flex-wrap: wrap; */
		/* background-color: pink; */
	}

	.header-box {
		width: 15%;
	}

	#menu {
		display: none;
	}

	.search-img {
		display: none;
	}

	.h-title {

		width: 100%;
	}

	.h-title img {
		width: 100%;
		height: 60px;
		object-fit: contain;
		display: block;
		margin: auto;
	}

	.h2-box {
		width: 85%;
	}

	.bor-box {
		width: 96%;
		height: 50px;
		padding: 0 2%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		/* background-color: pink; */

	}

	.search-img {
		width: 7%;
		height: 25px;
	}

	#del {
		display: none !important;
	}

	.search-img2 {
		width: 30px;
		height: 30px;
		display: none;
	}

	.menu_list {
		display: flex !important;
		/* justify-content: space-around; */
		align-items: center;
		width: 80%;
		height: auto;
		/* padding: 10px 0 10px 0; */

	}

	.menu_list a {
		width: auto;
		display: block;
		height: 70px;
		font-size: 16px;
		text-align: center;
		line-height: 70px;	
		text-decoration: none;
		padding: 0 15px;
		color: #111;
		text-transform: capitalize;
		/* transition: color 0.3s ease */
	}

	.menu_list a:hover {
		color: #39A856;
		text-decoration: underline;
		text-decoration-color: #39A856;
		text-decoration-thickness: 2px;
		text-underline-offset: 10px;
		/* background-color: #000000; */
	}

	.seachdiv {
		width: 50%;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3px 0;
		border: 1px solid #66D063;
		border-radius: 5px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: #FFFFFF;
	}

	.seach-img {
		width: 10%;
		height: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #66D063;
		border-radius: 4px;
	}

	.seach-img img {
		width: 30px;
		height: 30px;

	}


}