.footer {

  padding: 0.50rem 2.17rem 0;

  background-image: url(../images/pc/foot.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 3.75rem;

  display: flex;

  justify-content: space-between;

}



.Line {

  width: 0.28rem;

  height: 0.04rem;

  background-color: #fff;

}



.nav_foo_title {

  font-size: 16px;

  margin-bottom: 0.15rem;

}



.nav_foo_bd {

  height: 2.40rem;

  margin-top: 0.20rem;



}


.nav_foo_bd ul {

  display: flex;

  width: 100%;

  height: 100%;

  flex-direction: column;

  flex-wrap:wrap;

}



.nav_foo_bd ul li {

  margin-bottom: 0.20rem;

  font-size: 16px;

}


.nav_foo_bd a {
  font-size: 16px;
  color: #fff;
}




.nav_foo {

  width: 2.30rem;

  /* display: flex;

  justify-content: space-between; */

}



.foo_contact {

  width: 6.80rem;

}



.foo_contact_title {

  font-size: 16px;

  margin-bottom: 0.25rem;

}



.foo_contact_box {

  display: flex;

  justify-content: space-between;

}



.code {

  width: 1.62rem;

  height: 1.64rem;

}



.circular {

  width: 4rem;

  display: flex;

  margin-bottom: 0.20rem;

}



.circular img {

  max-width: 0.34rem;

  height: 0.33rem;

  margin-right: 0.10rem;

}

.circular span {

line-height: 0.3rem;

}

.code_text {

  text-align: center;

  margin-top: 0.20rem;

}


.ICP {

  width: 100%;

  height: 0.55rem;

  border-top: 1px #fff solid;

  background-color: #0288cb;



}
.ICP ul{
	width: 50%;

  height: 0.55rem;

  margin: 0 auto;

}

.ICP ul li{


  height: 0.55rem;

  color: #fff;

  text-align: center;

  line-height: .55rem;
  
  display: block;
  
  float: left;
  
  padding-right: 0.5rem;
  
}
.ICP ul li:nth-child(2){
	padding-right: 0;
}
.ICP ul li a {
  line-height: .55rem;
  color: #fff;
}