.link {
    background: rgba(255,255,255,.1);
    padding: 18px 0;
}
.footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 0;
    margin-bottom: 0px;
}
.footer-links .dropdown {
    transition: 0.3s;
    float: left;
}
.footer .footer-links>li>a {
    color: #FFFFFF;
    font-size: 16px;
}
.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: 7px solid\9;
    border-bottom: 7px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #fff;
    margin-left: 6px;
}

.footer .footer-links .dropdown-menu {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}

.footer-links .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.foot-icon img{
    width: auto;
  display: inline-block;
}
.foot-icon a{
    display: inline-block;
  
}
.foot-icon{
    padding-left: 0px;
    position: relative;
    top: 10px;
}
.footer {
    background: #005293;
}
.footer-content p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.footer-content p a{
    color: #FFFFFF;
}
.footer-content p span{
    margin:0 10px;
}
p{
    margin-bottom: 0;
}
.footer-content p:last-child{
    margin-bottom: 0;
}
.footer-content{
    padding-top: 41px;
    padding-bottom: 37px;
}
.container-fluid {
    width: 81px;
    position: fixed;
    right: 17px;
    margin-top: -160px;
    top: 50%;
    padding: 0;
}
.container-fluid ul {
    background: #fff;
    border-radius: 16px;
    padding: 30px 0;
        box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.container-fluid li {
    position: relative;
    margin-bottom: 22px;
}
.container-fluid li:last-child{
    margin-bottom: 0;
}
.container-fluid li p{
    margin-bottom: 0;
    font-size: 12px;
    color: #737373;
    margin-top: 3px;
    text-align: center;
}
.container-fluid li a:hover p{
    color: #D8A849;
}

.container-fluid li.closed{
    position: absolute;
    bottom:-32px;
    left:50%;
    transform: translate(-50%,0);
    background: rgba(0,0,0,.2);
    color:#fff;
    font-size: 12px;
    padding:4px 10px 6px;
    white-space: nowrap;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1.2;
}
.wx2 {
    position: absolute;
    left: -220px;
    top: 0px;
    width: 220px;
    padding: 10px;
    background: #fff;
    display: none;
}
.wx2 span {
    display: block;
    float: left;
    margin: auto;
}
.wx2 span img {
    height: 100%;
    width: 100px;
    display: block;
}
.wx2 span label {
    margin-bottom: 0;
    text-align: center;
    display: block;
}
.container-fluid li:hover .wx2 {
    display: block;
}
.container-fluid li  a i{
    width: 30px;
    display: block;
    margin: 0 auto;
}
.container-fluid li a:hover p{
    font-weight: bold;
}
#wzagjtghb{
   display: none;
}

@media (max-width: 1259px) {
    .foot-icon {
        padding-left: 45px;
    }
}

@media (max-width: 1199px) {
    .foot-icon {
        padding-left: 0px;
    }
    .foot-icon a{
        margin-left: 30px;
    }
}
@media (max-width: 991px) {
    .foot-icon{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .footer-links .dropdown{
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer .footer-links{
        display: block;
    }
    .link{
        padding-bottom: 8px;
    }
    .footer-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
   .container-fluid li{
    display: none;
   }
   #wzagjtghb{
    display: block;
    margin-bottom: 0;
   }
   .container-fluid ul{
        padding: 10px 0;
   }
}
