/*头部*/
header{
	width:100%;
}
header .top{
	width:100%;
	background:#f0f0f0;
	height: 40px;
	line-height: 40px;
}
header .top span{
	position:relative;
	font-weight: bold;
	padding-left:12px;
	border-left:1px solid #dbdbdb;
}
header .top span:hover{
	color:#28b970;
	cursor: pointer;
}
header .top span:hover img{
	/* display: block; */
}
header .top img.appCode{
	position: absolute;
	top:32px;
	left:-18px;
	display: none;
	z-index:99;
}{
	position: absolute;
	top:32px;
	left:-18px;
	display: none;
	z-index:99;
}
header .top a{
	color:#fff;
	line-height: 26px;
}
header .top a.registered{
	padding:3px 9px;
	/*background:url(../../images/newindex/registered.png) no-repeat 0 0;*/
	background-color: #0A5DE3;
	background-size: cover;
}
header .top a.loginBtn{
	padding:3px 16px;
	background:url(../../images/newindex/login.png) no-repeat 0 0;
}
header .top div.rt>a,header .top div.rt>b,header .top div.rt>span{
	margin-left:12px;
}
header .pageHeader{
	padding:15px 0 12px 0;
	background-color: #ffffff;
}
header .pageHeader ul li{
	float: left;
	padding:22px 15px;
}
header .pageHeader ul li a{
	color:#000;
	font-size: 16px;
	padding:22px 0;
}
/*header .pageHeader ul li a:hover{
	font-weight: bold;
	color:#28b970;
	background:url(../../images/newindex/navHoverRect.png) no-repeat center bottom;
}*/

/*header .pageHeader ul li a.curIndex{
	font-weight: bold;
	color:#28b970;
	background:url(../../images/newindex/navHoverRect.png) no-repeat center bottom;
}*/

header .pageHeader input{
	padding:7px 10px;
	border:1px solid #6AA1F7;
	color:#999;
	display: inline-block;
	width:169px;
	outline: none;
}
header .pageHeader .search{
	margin-top:14px;
}

/* 登录框的样式之开始 */

/* 登录框的样式之结束 */

.addsqm {cursor:pointer}
.uname {cursor: default;}
.logout {cursor:pointer;color:#666;}
.masking{width:100%;height:100%;position:fixed;background:black;top:0;left:0;opacity:0.8;z-index:999;
	display:none;z-index:1000;}

/*登陆后*/
.logined{
	display: inline-block;
	position: relative;
}
.logined>b{
	display: inline-block;
	height: 19px;
	width: 1px;
	background: #dbdbdb;
	margin:0px 12px -5px;
}
.logined img{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.logined div.loginedMessage{
	display: inline-block;
	cursor: pointer;
}
.logined u{
	color:#28b970;
}
.logined u{
	text-decoration: none;
}
.logined div.clickList{
	position: absolute;
	left: 30px;
	padding:3px 12px;
	border: 1px solid #e7e7e7;
	background:#fff;
	display: none;
	z-index:10;
	width: 75px;
}
.logined div.clickList a{
	color:#212121;
	line-height: 28px;
}
.lang {
	float: right;
	width:70px;
	height:32px;

	padding-left:24px;
	line-height: 32px;
	padding-top:2px;
	cursor: pointer;
	background:url(../../images/newindex/langbg1.jpg) no-repeat center bottom;
}
.lang span{

	color:#ffffff;
}
.changeLang {
	display: none;
	position: absolute;
	z-index: 100;
	margin-left:-14px;
}

.changeLangItem {
	cursor: pointer;
	width:66px;
	height: 28px;
	border:2px solid #024480;
	text-align: center;
	background-color: #ffffff;
	margin:2px;
}

/*tabs框*/
header .tabsBg{
	background: #024480;
	padding: 0;
}
header .pageHeader ul.tabs{
	display: flex;
	flex-direction: row;
}
header .pageHeader ul.tabs li{
	flex: 1;
	text-align: center;
	padding:0;
	height: 80px;
}
header .pageHeader ul.tabs li a{
	color:white;
	font-size: 24px;
	line-height: 80px;
	width: 100%;
	display: block;
	height: 74px;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.li-hover{
	color: red !important;
}
header .pageHeader ul.tabs li a.curIndex{
	background:#012C6B;
	border-bottom: 6px solid #FFF800;
}

.san{
	width: 1000px !important;
	height: 1px !important;
}
.sand1{

	width: 90%;
	margin: 0 auto;
	height: 2px;

}
@media screen and (max-width: 1200px) {
	header .pageHeader ul.tabs li a{font-size: 18px;}
}
@media screen and (max-width: 900px) {
	header .pageHeader ul.tabs li a{font-size: 14px;}
}
@media screen and (max-width: 750px) {
	header .pageHeader ul.tabs li a{font-size: 12px;min-width: 65px;}
}