@charset "utf-8";
.footCon{
	width: 100%;
	/*height: 150px;*/
	background-color: #20222c;
}
.footMain{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.xy-logo{
	width: 200px;
    height: 100px;
    display: inline-block;
    margin-top: 25px;
    background: url(../icon/logo.png) no-repeat center center;
}
.foot-text{
	height: 100px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 20px;
    position: relative;
    top: -21px;
    z-index: 999;
}
.foot-text p{
	font-size: 14px;
    color: #999;
    line-height: 36px;
}
.qcon{
	display: inline-block;
	position: absolute;
    right: 0px;
    top: -22px;
}
.qcon img{
	display: inline-block;
}
.qcon img:first-child{
	margin-right: 10px;
}