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

body {
	font-family: Karla, Arial, sans-serif;


}

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

img {
	object-fit: cover;
}

/* å¤´éƒ¨å¹¿å‘Šä½ */
.de_iv_adv {
	max-width: 1300px;
	height: auto;
	background: #ababab;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
	position: relative;
}

.de_text {
	max-width: 1300px;
	margin: auto;
	text-align: center;
	background: #ababab;
	color: black;
	font-size: 13px;
	padding: 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

/* åº•éƒ¨å¹¿å‘Šä½ */
.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: 15px;
	color: #FFFFFF;
	background-color: #000000;
	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;
		top: 0;
		position: sticky;
		z-index: 99999;
		background-color: #fff;
		box-shadow: 0px 0px 10px gray;
		/* border-bottom: 1px solid #075277; */
		/* background-color: #222222; */
		/* padding: 10px 0; */

	}

	.header-box {
		width: 100%;
		height: 20px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

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

	}

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

	.h2-box {
		width: 100%;
		background-color: #FFFFFF;
	}

	.menu {
		width: 5%;
		height: 20px;
		display: block;
		object-fit: contain;
	}

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

	.search-img {
		width: 7%;
		height: 20px;
		object-fit: contain;
	}

	.search-img2 {
		display: none;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: calc(100vh - 80px);
		padding: 10px 0 10px 0;
		flex-wrap: wrap;
		z-index: 99999999;
		background-color: #FFFFFF;
		align-content: flex-start;
		display: none;
		position: absolute;
	}

	.menu_list a {
		width: 90%;
		display: block;
		font-size: 18px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid #fd9783;
		font-family: "times new roman";
		color: #333;
	}


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

	.seachdiv {
		width: 96%;
		height: 100vh;
		margin: 0 auto;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-content: flex-start;
		/* border-radius: 8px; */
		padding: 10px 2%;
		position: relative;
		display: none;
		margin-bottom: 15px;
		position: absolute;
		z-index: 99999999;

	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		/* border-bottom: 10px solid  #fac331; */
		position: absolute;
		top: -10px;
		right: 10px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 90%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 1em;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px #33afad;
		border-radius: 8px;
		/* border: 1px solid gainsboro; */
	}

	.seach-img {
		width: 15%;
		height: 30px;
		position: absolute;
		/* background-color: #000000; */
		display: flex;
		justify-content: center;
		align-items: center;
		top: 15px;
		right: 20px;
	}

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

	}

	.logo {
		width: 85%;
		height: 110px;
		margin: 15px auto;
	}

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


}

@media (min-width: 1000px) {
	.header {
		width: 100%;
		height: auto;
		/* position: relative; */
		background-color: #FFFFFF;
		margin: auto;
		/* border-bottom: 1px solid #005278; */
		/* padding-bottom: 10px; */



	}

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

	.inner-box {
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* border: 1px solid red; */
	}

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

	#menu {
		display: none;
	}

	.search-img {
		display: none;
	}

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

	.h-title img {
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}

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

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

	#del {
		display: none !important;
	}

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

	.menu_list {
		display: block !important;
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		width: 70%;
		height: auto;
		padding: 10px 0 10px 0;
		/* background-color: pink; */

	}

	.menu_list a {
		width: auto;
		line-height: 20px;
		display: block;
		font-size: 17px;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		font-family: Karla, Arial, sans-serif;
		padding: 0 5px;
		color: #000000;
	}

	.search-img2 {
		display: none;
	}

	.menu_list a:hover {
		/* border-bottom: 3px double #005278;
		color: #075277; */
		color: #2cafae;
		font-weight: 600;
	}

	.seachdiv {
		width: 20%;
		height: 20px;
		background-color: #FFFFFF;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		border: 2px solid #2cafae;
		padding: 8px 0;

		/* box-shadow: 0px 0px 10px #fac331; */
		margin: 10px 0 0;
	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #075277;
		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: 20%;
		height: 100%;
		/* background-color: #075277; */
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

	}




}
.ts{
	display: none;
}