.footer{
	background-color: rgb(45,47,45);
	width: 100%;
	height: 490px;
	color: #fff;
}

.footer-msg{
	width: 1300px;
	margin: 0 auto;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}

.footer .footer-data{
	display: flex;
}

.footer-list{
	display: flex;
}

.footer-li{
	margin-right: 60px;
}

.footer-li:nth-child(5){
	max-width: none;
}

.footer-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	white-space: nowrap;
}

.footer-li:nth-child(3) .f-msg{
	max-width: 150px;
}

.footer-li .f-msg{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.footer-li .f-msg a{
	 color: #fff;
}

.footer-li2 .f-msg{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.footer-li img{
	width: 19px;
	height: 21px;
	margin-right: 3px;
}

.footer-li:nth-child(5) .f-msg span{
	margin-left: 5px;
}

.foot-code{
	text-align: center;
}

.foot-code .code-img{
	width: 104px;
	height: 104px;
}

.foot-code .foot-msg{
	margin: 10px auto 0;
	width: 175px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}

.foot-code .foot-msg img{
	width: 25px;
	height: 25px;
}

.foot-code .foot-msg .span{
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
}

.foot-code .mobile{
	font-size: 36px;
	font-style: italic;
	margin-top: 0px;
	font-weight: bold;
	white-space: nowrap;
}

.footer .code{
	width: 1300px;
	margin: 30px auto 0;
}

.footer .code .link{
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	border-bottom: 2px solid #3A3C3A;
}

.footer .code .link span{
	margin-left: 15px;
	color: #fff;
}

.footer .copyright{
	margin-top: 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.footer .copyright img{
	width: 15px;
	height: 15px;
}