
footer{
	width: 100%;
	height: auto;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	
}
footer a:hover{
	color: #E61E4F !important;
}
footer .footer-box{
	width: 1200px;
	margin: auto;
	padding-top: 50px;
}
.footer-nav-box{
	display: flex;
	padding:60px 0px 35px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left{
	width: 200px;
	border-radius: 0px 0px 0px 0px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-nav-box-left img{
	padding: 30px 0 10px 0;

}
.footer-nav-box-left div{
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
.footer-nav-box-right{
	width: 100%;
	display: flex;justify-content: space-between;
	padding-left: 100px;
}
.footer-nav-box-right ul{
	text-align: center;
	font-size: 12px;

}
.footer-nav-box-right ul li{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	line-height: 30px;

}
.footer-nav-box-right ul div{

	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-bottom: 20px;
}
.footer-top {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-bottom: 15px;
	flex-wrap: wrap;
}
.footer-top .footer-txt p{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}
.footer-top .footer-txt a{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 15px;
	padding-left: 20px;
}
.footer-bottom{
	height: 60px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom div{
	
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}
.m-footer{
	display: none;
}
@media (max-width: 630px){

footer{
	display: none;
}


.m-footer{
	
	height: 56px;
	background: #3370FF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	z-index: 9999;
}

.m-footer-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 0 36px 0 28px;
	

}
.m-f-list a{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #FFFFFF;
}
.m-f-list img{
	width: 20px;
	height: 20px;
	padding-bottom: 3px;
}
.m-f-logo img{
	width: 36px;
	height: 36px;
}
.m-footer-box .m-f-kefu{
	position: relative;
}

.m-footer-box .m-f-kefu span{
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 14px;
    color: #FFFFFF;
    font-size: 10px;
    background: #EB3A30;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
	animation:myfirst 2s infinite;

}
.footer-menu-hover{
	height: 115px !important;
	top: 66% !important;
	transition:all 0.3s;
	left: 110px;
	bottom: 0;
	z-index: 9;
}

.footer-menu-nav{
    display: block;
	background: url(../images/m-footer-bg.png)no-repeat;
	width: 80px;
	height: 0;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	position: fixed;
    top: 100%;
	background-size: 100%;
	overflow: hidden;
}
.footer-menu-nav li{
    display: flex;
    align-items: center;justify-content: center;
    height: 30px;
}
.footer-menu-nav li img{
    padding-left:5px ;
    width: 14px;
    height: 14px;
}
.footer-menu .footer-menu-nav li img{
	width: 14px;
	height: 14px;
	padding-left: 5px;
}
.m-right-flex{
	display: block;
	position: fixed;
    left: 80%;
    bottom: 8%;
	
}
.m-right-flex a{
	display: block;
	
}

.m-right-flex img{
	width: 80px;
	height: 80px;
}

}

@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-3px);

}

100% {

transform: translateY(0px);

}

}