h1,h2,h3,h4,h5{
    margin: 0;
}
footer{
    position: relative;
    width:100% ;
    background: #3586ff;
    min-height: 100px;
    padding:20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .social_icon,footer .menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
footer .social_icon li,footer .menu li{
    list-style: none;
}
footer .social_icon li a{
    font-size: 2em;
    color: #ffffff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
footer .menu li a{
    font-size: 1.2em;
    color: #ffffff;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}
footer .social_icon li a:hover{
    transform: translateY(-10px);
}
footer .menu li a:hover{
    opacity: 1;
}
footer p{
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}
footer .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background:  url("/index/wave.png");
    background-size: 1000px 100px;
}
footer .wave#wave1{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}
footer .wave#wave2{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}
footer .wave#wave3{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}
footer .wave#wave4{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}
@keyframes animateWave {
    0%{
        background-position-x:1000px ;
    }
    100%{
        background-position-x: 0px;
    }
}
@keyframes animateWave_02 {
    0%{
        background-position-x:1000px ;
    }
    100%{
        background-position-x: 0px;
    }
}
/*椤佃剼瀵艰埅鏍�*/
/* .footer-contact a {
    color: white;
}
.footer-warp{
    /* text-decoration: underline; */
/*}
/*.footer-light   .footer-warp{
    /* text-decoration: underline; */
    /* border-top: 1px solid #dcdcdc ; */
  /*  height: 40px;

}
/*.footer {
    background: #232940;
    color: white;
    padding-top: 40px;
    overflow: hidden;
}
.footer-us{
    margin-left: 50%;
}
.footer-us h2 {
    margin: 0!important;
    text-align: left;
}

.foot-link {
    padding-top: 10px;
    display: inline-block;
}
.copyright {
    background-color: #232940;
    text-align: center;

}
.footer-us-title{
    font-weight: bold;
    padding-top:10px;
    font-size: 16px;
    padding-bottom: 5px;
    color: #666;
}
.footer-us-icon {
    font-size: 14px;
    padding: 5px 0;
    color: #5b6d85;
}

.footer-us-icon img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
*/
#suke-footer-h1 {
    font-size: 34px;
    margin: 10px auto auto auto;
}

#suke-footer-h2 {
    font-size: 30px;
    padding-top: 50px;
    color: rgba(126, 126, 126, 1);
}

#suke-footer-h3 {
    font-size: 18px;
    color: rgba(126, 126, 126, 1);
}

.footer-contact a {
    color: white;
}

.footer-contact-1 {
    text-align: center;
    font-size: 14px;
    /* padding: 10px 0; */
}

.footer-contact-1 a {
    text-align: center;
    color: white;
}
.suke-footer-logo {
    height: 56px;
    /* width: 190px; */

}



@media screen and (max-width: 768px) {
    .footer-contact a {
        margin: auto auto auto auto;
        text-align: center;
    }

    .footer-contact-1 {
        text-align: center
    }

    .contact-card p {
        text-align: center;
    }

    #aha-footer-h2, #aha-footer-h3, #aha-footer-h1 {
        text-align: center;
    }

    .footer-us {
        margin: auto auto auto auto;
    }

    .footer-us-icon {
        text-align: center;
    }
    .footer-us-title{
        font-size: 13px;

    }
    .footer-us-title p{
        color: white;
    }


    .footer-us {

        padding-top: 20px;

    }
    .footer-us  h2 {
        font-size:14px;
        padding-top: 20px;

    }
    .contact-us{

    }
    #aha-footer-h1{
        font-size: 14px;
    }
    #aha-footer-h2{
        font-size: 14px;
    }
    #aha-footer-h3{
        font-size: 12px;
    }
    .aha-footer-logo{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

}

/*footer-light 鐧借壊鐗堟湰*/
/*.footer-light {
    background:#f0f8ff;
    color: #595959;

}
.footer-light .footer-contact-1 a {
    text-align: center;
    color: #428bca;

}
.footer-light .footer-contact-1 a:hover {
    text-align: center;
    color: #595959;
    text-decoration: underline;
}
.footer-light  .copyright {
    background-color: #f0f8ff;
    text-align: center;
    border-top:1px solid #dcdcdc ;

}
.footer-light  .footer-us{
    color: #262626;
}
.footer-aboutus-title, .footer-aboutus-icon, .footer-split, .footer-spot{
    font-size: 14px!important;
}
.footer-aboutus-icon{
    color: #5b6d85;
}
.footer-split{
    margin: 0 5px;
}
.footer-spot{
    margin: 0 2px;
}
.lxfs-footer{
    display: flex;
}
*/
.suke-gzh{
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 992px){
    .lxfs-footer{
        display: block;
    }
}
@media screen and (max-width: 680px){
    .suke-gzh{
        width: 120px;
        height: 120px;
        top: 70px;
    }
    .footer-us-icon{
        text-align: left;
    }
}