.footer-clean {
  font-family:"微软雅黑";
  padding-top:40px;
  background-color:rgb(44,48,57);
  color:rgb(222,222,222);
  font-size:12px;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:12px;
  margin-bottom:0;
}

.footer-clean ul li{
  margin-top:5px;
  margin-bottom:5px;
}

.footer-clean ul li span{
  margin-right:5px;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width:991px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
  .foot-bottom{
	  text-align:center;
	  }
  #foot .foot-bottom span{
    display:block;
	margin-right:0;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}
.foot-list li + li{
  text-indent:17px;
}
#foot .row > div {
  padding:0;
}
#foot .row .common-around img{
  padding:10px;
  border:1px solid rgb(222,222,222);
}
#foot .row .common-around > div{

}
#foot .row .common-around div > p{
  line-height:36px;
  font-size:14px;
}
#foot .row .common-around .photo{
  margin-top:20px;
}
#foot .row .common-around .photo img{
  width:50px;
  height:50px;
  border:0;
  padding:0;
}
#foot .row .common-around .photo h3{
  font-size:28px;
  line-height:46px;
  font-weight:inherit;
  margin-left:20px;
  margin-bottom:0;
}
.index-contact a{
  display:block;
  margin:30px auto;
  width:200px;
  line-height:45px;
  border-radius:45px;
  text-align:center;
  background-color:rgb(21,100,195);
  color:#fff;
  text-decoration:none;
}
.foot-bottom{
  margin-top:15px;
  border-top:1px solid rgb(95,95,95);
  line-height:40px;
}
.foot-bottom span{
  margin-right:20px;
}
.foot-bottom a + a{
	margin-left:180px;
	}
