.header,
.headerLogobox {
	width: 100%;
	height: 3rem;
}

.topbox {
	height: 3rem;
}

.headerLogobox .logoimg {
	width: 9.5rem;
	height: 1.2rem;
	margin-top: 0.9rem;
	margin-left: 0.4rem;
}

.headerLogobox .logodiv {
	width: calc(100% - 9.5rem);
	height: 3rem;
	align-items: center;
	justify-content: flex-end;
}

.headerLogobox .teldiv {
	margin-right: 0.4rem;
	text-align: right;
}

.headerLogobox .teldiv p {
	margin: 0;
	font-size: 0.6rem;
	line-height: 0.65rem;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #231815;
}
.headerLogobox .teldiv p a{
	color: #231815;
}

.headerLogobox .tel_text {}

.headerLogobox .tel_number {
	font-weight: bold;
}

.headerLogobox .telimg {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.8rem;
}

.headerLogobox .menuIcon {
	width: 1.245rem;
	height: 1.08rem;
	margin-right: 0.5rem;
}

#cover {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100vw;
	height: 100vh;
	display: none;
	z-Index: 999;
}
#maskdiv{
	position: absolute;
	width: 40%;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 1;
	cursor: pointer;
	z-Index: 9999;
}

#close {
	width: 1rem;
	height: 1rem;
	margin-top: 0.55rem;
	margin-bottom: 0.55rem;
	margin-left: 51vw;
}

#modal {
	position: absolute;
	width: 61vw;
	height: 100vh;
	top: 0;
	left: 40%;
	background-color: #237BBD;
	display: none;
	opacity: 1;
	cursor: pointer;
	z-Index: 9999;
}

.nav-pills {
	border-top: 0.02rem solid #fff;
}

.nav-pills li {
	line-height: 2rem;
	border-bottom: 0.02rem solid #fff;
}

.nav-pills li a {
	font-size: 0.75rem;
	display: flex;
	justify-content: space-between;
	width: 84%;
	margin: 0 auto;
}

.nav-pills li a span {
	display: inline-block;
}


.secondnav{
	display: none;
}
.over {position: fixed; left:0; top:0; width:100%; z-index:100;}
.tempContainer {position:fixed; width:100%; margin-right:0px; margin-left:0px; text-align:center; z-index:101;}
