
.right-out {
	z-index: 9;
}
/*字体颜色*/
.footer-a, .footer-tel-a, .footer-zixun-a > span {
	color: #fff;
}
.footer-a:hover,
.footer-tel-a:hover {
	color: #f1f1f1;
}
.footer-zixun-a {
	border: 1px solid #efefef;
}
.footer-line-horizontal:after {
	border-left: 1px solid #efefef;
}
.right-child > p > a, 
.right-child > p {
	color: #666;
}
.right-out > a:nth-child(1) .right-child {
	border-top: 1px solid #ccc;
}
.right-child {
	border: 1px solid #ccc;
	border-top: none;
}

/*背景色*/
.right-child {
	background: #efefef;
}


.footer-out {
	position: relative;
}

.footer-go-top {}

.footer-content {
	padding: 0 20px;
}
.footer-main-body {}

.footer-logo {display: inline-block;width: 100%;}
.footer-logo > img {width: 100%;}

.footer-a {}

.footer-tel-a {}
.footer-zixun-a {
	display: inline-block;
	border-radius: 8px;
}
.footer-zixun-a > img,
.footer-zixun-a > span {
	display: inline-block;
	vertical-align: middle;
}
.footer-zixun-a > img {}
.footer-zixun-a > span {}

/*屏幕宽度 <=400px*/
@media only screen and (max-width: 420px) {
	/*底部菜单*/
	.footer-main-body > li {
		margin-right: 0 !important;
		width: 100% !important;
		border-bottom: 1px solid #efefef;
	}
	.footer-main-body > li:last-child {
		border-bottom: none;
	}
}
/*屏幕宽度 <=700px*/
@media only screen and (max-width: 700px) {
	
	/*底部菜单*/
	.footer-go-top {
		display: none !important;
	}
	
	.footer-main-body {padding-top: 10px;}
	.footer-main-body > li {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		padding: 10px 0;
		width: calc(50% - 20px);
	}
	.footer-main-body > .footer-logo-out {
		display: none !important;
	}
	.footer-line-horizontal {
		display: none !important;
	}
	.footer-line-horizontal:after {
		display: none;
	}
	
	.footer-logo {}
	.footer-logo > img {}
	
	.footer-a {
		font-size: 14px;
	}
	
	.footer-tel-out {
		display: inline-block;
		text-align: center;
	}
	.footer-tel-a,
	.footer-zixun-a {
		font-size: 12px;
	}
	
	.footer-zixun-a {
		margin-top: 5px;
		padding: 4px 16px;
	}
	
	.footer-zixun-a > img,
	.footer-zixun-a > span {}
	.footer-zixun-a > img {}
	.footer-zixun-a > span {}
	
	
	/*右侧功能栏*/
	.right-out {
		display: none !important;
	}
}

/*屏幕宽度 >=700px*/
@media only screen and (min-width: 700px) {
	
	
	/*底部菜单*/
	.footer-go-top {
		position: absolute;
		padding: 10px;
		top: -30px;
		right: 20px;
		background: #46b036;
	}
	.footer-go-top > img {
		width: 20px;
	}
	
	
	.footer-main-body {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.footer-main-body > li {
		height: 80px;
		text-align: center;
	}
	.footer-main-body > .footer-logo-out {
		width: 140px;
		height: auto;
	}
	.footer-line-horizontal {
		display: block;
	}
	.footer-line-horizontal:after {
		content: ' ';
		display: inline-block;
		margin-top: 20px;
		height: 40px;
		border-left: 1px solid #efefef;
	}
	
	.footer-logo {}
	.footer-logo > img {}
	
	.footer-a {
		line-height: 80px;
		font-size: 18px;
		font-weight: bold;
		
	}
	
	.footer-tel-out {
		margin-top: 10px;
		margin-right: 40px;
	}
	.footer-tel-a,
	.footer-zixun-a {
		font-size: 14px;
	}
	.footer-zixun-a {
		margin-top: 10px;
		padding: 4px 16px;
	}
	
	.footer-zixun-a > img,
	.footer-zixun-a > span {}
	.footer-zixun-a > img {margin-right: 10px;}
	.footer-zixun-a > span {}
	
	
	/*右侧功能栏*/
	.right-out {
		position: fixed;
		top: calc(50% - 285px);
		right: 0;
	}
	.right-child {
		padding: 10px;
		width: 100px;
		text-align: center;
	}
	.right-child > p {
		font-size: 12px;
	}
	
	.right-erweima {
		width: 100%;
	}
	.right-icon {
		width: 20px;
	}
	
	
	.scroll-top {
		cursor: pointer;
	}
	
	.right-tel-number {
		font-weight: bold;
	}
}
@media only screen and (min-width: 800px) {
	
}
@media only screen and (min-width: 900px) {
	
}
@media only screen and (min-width: 1000px) {
	
}
@media only screen and (min-width: 1200px) {
	
}