
.ey-footer-warp{
	width: 100%;
	/* height: ; */
	background-color: #ffffff;
}
.ey-footer-view{
width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: #2361FF; */
    padding: 36px 0 50px 0;
    position: relative;
}
.ey-footer-item{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #666666;
    font-family: Microsoft YaHei;
}
.ey-footer-item a{
	color: #666666;
    font-size: 16px;
    text-decoration: none!important;
    font-family: Microsoft YaHei;
}
.ey-footer-item-ul{
	display: flex;	
	justify-content: center;
}
.ey-footer-item-ul li{
	padding: 0 11px;
}

.ey-footer-serve a{
	padding: 0 10px;
}
.ey-footer-gongkong{
	padding: 18px 0;
	
}
.ey-footer-gongkong img{
	height: 18px;
}
.ey-footer-info{
	padding: 18px 0 36px 0;
}

.ey-footer-quer{
position: absolute;
    top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ey-footer-quer img{
	width: 110px;
    height: 110px;
}
.ey-footer-quer p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0px 0 0 0;
}
.ey-querpos-left{
	left: 0;
}
.ey-querpos-right{
	right: 0;
}