html, body {
	background: rgba(0, 0, 0, 0);
}

.container {
	width: 100%;
	height: 60px;
	/*background: #24272C;*/
	/*background: rgba(0,0,0,0.2);*/
}

.logo {
	height: 42px;
	margin-top: 9px;
	background-image: url(../images/lognHaier.png);
	background-repeat: no-repeat;
}

ul {
	/* margin-top: 22px; */
}


a {
	font-size: 16px;
	color: #FFF;
	font-family: "Microsoft YaHei";
}

.box {
	margin-top: 15px;
}

#login {
	width: 80px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	border: 1px solid #0091FE;
	border-radius: 33px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

#login a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #0091FE;
}
.othersCss{
  padding: 15px  15px 8px 15px;
  position: absolute;
  right: 70px;
  cursor:pointer;
}
.othersCss:hover,.othersCss:focus{
	background-color:#32373c
}
/* 下拉式菜单 */
.dropdownCss {
		padding: 10px 13px 7px  12px;
	position: absolute;
	right: 0px;
	 margin-bottom: 0;
}
.registCss{
	padding: 15px 13px 5px  12px;
	position: absolute;
	right: 0px;
	 margin-bottom: 0;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: auto;
	right: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: auto;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(35, 38, 42);
}

.dropdown-menu>li>a.active {
	color: #0092FF;
	text-decoration: none;
}

.back {
	/* background: rgba(0, 0, 0, 0.2); */
	margin: 0px auto;
	height: 60px;
	position: relative;
	max-width: 1200px;
	min-width:1199px
}
/* 首页菜单栏 */
.navFintech {
	padding-top: 8px;
	font-size: 16px;
	list-style: outside none none;
	float: left;
	margin: 0;
	position: absolute;
	left: 180px;
	padding-left: 60px;
}

.navFintech>li {
	float: left;
	display: block;
	position: relative;
	margin-right: 40px;
}

.navFintech a {
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}

.navFintech>li>a {
	padding: 15px;
	line-height: 20px;
	display: block;
	position: relative;
	cursor: pointer;
}

.navFintech>li>a:focus, .navFintech>li>a:hover {
	/* background-color: #32373C; */
	text-decoration: none;
}

.activeFocus {
	border-bottom: 4px solid rgb(0, 146, 255)
}

a:hover, a:focus {
	text-decoration: none;
}
/* 首页菜单栏---end */
#sub-frame-error {
	display: none!important;
}