.ma72c-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);
  */
}

.ma72c-clear:after {
        visibility: hidden;
         display: block;
       font-size: 0;
       content: " ";
       clear: both;
       height: 0;
       z-index: 0;
    }

.ma72c-footinfo {
  width: 1250px;
  margin: 0 auto;
  padding: 20px 0;
  
}

.ma72c-footinfo .ma72c-foottop {
  width: 100%;
}

.ma72c-foot-left {
  width: 30%;
  padding: 5px 10px;
  margin-right: 12%;
}


.ma72c-foot-left li {
  width:50%;
  float: left;
}


.ma72c-erweima {
  position: relative;
}

.ma72c-erweima .ma72c-shejiao-icon {
    color: #fff;
        font-size: 65px;
    margin: 10px auto 0;
}


.ma72c-erweima:hover .ma72c-shejiao-icon {
    margin-top: 60px;
    font-size: 43px;
    transition: ease 0.8s;
}

.ma72c-erweima .ma72c-shejiao-img {
   position: absolute;
   visibility: hidden;
   z-index: 1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 40%;
    background: #fff;
  opacity: 0;
}

.ma72c-shejiao-img img {
  width: 180px;
  height: 180px;
}

.ma72c-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;
}


.ma72c-erweima:hover .ma72c-shejiao-img {
  opacity: 1;
    visibility: visible;
  bottom: 60%;
  transition: ease 0.8s;
}

.ma72c-foot-mid {
  width: 16%;

}

.ma72c-foot-mid img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.ma72c-foot-right {
  width: 30%;
    margin-left: 10%; 
}

.ma72c-foot-right .ma72c-tit, .ma72c-foot-right a , .ma72c-footbottom a{
  color: #fff;
}

.ma72c-foot-right .ma72c-tit {
  font-size: 16px;
  font-weight: bold;
}

.ma72c-foot-right a {
  font-size: 14px;
  }

.ma72c-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;
}

.ma72c-footbottom span {
    margin: 0 20px;
}




:root{--ms-accent:#245b5b;--ms-radius:7px;--ms-line:1.83;--ms-gap:16px;}
