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

html {
	scrroll-behavior: smooth;
}

body {

	font-family: inherit;
	background-color: #FFFFFF;

}

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: 20px 0 20px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #1d2946;
	margin-top: 10px;
	margin-bottom: 70px;
	line-height: 1.5;
}

.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: #4a6c86;
}

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;


	}

	.header-box {
		width: 100%;
		height: auto;
		/* padding: 10px 0 10px; */
		background-color: #FFFFFF;
		color: #FFFFFF;
		border-top: 1px solid #fdfbf8;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 3px solid gainsboro;
	}

	.menu {
		width: 6%;
		height: 25px;
		display: block;
		margin-left: 10%;
		/* visibility: visible; */
	}

	.menu img {
		width: 100%;
		height: 100%;
	}

	.title {
		width: 50%;
		height: 60px;
		font-size: 25px;
		font-weight: 600;
		color: #00aab5;
		margin-left: 10%;
		display: flex;

		justify-content: space-around;
		align-items: center;

	}

	.title img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: 100vh;
		padding: 10px 0 10px 0;
		align-content: flex-start;
		flex-wrap: wrap;
		border-top: 1px solid gainsboro;
		background-color: #FFFFFF;
		display: none;
	}

	.menu_list a {
		width: 90%;
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid gainsboro;
		color: #000000
	}

	.menu_list a:nth-last-of-type(1) {
		border: none;
	}

	#del {
		display: block;
		width: 27px;
		height: 27px;
		position: absolute;
		top: 19px;
		left: 33px;
		display: none;
	}

	.seachdiv {
		width: 95%;
		height: 40px;
		/* background-color: #FFFFFF; */
		margin: 10px auto;
		background-color: #f2f2f2;
		display: flex;
		justify-content: center;
		padding: 5px 0;
		align-items: center;
		/* display: none; */
		border: 1px solid gainsboro;
		border-radius: 7px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;

		font-size: 16px;
		background-color: #f2f2f2;
		border-radius: 15px;
		/* background-color: #FFFFFF; */
	}

	.seach-img {
		width: 25px;
		height: 25px;
	}

	.seach-img img {
		width: 100%;
		height: 100%;
	}



}

@media (min-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		display: flex;
		margin: 0 auto;
		justify-content: space-around;
		align-items: center;
		background-color: #FFFFFF;
		border-bottom: 2px solid gainsboro;

	}

	.hb {
		width: 80%;
		height: auto;
		margin: 0 auto;
		display: flex;
		margin: 0 auto;
		justify-content: flex-start;
		align-items: center;
		background-color: #FFFFFF;
	}

	.header-box {
		width: 25%;
		height: auto;
		/* background-color: #f51d1e; */
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.title {
		/* width: 30%; */
		height: 80px;
		font-size: 30px;
		font-weight: 600;
		display: flex;
		justify-content: space-around;
		align-items: center;
		color: #00aab5;
		/* background-color: #0099E5; */

	}
	.title img{
		width: 230px;
		object-fit: contain;
	}

	.title img {
		width: 230px;
		object-fit: contain;
	}

	.menu {
		display: none;
	}

	.s_img {
		display: none;
	}

	#del {
		display: none !important;
	}

	.menu_list {
		display: block !important;
		display: flex !important;
		justify-content: space-around;
		width: 50%;
		height: auto;
		padding: 10px 0 10px 0;
		/* display: block; */

	}

	.menu_list a {
		width: 24%;
		display: block;
		font-size: 15px;
		font-weight: 400;
		line-height: 2.5;
		text-align: center;
		text-decoration: none;
		/* background-color: pink; */
		color: #000000
	}

	.seachdiv {
		width: 25%;
		height: 30px;
		background-color: #FFFFFF;
		display: flex;
		margin-right: 5px;
		justify-content: center;
		border-radius: 7px;
		align-items: center;
		padding: 5px 0;
		margin-left: 2%;
		border: 1px solid gainsboro;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;

		height: 100%;
		width: 80%;
		font-size: 16px;
		background-color: #FFFFFF;
	}


	.seach-img {
		width: 25px;
		height: 25px;
	}

	.seach-img img {
		width: 100%;
		height: 100%;
	}

	.menu a {
		display: block;
		font-size: 25px;
		font-weight: 400;
		text-decoration: none;
		color: #000000
	}

	/* .header-content{
		display: none;
	} */
	.header-content {
		width: 1250px;
		height: auto;
		padding: 0px 0 10px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;

	}

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

	.hc-wrap {
		width: 100%;
		height: 400px;
	}

	.hc-wrap img {
		width: 100%;
		height: 100%;
	}

	.hc-text {
		width: 90%;
		height: auto;
		padding: 10px 5%;
		background-color: #f8f8f8;
	}

	.tips {
		color: #14828a;
		font-size: 14px;
		white-space: 2px;
		width: 100%;
		margin: 10px auto;
		font-weight: 600;
	}

	.hc-text p:nth-of-type(1) {
		width: 100%;
		line-height: 1.8;
		font-size: 22px;
		font-weight: 600;
		margin: 0 auto;
	}

	.hc-text p:nth-of-type(2) {
		width: 100%;
		line-height: 1.5;
		font-size: 13px;
		margin: 0 auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: gray
	}

	.hc-list {
		width: 23%;
		height: auto;
		padding: 10px 0;
		margin: 15px auto 0;
		background-color: #f8f8f8;
		;
	}

	.hc-list .hl {
		padding: 10px 0;
		font-size: 18px;
		font-weight: 600;
		width: 90%;
		line-height: 1.5;
		margin: 0 auto;
		border-bottom: 1px dashed gray;
	}

	.hc-list .hl:nth-last-of-type(1) {
		border: none;
	}

	.hc-right {
		width: 20%;
		height: 320px;
		background-color: #def2f4;
		margin: 10px auto;
		padding: 10px 0;
	}

	.hr-title {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		color: #007c85;
		line-height: 1.5;

	}

	.hr-text {
		width: 80%;
		line-height: 1.8;
		font-size: 16px;
		margin: 20px auto 0;
		text-align: center;

	}

	.bor {
		width: 50%;
		border-bottom: 1px solid gray;
		margin: 20px auto 0;
	}

	.hc-right button {
		display: block;
		width: 90%;
		margin: 30px auto 0;
		height: 40px;
		font-size: 20px;
		font-weight: 400;
		border: none;
		background-color: #87d3db;


	}



}