.foot {
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
}

.foot .left {
    float: left;
}

.foot .footList {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}

.foot .footList li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.foot .footList li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background-color: #727272;
}

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.foot .footList li a {
    font-size: 14px;
    color: #333;
}

.foot .footTel {
    font-size: 16px;
    color: #363636;
}

.foot .footTel span {
    font-size: 22px;
    color: #eb0e00;
    font-weight: bold;
}

.foot .copyright p {
    font-size: 14px;
    color: #333;
}

.foot .copyright {
    text-align: left;
    margin-top: 10px;
}

.foot .right {
    float: right;
}

.foot .foot_txt {
    overflow: hidden;
}

.foot .foot_txt li:nth-child(1) {
    background: url(../images/foot_icon_01.png) no-repeat left center;
}

.foot .foot_txt li {
    font-size: 15px;
    color: #363636;
    line-height: 30px;
    padding-left: 35px;
}

.foot .foot_txt li:nth-child(2) {
    background: url(../images/foot_icon_02.png) no-repeat left center;
}

.foot .foot_txt li:nth-child(3) {
    background: url(../images/foot_icon_03.png) no-repeat left center;
}

.foot .foot_txt li:nth-child(4) {
    background: url(../images/foot_icon_04.png) no-repeat left center;
}

.foot .footList li a:hover {
    color: #e60012;
}

footer .top {
    background-color: #0b6ab8;
    padding: 5px 0px;
}

footer .top .tit {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 39px;
    cursor: pointer;
}

footer .top .tit:hover {
    color: rgb(0, 0, 0);
}

footer .top .right {
    margin-top: 10px;
    border-left: 1px solid rgb(255, 255, 255);
    font-size: 14px;
}

footer .top .right span {
    font-size: 26px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    margin-left: 8px;
    margin-right: 8px;
    font-weight: bold;
}

footer .top .right em {
    color: rgb(255, 255, 255);
    position: relative;
    top: -4px;
}

.foot .img-wrap {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.foot .img-wrap img {
    max-width: 100%;
}

.foot .icon-wrap {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.foot .icon-wrap figure {
    position: relative;
    cursor: pointer;
}

.foot .icon-wrap figure:hover img {
    display: inline-block;
    transform: scale(1);
}

.foot .icon-wrap figure img {
    position: absolute;
    top: -180px;
    left: -66px;
    display: none;
    transform: scale(0.1);
}

.foot .icon-wrap span,
footer .top .right span,
.foot .icon-wrap figure img,
.foot .icon-wrap a {
    transition: all 0.25s ease-in-out;
}

.foot .icon-wrap span:hover,
.foot .icon-wrap a:hover {
    background-color: rgb(255, 255, 255);
    color: #0b6ab8;
}

.foot .icon-wrap span,
.foot .icon-wrap a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
    text-align: center;
    background-color: #0b6ab8;
    color: rgb(255, 255, 255);
    border-radius: 3px;
}

.foot article {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    border-bottom: none;
}

@media (max-width: 991px) {
    .foot .right {
        width: 100%;
        margin-top: 20px;
        display: none;
    }
    .foot {
        padding: 30px 0px 90px;
    }
    footer .top .right {
        border: none;
    }
    footer .top {
        padding: 10px 0px;
    }
}

@media (max-width: 769px) {
    footer .top .right {
        text-align: end;
    }
    footer .top .tit {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}