
#footerWapper .icons2{
  display: block;
}
#footerWapper .icons2 img{
width: 18px;margin-right: 15px;
}


.bgcolor{
  background: #F5F5F5;
  padding: 20px;
  box-sizing: border-box;
}
.bgcolor>.idxicons{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bgcolor>.idxicons>img{
  width: 40px;
}




/* 新版底部样式 */
footer {
  background: #F5F5F5 !important;
}

.footNavNew ul {
  margin-bottom: 20px;
}
.footNavNew li {
  box-sizing: border-box;
  padding: 21px 25px 21px 20px;
  position: relative;
  border-top: 1px solid #DFDFDF;
}
.footNavNew li > a {
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  background: url('https://hsimage.fotile.com/202308251031488914772.png') no-repeat right center;
  background-size: 24px;
  display: block;
}
.footNavNew li.on > a {
  background-image: url("https://hsimage.fotile.com/202308251032077834758.png");
  background-size: 24px;
}
.footNavNew li.link > a {
  background-image: url('https://hsimage.fotile.com/202308242010238804765.png');
  background-size: 24px;
}
footer .bBor:after {
  height: 1px;
  background:  #DFDFDF;
}
footer .proList a,
footer .serList a,
footer .newsList a {
  height: 22px;
  width: 100%;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  text-indent: 16px;
  margin-top: 8px;
  text-align: left !important;
}

.footNavNew_phone{
  text-align: center;
  font-size: 42px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-top: 84px;
}
.footNavNew_name{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #61646A;
  text-align: center;
  margin-bottom: 83px;
}


footer .icons {
  text-align: center;
  padding: 30px 0 15px 0;
}
footer .icons2 img{
  width: 18px;
  margin-right: 15px;
}
footer .icons a {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  display: inline-block;
  background-size: 32px;
  margin: 0 5px;
}

.serList>a::after{
  height: 0px;
}
footer .links {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
footer .links a {
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.4);
}



