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

html {
	scroll-behavior: smooth;
}

body {
	font-family: Karla, Arial, sans-serif;
	background-color: #fff;

}

a {
	text-decoration: none;
	color: #000;
	display: block;
}

img {
	object-fit: cover;
}

/* 头部广告位 */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	background-color: #fff;
	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: 70%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 15% 35px;
	color: #FFFFFF;
	background-color: #263238;
	margin-bottom: 60px;
	line-height: 1.5;
	font-family: Poppins, sans-serif;
}

.f_inner-box {
	width: 35%;
}

.f_centent-box {
	width: 20%;
}

.f_right-box {
	width: 35%;
}

.f_centent-box a {
	font-size: 14px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.f_inner-box:nth-of-type(2) {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
}

.f_logo img {
	width: 190px;
	height: 45px;
	object-fit: contain;
}

.f_text {
	width: 90%;
	line-height: 1.7;
	margin: 10px 0 20px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	word-spacing: 3px;
}

.f_bottom_text {
	width: 100%;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 20px;
}

.f_title {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}


.about>a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 0px 5px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
}



.about>a:hover,
.f_centent-box a:hover {
	color: #4484F0;
}


@media (max-width: 700px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		position: sticky;
		top: 0px;
		bottom: auto;
		z-index: 9999;
		background-color: #FFFFFF;
		border-bottom: 1px solid #E9E6F3;
	}

	.header-box {
		width: 96%;
		padding: 0 2%;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.h-title {
		width: 70%;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		color: #FFFFFF;

	}

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

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

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

	#del {
		width: 7%;
		height: 25px;
		position: absolute;
		top: 33px;
		left: 4%;
		display: none;
	}

	.search-img {
		width: 7%;
		height: 26px;
		margin: 0 3% 0 10%;
	}

	.search-img2 {
		display: none;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 100%;
		height: 100vh;
		padding: 10px 0 10px 0;
		background-color: #FFFFFF;
		position: absolute;
		z-index: 99999999;
		transition: linear 0.2s;
		transform: translateX(-100%);

	}

	.menu_list a {
		width: 90%;
		display: block;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-top: 1px solid #e9e6e0;
		font-family: "times new roman";
		text-transform: capitalize;
		color: #4083F3;
	}

	.menu_list a:nth-of-type(1) {
		border-top: 0px;
	}


	.seachdiv {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		padding: 30px 0 0;
		position: relative;
		position: absolute;
		z-index: 99999;
		transition: linear 0.2s;
		transform: translateX(-100%);
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 50px;
		width: 96%;
		font-size: 16px;
		/* margin: 0 auto; */
		text-indent: 1em;
		background-color: #EAEBEC;
		border-radius: 20px;
	}

	.seach-img {
		width: 15%;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 43px;
		right: 0px;
	}

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

	}

	.footer {
		width: 90%;
		padding: 10px 5% 20px;
		flex-wrap: wrap;
	}

	.f_inner-box {
		width: 100%;
	}

	.f_inner-box:nth-of-type(2) {
		width: 40%;
	}

	.f_centent-box,
	.f_right-box {
		width: 46%;
	}

	.f_inner-box:nth-of-type(2) {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	.f_centent-box a {
		text-align: left;
	}

	.f_title {
		width: 100%;
		text-align: left;
	}
	.f_right-box .f_title{
		text-align: right;
	}
	.about>a {
		padding: 0;
		text-align: right;
	}


}

@media (min-width: 700px) {
	.header {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		box-shadow: 0 2px 4px #d2d6d9;
		z-index: 999999999;
	}

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

	.inner-box {
		width: 100%;
		padding: 5px 0;
	}

	.ih-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}

	.header-box {
		width: 15%;
		/* background-color: #000000; */
	}

	#menu {
		display: none;
	}

	.search-img {
		display: none;
	}

	.h-title {
		width: 100%;
		height: 60px;
		font-size: 25px;
		color: #000000;
		font-weight: 600;
		text-align: center;
	}

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

	.h2-box {
		width: 100%;
		/* height: 60px; */
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-right: 0px;
		border-left: 0px;
		padding: 5px 0;
	}

	.search-img {
		width: 7%;
		height: 25px;
	}

	#del {
		display: none !important;
	}

	.search-img2 {
		width: 35px;
		height: 35px;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: auto;
		height: auto;
	}

	.menu_list a {
		width: auto;
		line-height: 20px;
		display: block;
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		font-family: Karla, Arial, sans-serif;
		padding: 10px 20px;
		text-transform: capitalize;
		color: #333;
		/* border: 1px solid #009c9c; */
		margin-right: 10px;
		border-radius: 5px;
		transition: all 0.3s ease-in-out;
	}

	.search-img2 {
		display: none;
	}

	.menu_list a:hover {
		color: #4083F3;

	}

	.seachdiv {
		width: 37%;
		height: 20px;
		background-color: #EAEBEC;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 35px;
		padding: 8px 0;
		margin: 10px 0 0;
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: transparent;
		/* border: 1px solid gainsboro; */
	}

	.seach-img {
		width: 20%;
		height: 100%;
		/* background-color: #075277; */
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

	}




}