.header {
	height: 0.96rem;
	width: 100%;
	padding: 0 2.6rem;
	background-color: #FFFFFF;
	overflow: hidden;
	/* position: fixed;
	top: 0;
	z-index: 100; */
	min-width: 1200px;
	border-bottom: 1px solid rgba(0, 95, 225, 0.12);
}

.header .header_top {
	float: left;
	margin-top: 0.23rem;
	float: left;
}

.header .header_top img {
	max-height: 0.5rem;
	width: auto;
	max-width: 1.6rem;
}

.header .header_top .header_logo {
	padding-left: 0.32rem;
	overflow: hidden;
	margin-top: 0.22rem;
}

.header .header_top .header_logo .header_logo1 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #004DA5;
	margin-bottom: 0.03rem;
}

.header .header_top .header_logo .header_logo1:last-child {
	color: #999999;
	font-size: 0.18rem;
}

.header .header_middle {
	position: absolute;
	left: 11%;
}

.header .header_middle .header_middleText {
	display: inline-block;
}

.header .header_middle a {
	margin-right: 0.4rem;
	float: left;
	line-height: 0.96rem;
}

.header .header_middle a:hover .header_content {
	color: #004DA5;
}

.header .header_middle .header_content {
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.9rem;
	padding: 0 0.15rem;

}

.header .header_middle a:last-child {
	margin-right: 0;
}

.header .header_bottom {
	margin-top: 0.25rem;
	width: 1.04rem;
	height: 0.4rem;
	background: #005FE1;
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	position: absolute;
	right: 13%;
	cursor: pointer;
}


.header_cut {
	height: 100%;
	overflow: hidden;
	margin-left: 0.5rem;
	margin-top: 0.25rem;
	position: absolute;
	right: 0%;
}

.header_cut .header_cutone {
	border-radius: 50%;
	font-size: 0.18rem;
	color: #000000;
	float: left;
	/* height: 0.4rem;
	width: 0.4rem; */
	line-height: 0.4rem;
	text-align: center;
	cursor: pointer;
}

.switchLanguage .header_color {
	color: #005FE1 !important;
}


.header_cut .header_cutline {
	margin: 0.11rem 0.1rem 0 0.15rem;
	background-color: #000000;
	height: 0.2rem;
	width: 0.02rem;
	float: left;
}

.header_cut .header_cuttwo {
	border-radius: 50%;
	font-size: 0.18rem;
	color: #000000;
	float: left;
	/* height: 0.4rem; */
	/* width: 0.4rem; */
	line-height: 0.4rem;
	text-align: center;
	cursor: pointer;
}




/* 自写分页插件样式 */

.paginationjs-pages ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3rem;
}

.paginationjs-pages li {
	list-style-type: none;
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	background: #eee;
	border-radius: 0.05rem;
	cursor: pointer;
	margin: 0 0.1rem;
	overflow: hidden;
}

.paginationjs-pages li>a {
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.4rem;
	display: block;
}

.paginationjs-prev>a {
	line-height: 0.33rem !important;
	font-size: 0.4rem !important;
}

.paginationjs-next>a {
	line-height: 0.33rem !important;
	font-size: 0.4rem !important;
}

.paginationjs-pages ul .active {
	background: #3C5BF3;
}

.paginationjs-pages ul .active>a {
	background: #3C5BF3;
	color: #ffffff;
}



.defaultImg {
	display: none;
}














.userLogoLogin {
	height: 0.7rem;
	width: 0.7rem;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	display: none;
	position: absolute;
	right: 14%;
	margin-top: 0.1rem;
	cursor: pointer;
}

.iframeTwo {
	width: 800px;
	height: 500px;
	position: absolute;
	left: calc(50vw - 400px);
	top: calc(50vh - 250px);
	z-index: 99;
	display: none;
}

.iframeTwo_img {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: calc(50vw - 360px);
	top: calc(50vh - 210px);
	z-index: 999;
	display: none;
	cursor: pointer;
}

.userBox {
	width: 4rem;
	height: 460px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0.1rem;
	right: 0.55rem;
	z-index: 10000;
	display: none;
}

.user_userName {
	position: absolute;
	top: 28px;
	left: 36px;
	font-size: 16px;
	color: #606266;
	font-weight: 700;
}

.user_mingyanId {
	position: absolute;
	top: 60px;
	left: 36px;
	font-size: 14px;
	color: #586f8c;
	font-weight: 700;
	opacity: 0.7;
}

.user_teamName {
	position: absolute;
	top: 100px;
	left: 36px;
	font-size: 14px;
	color: #000;
}

.user_versionImg {
	height: 18px;
	width: 14px;
	position: absolute;
	top: 130px;
	left: 36px;
}

.user_version {
	position: absolute;
	top: 130px;
	left: 60px;
	font-size: 14px;
	color: #000;
}

.user_userEwm {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 100px;
	right: 36px;
}

.user_menuList {
	position: absolute;
	left: 12px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	right: 12px;
	height: 50px;
	line-height: 50px;
	padding-left: 24px;
}

.user_menuList:hover {
	background-color: #dcddde;
}

.menu1 {
	top: 200px;
}

.menu2 {
	top: 250px;
}

.menu3 {
	top: 300px;
}

.menu4 {
	top: 350px;
}

.menu5 {
	top: 400px;
}