@charset "utf-8";
.footer {
         width:100%;
		 height:auto;
		 position:relative;
}
.footer>img:nth-of-type(1) {
                            width:100%;
							z-index:1;
							height:400px;
}
.footer2 {
          width:100%;
		  height:200px;
		  background-color:#707070;
		  font-size:14px;
		  padding:10px 0;
		  position:relative;
		  color:black;
}
.footer2 li {
             height:30px;
			 line-height:30px;
			 width:100%;
			 float:left;
}
.code {
       position:absolute;
	   right:160px;
	   top:18px;
}
.code p {
         text-align:center;
		 height:37px;
		 line-height:37px;
}