
.headertop {
	width: 100%;
	height: 90px;
	background: #0143D6;
	background-color:rgb(0, 120, 230);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
}

.headertop .fl img {
	width: 103px;
}

.headertop .fr {
	display: flex;
	align-items: center;
}

.headertop .fr .header1 {
	width: 200px;
	height: 32px;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
}

.headertop .fr .header1 input {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	width: 70%;
	font-family: PingFang SC, PingFang SC;
}

.headertop .fr .header1 ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #FFFFFF;
}

.headertop .fr .header1 :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

.headertop .fr .header1 ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.headertop .fr .header1 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.headertop .fr .header1 img {
	width: 14px;
}

.headertop .fr .header2 {
	margin: 0 40px;
	position: relative;
}

.headertop .fr .header2 select {
	border: 0px solid #ccc;
	/* 边框 */
	border-radius: 4px;
	/* 圆角 */
	background-color: rgba(0, 0, 0, 0);
	/* 背景颜色 */
	font-size: 16px;
	/* 字体大小 */
	appearance: none;
	/* 移除浏览器默认样式，适用于现代浏览器 */
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	color: #fff;
	font-family: PingFang SC, PingFang SC;
	outline: none;
}

.headertop .fr .header2 option {
	background-color: #797979;
}

.headertop .fr .header2:after {
	content: '';
	/* 下拉箭头 */
	position: absolute;
	background-image: url(../images/iocn4.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 14px;
	height: 14px;
	top: 60%;
	right: -10px;
	transform: translateY(-50%);
	pointer-events: none;
	/* 防止点击箭头也触发select点击 */
}

.headertop .fr .header3 a {
	display: block;
	width: 120px;
	height: 36px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.02), 0px 4px 16px 6px rgba(0, 0, 0, 0.02), 0px 8px 20px 0px rgba(0, 0, 0, 0.02);
	border-radius: 20px 20px 20px 20px;
	font-weight: 600;
	font-size: 14px;
	color: #3C33C3;
	color: rgb(0, 120, 230);
	font-family: PingFang SC, PingFang SC;
	line-height: 36px;
	text-align: center;
}

.headerkey {
	width: 100%;
	background-color: #fff;
}

.headerkey ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.headerkey ul li {
	width: 122px !important;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.headerkey ul li a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}

.headerkey ul li div {
	position: absolute;
	z-index: 1;
	left: 0%;
	right: auto;
	top: -100vh;
	bottom: auto;
	background: #fff;
	width: 200px;
	margin-left: -45px;
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
	border-top: #EE9640 solid 4px;
	padding: 20px 0;
	opacity: 0;
	visibility: hidden;
}

.headerkey ul li div a {
	display: block;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #6510AD;
	color: rgb(0, 120, 230);
	line-height: 48px;
	text-align: center;
}

.headerkey ul li div a:hover {
	background-color: #ededed;
}

.headerkey ul li:hover {
	background-image: url(../images/iocn1.png);
	background-size: cover;
	background: rgb(0, 120, 230)
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.headerkey ul li:hover>a {
	color: #fff;
}

.headerkey ul li:hover div {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}


.footer .footer_top {
	width: 100%;
	background:rgb(0, 120, 230);
	padding: 30px 30px;
	display: flex;
	gap:20px;
	justify-content: center;
	color: #FFFFFF;
  }
  
  /* 左侧二维码模块样式 */
  .qr-section {
	display: flex;
	gap: 20px;
  }
  .qr-item {
	text-align: center;
  }
  .qr-item span {
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
  }
  .qr-item img {
	width: 120px;
	height: 120px;
  }
  
  /* 中间网站介绍模块样式 */
  .info-section {
	flex: 1;
  }
  .info-section span {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
	line-height: 1.6;
  }
  
  /* 右侧联系方式模块样式 */
  .contact-section {
	flex-shrink: 0;
	  width:250px;
  }
  .contact-item {
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
  }
  .label {
	flex-shrink: 0;
	font-weight: 500 !important;
  }
  .contact-item span {
	font-size: 14px;
	line-height: 1.6;
  }

.footer .footer_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 78px;
	background-color: #2d2d2d;
}

.footer .footer_box span {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer_box p {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 30px;
}