.contentBody{
	height: 695px;
	width: 980px;
	margin: 0 auto;
}
.secNavBox{
	width: 980px;
	margin: 0 auto;
	height: 66px;
	line-height: 66px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}
.secNav,.currentPos{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}
.secNav>li{
	flex-grow: 1;
	width: 245px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	text-align: center;
	font-size: 16px;
}
.secNav>li.active{
	background-color: #FF8933;
	color: #FFFFFF;
}
.potName,.usTitle{
	color: #FE6B00;
}
.companyName{
	height: 110px;
	width: 100%;
	line-height: 134px;
	font-size: 30px;
	color: #262626;
	border-bottom: 1px solid #DCDCDC;
}
.companyConnection{
	width: 100%;
	height: 136px;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.connectItem{
	width: 50%;
	/* height: 100%; */
	color: #646464;
	margin-top: 20px;
	line-height: 31px;
}
.jiuanPassport{
	display: none;
}
.connectTitle{
	font-size: 16px;
}
.connectTel{
	font-size: 14px;
}
.connectTime{
	font-size: 12px;
}
.codeTitle{
	height: 93px;
	line-height: 93px;
	font-size: 16px;
	color: #646464;
}
.codes{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.codeItem{
	width: 172px;
	height: auto;
	overflow: hidden;
}
.codeItem>img{
	display: block;
	width: 100%;
}
.codeName{
	width: 100%;
	margin: 18px auto;
	font-size: 12px;
	color: #646464;
	text-align: center;
}
.passTitle{
	font-size: 16px;
	color: #5E5B5E;
	margin-top: 30px;
}
.passage{
	font-size: 14px;
	color: #646464;
	line-height: 25px;
}
.location{
	display: none;
}
@media (max-width:1024px) {
	.connectTitle{
		font-size:0.16rem;
	}
	.mobileFixs{
		position: fixed;
		top:0.49rem;
		background:#fff;
		height:0.4rem;
	}
	.secNavBox{
		display: none;
		width: 100%;
		position: relative;
	}
	.mobileFix{
		padding-top:0.39rem;
	}
	.contentBody{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
		margin: 26px auto 0;
	}
	.companyName{
		font-size: 0.2rem;
		line-height: 0.3rem;
		margin: 0 auto !important;
		padding-bottom: 0.2rem;
	}
	.connectItem{
		width: 100%;
		margin-top: 0.1rem;
	}
	.connectTel{
		font-size: 0.2rem;
		line-height: 0.31rem;
		font-size:0.14rem;
		/* text-indent: 0.2rem; */
	}
	.connectTime{
		padding-bottom: 0.3rem;
		font-size:0.12rem;
	}
	.codeTitle{
		height: 0.3rem;
		line-height: 0.3rem;
		font-size:0.16rem;
	}
	.codeItem{
		width: 36%;
		height: auto;
		overflow: hidden;
	}
	.codeItem>img{
		display: block;
		width: 100%;
	}
	.codeName{
		width: 100%;
		font-size:0.12rem;
	}
	.contentBody>div{
		width: 90%;
		margin: 0.2rem auto;
		height: auto;
		overflow: hidden;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contentBody>div{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: space-around;
	}
	.codes{
		flex-direction: row !important;
	}
	.passage{
		font-size:0.14rem;
		line-height:0.25rem;
	}
	.passTitle{
		font-size:0.16rem;
	}
	.location{
		display: block;
		height: 0.4rem;
		position: fixed;
		top:0.49rem;
		background:#fff;
		z-index:9;
		width:100%;
	}
	.locationContent{
		width: 90%;
		margin: 0 auto;
	}
	.locationMsg{
		line-height: 0.4rem;
		text-align: left;
		font-size: 0.14rem;
		margin:0;
	}
	.locationMsg a{
		font-size: 0.14rem;
	}
}