/********************头部无障碍按钮样式************************/
			.barrierFreeBtnbox{
				position:absolute;
				top:0;
				left:0;
				width:100%;
				min-width:1190px;
			}
			.barrierFreeBtn{
				position:absolute;
				width:54px;
				top:20px;
				padding:0 4px;
				border:1px #e89999 solid;
				border-radius:5px;
				line-height:22px;
				font-size:12px;
				font-weight:normal;
				background:#c50001;
				outline:none;
				color:#fff;
				transition: top 1.1s cubic-bezier(.83,.39,.94,.53);
			}
			.barrierFreeBtn.posbottom{
				top:96px;
				transition: top 1.1s cubic-bezier(.83,.39,.94,.53);
			}
			.barrierFreeBtn:hover{
				background:#fff;
				color:#c50001;
			}
			.customHeader_iframe{
				min-width:1190px;
			}
			.customFooter_iframe{
				min-width:1190px;
			}
/******************************************************************/
#container{
	background:#eff3f6;
	font-size:0;
}
.noticePage{
	width: 1900px;
	height:950px;
	background:url(../img/noticePage.png) no-repeat center;
}