.footer {
  padding: 13px 0;
  height: 158px;
  color: #fff;
  background: #006835;
  box-sizing: border-box;
}

.footer p {
  text-align: center;
  line-height: 28px;
}
.footer p a{
  color: #fff;
}
.fixed_right{
  position: fixed;
  right:20px;
  top:50%;
  margin-top:-100px;
}
.fixed_right>a{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px #ddd;
}
.fixed_right>a:hover img{
  transform: scale(1.1);
}
.fixed_right>a img{
  width: 40px;
  height: 40px;
  margin: 10px auto 5px;
  display: block;
  transition: all 0.3s;
}
.fixed_right>a span{
  display: block;
}
.fixed_right>a .wxbox{
  width: 150px;
  height: 150px;
  position: absolute;
  right: 106px;
  box-shadow: 0px 0px 20px #ddd;
  border-radius: 10px;
  top: 50%;
  margin-top: -75px;
  background: #fff;
}
.fixed_right>a .wxbox i{
  height: 100%;
  position: absolute;
  width: 10px;
  top: 0;
  background: url(../image/20191226144236.png) no-repeat center;
  right: -9px;
}
.fixed_right>a .wxbox img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 13px;
}
.fixed_right>a:hover .wxbox img {
  transform: scale(1);
}
.footer_count{
  text-align: center;
}
.footer_count .w1280{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.w1280 span {
  margin: 0 5px;
  line-height: 28px;
}
.w1280 span a {
  font-size: 14px;
  color: #fff;
}
.ewm_footer{
  position: absolute;
  right: 0;
  top: 0px;
}
.ewm_footer div {
  float: left;
  width: 88px;
  margin: 0 10px;
}
.ewm_footer div img {
  width: 100%;
}
.ewm_footer div span {
  display: block;
}
.footer_phone{
  display: none;
}
@media screen and (max-width: 1680px) and (min-width: 768px){
	.fixed_right{
		right:0;
	}
	.fixed_right>a{
		width: 43px;
 height: 114px;
	}
	.fixed_right>a .wxbox{
		right:66px;
	}
}
@media screen and (max-width:768px) {
  .footer {
   padding: 0.2rem 0;
   height:auto;
  }
  .footer_count{
 display: none;
  }
  .footer p {
   line-height:25px;
   color: #fff;
   font-size: 12px;
  }
  .footer p a{
   color: #fff;
   font-size: 12px;
  }
  .footer img {
   width: 0.55rem;
  }
  .fixed_right,.ewm_footer,.footer_count .w1280>span{
 display: none;
  }
  .footer_count .w1280{
 width:100%;
  }
  .footer_phone{
 display: block;
  }
} 