.sub-page-bg {
	background: #F6F6F6;
	padding: 15px 0;
	min-height: calc(100vh - 234px);
}

.sub-page-l {
	width: 240px;
	margin-right: 16px;
}


/*左边导航样式*/

.sub-page-nav {
	margin-bottom: 15px;
}

.sub-page-nav,
.sub-page-contact,
.sub-page-crumb,
.sub-page-content {
	background: #ffffff;
	border: 1px solid #E4E4E4;
}

.sub-page-nav li {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	height: 42px;
	line-height: 16px;
	/*border-bottom: 1px solid #E4E4E4;*/
	border: none;
	padding: 13px 0 13px 10px;
	cursor: pointer;
}
.sub-page-nav li:nth-child(1){
	font-size: 16px;
}

.sub-page-nav li p {
	padding-left: 12px;
}

.sub-page-nav li:first-child p {
	border-left: 3px solid #1EA2FF;
}

.sub-page-nav li.active {
	background: #E3F1FB;
}

.sub-page-nav li:last-child {
	border: none;
}

.sub-page-nav li:hover {
	background: rgba(227, 241, 251, 0.8);
}

.sub-page-nav li:first-child:hover {
	background: #ffffff;
}

.sub-page-contact {
	margin: 0;
	padding: 13px 16px;
}

.service-phone {
	border-bottom: 1px solid #E4E4E4;
}

.sub-page-contact p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.service-phone p:last-child {
	padding: 8px 0 11px;
}

.sub-page-contact p span {
	font-size: 40px;
	color: #4AB0E1;
	margin-right: 12px;
	margin-top: 2px;
}

.message-consultation {
	padding: 15px 0 6px;
	cursor: pointer;
}

.message-consultation:hover p {
	color: #4AB0E1;
}

.sub-page-r {
	width: 942px;
	background: #fff;
}


/*面包屑样式*/

.sub-page-crumb {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	height: 40px;
	padding: 0 26px;
	margin-bottom: 10px;
}

.sub-page-crumb p:first-child {
	cursor: default;
	margin-right: 4px;
}

.sub-page-crumb p:first-child:hover {
	color: #333333;
}

.sub-page-crumb p:last-child {
	color: #4AB0E1;
}

.sub-page-crumb p {
	cursor: pointer;
}

.sub-page-crumb p:hover {
	color: #4AB0E1;
}

.sub-page-crumb span {
	margin: 0 12px;
}

.sub-page-content {
	padding: 16px 26px;
}

/*子页面文字列表样式*/

.sub-page-list li {
	border-bottom: 1px dashed #E9E9E9;
	padding: 10px 0;
	cursor: pointer;
}

.sub-page-list li:last-child {
	border: none;
}

.sub-page-list li p {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 16px;
	color: #151515;
	flex: 2;
	margin-right: 100px;
	position: relative;
	padding-left: 12px;
}

.sub-page-list li:hover p {
	color: #4AB0E1;
}

.sub-page-list li:hover p span {
	background: #4AB0E1;
}

.sub-page-list li p span {
	position: absolute;
	height: 5px;
	width: 5px;
	line-height: 5px;
	background: #151515;
	left: 0;
	top: 5.5px;
}

.sub-page-list li>span {
	font-family: LucidaGrande;
	font-size: 14px;
	line-height: 16px;
	color: #B3B3B3;
}
.footer-box{
	width: 87%;
}
.footer-iframe {
	/*position: absolute;*/
	/*bottom: 0;*/
}
