.footer {
	width: 100%;
	/* height: 480px; */
	background: url(../img/footer.png);
	padding-top: 100px;
}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bottom-nav .footer-ewm {
	margin-top: 20px;
}

.bottom-nav .footer-ewm img {
	max-width: 140px;
}

.footer-left {
	margin-right: 150px;
}

.footer-right {
	flex: 1;
	align-items: flex-start;
}

.footer-right .fr-item {
	/* border: 1px solid red; */
	width: 200px;
}

.footer-right .fr-item-title {
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}

.footer-right .fr-item-title::before {
	position: absolute;
	top: 110%;
	left: 0;
	content: '';
	width: 30px;
	height: 2px;
	background: #FFC637;
}

.footer-right .fr-item-subset {
	display: flex;
	flex-direction: column;
	padding-top: 25px;

}
.footer-right .fr-item-subset .df:first-child .dh:last-child  span:last-child {
	display: none;
}

.footer-right .fr-item-subset>a {
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.8;
}

.footer-right .fr-item-subset .df {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
}

.footer-right .fr-item-subset .df a {
	color: #FFFFFF;
	opacity: 0.8;
}

.footer-right .fr-item-subset .df img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.footer-right .fr-item-subset .df a:hover,
.footer-right .fr-item-subset a:hover {
	opacity: 1;
}

.footer-bottom {
	margin-top: 60px;
	border-top: 1px solid #999;
	padding: 20px;
	font-size: 14px;

	cursor: pointer;
}

.footer-bottom a {
	color: #999999;
}

.sss {
	margin: 0 20px;
}

.footer-bottom .pah:hover {
	color: #FFFFFF;
}

/* 侧边栏 */
.Side {
	position: fixed;
	right: 20px;
	bottom: 35vh;
	width: 50px;
	z-index: 100;

	/* height: 200px; */
	/* background-color: red; */
}

.Side>div {
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.36);
	margin-bottom: 25px;
	cursor: pointer;
	border-radius: 50%;

}

.Side .Side-QQ {
	background: #184E8E;
	position: relative;
}

.Side .Side-QQ img {
	width: 35px;
}
.QQ-List .QQ-item .fuhao {
	display: none;
}
.QQ-List .QQ-item:last-child span:last-child {
	display: block;
}

.Side .Topping-iocn {
	margin-top: 10px;
	border-top: 2px solid #184E8E;
	border-right: 2px solid #184E8E;
	width: 16px;
	height: 16px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
}

.Side .qqCn {
	position: absolute;
	right: 100%;
	top: 0;
	width: 150px;
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.36);
	border-radius: 4px;
	display: none;
}

.Side .qqCn .h5 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.Side .QQ-List {
	flex-wrap: wrap;

}

.Side .QQ-List .QQ-item {
	width: 100%;
	margin-bottom: 15px;
}

.Side .QQ-List .QQ-item img {
	width: 30px;
	margin-right: 10px;
}

.Side .QQ-List .QQ-item span {
	font-size: 16px;
}

.Side .QQ-List .QQ-item span:hover {
	color: #184E8E;
}

.Side .Side-QQ:hover .qqCn {
	display: block;
}

.tel-footer,
.tel-contact {
	display: none;
}

@media screen and (max-width: 1280px) {
	.footer {

		padding-top: 60px;
	}

	.footer-logo {
		width: 140px;
	}

	.footer-logo img {
		width: 100%;
	}

	.bottom-nav .footer-ewm {
		margin-top: 20px;
		width: 120px;
	}

	.bottom-nav .footer-ewm img {
		width: 100%;
	}

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

	.footer .bottom-nav {
		width: 85%;
	}

	.footer-right .fr-item-title {
		font-size: 16px;

	}

	.footer-right .fr-item {
		flex: 1;
	}

	.dh {
		display: flex;
		white-space: nowrap;
	}

	.footer-right .fr-item-subset {
		padding-top: 15px;
	}

	/* .footer-right .fr-item-subset a {
		margin-top: 15px;

	} */
	.footer-bottom {
		margin-top: 40px;
		font-size: 12px;
	}

	.Side>div {
		width: 40px;
		height: 40px;

	}

	.Side .Side-QQ img {
		width: 25px;
	}

	.Side .QQ-List .QQ-item img {
		width: 25px;
		/* margin-right: 10px; */
	}

	.Side .QQ-List .QQ-item span {
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {
	.Side {
		display: none;
	}

	.footer {
		display: none;
	}

	.tel-contact {
		display: flex;
		flex-direction: column;
		align-items: center;

	}

	.tel-contact .anniu {
		width: 100%;
		height: 40px;
		background: #184E8E;
		line-height: 40px;
		text-align: center;
		border-radius: 10px;
		font-size: 16px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.ddh {
		font-size: 14px;
		color: #333333;
		display: flex;
	}

	.ddh a:nth-last-child(2) span:last-child{display: none}

	.cc {
		color: #EC1E1E;
		margin-left: 10px;
	}

	.tel-footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 44px;
		background: #333333;
		opacity: 0.9;
		border-radius: 0px;
		z-index: 99;
		display: flex;

	}

	.tel-footer a {
		flex: 1;
		color: #FFFFFF;
		font-size: 14px;
	}

	.tel-footer a img {
		width: 27px;
	}

	.tel-footer a span {
		/* margin-top: 4px; */
		margin-left: 10px;
	}
}
