.footer{
    width: 100%;
    height: 400px;
    background: #272C31;
    background-size: 100% 100%;
    padding-top: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.footer table{
 width: 660px;
  height: 223px;
  float: left;
 }
.footer table thead{
font-size: 20px;
color: #fff;}
.footer table thead tr th{
  text-align: left;
  height: 50px;
  font-weight: normal;
}   
.footer table tbody tr td a{
	font-size: 14px;
	color: #ccc;
	text-align: left;}
.footer table tbody tr td a:hover{
	  color: #ccc;
	}
.encode{
      width: 540px;
      height: 223px;
      float: right;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 20px;
}
.encode p.kefuphone{
	color: #ccc;
	font-weight: bold;
	margin-top: 12px;
}
   
    .wrapper{
      position: relative;
    }
.encode ul{
overflow: hidden;}
.encode ul li{
width: 160px;
float: left;
text-align: center;
font-size: 16px;
color: #ccc;
margin-right: 20px;}
.encode ul li img{
  width: 118px;
  height: 118px;
}
.encode ul li p{
  margin-top: 10px;
}

.encode ul li:last-child{
margin-right: 0;
}
.copyright{
height: 130px;
position: absolute;
bottom: 0;
left: 0;
border-top: 1px solid #cccccc;
width: 100%;
text-align: center;
color: #fff;
font-size: 14px;
}
.copyright img{
margin: 15px;
}
.footer .copyright p,.footer .copyright p a {
color: #fff;
}
.footer .copyright .honor span {
margin: 0 10px;
}
  @media (max-width: 1200px) {
    .footer .wrapper {
      width: 992px;
    }
    .footer table{
      width: 650px;
    }
    .footer .encode{
      width: 340px;
      padding-left: 0;
    }
    .footer .encode ul li{
      margin-right: 18px;
      width:100px;
    }
    .footer .encode ul li img{
      width: 70px;
      height: 70px;
    }
  }
  @media (max-width: 992px) {
    .footer .wrapper{
        width: 720px;
    }
    .footer{
      padding-top: 20px;
      height: 530px;
    }
    .footer table{
      width: 480px;
    }
    .footer .encode{
      width: 238px;
      padding-left: 0;
      padding-top: 10px;
    }
    .footer table thead{
      font-size: 18px;
    }
    .footer .encode ul li{
      font-size: 14px;
    }
    .footer .encode ul li img{
      width: 68px;
      height: 68px;
    }
    .footer .encode ul li p{
      margin: 5px 0 10px 0;
    }
    .footer .encode p.kefuphone{
      width: 200px;
      margin-left: -20px;
      margin-top: 0;
    }
    .footer .copyright{
      height:250px;
    }
    .map {
      width: 604px;
    }
  }