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

body {

	width: 100%;
	height: 100%;
	/* background-image: url(../images/bg.webp); */
	background-repeat: repeat;
	background-size: auto auto;
	background-attachment: fixed;


}

a {
	text-decoration: none;
	color: #000;
}
.de_text {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    background: #ababab;
    color: black;
    font-size: 13px;
    padding: 3px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

/* 头部广告位 */
.de_iv_adv {
    max-width: 1300px;
    height: auto;
    background: #ababab;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
    position: relative;
}

/* 底部广告位 */
.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: 15px;
		color: #FFFFFF;
		background-color: #7a2d08;
		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: sticky;
		top: 0px;
		bottom: auto;
		z-index: 9999;
		/* box-shadow: 0px 0px 10px gray; */
		background-color: #fff;
	
	}
	.header-box{
		width: 100%;
		height: 20px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.h-title{
		width: 70%;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		color: #FFFFFF;
		
	}
	.h-title img{
		width: 100%;
		height: 20px;
		object-fit: contain;
		display: block;
	}
	.h2-box{
		width: 100%;
		background-color: #FFFFFF;
	}
	.menu{
		width: 5%;
		height: 20px;
		display: block;
	}
	#del{
		width: 8%;
		height: 25px;
		position: absolute;
		top: 23px;
		left: 4%;
		display: none;
	}
	
	.search-img{
		width: 7%;
		object-fit: contain;
		height: 20px;
	}
	.search-img2{
		display: none;
	}
	.menu_list{
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: 100vh;
		padding: 10px 0;
		flex-wrap: wrap;
		/* border-top: 1px solid gainsboro; */
		background-color: #FFFFFF;
		display: none;
		position: absolute;
		
		align-content: flex-start;
		z-index: 9999;
		
	}
	.menu_list a{
		width: 90%;
		display: block;
		font-size: 16px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid #7a2d08;;
		font-family: "times new roman";
		color: #333;
	}
	/* .menu_list a:nth-last-of-type(1){
		border: none;
	} */
	.seachdiv {
		width: 96%;
		height: 100vh;
		position: absolute;
		z-index: 999;
		margin: 0 auto;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-content: flex-start;
		border-top: 2px solid  #7a2d08;
		padding: 100px 2% 0;;
		display: none;
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid  #7a2d08;
		position: absolute;
		top: -10px;
		right: 10px;
		
	}
	#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%;
	}
	.banner{
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.b-box{
		width: 90%;
		height: auto;
		margin: 10px auto 0;
	}
	.b1-box{
		width: 100%;
		height: auto;
		position: relative;
	}
	.b1-box img{
		width: 100%;
		height: 260px;
		display: block;
	}
	.b-text{
		width: 100%;
		height:100%;
		background-color: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
	}
	
	.b-text p{
		width: 90%;
		height: auto;
		line-height: 1.5;
		margin: 10px auto 0;
		font-size: 18px;
		font-weight: 600;
		color: #FFFFFF;
		
	}
	.b-flex{
		width: 100%;
		height: auto;
	}
	.b2-box{
		width: 90%;
		height: auto;
		margin: 3px auto 0;
		position: relative;
	}
	.b2-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.p2{
		font-size: 15px !important;
	}
	
	
	

}

@media (min-width: 1000px){
	.header {
		width: 80%;
		height: auto;
		padding: 0 10%;
		/* position: relative; */
		background-color: #FFFFFF;
		margin: auto;     
		border-bottom: 2px solid gainsboro;
	}
	.h-box{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: relative;
		/* background-color: pink; */
	}
	.header-box{
		width: 15%;
		/* background-color: #000000; */
	}
	#menu{
		display: none;
	}
	.search-img{
		display: none;
	}
	.h-title{
		font-size: 25px;
		color: #000000;
		font-weight: 600;
		text-align: center;
	}
	.h-title img{
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
	.h2-box{
		width: 80%;
		height: 70px;
		/* padding: 10px 0; */
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.search-img{
		width: 7%;
		height: 25px;
	}
	#del{
		display: none !important;
	}
	.search-img2{
		width: 35px;
		height: 35px;
	}
	.menu_list{
		display: block !important;
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		width: 70%;
		height: auto;
		padding: 5px 0;
		
	}
	.menu_list a{
		width: auto;
		display: block;
		height: 60px;
		font-size: 22px;
		font-weight: 400;
		text-align: center;
		line-height: 60px;
		text-decoration: none;
		font-family: "times new roman";
		border-bottom: 3px solid transparent;
		/* border-bottom: 1px solid gainsboro; */
		color: #000000;
	}
	/* .menu_list a:nth-of-type(1){
		color: #7a2d08;
		border-bottom: 3px solid #7a2d08;
	} */
	.menu_list a:hover{
		border-bottom: 3px solid #7a2d08;
		color: #7a2d08;
	}
	.seachdiv {
		width: 400px;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-top: 3px solid  #7a2d08;
		padding: 15px 10px;
		display: none;
		position: absolute;
		top: 60px;
		right: 7%;
		z-index: 999;
		
	
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid  #7a2d08;
		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: 20%;
		height: 100%;
		background-color: #7a2d08;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seach-img img {
		width: 30px;
		height: 30px;
		
	}
	
	
}
 