.footer-menu {
    width: 360px;
  height: 200px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
}
.footer-menu li{
    width: 150px;
    list-style: none;
    float: left;
  margin-top: 5px;
}
.footer-menu>li>a{
    font-size: 25px;
    color: azure;
}
.footer-menu>li>a:hover{
    color:sandybrown;
}
.contact-text h2{
    width: 180px;
    margin: 0 auto;
}
.contact-text2{
    text-align: center;
}

.contact-text2 p{
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}
.text2{
    width: 325px;
    line-height: 15px;
    text-align: left;
    margin: 50px auto;
}
.contact-text2 p:hover{
    color: sandybrown;
    cursor: pointer;
}
.contact-text2 h3{
    margin-top: 35px;
    color: aqua;
}

.img-left{
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
}
.gz img{
    width: 150px;
    height: 150px;
}

.img-right{
    width: 200px;
    height: 200px;
    float: right;
    text-align: center;
}
.img-left h4{
    color: aqua;   
}
.img-right h4{
    color: aqua;
}
.gz{
    width: 420px;
    margin-top: 30px;
}