/*基本信息*/
* {
padding: 0;
margin: 0;
}
body {
background:#2d5d2d url(../images/index_bg_mobile.png) repeat-x;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif, 宋体;
text-align:center;
cursor:default;
}

ul {
    display: inline-block;
    margin: 0px;	
    padding: 0px;
}
.foot-code{
	float: none;
}
.foot-code li {
    float: left;
    text-align: center;
	list-style: none;
}
.foot-con-tit{
	height:30px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;
}

.foot-code .code-pic {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    position: relative;
	}
.foot-code .code-pic img {
    display: block;
    width: 80px;
    height: 80px;
	}


/*页面底部
.footer {
color:#bebba9;
height:100px;
display:block;
width:90%;
padding:10px 5%;
}*/