* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
}

img{
	object-fit: cover;
}
body{
	
	/* background-image: url(../image/bj.png) ; */
	/* background-attachment:fixed ;
	background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
}



/* 头部广告位 */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	margin: 10px 0 0px;
}

/* 底部广告位 */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--postionFixed-color);
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
	width: 100%;
	/* margin-top: 20px; */
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	background-color:var(--footer-backgroundcolor);
	color: var(--footer-color);
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
}

.about {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.about>a {
	text-decoration: none;
	color: var(--about-color);
	text-align: center;
	padding: 0px 5px;
}


@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background-color: #48a0c9
		/* background: linear-gradient(0deg, #5dcfdd, #67b5f4); */
	}

	.hb {
		width: 100%;
		height: auto;
		display: flex;
		/* justify-content: space-around; */
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		box-shadow: 0px 0px 10px gainsboro;
		position: relative;

		background-size: 100% 100%;
	}
	/* .hb img{
		width: 10%;
	} */

	.title {
		width: 60%;
		/* height: 70px; */
		line-height: 70px;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		color: var(--title-color);
		font-family: times;
		display: flex;
		/* align-content: center; */


	}
	.title img {
		/* width: 100%;
		height: 70px; */
		max-height: 50px;
		max-width: 180px;
		position: relative;
		left: 50%;
		transform: scale(0.9,0.9) translate(-50%,0);
		/* border-radius: 10px; */
	}

	.g-name {
		margin-left: 5%;
		font-size: 28px;
		font-weight: 600;
		color: var(--g-name-color);

		line-height: 1.8;
		font-family: times;
	}

	.g-count {
		margin-left: 5%;
		font-size: 15px;
		color: var(--g-count-color);
		line-height: 1.5;
	}

	.menu {
		width: 8%;
		height: 30px;
		max-width: 30px;
	}

	.seach {
		width: 10%;
		height: 30px;
		filter: brightness(1.2);
		max-width: 38px;
	}

	.seach2 {
		display: none;
		filter: brightness(1.2)
	}

	.menu_list {
		width: 100%;
		height: 1500px;
		padding: 10px 0;
		display: none;
		background-color: var(--menu_list-backgroundcolor);
		text-transform: uppercase;
		position: absolute;
    	z-index: 99999;
	}

	.menu_list a {
		width: 90%;
		line-height: 2;
		margin: 0 auto 20px;
		font-size: 20px;
		font-family: "times new roman";
		display: block;
		color: var(--menu_list-a-color);
		font-weight: 600;
		/* text-align: center !important; */
		border-bottom: 1px solid gainsboro;
		/* border-radius: 20px; */

	}

	.menu_list img {
		width: 25px;
		height: 25px;
		vertical-align: middle;
	}


	.seachdiv {
		width: 95%;
		height: 40px;
		background-color: var(--seachdiv-color);
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-top: 2px solid #FFFFFF;
		padding: 10px 0;
		position: relative;
		display: none;
		margin: 0 auto;

	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #FFFFFF;
		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: 1em;
		background-color: var(--seach-color);
		border: 1px solid gainsboro;
	}

	.seach-img {
		width: 15%;
		height: 100%;
		background-color: var(--seach-img);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
		filter: brightness(1.2)
	}

}

@media (min-width:1000px) {
	
	.header {
		width: 100%;
		height: auto;
		background-color: #48a0c9;
		/* background: linear-gradient(0deg, #67b5f4, #5dcfed); */
		



	}

	.h-box {
		width: 80%;
		height: 70px;
		padding: 5px 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;



	}

	.hb {
		width: 15%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* box-shadow: 0px 0px 10px #F4F4F4; */

	}

	.title {
		width: 100%;
		/* height: 50px; */
		font-size: 35px;
		font-weight: 600;
		text-align: center;

		line-height: 40px;
		color: var(--title-color);
		font-family: times;


	}

	.title img {
		/* width: 100%;
		height: 65px; */
		max-height: 50px;
		max-width: 180px;
		transform: scale(0.9,0.9);
		/* border-radius: 10px; */
	}

	.menu {
		display: none;

	}

	.seach {
		display: none;
		filter: brightness(1.2)
	}

	.menu_list {
		display: block !important;
		width: 70%;
		height: auto;
		padding: 10px 0;
		display: flex !important;
		justify-content: space-around;
		text-align: center;
		text-transform: uppercase;

	}

	.menu_list a {
		width: auto;
		line-height: 1.8;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		font-family: "times new roman";
		display: block;
		color: var(--menu_list_a-color);
		background-color: var(--menu_list-a-backgroundcolor);
		border-radius: 20px;
		font-weight: 600;
		border-radius: 15px;
		/* border: 2px solid #1d6dd5; */
		padding: 0 10px;
		/* border-bottom: 1px solid gainsboro; */
		text-transform: uppercase;
	}


	.menu_list img {
		width: 25px;
		height: 25px;
		vertical-align: middle;
	}

	.g-name {
		width: 90%;
		line-height: 2;
		font-size: 30px;
		font-family: "arial, helvetica, sans-serif";
		margin-left: 3%;
	}

	.g-count {
		width: 90%;
		font-size: 18px;
		color: var(--g_count-color);
		line-height: 2;
		margin-left: 3%;
	}

	.seach2 {
		width: 39px;
		height: 40px;
		display: block;
		margin-left: 10%;
		filter: brightness(1.2)
	}

	.seachdiv {
		width: 400px;
		height: 40px;
		background-color: var(--seachdiv-color);
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-top: 2px solid #FFFFFF;
		padding: 15px 0;
		display: none;
		position: absolute;
		top: 70px;
		right: -30px;
		z-index: 999;


	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #FFFFFF;
		position: absolute;
		top: -10px;
		right: 40px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: var(--seach-color);
		border: 1px solid gainsboro;
	}

	.seach-img {
		width: 15%;
		height: 100%;
		background-color: var(--seach-img);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
		filter: brightness(1.2)
	}

	.pb {
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		display: flex;
		justify-content: space-between;
		z-index: -1;
		top: 0;
	}

	.pl img {
		width: 15vw;
		height: 100%;
	}

	.pr img {
		width: 15vw;
		height: 100%;
	}
}
