.footer {
  background: #1e7ab9;
  /*
  background: linear-gradient(to top ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);    
  background: -webkit-linear-gradient(to top ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
   background: -moz-linear-gradient(to top ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
  */
}

.clear:after {
        visibility: hidden;
         display: block;
       font-size: 0;
       content: " ";
       clear: both;
       height: 0;
       z-index: 0;
    }

.footinfo {
  width: 1250px;
  margin: 0 auto;
  padding: 20px 0;
  
}

.footinfo .foottop {
  width: 100%;
}

.foot-left {
  width: 30%;
  padding: 5px 10px;
  margin-right: 12%;
}


.foot-left li {
  width:50%;
  float: left;
}


.erweima {
  position: relative;
}

.erweima .shejiao-icon {
    color: #fff;
        font-size: 65px;
    margin: 10px auto 0;
}


.erweima:hover .shejiao-icon {
    margin-top: 60px;
    font-size: 43px;
    transition: ease 0.8s;
}

.erweima .shejiao-img {
   position: absolute;
   visibility: hidden;
   z-index: 1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 40%;
    background: #fff;
  opacity: 0;
}

.shejiao-img img {
  width: 180px;
  height: 180px;
}

.shejiao-img:after {
 content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    right: 6.35rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  z-index: -1;
}


.erweima:hover .shejiao-img {
  opacity: 1;
    visibility: visible;
  bottom: 60%;
  transition: ease 0.8s;
}

.foot-mid {
  width: 16%;

}

.foot-mid img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.foot-right {
  width: 30%;
    margin-left: 10%; 
}

.foot-right .tit, .foot-right a , .footbottom a{
  color: #fff;
}

.foot-right .tit {
  font-size: 16px;
  font-weight: bold;
}

.foot-right a {
  font-size: 14px;
  }

.footbottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}

.footbottom span {
    margin: 0 20px;
}



