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


}

a {
	text-decoration: none;

}

img {
	object-fit: cover;
}

body {
	font-family: Karla, Arial, sans-serif;
	box-sizing: border-box;
	background-image: linear-gradient(#c7f5fe, #fff);


}

/* 头部广告位 */
.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: 0 0 40px 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: #0b3b53;
	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;
}

.menu_list a:nth-of-type(1) {
	background-color: #469ced;
}

.menu_list a:nth-of-type(2) {
	background-color: #dc891e;
}

.menu_list a:nth-of-type(3) {
	background-color: #f954a3;
}

.menu_list a:nth-of-type(4) {
	background-color: #fd4f60;
}

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px gray;
		/* position: sticky; */
		top: 0;
		z-index: 9999;
	}

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

	}

	.title {
		width: 43%;
		color: #FFFFFF;
	}

	.hb-left,
	.hb-right {
		width: 15%;
		height: 100%;
		display: flex;
		align-items: center;

		padding-left: 8%;
		background-color: #4ca0ed;
		position: relative;
	}

	.title img {
		width: 100%;
		/* border-radius: 10px; */
	}

	.hb-left::after {
		content: '';
		background-color: #FFFFFF;
		width: 37px;
		height: 79px;
		position: absolute;
		top: -26%;
		right: -15%;
		transform: rotate(145deg);

	}

	.hb-right::after {
		content: '';
		background-color: #FFFFFF;
		width: 37px;
		height: 79px;
		position: absolute;
		top: -26%;
		left: -15%;
		transform: rotate(35deg);

	}

	.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: 40%;
		height: 30px;
		margin-right: 20px;

	}

	.seach {
		width: 40%;
		height: 30px;
		margin-left: 20px;

	}

	.seach2,
	.gug,
	.h_home,
	.m_logo {
		display: none;
	}

	.menu_list {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: none;

		/* background-color: #FFFFFF; */

	}

	.menu_list a {
		width: 50%;
		line-height: 2;
		margin: 20px;
		font-size: 20px;
		/* font-family: "times new roman"; */
		display: block;
		color: #FFFFFF;
		text-indent: 2em;
		border-radius: 20px;
		box-shadow: 0 3px 10px 0px rgb(0 0 0 / 10%), 0 5px 3px -3px rgb(156 39 176 / 40%);
		border-bottom: 1px solid gainsboro;


	}

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


	.seachdiv {
		width: 100%;
		height: 100vh;
		background-color: #FFFFFF;

		padding: 10px 0;
		position: relative;
	
		margin: 0 auto;
		position: absolute;
		top: 65px;
		z-index: 99999999999;
		display: flex;
		justify-content: center;
		display: none;
	}

	.search-box {
		width: 100%;
		position: absolute;
		top: 20px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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


	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 50px;
		width: 75%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: #FFFFFF;
		border: 3px solid #50a1eb;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		margin-top: 20px;
	}

	.seach-img {
		width: 20%;
		height: 50px;
		background-color: #50a1eb;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;

		margin-top: 20px;
	}

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

	}

	.menuList {
		width: 100%;
		height: calc(100vh - 65px);
		position: absolute;
		top: 65px;
		left: 0;
		background-color: #FFFFFF;
		z-index: 999;
		transition: all 0.3s linear;
		display: none;
		box-shadow: 0px 10px 10px gray;
		overflow-y: auto;
	}

	.mlink {
		width: 90%;
		line-height: 35px;
		/* margin: auto; */
		padding: 5px 10px;
		border-bottom: 1px solid #baf2fd;
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		position: relative;

	}

	.mlink img {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		margin-right: 10px;
	}

	.ml_back {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.3s linear;
		transform: translateX(-100%);

		z-index: -1;


	}

	.mlink:hover .ml_back {
		background-color: #4ca0ed;
		transform: translateX(0%);

	}

	.mlink:hover {
		color: #FFFFFF;
	}

}

@media (min-width:1000px) {

	.header {
		width: 100%;
		height: 65px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px gray;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

	}

	.hb {
		width: 13%;
		padding: 0 2.5% 0 0;
		height: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		background-color: #4ca0ed;
		position: relative;
		overflow: hidden;
		/* box-shadow: 0px 0px 10px #F4F4F4; */

	}

	.hb::after {
		content: '';
		width: 20%;
		height: 103px;
		background-color: #FFFFFF;
		position: absolute;
		top: -38%;
		right: -12%;
		transition: all;
		transform: rotate(145deg);
	}


	.h-right {
		width: 13%;
		padding: 0 0 0 2.5%;
		height: 100%;
		background-color: #4ca0ed;
		display: flex;
		justify-content: space-around;
		align-items: center;
		overflow: hidden;
		position: relative;
	}

	.h-right::after {
		content: '';
		width: 20%;
		height: 103px;
		background-color: #FFFFFF;
		position: absolute;
		top: -58%;
		left: -7px;
		transition: all;
		transform: rotate(45deg);
	}



	.title {
		display: none;
		width: 100%;
		/* height: 50px; */
		font-size: 35px;
		font-weight: 600;
		text-align: center;
		line-height: 40px;
		color: #FFFFFF;
		font-family: times;
		/* background-color: #000000; */
	}


	.menu {
		display: block;
		width: 40px;
		height: 40px;

	}

	.h_home {
		width: 30px;
		height: 30px;
	}

	.seach {
		display: none;

	}

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

	}

	.menu_list a {
		width: 11%;
		line-height: 40px;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		/* font-weight: bold; */
		display: block;
		color: #FFFFFF;
		border-radius: 12px;
		box-shadow: 0 3px 10px 0px rgb(0 0 0 / 10%), 0 5px 3px -3px rgb(156 39 176 / 40%);
		padding: 0 10px;
		transition: all 0.2s linear;

	}

	.m_logo {
		width: 18%;
		display: block;
		object-fit: cover;
	}

	.menu_list a:hover {

		transform: translateY(-5px);

	}



	.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 {
		width: 40px;
		height: 40px;
		display: block;

		/* display: none; */
	}

	.gug {
		width: 40px;
		height: 40px;
		display: block;
	}

	.seachdiv {
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 65px;
		background-color: #FFFFFF;
		display: none;
		z-index: 99999999999;
	}

	.ts {
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #1d6dd5;
		position: absolute;
		top: -10px;
		right: 40px;

	}

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

	.seach-img {
		width: 7%;
		height: 50px;
		background-color: #50a1eb;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;


	}

	.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%;
	}

	.menuList {
		width: 13%;
		height: 86.5vh;
		position: fixed;
		top: 65px;
		left: 0;
		background-color: #FFFFFF;
		z-index: 999;
		transition: all 0.3s linear;
		transform: translateX(-100%);
		box-shadow: 0px 5px 10px gray;
	}

	.mlink {
		width: 90%;
		padding: 5px 5%;
		line-height: 40px;
		border-bottom: 1px solid #baf2fd;
		display: flex;
		align-items: center;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		position: relative;

	}

	.mlink img {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		margin-right: 10px;
	}

	.ml_back {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.3s linear;
		transform: translateX(-100%);

		z-index: -1;


	}

	.mlink:hover .ml_back {
		background-color: #4ca0ed;
		transform: translateX(0%);

	}

	.mlink:hover {
		color: #FFFFFF;
	}

}

.gug {
	display: none;
}