﻿.footer-B-L-Box {
    padding-top: 5px;
    float: right;
}

.M-s, .M-M, .M-R {
    padding-bottom: 15px;
    position: relative;
}

.footer-B-L-Box .footerItem {
    width: 262px;
    height: 37px;
    background: transparent;
    line-height: 37px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 12px;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    border: 1px solid #fff;
}

.footer-B-L-Box ul {
    position: absolute;
    z-index: 9;
    bottom: 37px;
    display: none;
}

footer {
    padding-top: 1em;
    color: white;
    font-size: 16px;
}

.ewm_name {
    text-align: center;
}

.ewm_img img {
    width: 120px;
    text-align: center;
}

.ewm_img {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.footerItem::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-footer.png) no-repeat;
    width: 17px;
    height: 12px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;
}


.footer-B-L-Box ul {
    position: absolute;
    z-index: 9;
    bottom: 37px;
    display: none;
    background: #fff;
}

.M-s:hover ul {
    display: block;
}

.footer-B-L-Box > div:hover .footerItem::after {
    transform: translateY(-50%) rotateZ(180deg);
}
.footer-B-L-Box div ul li {
    width: 262px;
    height: 40px;
    line-height: 40px;
}

.footer-B-L-Box div ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    background-color: #ffffff;
    padding-left: 12px;
}

.footer-B-L-Box div ul li a:hover {
    background-color: #93080c;
    color: #ffffff;
    border: 1px solid #fff;
}