@charset "utf-8";
.footer{
    background: #0c1c31;
    padding-top: 4rem;
    margin-top: 7rem;
    border-top: 2px solid #ce2731;
}
.footer-tit{
    text-align:center;
    margin: -8rem 0 4rem;
}
.footer-tit-t1{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.footer-tit-t1 a{
    background: #0a7dd6;
    color: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 30px;
    text-transform: uppercase;
}
.footer-tit-t2{
    font-size: 1.8rem;
    color: #828282;
    text-transform: uppercase;
}
.footer-list dl dt{
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.footer-list dl dd{
    line-height: 2.8rem;
    color: #cccccc;
}
.footer-list dl dd a{
    color: #cccccc;
}
.footer-list dl dd a:hover{
    color: #ce2731;
}
.footer-list dl dd a i{
    margin-right: 5px;
    color: #ce2731;
}
.footer-con dd{
    position: relative;
    padding-left: 2rem;
    margin-top: 1rem;
}
.footer-con dd i{
    color: #ce2731;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-lttb{
    margin-top: 2rem;
}
.footer-lttb dd a{
    display: block;
    float: left;
    width: 3rem;
    background: #989898;
    height: 3rem;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
.footer-lttb dd a i{
    color: #fff!important;
    margin-right: 0!important;
}
.footer-lttb dd a:hover{
    background: #ce2731;
}
.footer-all{
    color: #cccccc;
    text-align: center;
    line-height: 4rem;
    border-top: 1px solid #244e84;
    margin-top: 4rem;
    font-size: 1.4rem;
}
.footer-all a{
    color:#cccccc;
}


.footer-ewm{}
.footer-ewm dd{
    width: 45%;
    float: left;
    margin: 0;
    margin-right: 5%;
}
.footer-ewm dd img{
    width: 100%;
}
.footer-ewm dd p{
    text-align: center;
    font-size: 1.4rem;
}


.footer-top{
    position: fixed;
    z-index: 9999999;
    right: 1rem;
    bottom: 1rem;
}
.footer-top .footer-top-a{
    background: #f2f2f2;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    font-size: 1.8rem;
    color: #ce2731;
    cursor: pointer;
}
.footer-top .footer-top-a:hover{
    background: #ce2731;
    color: #fff;
}




@media screen and (max-width: 1200px) {
    .footer{
        margin-top:4rem;
    }
    .footer-tit{
        margin: -8rem 0 3rem;
    }
    .footer-list .am-u-sm-12{
        margin-bottom:2rem;
    }
    .footer-all{
        margin-top:2rem;
        line-height: 2rem;
        padding: 1rem 0;
    }
}



