.contentBody {
	width: 980px;
	margin: 0 auto;
	font-family: 'PingFang sc';
}


.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: 80%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-left: 76px;
}

.codeItem {
	width: 100px;
	height: auto;
	overflow: hidden;
}

.codeItem>img {
	display: block;
	width: 100%;
}

.codeName {
	width: 100%;
	margin: 0 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;
}


.companyService {
	padding: 30px 20px;

}

.companyService_title {
	font-size: 25px;
	color: #5D5D5D;
	font-weight: 600;

}

.companyService_phone {
	display: flex;
	margin-top: 15px;
}

.companyService_time {
	font-size: 13px;
	color: #5d5d5d;
	font-weight: 400;
	margin-top: 15px;
}

.companyService_explain {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.explain_img {
	width: 207px;
	margin-right: 56px;
}

.explain_title {
	font-size: 31px;
	color: #646464;
	margin-bottom: 10px;
}

.explain_tips {
	display: flex;
	width: 220px;
	height: 30px;
	background: rgb(252, 97, 32);
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.company_flex {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.company_flex:nth-last-child(1) {
	margin: 0;
}

.company_flex .companyService_title {
	margin-bottom: 0;
}

.companyService_answer {
	color: #FF8933;
	font-size: 18px;
}

.companyWechat {
	display: flex;
	align-items: flex-start;
	padding-top: 50px;
	padding-bottom: 80px;
}

.companyWechat .companyService_title {
	margin-bottom: 0;
}



@media (max-width:1024px) {
	.connectTitle {
		font-size: 0.16rem;
	}

	.mobileFixs {
		position: fixed;
		top: 0.63rem;
		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: 18%;
		height: auto;
		overflow: hidden;
	}

	.codeItem>img {
		display: block;
		width: 100%;
	}

	.codeName {
		width: 82%;
		font-size: 0.1rem;
		margin: 0 auto;
	}

	.contentBody>div {
		width: 100%;
		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.63rem;
		background: #fff;
		z-index: 9;
		width: 100%;
	}
	
	.contentBox{
		font-family: 'PingFang sc';
	}

	.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;
	}

	.contentBody .companyWechat {
		flex-wrap: wrap;
		flex-direction: column;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.codes {
		margin-left: 0;
		width: 100%;
		margin-top: 0.4rem;
	}

	.companyService {
		padding: 0.3rem 0;
	}

	.companyService_title {
		font-size: 20px;
		margin-left: 5px;
		color: #5D5D5D;
		font-weight: 600;
	}

	.companyService_answer {
		color: #FF8933;
		font-size: 0.16rem;
	}

	.companyService_explain {
		margin-top: 0.25rem;
	}

	.explain_img {
		width: 0.9rem;
		margin-right: 0.2rem;
	}

	.explain_title {
		font-size: 0.15rem;
	}

	.explain_tips {
		display: flex;
		width: 220px;
		height: 30px;
		background: rgb(252, 97, 32);
		border-radius: 15px;
		text-align: center;
		color: #fff;
		font-size: 13px;
		margin-top: 3px;
		justify-content: center;
		align-items: center;
		padding: 0;
	}

	.companyService_phone {
		display: flex;
		margin-top: 15px;
	}

}