footer{
	width: 100%;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}
footer .footer-box{
	padding: 60px 0 20px;
}
footer .footer-box .top{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid  #444444;
}
footer a:hover{
	color: #DF0509 !important;
}

footer .footer-box .left{

}
footer .footer-box .left  p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;
	align-items: center;
}
footer .footer-box .left  p img{
	margin-right: 10px;
}
footer .footer-box .left  h4{
	font-size: 32px;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 20px;
}
footer .footer-box .left  .ewm{
	display: flex;align-items: center;
	text-align: center;
	margin-top: 20px;
}
footer .footer-box .left  .item:last-child{
	margin-left: 30px;
}
footer .footer-box .left   .ewm .item img{
	width: 120px;
	height: 120px;
}
footer .footer-box .left   .ewm .item p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 10px;
}


footer .footer-box .right{
	width:770px;
	border-right:1px solid  #444444;
	
}

footer .footer-box .right .link{
	margin-top: 20px;
	padding-right: 80px;
	padding-bottom: 30px;
}
footer .footer-box .right .link .link-box{
	display: flex;align-items: center;flex-wrap: wrap;
	margin-top: 10px;
}
footer .footer-box .right .link .link-box a{
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	margin-right: 30px;
}
footer .footer-box .right ul{
	display: flex;justify-content: space-between;
	padding-right: 130px;
	padding-bottom: 20px;
	border-bottom:1px solid  #444444;
}
footer .footer-box .right ul li{
	width: 60px;
	text-align: center;
}
footer .footer-box .right ul li h4{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}
footer .footer-box .right ul li a{
	color: #AAAAAA;
	font-size: 14px;
	line-height: 40px;
}
footer .boot{
	margin-top: 15px;
}

footer .boot p{
	font-size: 12px;
	color: #AAAAAA;
	line-height: 30px;
}
.index-flex{
	position: fixed;right:50px ;
	top: 50%;
	z-index: 99999;
}
.index-flex .top{
	width: 80px;
	height: 140px;
	background: #F20C00;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	border-radius: 40px 40px 40px 40px;
	position: relative;
	text-align: center;
}
.index-flex .top .top-logo{
	position: absolute;top: -20px;left: 5px;
	width: 70px;
	height: 70px;
}
.index-flex .top .wx{
	text-align: center;
	padding-top: 60px;
}
.index-flex .top .wx p{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}
.index-flex .top .wx img{
	width: 30px;
	height: 30px;
}

.index-flex .top .wx-hover{
	display: none;
	position: absolute;
	left: -110px;top: 25px;
	background:url(https://cdn.chiefgr.com/hz05/chu/indexflex7.png) no-repeat;
	width: 105px;
	height: 100px;
	background-size:100% 100%;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.index-flex .top .wx-hover img{
	width: 90px;
	height: 90px;
	padding: 5px 5px 5px 0;
}
.index-flex .cen{
	margin-top: 5px;
	width: 80px;
	height: 220px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	border-radius: 40px 40px 40px 40px;
	padding: 5px 10px;
	text-align: center;
}
.index-flex .cen .xian{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}
.index-flex .cen .xian:last-child{
	border-bottom:0;
}
.index-flex .cen img{
	width: 20px;
	height: 20px;
	margin-top: 15px;
}
.index-flex .cen p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.index-flex .tell{
	position: relative;
}
.index-flex .tell .tell-hover{
	background:url(https://cdn.chiefgr.com/hz05/chu/indexflex6.png) no-repeat;
	width: 105px;
	height: 70px;
	background-size:100% 100%;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	left: -120px;
	top: 0;
	display: none;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.index-flex .tell .tell-hover p{
	font-size: 12px;
	color: #F20C00;
	line-height: 20px;
}
/*
.index-flex p{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	display: flex;align-items: center;justify-content: center;
}
.index-flex .img{
	margin-top: 10px;
	width: 80px;
	height: 80px;
}
.index-flex h4{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.index-flex span{
	display: block;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}
.index-flex .btn{
	margin: 0 auto;
	width: 100px;
	height: 40px;
	margin-top: 10px;
	display: flex;align-items: center;justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 20px  20px  20px  20px  ;
	background: linear-gradient(225deg, #F29100 0%, #FFB884 100%);
}
*/
.m-footer{
	display: none;
}
@media (max-width: 630px){
.flex{
	display: none !important;
}
.m-flex{
	display: flex;
}

.m-flex-click-show{
	bottom: 0 !important;
	transition: all 0.3s ease-in-out;
}

.m-flex-click{
	padding: 0 0.4rem 0.4rem !important;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	border-radius: 0.2rem 0.2rem 0px 0px;
	position: fixed;
    bottom: -11.6rem;
    left: 0;
    z-index: 99999999;
    display: block;
}
.m-flex-click .top{
	display: flex;justify-content: space-between;align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding: 0.4rem 0 0.3rem 0;
}

.m-flex-click .top img{
	width: 0.48rem;
	height: 0.48rem;
}
.m-flex-click .server{
	display: flex;
	margin-top: 0.6rem;
	
}
.m-flex-click .server img{
	width: 0.4rem;
	height: 0.4rem;
}
.m-flex-click .server .text{
	margin: 0 0 0 5px;
}
.m-flex-click .server .text p{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	margin: 0;
}
.m-flex-click .server .text span{
	margin-top: 0.2rem;
	font-size: 0.32rem;
	color: #037CFF;
	line-height: 20px;
	
}

.m-flex-click .server .right-ewm{
	width: 2.4rem;
	height: 2.4rem;
	margin-left: 20px;
	position: absolute;
    top: 85px;
    right: 15px;

}
.m-flex-click .server:nth-child(3) p{
	font-size: 12px;
	line-height: 25px;
}

.m-flex-click .btn img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.m-flex-click .cen{
	margin-bottom: 0.8rem;
}
.m-flex-click .btn{
	margin-top: 0.2rem;
	width: 100%;
	height: 0.8rem;
	background: linear-gradient(90deg, #FF7D55 0%, #F64C35 100%);
	border-radius: 5px 5px 5px 5px;
	display: flex;align-items: center;justify-content:center;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.m-flex-click .btn:nth-child(4){
	background: linear-gradient(270deg, #1D43FF 0%, #037CFF 100%);
}
.m-flex-click .btn p{
	width: 1.6rem;
}






footer .footer-box{
	display: none;
}
.m-footer{
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	z-index: 999;
}
.m-footer ul{
	width: 100%;
	height: 100%;
	display: flex;align-items: center;justify-content: space-between;
	
}
.m-footer ul li{
	width: calc(100%/5);
	text-align: center;
}
.m-footer ul li p{
	margin-top: 0.06rem;
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.24rem;

}
.m-footer-box{
	display: none;
	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;
}
.m-f-list img{
	width: 20px;
	height: 20px;
	padding-bottom: 3px;
}
.m-f-kefu img{
	width: 20px;
	height: 20px;
	padding-bottom: 3px;
}
.m-f-kefu a{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}
.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: 205px !important;
	top: 66% !important;
	transition:all 0.3s;
	left: 110px;
	bottom: 0;
	z-index: 9;
}

.footer-menu-nav{
    display: block;
	background: url(https://cdn.chiefgr.com/hz05/chu/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);

}

}