.footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
    margin-bottom: 0px;
}

.footer-cont001 {
    background: #4B4F50;
    padding-top: 34px;
    padding-bottom: 24px;
}

.footer-links .dropdown {
    transition: 0.3s;
    float: left;
}

.footer .footer-links>li>a {
    color: #FFFFFF;
    font-size: 14px;
}

.link {
    background: #606364;
    padding: 28px 0;
}

.footer-links .dropdown:hover .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.footer-links li a label {
    margin-bottom: 0;
}

.dropup .caret {
    border-top: 0;
    border-bottom: 6px solid\9;
    border-bottom: 6px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #fff;
}

.footer .footer-links .dropdown-menu {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.foot-txt p {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.foot-dz {
    padding-left:10px;
    padding-right: 10px;
    margin-top: -10px;
}

.icon-footer {
    margin-top: 38px;
}

.icon-footer a {
    float: left;
}

.icon-footer a img {
    width: auto;
}
.icon-footer span{
    float: left;
}
.icon-footer span img{
    width: auto;
}
.foot-txt p span {
    padding: 0 15px;
}

.foot-txt p a {
    color: #FFFFFF;
}

.footer-info {
    position: relative;
}



.share1 {
    position: fixed;
    bottom: 240px;
    right: 20px;
    z-index: 999;
}

.share1>ul>li {
    width: 58px;
    height: 58px;
    padding: 10px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    border-radius: 50%;
    margin: 0 auto 10px;
    cursor: pointer;
    position: relative;
    background: #cbb486 !important;
}

.share1>ul>li>i,
.share1>ul>li>a>i {
    font-size: 34px;
    color: #fff !important;
}

.share-show {
    position: absolute;
    border: 1px solid #cbb486;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 68px;
    top: -10px;
    display: none;
    border-radius: 3px;
}

.wx-show {
    left: -156px;
}

.wx-show p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}

.share-show img {
    max-width: 100%;
    width: inherit;
}

.app-show ul {
    display: flex;
    padding-left: 0;
    flex-direction: row;
}

.share-show ul li {
    margin: 0 12px;
    float: left;
    width: 100px;
    height: 120px;
}

.app-show ul li img {
    width: 92%;
}

.share1 ul li:hover .share-show,
.share1 ul li:active .share-show,
.share1 ul li:focus .share-show {
    display: block;
}

.wx-show:after,
.app-show:after,
.fenxiang-show:after,
.dy-show:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgba(202, 180, 132, 1);
    border-left: 1px solid rgba(202, 180, 132, 1);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(134deg);
    transform: rotate(135deg);
    display: block;
    position: absolute;
    right: -4%;
    top: 30px;
}

.fenxiang-show {
    top: 3px;
}

.fenxiang-show:after {
    right: -3.3%;
    top: 17px;
}

.wm label {
    color: #FFFFFF;
    display: block;
}

.wm label:first-child {
    margin-bottom: 20px;
}

.wm img {
    width: 69px;
    height: 68px;
    float: left;
    margin-right: 15px;
}
.wm1 img {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.wm span {
    float: left;
}
@media (max-width: 1229px) {
.foot-dz {
    padding-left: 33px;
    padding-right: 53px;
}
}


@media (max-width: 1199px) {
    .foot-dz {
        padding-left: 2px;
        padding-right: 3px;
    }
}

@media (max-width: 991px) {
    .foot-dz {
        padding-left: 50px;
        padding-right: 70px;
    }

    .icon-footer {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .footer-links {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .footer-links li a {
        white-space: nowrap;
        padding: 0 30px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer {
        background-size: cover;
    }
}

@media (max-width:580px) {
    .footer-links li {
        margin-bottom: 10px;
        float: left;
        width: 50%;
        padding: 5px 11px;
    }

    .footer .footer-links {
        display: block;
        margin: 0 -11px;
    }

    .link {
        padding: 12px 0;
        padding-bottom: 0;
    }

    .footer-links li a {
        padding: 0;
    }

    .dropup .caret {
        float: right;
        margin-top: 7px;
    }

    .footer-links li .dropdown-menu li {
        width: 100%;
    }

    .foot-txt p {
        margin-bottom: 15px;
    }

    .foot-txt p span {
        display: block;
    }

    .wm img {
        margin-right: 10px;
    }

    .foot-dz {
        padding-left: 15px;
        padding-right: 15px;
    }

    .foot-dz {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wm img {
        margin-right: 8px;
    }
}

@media (max-width:380px) {
    .footer-links li a label {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 87%;
    }
    .icon-footer{
        display: block;
    }
    .icon-footer a{
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .wm{
        display: flex;
        justify-content: center;
    }
}