.footer {
	width: 100%;
	height: 300px;
}
.footer a {
	color: #575d6c;
}
.footer footer {
	width: 100%;
	/*height: 250px;*/
	color: #575d6c;
	background-color: #f0eff0;
}
.footer-mode {
	/*height: 200px;*/
	/*background-color: rgb(37, 37, 37);*/
}
.logo{
	padding: 0 60px;
}
.nav {
	width: 225px;
	height: 273px;
	/* padding: 0 80px; */
	display: flex;
	flex-direction: column;
}
.nav li{
	padding-bottom: 20px;
}
.nav li b{
	color: #333;
}
.mode-link{
	width: 1px;
	height: 273px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.mode-link .link-center{
	background-color: #bfbfbf;
	height: 150px;
	width: 1px;
}
.contact {
	padding: 0 85px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.contact p:nth-child(1) {
	padding-bottom: 25px;
}
.contact p:nth-child(2) {
	font-size: 18px;
}
.contact p:nth-child(3) {
	font-family: Impact;
	font-size: 34px;
	letter-spacing: 1px;
	margin-top: 4px;
	color: #34802a;
}
.contact p:nth-child(4) {
	font-size: 14px;
	padding-bottom: 25px;
	margin-top: 4px;
}
.contact p:nth-child(5) {
	margin-bottom: 12px;
}
.contact ul{
	display: flex;
	justify-content: center;
}
.contact ul li{
	position: relative;
}
.contact ul li:hover .qrcode-no{
	display: none !important;
}
.contact ul li:hover .qrcode-yes{
	display: block !important;
}
.contact ul li .qrcode-img{
	position: absolute;
	top: -110px;
	left: -38px;
	display: none;
}

.footer-links{
	margin-top: 10px;
}
.footer-links .links-box{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding-top: 25px;
	padding-bottom: 10px;
	display: flex;
	flex-flow: wrap;
}
.links-box .links-left{
	width: 80px;
}
.links-box .links-right{
	width: 1200px;
}
.links-box .links-right ul{
	display: flex;
	flex-flow: wrap;
}
.links-box .links-right ul li{
	padding-right: 15px;
	padding-bottom: 15px;
}

.attention{
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	padding-left: 60px;
}
.copyright {
	/*background-color: rgb(51, 51, 51);*/
	font-size: 14px;
	text-align: center;
	color: #575d6c;
	padding: 10px;
}
.copyright .w1200 {
	height: 50px;
}
.copyright .w1200 p:nth-child(2) {
	margin: 0 30px;
}
.navColor{
	color: #50972c!important;
}

/* part8 */
.part8 {
	height: 140px;
	background-image: url(../images/home/jn.png);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.part8 p {
	margin-left: 228px;
}
.part8 p:nth-child(1) {
	font-size: 20px;
	letter-spacing: 3px;
	color: #fffbfa;
}
.part8 p:nth-child(2) {
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #f7f8f9;
	font-size: 15px;
	color: #50972c;
	margin-top: 20px;
}


.footer-guarantee{

}
.footer-guarantee dl{
	display: flex;
	height: 90px;
}
.footer-guarantee dt{
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-guarantee dd{
	width: 225px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.footer-guarantee dd p:nth-child(1){
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: 700;
}
.footer-guarantee dd p:nth-child(2){
	font-size: 14px;
}