

.header {
	width: 100%;
	position: relative;
	z-index: 999999;
	min-width: 1260px;
}

.head-Top {
	width: 100%;
	height: 2.4rem;
	background: #eee;
	display: flex;
	justify-content: space-between;
}

.head-top-welcome {
	height: 100%;
	font-size: 1rem;
	color: #333;
	line-height: 2.4rem;
}

.head-top-contact {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.head-contact {
	height: 100%;
	line-height: 2.4rem;
	margin-left: 2.5rem;
	position: relative;
}

.head-contact img {
	height: 35%;
	margin-right: 3px;
}

.head-contact .con-VX {
	width: 2rem;
	height: 100%;
}

.head-contact .weiXin {
	cursor: pointer;
}

.VX-shows {
	width: 8rem;
	height: 8rem;
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2.7rem;
	left: -2rem;
	z-index: 99;
	background: #ffffff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
}

.head-contact .con-VX:hover .VX-shows {
	display: flex;
}

.VX-shows:after {
	content: "";
	position: absolute;
	top: -1.45rem;
	left: 1.7rem;
	width: 0;
	height: 0;
	border-top: 0.714285rem solid transparent;
	border-left: 0.714285rem solid transparent;
	border-bottom: 0.714285rem solid rgba(0, 0, 0, 0.7);
	border-right: 0.714285rem solid transparent;
}

.VX-shows img {
	width: 80%;
	height: 80%;
	position: relative;
	background: #ffffff;
}

.head-Bot {
	width: 100%;
	height: 60px;
	display: flex;
	background: #026CC2;
	backdrop-filter: blur(4px);
	justify-content: space-between;
}

.head-logo {
	height: 100%;
	display: flex;
	align-items: center;
}

.head-logo img {
	height: 50%;
}

.head-menu-one {
	height: 100%;
}

.head-menu-one > li {
	float: left;
	line-height: 60px;
	position: relative;
	width: 171px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	background: #026CC2;
	backdrop-filter: blur(4px);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head-menu-one > li img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.head-menu-one > li:nth-last-child(1) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.head-menu-one > li.active {
	background: #005499;
}



.head-menu-one > li > a {
	font-size: 22px;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}

.head-menu-one > li.active > a {
	color: #fff;
}

.head-menu-one > li:hover > a,.head-menu-one > li.active > a {
	color: #fff;
	background: #114073;
}

.head-menu-two {
	display: none;
	position: fixed;
	z-index: 2;
	top: 60px;
	left: 0;
	background: #fff;
	box-shadow: -1px 0px 4px 0px #b3b3b3;
}
.head-menu-two ul {
	display: flex;
	min-width: 900px;
	padding: 10px;
}
.head-menu-two ul:nth-child(2){
	padding-top: 0;
}
.head-menu-one > li:hover .head-menu-two {
	display: flex;
	flex-direction: column;
}

.head-menu-two li {
	white-space: normal;
	padding: 0 10px;
	height: 30px;
	padding: 5px;
}

.head-menu-two li:hover a,
.head-menu-two li.active a {
	color: #2d66a5;
}

.head-menu-two li a {
	font-size: 1rem;
	color: #333;
	white-space: normal;
	border-right: 1px solid #999;
	padding-right: 10px;
}
.head-menu-two li:nth-last-child(1) a {
	border-right: none;
}

.head-menu-two li:hover a,
.head-menu-two li.active a {
	color: #2d66a5;
}

.head-menu-one li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main {
	width: 100%;
	/* min-height: -webkit-calc(100vh - 117px); */
	/* min-height: -moz-calc(100vh - 117px); */
	/* min-height: calc(100vh - 117px); */
	position: relative;
	min-width: 1260px;
}


.head-menu-one > li:nth-child(4) .head-menu-two{
	left: -298px;
}
.head-menu-one > li:nth-child(5) .head-menu-two{
	left: -500px;
}
.head-menu-one > li:nth-child(6) .head-menu-two{
	left: -700px;
}


.main-heade {
	width: 100%;
	height: 189px;
	background: url(../img/bgtop.png) no-repeat;
	background-size: 100% 100%;
}
.top-text {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.max-w {
	max-width: 1200px;
	margin: 0 auto;
}

.main .time-aqi {
	color: #61819c;
	font-size: 12px;
}
.top-link {
	display: flex;
	color: #61819c;
	font-size: 12px;
}
.top-link > a {
	display: flex;
	align-items: center;
	margin-right: 10px;
	color: #61819c;
}
.top-link > a:nth-last-child(1) {
	padding: 8px 12px;
	background: #cc0000;
	border-radius: 4px;
	color: #fff;
}
.top-link img {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}
.title-search {
	width: 100%;
	min-width: none;
	/* margin-top: 40px; */
}
.title-search img {
	width: 538px;
	margin-right: 8px;
}
.title-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-search .title {
	display: flex;
}
.title-search .title .name > div {
	color: #2d66a5;
	font-family: "Microsoft YaHei";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	letter-spacing: 3.2px;
	margin-bottom: 10px;
	-webkit-text-stroke: 3px transparent;
	background: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff, #fff) top left / 100% 100%;
	-webkit-background-clip: text;
	padding-bottom: 3px;
	padding-left: 3px;
}
.title-search .title .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title-search .title .name > span {
	color: #555;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	-webkit-text-stroke: 2px transparent;
	background: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff, #fff) top left / 100% 100%;
	-webkit-background-clip: text;
	padding-bottom: 2px;
	padding-left: 2px;
}
.title-search .search .search-content {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 183.333% */
	letter-spacing: 0.24px;
	position: relative;
}
.title-search .search .search-content::placeholder {
	color: #aaa;
}
.title-search .search {
	height: 30px;
	display: flex;
	border-radius: 4px;
	background: #fff;
	align-items: center;
}
.title-search .search img {
	width: 16px;
	height: 16px;
}
.title-search .search-l {
	width: 288px;
	padding: 10px;
	height: 30px;
	display: flex;
	align-items: center;
}
.title-search .search .search-content {
	border: none;
	width: 100%;
}
.title-search .search .search-for {
	width: 60px;
	height: 30px;
	background: #06c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.24px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}