@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
/*home 底部 */
#footer {
  /* position: fixed; */
  /* margin-top: 25px; */
  width: 100%;
  /* height: 310px; */
  background-color: #333333;
  box-sizing: border-box;
}
.footer{
  background-color: #333;
}
.footer-b {
  width: 1000px;
  margin: 0 auto;
  /* height: 240px; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-left {
  width: 1000px;
  /* border: 1px solid indianred; */
}
/* 底部导航部分 与头部相对应  start*/
.footer-left-top{
  width: 800px;
  display: flex;
  flex-wrap: nowrap;
  
  justify-content: space-between;
}
.footer-left-top div{
 width: 100px;
 display: inline-block;
 margin-top: 40px;
}
.footer-left-top div ul li{
  list-style: none;
  font-size: 14px;
  color: #f2f2f2;
}
.footer-left-top div ul{
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
}
.footer-left-top div ul .footer-one{
  text-decoration: none;
  color: #707070;
}
.footer-left-top div ul li a {
  text-decoration: none;
  color: #ccc;
}
/* 底部导航部分 与头部相对应  end*/
.last {
  margin: 0 auto;
  width: 1000px;
  padding-top: 20px;
}
.last span {
  color: #999;
  margin-left: 105px;
  font-size: 15px;
  display: flex;
  flex-wrap: nowrap;
}
.last img {
  background: #333333;
}
.last .last_icon{
  margin: 0px 4px 0px;
}
.footer_line {
  width: 1000px;
  height: 1px;
  background-color: #555555;
  margin: 0 auto;
  margin-top: 19px;
}
/* 二维码 */
.footer-right {
  width: 300px;
  /* border: 1px solid indianred; */
}
.footer-right img {
  width: 185px;
  padding-top: 26px;
  float: right;
}
/* 友情链接 */
.footer_link {
  width: 800px;
  /* height: 77px; */
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 40px;
}
.footer_link ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer_link ul li{
  padding-left: 18px;
}
.footer_link ul li a{
  color: #555;
  text-decoration: none;
}
.footer_link_one{
  margin-left: 75px;
} 
.footer_link_two{
  margin-left: 75px;
}
.footer a{
  text-decoration: none;
  color: #999;
}
/* 底部 end */