* {
	padding: 0;
	margin: 0;
	list-style: none;


}

a {
	text-decoration: none;

}

img {
	object-fit: auto;
}

body {
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	background-position: 70%;
	background-attachment: fixed;
	background-image: url(../image/footer.svg);
}

.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	/* background-color: #F8F8F8; */
	margin: 0 0 10px 0;
}

/* 底部广告位 */
.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%;
	/* margin-top: 20px; */
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	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: #FFFFFF;
	text-align: center;
	padding: 0px 5px;
}


@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		position: relative;
	}

	.hb {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		box-shadow: 0px 0px 10px gainsboro;
		position: relative;
		background-size: 100% 100%;
	}

	.title {
		width: 60%;
	}

	.title img {
		width: 100%;
		height: 50px;
		object-fit: contain;
		/* border-radius: 10px; */
	}

	.g-name {
		margin-left: 5%;
		font-size: 28px;
		font-weight: 600;
		color: #FFFFFF;

		line-height: 1.8;
		font-family: times;
	}

	.g-count {
		margin-left: 5%;
		font-size: 15px;
		color: gray;
		line-height: 1.5;
	}

	.menu {
		width: 8%;
		height: 30px;

	}

	.seach {
		width: 9%;
		height: 30px;

	}

	.seach2 {
		display: none;
	}

	.menu-box {
		width: 100%;
		height: calc(100vh - 55px);
		background-color: #EEF4F8;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: absolute;
		left: 0;
		z-index: 9999;
	}

	.search-box {
		width: 100%;
		height: calc(100vh - 55px);
		background-color: #EEF4F8;
		transition: all 0.2s linear;
		display: none;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 9999;
	}

	.menu_list {
		width: 100%;
		padding: 10px 0;

	}

	.menu_list a {
		display: block;
		width: 90%;
		line-height: 2;
		margin: 0 auto 20px;
		font-size: 20px;

		color: #33306C;
		border-bottom: 1px solid gainsboro;
	}

	.menu_list img {
		width: 25px;
		height: 25px;
		vertical-align: middle;
	}


	.seachdiv {
		width: 100%;
		display: flex;
		padding: 10px 0;
		position: relative;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 85%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 1em;
		background-color: #FFFFFF;
		border: 1px solid gainsboro;
		border-radius: 5px 0 0 5px;
		margin-top: 20px;
		margin-left: 3%;
		/* border-top-left-radius: 20px;
		border-bottom-left-radius: 20px; */

	}

	.seach-img {
		width: 15%;
		height: 38px;
		display: flex;
		margin-top: 20px;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-radius: 0 5px 5px 0;
		background-color: #252162;
	}

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

	}

}

@media (min-width:1000px) {

	.header {
		position: sticky;
		top: 0;
		bottom: auto;
		width: 100%;
		height: auto;
		/* background-color: #FFFFFF; */
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-image: url(../image/header.svg);
		border-bottom: 1px solid #dfe1e2;
		background-color: #fff !important;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
		z-index: 10;
	}

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



	}

	.hb {
		width: 20%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* box-shadow: 0px 0px 10px #F4F4F4; */

	}

	.title {
		width: 100%;
	}

	.title img {
		width: 100%;
		height: 55px;
		object-fit: contain;

	}

	.menu,
	.seach {
		display: none;

	}

	.menu_list {
		width: 70%;
		margin: 0 auto;
		display: flex !important;
		text-align: center;
	}

	.menu_list a {

		line-height: 35px;
		text-align: center;
		font-size: 20px;
		display: inline-block;
		color: #252162;
		padding: 8px 15px;

	}



	.menu_list a:hover {
		text-decoration: underline;
		text-underline-offset: 8px;
		/* text-decoration-color: #252261; */

	}

	.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: #333;
		line-height: 2;
		margin-left: 3%;
	}

	.seach2 {

		display: none;
	}

	.search-box {
		width: 35%;
	}

	.seachdiv {
		width: 100%;
		height: 42px;
		/* background-color: pink; */
		display: flex !important;
		justify-content: flex-start;
		align-items: center;
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 85%;
		font-size: 14px;
		text-indent: 2em;
		background-color: #FFFFFF;
		border: 1px solid gainsboro;
		border-radius: 5px 0 0 5px;
		border-right: none;
	}

	.seach-img {
		width: 15%;
		height: 40px;
		border: 1px solid gainsboro;
		border-radius: 0 5px 5px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #252162;


	}

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

	}


	.pb {
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		display: flex;
		border: 1px solid #913832;
		justify-content: space-between;
		z-index: -1;
		top: 0;
	}

	.pl img {
		width: 15vw;
		height: 100%;
	}

	.pr img {
		width: 15vw;
		height: 100%;
	}

	.hw {
		position: absolute;
		top: 125px;
		left: 0;
		width: 100%;

	}

	.h-wave {
		position: absolute;
		height: 37px;
		width: 100%;
		display: inline-block;

	}

	.hw-box {
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 80px;
		margin: auto;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		border-radius: 4px;
	}

	.wave-inner {
		width: 100%;
		position: absolute;
		height: 50px;
		top: 21px;
		overflow: hidden;
		background-color: #fa7973;
		padding-top: 1px;

	}

	.wave-inner:nth-of-type(1) {
		z-index: 15;
		opacity: 0.5;

	}

	.wave-inner:nth-of-type(2) {
		z-index: 10;
		opacity: 0.75;

	}

	.wave-inner:nth-of-type(3) {
		z-index: 5;


	}

	.wave {
		width: 200%;
		height: 100%;
		background-repeat: repeat no-repeat;
		background-position: 0 bottom;
		transform-origin: center bottom;
		position: absolute;
		left: 0;
		top: 10px;

	}

	.wave:nth-of-type(1) {
		animation: move_wave 5s linear infinite;
		-webkit-animation: move_wave 5s linear infinite;
		background-image: url('../image/hb1.png');
		background-size: 50% 100px;

	}

	.wave:nth-of-type(2) {
		background-image: url('../image/hb2.png');
		background-size: 50% 120px;
		animation: move_wave 13s linear infinite;
		-webkit-animation: move_wave 13s linear infinite;
	}

	.wave:nth-of-type(3) {
		background-size: 50% 100px;
		animation: move_wave 20s linear infinite;
		-webkit-animation: move_wave 20s linear infinite;
		background-image: url('../image/hb3.png');
	}

	@keyframes move_wave {
		0% {
			transform: translateX(0) translateZ(0) scaleY(1);
		}

		50% {
			transform: translateX(-25%) translateZ(0) scaleY(0.55);
		}

		100% {
			transform: translateX(-50%) translateZ(0) scaleY(1);
		}

	}

}