
/*底部*/
.footer {
  width: 100%;
  height: 17.8rem;
}

.footer .foot-top {
  width: 100%;
  height:9.4rem;
  background: #fff;
}

.footer .foot-top .foot-top1 {
  width: 100%;
  height:9.4rem;
  margin: 0 auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.footer .foot-top .foot-top1 div.qrcode {
  float: left;
  height:9.4rem;
  width: 6.6rem;
  text-align: center;
}

.footer .foot-top .foot-top1 .qrcode img {
  width: 4.73rem;
  height: 4.73rem;
  margin-top: 1.83rem;
}

.footer .foot-top .foot-top1 .qrcode p {
  text-align: center;
  width: 100%;
  font-size: 0.54rem;
  color: #949494;
  font-family: "方正兰亭";
  margin-top: 0.16rem;
}

.footer .foot-top .foot-top1 .qrcode-right {
  float: left;
  height: 100%;
  /*margin-left: 20px;*/
}

.footer .foot-top .foot-top1 .qrcode-right h1 {
  font-weight: normal;
  font-size: 0.7rem;
  margin-top: 3.55rem;
  color: #222;
  font-family: "方正兰亭";
}

.footer .foot-top .foot-top1 .qrcode-right h3 {
  font-weight: normal;
  font-size: 0.54rem;
  margin-top: 0.54rem;
  color: #222;
  font-family: "方正兰亭";
}


.footer .foot {
  width: 100%;
  height: 8.4rem;
  background: #222;
  margin: 0 auto;
  position: relative;
}

.footer .foot .foot_con{
  width: 100%;
  height: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;

 /* display: flex;
  display: -webkit-flex;
  flex-direction:row;
  justify-content:space-around;*/
}
.footer .foot .foot_con .list{
  float: left;
  width: 33.3333%;
  height: 100%;
}


.footer .foot .foot_con .list ul{
    list-style: none;
}
.footer .foot .foot_con .list ul li{
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;  
  margin-top: 0.6rem;
}
.footer .foot .foot_con .list ul li a{
  display: block;
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;  
  font-family: "方正兰亭";
  color: #fff;
  font-size: 0.7rem;
}

.footer .foot div.ftt{
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 0.54rem;
  color: #BDBDBD;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 1.0rem;
  width: 100%;
}
.footer .foot div.ftt span{
  font-size: 0.54rem;
  color: #BDBDBD;
}