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

body {

	
	background-color: #ffffff;

}

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: #222222;
		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%;

}
.menu_list a:hover{
	color: #df4d46;
}
@media (max-width: 1000px) {
	.header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #222222;
	
	}
	.header-box{
		width: 90%;
		height: 60px;
		margin: 0 auto;
		background-color: #222222;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.h2-box{
		width: 100%;
		background-color: #FFFFFF;
		/* padding: 10px 0 0; */
	}
	.h-title{
		color: #ffffff;
		font-size: 20px;
		text-transform: capitalize;
	}
	.menu{
		width: 10%;
		height: 30px;
		display: block;
	}
	#del{
		width: 8%;
		height: 25px;
		position: absolute;
		top: 15px;
		left: 5%;
		display: none;
	}
	
	.search-img{
		width: 7%;
		height: 25px;
	}
	.search-img2{
		display: none;
	}
	.menu_list{
		display: flex;
		justify-content: space-around;
		align-content: flex-start;
		width: 100%;
		height: 100vh;
		padding: 10px 0 10px 0;
		flex-wrap: wrap;
		/* border-top: 1px solid gainsboro; */
		background-color: #FFFFFF;
		display: none;
		position: absolute;
		top: 60px;
		z-index: 9999999999;
		
	}
	.menu_list a{
		width: 90%;
		display: block;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid gainsboro;
		font-family: "times new roman";
		color: #333;
	}
	.menu_list a:nth-last-of-type(1){
		/* border: none; */
	}
	.seachdiv {
		width: 100%;
		height: 100vh;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		/* align-items: center; */
		border: 1px solid gainsboro;
		border-top: 2px solid #df4d46;
		padding: 40px 0 0;
		position: relative;
		display: none;
	
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #df4d46;
		position: absolute;
		top: -10px;
		right: 20px;
		
	}
	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 1em;
		background-color: #FFFFFF;
		border: 1px solid gainsboro;
	} 
	.seach-img {
		width: 15%;
		height: 40px;
		background-color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seach-img img {
		width: 30px;
		height: 30px;
		
	}
	.logo{
		width: 85%;
		height: 110px;
		margin: 15px auto;
	}
	.logo img{
		width: 100%;
		height: 100%;
	}
	
	

}

@media (min-width: 1000px){
	.header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #222222;
		
	
	}
	.header-box{
		display: none;
	}
	.h2-box{
		width: 900px;
		height: 60px;
		/* padding: 10px 0; */
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		/* position: relative; */
		/* background-color: pink; */
	}
	
	.search-img{
		width: 7%;
		height: 25px;
	}
	#del{
		display: none !important;
	}
	.search-img2{
		width: 25px;
		height: 25px;
	}
	.menu_list{
		display: block !important;
		display: flex !important;
		justify-content: space-around;
		width: 70%;
		height: auto;
		padding: 10px 0 10px 0;
		
	}
	.menu_list a{
		width: 100%;
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		/* line-height: 2.5; */
		text-decoration: none;
		font-family: "times new roman";
		
		/* border-bottom: 1px solid gainsboro; */
		color: #FFFFFF;
	}
	.menu_list a:nth-of-type(1){
		color: #df4d46;
		/* background-color: pink; */
	}
	
	.seachdiv {
		width: 400px;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-top: 2px solid #df4d46;
		padding: 15px 0;
		display: none;
		position: absolute;
		top: 70px;
		right: -20px;
		
	
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #df4d46;
		position: absolute;
		top: -10px;
		right: 20px;
		
	}
	#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;
		border: 1px solid gainsboro;
	} 
	.seach-img {
		width: 15%;
		height: 100%;
		background-color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seach-img img {
		width: 30px;
		height: 30px;
		
	}
	.logo{
		width: 400px;
		height: 120px;
		margin:50px auto 0;
	}
	.logo img{
		width: 100%;
		height: 100%;
	}
	
}
 