body{
		width: 100%;
	}
.navbar {
	height: 82px;
}
.navbar-light .navbar-nav .nav-link{
	color: rgba(0,0,0,1);
}
.navbar-brand img {
	width: 125px;
	height: 45px;
}
.navbar-nav>li{
	height: 54px;
	width: 80px;
	margin: 0 18px;
	line-height: 54px;
	text-align: center;
}
.navbar-light .navbar-nav .nav-link.hover{
	color: #01B748;
	opacity: 1;
	border-bottom: 3px solid #01B748;
}
.nav-link{
	padding: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #01B748;
	opacity: 1;
	border-bottom: 3px solid #01B748;
}

.suspension{
	width: 16.75rem;
	height: 24.31rem;
	box-shadow:0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 31.19rem;
	right: 1.25rem;
	border-radius: 3rem;
}
.suspension img{
	width: 16.75rem;
	height: 24.31rem;
}
.suspension-top{
	width: 16.75rem;
	height: 4.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


/* 底部 */
.footer{
	background-color: #F2F2F2;
	height: 11.31rem;
}
.footers{
	display: flex;
	padding-top: 2.88rem;
	
	width: 75rem;
	margin: 0 auto;
}
.footer .footer-l{
	width: 18.32rem;
	border-right: 0.06rem solid #CBCBCB;
	height: 5.55rem;
}
.footer .footer-l .p1{
	height: 1.88rem;
	line-height: 1.88rem;
	margin: 0.25rem 0 0.56rem;
}
.footer .footer-l .p1 img{
	margin-right: 0.88rem;
}
.footer .footer-c{
	width: 40.64rem;
	margin-left: 3.44rem;
}
.footer .footer-c .p1{
	margin-top: 0.31rem;
	display: flex;
	font-size: 1rem;
	line-height: 1.25rem;
}
.footer .footer-c .p1 a{
	margin-right: 3rem;
	color: #333333;
}
.footer .footer-c .p2{
	margin-top: 1.25rem;
	line-height: 1rem;
	font-size: 1rem;
}
.footer .footer-c .p3{
	margin-top: 0.5rem;
	line-height: 1rem;
	font-size: 1rem;
}
.footer .footer-c .p3 a{
	text-decoration: none;
	color: #212529;
}
.footer .footer-r{
	flex: 1;
}
.footer .footer-r .img1{
	width: 5.63rem;
	height: 5.63rem;
}
.footer .footer-r .p1{
	font-size: 0.75rem;
	line-height: 1.25rem;
	margin-top: 0.5rem;
}

@media screen and (max-width: 576px) {
	.suspension{
		display: none;
	}
	.footer{
		height: 9.3rem;
	}
	.footers{
		width: 100%;
		padding-top: 1.88rem;
	}
	.footer .footer-l{
		width: 100%;
	}
	.footer-l{
		display: none;
	}
	.footer .footer-r{
		display: none;
	}
	.footer .footer-c{
		margin-left: 0;
		text-align: center;
	}
	.footer .footer-c .p1 a{
		flex: 1;
		margin: 0;
		text-align: center;
	}
	.navbar-collapse {
		z-index: 999;
		background-color: #ffffff;
	}
}


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

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

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