.com-bottom {
	background: #156ECE;
	/* height: 431px; */
	padding-top: 60px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.com-bottom .com-logo {
	width: 154px;
}

.com-bottom .bottom-left {
	width: 293px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-right: 147px;
}

.com-bottom .bottom-words {
	padding-top: 30px;
	flex: 1;
}

.com-bottom .bottom-center {
	flex: 1;
	display: flex;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 52px;
}

.com-bottom .bottom-center .about-column {
	width: 223px;
}

.com-bottom .bottom-center .product-column {
	width: 278px;
}

.com-bottom .bottom-center .project-column {
	width: 279px;
}

.com-bottom .bottom-center .column-title {
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 8px;
}

.com-bottom .bottom-center .column-item {}

.com-bottom .bottom-center .column-item span {
	cursor: pointer;
}

.com-bottom .bottom-center .column-item a {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
}

.com-bottom .bottom-center .right-column {
	width: 287px;
}


.com-bottom .bottom-center .right-column img {
	width: 33px;
	height: 33px;
	display: block;
	margin-right: 16px;
	opacity: 0.6;
}

.com-bottom .bottom-center .right-column .column-title {
	margin-bottom: 34px;
}

.com-bottom .bottom-center .right-column .right-column-item {
	display: flex;
	align-items: center;
	margin-top: 45px;
	line-height: 30px;
	overflow: hidden;
}

.com-bottom .bottom-center .right-column .right-column-item:first-child {
	margin-top: 0;
}

.com-bottom .pc-copyright {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 15px;
}




.mobile-bottom {
	padding: 0.46rem 0.3rem 0;
	background: #156ECE;
}

.mobile-bottom .logo {
	display: block;
	width: 1.8rem;
	/* height: 0.54rem; */
	height: auto;
}

.mobile-bottom .words {
	font-size: 0.23rem;
	color: #FFFFFF;
	line-height: 0.46rem;
	padding: 0.29rem 0;
	border-bottom: 1px solid rgba(217, 217, 217, 0.25);
}

.mobile-bottom .column-wp {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(217, 217, 217, 0.25);
	padding-top: 0.48rem;
}

.mobile-bottom .column {
	width: 50%;
	box-sizing: border-box;
}

.mobile-bottom .product-column {
	padding-left: 0.4rem;
}

.mobile-bottom .right-column {
	padding-left: 0.4rem;
}

.mobile-bottom .column .column-title {
	font-weight: 600;
	font-size: 0.31rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-bottom: 0.25rem;
}

.mobile-bottom .column .column-name {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.38rem;
	height: 1rem;
	display: flex;
	align-items: center;
}

.mobile-bottom .column .column-name:last-child {
	margin-bottom: 0.15rem;
}

.mobile-bottom .column .column-name a {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.38rem;
}

.mobile-bottom a {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.38rem;
}

.mobile-bottom a:link,
.mobile-bottom a:visited,
.mobile-bottom a:hover,
.mobile-bottom a:active {
	color: rgba(255, 255, 255, 0.6);
}

.mobile-bottom .mobile-copyright {
	height: 1.04rem;
	line-height: 1.04rem;
	text-align: center;
	font-size: 0.27rem;
	color: #FFFFFF;
}