.body-content{
	padding-bottom: 100px;
}
.footer{
	position: fixed;
	bottom: 0;
	left: 0%;
	z-index: 99;
	background: #fff;
	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.footer-content{
	padding: 20px 0;
}
.footer a{
	color: #164ba2;
}
.footer p{
	margin: 3px 0 0 0;
}
.footer p a img{
	width: 15px;
}
.wrapper{
	margin-left: auto;
	margin-right: auto;
}
.content{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header{
	background: #e8e8e8;
	padding: 10px;
}
.logo-wrap{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.logo-wrap img{
	height: 50px;
	margin-right: 20px;
}
.introduce-wrap{
	padding: 10px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.introduce-wrap .logo{
	text-align: center;
}
.introduce-wrap .logo img{
	width: 200px;
	border-radius: 50%;
}
.introduce-content{
	/* line-height: 22px;
	font-size: 14px; */
	line-height: 28px;
	font-size: 16px;
	color: #3c3c3c;
}
.introduce-content h4{
	color: #103a84;
	font-size: 18px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.introduce-content h4 i{
	margin-right: 10px;
}
.positioning-wrap{
	padding: 40px 10px;
	line-height: 22px;
}
.positioning-title{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.positioning-content{
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	color: #666666;
}
.core-functions-wrap{
	padding: 10px;
}
.core-functions-items{
	display: flex;
	justify-content: space-between;
}
.core-functions-items .items{
	border: 1px solid #164ba2;
	padding: 15px;
	border-radius: 4px;
	/* margin: 10px; */
	width: 32%;
	min-height: 200px;
}
.icon-title{
	text-align: center;
	color: #164ba2;
}
.icon-title i{
	font-size: 40px;
}
.vision-content .positioning-title{
	color: #fff;
}
.applicable-scenarios-content{
	color: #333;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.applicable-scenarios-content .title{
	color: #333333;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.applicable-scenarios-content .title i{
	color: #164ba2;
	font-size: 30px;
	margin-right: 10px;
}
.blue-title{
	font-size: 18px;
	text-align: center;
	color: #164ba2;
	font-weight: bold;
}
.content-main{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 15px;
}
.content-main .half-w{
	width: 48%;
	text-align: center;
	word-wrap: break-word; /* 或者使用 overflow-wrap: break-word; */
}
.content-main a{
	color: #164ba2;
	word-wrap: break-word; 
	margin-bottom: 10px;
	display: inline-block;
}
.contact-wrap{
	margin-top: 30px;
	background-color: #e8e8e8;
	padding: 10px 10px 20px 10px;
}
.contact-wrap-pc{
	width: 350px;
	height: 350px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-wrap-phone{
	border-radius: 8px;
	margin: 10px;
}
.contact-wrap .content{
	padding: 10px;
	border-radius: 10px;
}
.contact-wrap .con{
	line-height: 22px;
	margin-top: 10px;
}
.contact-wrap h4{
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #164ba2;
}
.contact-wrap i{
	margin-right: 10px;
}
/* 非电脑屏幕 */
@media screen and (max-width: 800px) {
	.content-main .half-w{
		width: 98%;
	}
	.introduce-wrap{
		margin-top: 0!important;
	}
	.contact-wrap-pc{
		display: none;
	}
	.contact-wrap-phone{
		display: block;
	}
}
@media screen and (min-width: 801px) {
	.contact-wrap-pc{
		display: flex;
	}
	.contact-wrap-phone{
		display: none;
	}
}