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

body {

	font-family: "times new roman";

}
img{
	object-fit: cover;
}
a {
	text-decoration: none;
	color: #000;
}

/* 头部广告位 */
.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%;

}

@media (max-width: 1000px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		/* background-color: #303030; */
		box-shadow: 0px 0px 10px gray;
	}

	.header-box {
		width: 100%;
		height: 70px;
		margin: 0 auto;
		/* background-color: #222222; */
		display: flex;
		position: relative;
		justify-content: space-around;
		align-items: center;

	}

	.h-title {
		width: 60%;
		height: 70px;

	}

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

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

	.menu {
		width: 9%;
		height: 30px;
		display: block;
	}

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

	.search-img {
		width: 8%;
		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;
		left: 0;
		z-index: 99999;
		
	}

	.menu_list a {
		width: 90%;
		display: block;
		font-size: 16px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid #966a44;
		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 #966a44;
		padding: 10px 0;
		position: relative;
		display: none;

	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #966a44;
		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;
		margin-top: 40px;
	}

	.seach-img {
		margin-top: 40px;
		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: 100%;
		height: auto;
		margin-top: 10px;
	}

	.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;
	}

	.tips {
		width: auto;
		height: auto;
		line-height: 1.5;
		margin: 35% 0 0 5%;
		background-color: #000000;
		color: #FFFFFF;
		padding: 0 3px;
		display: inline-block;
		zoom: 1;
	}

	.b-text p {
		width: 90%;
		height: auto;
		line-height: 1.5;
		margin: 10px auto 0;
		font-size: 18px;
		font-weight: 600;
		color: #FFFFFF;

	}

	.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: 100%;
		margin: 0 auto;
		height: auto;
		position: relative;
		/* background-color: #303030; */


	}

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

	.header-box {
		width: 80%;
	}

	#menu {
		display: none;
	}

	.search-img {
		display: none;
	}

	.h-title {
		/* font-size: 25px;
		color: #FFFFFF;
		font-weight: 600; */
		text-align: center;
	}

	.h2-box {
		width: 100%;
		border-top: 1px solid gainsboro;
		border-bottom: 1px solid #966a44;
	}

	.bor-box {
		width: 60%;
		height: 70px;
		/* padding: 10px 0; */
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: relative;

	}

	.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;
		align-items: center;
		/* width: 70%; */
		height: auto;
		padding: 10px 0 10px 0;

	}

	.menu_list a {
		width: auto;
		display: block;
		height: 70px;
		font-size: 24px;
		font-weight: 400;
		padding: 0 15px;
		text-align: center;
		line-height: 70px;
		text-decoration: none;
		font-family: "times new roman";

		/* border-bottom: 1px solid gainsboro; */
		color: #000;
	}

	.menu_list a:hover {
		color: #966a44;
	}

	.menu_list a:nth-of-type(1) {
		color: #966a44;
	}

	.seachdiv {
		width: 400px;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		/* border: 1px solid gainsboro; */
		border-top: 3px solid #966a44;
		padding: 15px 0;
		display: none;
		position: absolute;
		top: 60px;
		right: 60px;
		z-index: 999;


	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #966a44;
		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;

	}

	.banner {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;

	}

	.b-box {
		width: 50%;
		height: auto;
		margin-top: 10px;

	}

	.b-flex {
		width: 50%;
		height: auto;
		padding-top: 3px;
		display: flex;
		/* justify-content: space-around; */
		flex-wrap: wrap;
	}

	.b1-box {
		width: 100%;
		height: 406px;
		position: relative;
		transform: 1s;
		overflow: hidden;
	}

	.b1-box img {
		width: 100%;
		height: auto;
		display: block;
		transform: scale(1.0);
		transition: all 600ms cubic-bezier(.645, .045, .355, 1);
	}

	.b1-box:hover img {
		transform: scale(1.25);
	}

	.b2-box:hover img {
		transform: scale(1.25);
	}

	.b-text {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
	}

	.tips {
		width: auto;
		height: auto;
		line-height: 1.5;
		margin: 35% 0 0 5%;
		background-color: #000000;
		color: #FFFFFF;
		padding: 0 3px;
		display: inline-block;
		zoom: 1;
	}

	.b-text p {
		width: 90%;
		height: auto;
		line-height: 1.5;
		margin: 10px auto 0;
		font-size: 25px;
		font-weight: 600;
		color: #FFFFFF;

	}

	.b2-box {
		width: 49%;
		height: 201px;
		margin: 3px auto 0;
		position: relative;
		overflow: hidden;
	}

	.b2-box img {
		width: 100%;
		height: 100%;
		display: block;
		transform: scale(1.0);
		transition: all 600ms cubic-bezier(.645, .045, .355, 1);
	}

	.p2 {
		font-size: 15px !important;
	}

	.b1-box:hover .tips {
		background-color: #1a8d7f;
	}

	.b2-box:hover .tips {
		background-color: #1a8d7f;
	}

}
