@charset "UTF-8";
.footer-warp {
  width: 100%;
  background: #f6f6f6;
}

.footer-warp .foot-bot {
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 12px;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .footer-warp .foot-bot {
    height: auto;
    line-height: 20px;
  }
}

.footer-warp .foot-con {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 1024px) {
  .footer-warp .foot-con {
    flex-direction: column;
    padding: 25px 0 10px 0;
  }
}

.footer-warp .foot-con .foot-c {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 80px;
  font-size: 16px;
  line-height: 35px;
  color: #595757;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1200px){
	
	.footer-warp .foot-con .foot-c{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
  .footer-warp .foot-con .foot-c {
    padding: 0 15px;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
}

.footer-warp .foot-con .foot-c ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer-warp .foot-con .foot-c ul {
    flex-flow: wrap;
    justify-content: left;
  }
}

.footer-warp .foot-con .foot-c ul li {
  display: flex;
  /* flex: 1; */
  flex-direction: row;
  justify-content: space-between;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .footer-warp .foot-con .foot-c ul li {
    width: 25%;
    flex: unset;
    justify-content: left;
  }
}

.footer-warp .foot-con .foot-c ul li span {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-warp .foot-con .foot-c ul li span {
    display: none;
  }
}

.footer-warp .foot-con .foot-r {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer-warp .foot-con .foot-r img {
  height: 120px;
  width: 120px;
  margin-bottom: 15px;
}


@media screen and (max-width: 1400px){
  .footer-warp{
    padding: 0 15px;
  }
  .foot-c ul span{
	  display: none;
  }
}
@media screen and (max-width: 1024px){
  .footer-warp{
    padding: 0;
  }
}

