.top1200{
  width: 48.3rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 3.2rem;
  max-height: 3.2rem;
  margin: 0 auto;
}
.top-header{
  width: 100%;
	height: 3.2rem;
	background-color: #333333;
}
.nav-c {
	width: 48.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
  width: 6.04rem;
  height: 2rem;
  cursor: pointer;
}
.top-right{
  position: relative;
  text-align: right;
  /* width: 250px;
  height: 1.2rem; */
  font-size: 0.64rem;
  color: #fff;

  display: flex;
  align-items: center;
}
.top-right div{
  cursor: pointer;
  width: 5.6rem;
  /* height: 3.2rem; */
  line-height: 3.2rem;
  text-align: center;
}
.top-nav-active{
  font-size: 0.96rem;
  background-color: #0087FF;
}
.navList {
	width: 4.8rem;
	height: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
  position: relative;
}


.navList a {
	font-size: 0.64rem;
	color: #fff;
	display: block;
}

.muenActive {
	background: #0087FF;
}

.muenActive a {
	font-size: 0.96rem;
	font-family: PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
}
.subMenu {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  z-index: 9999;
	/* margin-top: 0.12rem; */
	/* width: 7.2rem; */
	background: #17274A;
	padding: 0.48rem 0;
}
.subMenu a {
	font-size: 0.64rem !important;
}
.hoverMenu {
	background: #17274A;
}

.subMenu div {
	text-align: left;
	text-indent: 1rem;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;

}

.subMenu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.downarrow {
	/* transform: translateY(0.12rem); */
}

.subMenu a:hover {
	color: #fff;
	background: rgba(0, 135, 255, 0.2);
}

.h1 {
  margin:0;
  padding: 0;
}
.zh{
  font-size: 0.96rem;
}

.page-bottom{
  box-sizing: border-box;
  width: 100%;
  /* height: 3.2rem; */
  font-size: 0.48rem;
  color: #CCCCCC;
  text-align: center;
  padding: 1rem 0 0.76rem;
  background-color: #525252;
}
.page-bottom div:first-child{
  margin-bottom: 0.2rem;
}
a:visited, a:hover {
  text-decoration: none;
  color: #fff;
}
.top-header h2 {
	font-size: 0.64rem;
}