/* .footer {
    color: #777;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    margin-right: 45px;
    transform: translate(-50%, -50%)
} */

.footer {
    height: 170px;
    color: #777;
    padding: 20px;
}

.footer p {
    font-size: 14px;
    margin-bottom: 4px;
    top:100%;
}


/* .footer p {
    text-align: center;
    margin:0 auto;
    font-size: 14px;
    margin-bottom: 14px;
} */

.footer .er {
    width: 120px;
    height: 120px;
}

.footer .text {
    padding-left: 9px;
}

.footer .copy {
    text-align: center;
    margin:0 auto;
    width: 100%;
    top: 100%;
}

.ipro {
	margin:20px 0;
}

.ipro li {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.lar .img{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
  display: block;
  text-align: center;
}
.lar img{
  max-width: 100%;
  height:auto;
  display: inline;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lar .hides{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color: rgba(0,0,0,.4);
  text-align: center;
  display: none;
}

.ipro li h3 {
    width: 75%;
    line-height: 60px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    border: 1px solid #333; 
    bottom: -27px;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 8px rgba(255, 255, 255, 1);
}
.ipro li h3 {
	  font-size: 16px;
    color: #3f3f3f;
}