/*次级页面的悬浮导航重新设置的样式*/
.newsNavFixed{
	width: 100%;
	height: 50px !important;
	height: 2.5rem !important;
	background: #00abeb;
	position: fixed;
	z-index: 999999999;
	top: 0;
	/*overflow: hidden;*/
}
/*首页悬浮导航栏*/
.navFixed{
	width: 100%;
	/*height: 50px;
	height: 2.5rem;*/
	height: 0;
	background: #00abeb;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	/*overflow: hidden;*/
}
.navFixedL{
	display: block;
	width: 82px;
	height: 100%;
	width: 4.1rem;
	float: left;
	background: rgba(255,255,255,0.38);
	position: relative;
}
.navFixedL a{
	width: 53px;
	height: 38px;
	width: 2.65rem;
	height: 1.9rem;
	background: url(../img/LOGO.png);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	z-index: 999
}

.navFixedM{
	height: 100%;
	position: relative;
}
/*.navFixedMsBG{
	width: 70px;
	height: 100%;
	width: 3.5rem;
	background: #9ac11d;
	position: absolute;
	left: 0;
	top: 0;
}*/
.navFixedMs{
	width: 588px;
	height: 100%;
	width: 29.4rem;
	margin-left: 50px;
	margin-left: 2.5rem;
	float: left;
}
.navFixedMs li a{
	color: white;
}
.navFixedMs li{
	/*width: 20%;*/
	height: 100%;
	/*padding:0 22px;
	padding: 0 1.1rem;*/
	line-height: 50px;
	line-height: 2.5rem;
	text-align: center;
	font-size: 18px;
	font-size: 0.9rem;
	color: white;
	float: left;
	position: relative;
}
.navFixedMs li:hover{
	cursor: pointer;
	text-decoration: underline;
}
.nFMsline{
	display: inline-block;
	width: 1px;
	height: 18px;
	height: 0.9rem;
	background: white;
	float: right;
	/*margin-top: 16px;
	margin-top: 0.8rem;
	margin-left: 1.1rem;
	margin-right: 1.1rem;*/
	margin: 0.8rem 1.1rem 0 1.1rem;
}
.idFixform{
	width: 292px;
	height: 36px;
	width: 14.6rem;
	height: 1.8rem;
	float: right;
	margin-top: 7px;
	margin-top: 0.35rem;
	margin-left: 54px;
	margin-left: 2.7rem;
	border-radius: 2px;
	border-radius: 0.1rem;
	overflow: hidden;
	background: white;
	margin-right: 12px;
	margin-right: 0.6rem;
}
.idFixformput{
	width: 238px;
	height: 28px;
	width: 11.9rem;
	height: 1.4rem;
	margin: 4px 0 0 14px;
	margin: 0.2rem 0 0 0.7rem;
	font-size: 16px;
	font-size: 0.8rem;
	outline: medium;
	border:none;
	box-sizing:border-box;
	border-right: 1px solid #00abeb;
	float: left;
}
.idFixformBtn{
	width: 40px;
	height: 100%;
	width: 2rem;
	float: right;
	position: relative;
}
.idFixformBtn img{
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	margin:-0.5rem 0 0 -0.5rem;
}
/*固定悬浮登录注册*/
.fixDLZC{
	/*width: 108px;*/
	height: 36px;
	height: 1.8rem;
	margin-top: 7px;
	margin-top: 0.35rem;
	/*width: 5.4rem;*/
	/*position: absolute;
	right: 0;
	top: 0;*/
	float: right;
	color: white;

}
.fixDLZC a{
	display: block;
	color: #fff;
}
.haveLoginFixDLZC{
	position: relative;
	float: right;
}
.HeadportraitsFix{
	position: absolute;
	top: 50%;
	margin-top: -20.5px;
	margin-top: -1.025rem;
}
#haveLoginNavFix{
	height: 244px;
    padding-top: 4px;
    top: 94%;
    background: none;
	background: none;
	z-index: 9999;
}
#haveLoginNavFix li{
	background: white;
	color: #333333;
}
.haveLoginTriangleW{
	display: inline-block;
	margin-top: 22px;
	margin-top: 1.1rem;
	transition:all 0.3s linear;
}
.fixDl,.fixZc{
	height: 100%;
	margin: 0 12px 0 0;
    margin: 0 0.6rem 0 0;
	font-size: 18px;
	font-size: 0.9rem;
	line-height: 36px;
	line-height: 1.8rem;
	float: left;
	padding: 0 10px;
	padding: 0 0.5rem;
	background: rgba(255,255,255,0.38);
	border-radius: 5px;
	border-radius: 0.25rem;
	cursor: pointer;
	position: relative;
}
.fixDl:hover .indexRropDownTriangle{
	transform: rotate(180deg);
}
.fixDl:hover .DropDownMenu{
	display: block;
}
.indexRropDownTriangle{
	width: 0.45rem;
	height: 0.3rem;
	transition: all 0.2s linear;
}
.dropDownMenuTriangle{
	width: 0.55rem;
	height: 0.3rem;
	position: absolute;
	bottom: 100%;
	right: 9%;
}
.DropDownMenu{
	width: 100%;
	height: 80px;
	height: 4rem;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 7px;
	padding-top: 0.35rem;
	display: none;
}
.DropDownMenuP{
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}
.DropDownMenuPShadow{
	width: 100%;
	height: 80px;
	height: 4rem;
	/*border:1px solid #e1e4e5;*/
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0rem 0rem 0.25rem 0.05rem rgba(0,0,0,0.15);
	border-top: none;
}
.DropDownMenuP a{
	width: 100%;
	height: 30px;
	height: 1.5rem;
	line-height: 30px;
	line-height: 1.5rem;
	text-align: center;
	color: #888888;
	font-size: 14px;
	font-size: 0.7rem;
	float: left;
}
.DropDownMenuP a:first-child{
	margin-top: 10px;
	margin-top: 0.5rem;
}
.DropDownMenuP a:hover{
	color: #00abeb;
}
.fixnFMsline{
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}
/*悬浮导航考试中心动效*/
.fixexamNav{
	width: 200px;
	height: 116px;
	width: 10rem;
	height: 5.53rem;
	z-index: 99999999;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	margin-left: -5rem;
	text-align: center;
	display: none;
}
.fixexamNavPic{
	width: 15px;
	height: 10px;
	width: 0.75rem;
	height: 0.5rem;
	margin-left: 92.5px;
	margin-left: 4.625rem;
	background: url(../img/triangleup.png);
	background-size: 100% 100%;
}
.fixexamNavW{
	display: block;
	width: 100%;
	height: 50px;
	height: 2.5rem;
	background: #46ccff;
	text-align: center;
	line-height: 50px;
	line-height: 2.5rem;
	font-size: 16px;
	font-size: 0.8rem;
	color: white;
}
.fixexamNavW1{
	box-sizing:border-box;
	border-bottom: 1px solid #a1e1e5;
}
.fixexamNavW:hover{
	background:#0dafec; 
}
.fixarrowdowm{
	width: 15px;
	height: 9px;
	width: 0.75rem;
	height: 0.45rem;
	margin-left: 12px;
	margin-left: 0.6rem;
}
/*首页悬浮分类导航栏*/
.fixiTH3MainLs{
	height: 466px;
	height: 23.2rem;
}
.fixiTH3MainL{
	width: 285px;
	height: 466px;
	width: 14.25rem;
	height: 23.2rem;
	position: absolute;
	z-index: 99999999999;
	left: 80px;
	left: 4rem;
	top: 100%;
}
.fixiTH3MainL1{
	width: 15px;
	height: 10px;
	width: 0.75rem;
	height: 0.5rem;
	margin-left: 135px;
	margin-left: 6.75rem;
	background: url(../img/triangleup.png);
	background-size: 100% 100%;
}
.fixiTH3MainL2{
	width: 100%;
	height: 460px;
	height: 23rem;
	background: #3ccaff;
	background-size: 100% 100%;
}
.fixiTH3MainL2 li{
	width: 100%;
	height: 20%;
	box-sizing:border-box;
	border-bottom: 1px solid white;
}
.fixiTH3MainL2 li:hover{
	background: #00abeb;
}
.fixMainL2icon{
	width: 74px;
	height: 100%;
	width: 3.7rem;
	float: left;
	position: relative;
}
.fixMainL2icon img{
	width: 1.95rem;
	height: 2.05rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.fixMainL2W{
	width: 194px;
	height: 100%;
	width: 9.7rem;
	float: left;
	overflow: hidden;
}
.fixMainL2W a{
	display: block;
	font-size: 16px;
	font-size: 0.8rem;
	color: white;
}
.fixMainL2W a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.fixMainL2W a:first-child{
	margin-top:14px;
	margin-top: 0.7rem; 
	font-size: 20px;
	font-size: 1rem;
}
.fixMainL2W a:nth-child(2){
	display: inline-block;
	margin-top:10px;
	margin-top: 0.5rem; 
}
.fixMainL2W a:last-child{
	display: inline-block;
}
.fixMainL2iconL{
	line-height: 92px;
	line-height: 4.6rem;
	font-size: 20px;
	font-size: 1rem;
	color: white;
}
.fixiTH3M2R{
	width:208px;
	height: 460px;
	width: 10.4rem;
	height: 23rem;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 6px 0 0 0px;
	margin: 0.3rem 0 0 0rem;
	z-index: 99999999;
	display: none;
}
.fixceil,.ceil{
	width: 6px;
	height: 100%;
	width: 0.3rem;
	float: left;
}
.fixiTH3M2RM{
	width:202px;
	height: 100%;
	width: 10.1rem;
	float: left;
	position: relative;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0rem 0rem 0.25rem 0.05rem rgba(0,0,0,0.15);
}
.fixiTH3M2RsR{
	width: 148px;
	height:100%;
	width: 7.4rem;
	margin-left: 30px;
	margin-left: 1.5rem;
	margin-top: 22px;
	margin-top: 1.1rem;
}
.fixiTH3M2RsT{
	margin: 22px 0 0 31px;
	margin: 1.1rem 0 0 1.55rem;
	font-size: 20px;
	font-size: 1rem;
}
.fixiTH3M2RsTM{
	width: 100%;
	height:16px;
	height:0.8rem;
	margin-top: 17px;
	margin-top: 0.85rem;
}
.fixiTH3M2RsTM a{
	display: block;
	width: 66px;
	width: 3.3rem;
	height: 100%;
	float: left;
	font-size: 16px;
	font-size: 0.8rem;
	color: #333333;
}
.fixiTH3M2RsTM a:last-child{
	float: right;
}
.fixiTH3M2RsTM a:hover{
	color:#00a0e9;
	text-decoration: underline;
	cursor: pointer;
}
.fixiTH3M2Rs{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.fixiTH3MainR{
	width: 915px;
	height: 100%;
	width: 45.75rem;
	float: right;
	position: relative;
}
.fixiTH3MainRs{
	width: 909px;
	height: 460px;
	width: 45.45rem;
	height: 23rem;
	float: right;
	margin-top: 6px;
	margin-top: 0.3rem;
	position:relative;
}
.fixiTH3MainRs li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: black;
}
.fixiTH3MRC{
	width: 70px;
	height: 12px;
	width: 3.5rem;
	height: 0.6rem;
	position: absolute;
	z-index: 999999;
	right: 28px;
	bottom: 28px;
	right: 1.4rem;
	bottom: 1.4rem;
}
.fixiTH3MRC li{
	width: 12px;
	height: 12px;
	width: 0.6rem;
	height: 0.6rem;
	float: left;
	margin-left: 0.36rem;
	border-radius: 50%;
	box-sizing:border-box;
	border:2px solid white;
}
.fixiTH3MRC li:first-child{
	margin-left: 0px;
}

.fixGetNews{
	width: 100%;
	height: 48px;
	height: 2.4rem;
	line-height: 48px;
	margin-top: 50px;
	margin-top: 2.5rem;
	text-align: center;
	font-size: 18px;
	font-size: 0.9rem;
	color: #333333;
	position: relative;
	background: white;
	border-bottom: 1px solid #eeeeee;
}
.icon-message{
	color: #fb5f74;
}
.fixGetNewsMain{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #333333;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}