body {
	background: url('/template/default/html/images/banner_solution.jpg') no-repeat;
	background-size: 100%;
}
.page-introduce {
	margin: 150px auto 0;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
 @media screen and (max-width: 475px) {
.page-introduce {
	width: 90vw;
}
}
.page-introduce>div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce>div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	background: #fff;
}
.presence-title, .partner-title {
	padding: 60px 0 30px;
	text-align: center;
	line-height: 1.4em;
	font-size: 32px;
	color: #666;
}
.partner-title {
}
.partner-box {
	margin: 0 auto 30px;
	width: 85vw;
	max-width: 1440px;
}
 @media screen and (max-width: 475px) {
.partner-box {
	width: 90vw;
}
}
.partner-list {
	display: flex;
	flex-wrap: wrap;
}
 @media screen and (max-width: 475px) {
.partner-list {
	justify-content: space-between;
}
}
.partner-item {
	margin-bottom: 40px;
	padding-left: 40px;
	width: calc(12.5% - 40px);
}
 @media screen and (max-width: 475px) {
.partner-item {
	padding-left: 0;
	width: 45%;
}
}
