/* footer */
.footer [class^="col"]{
    padding:0px;
}
.footer{
    background-color: #182858;
    padding:6.4rem 0px 0px;
}
.footer-top .nav {
    width: 100%;
    height: 100%;
}

.footer-top .navUl {
    width: 100%;
    height: 100%;
}

.footer-top .navLi {
    position: relative;
    width: calc((100% - 0px)/4);
    float:left;
}

.footer-top .navNameH1 {
    line-height: 40px;
    color: #fff;
}

.footer-top .navEjBox {
    width: 100%;
    padding: 0px;
    text-align: left;
    border: none;
}

.footer-top .navLiEj {
    width: 100%;
    height: 100%;
}

.footer-top .navName2 {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 1s ease 0s;
    line-height: 30px;
}
.footer-top .navLi .navName1 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: all 1s ease 0s;
}

.footer-top .navLi .iconJt {
    color: rgba(255, 255, 255, 1);
}

.footer-top .navLi:hover .navEjBox {
    display: block;
}

.footer-top .navLiEj:hover .navName2 {
    color: rgba(255, 255, 255, 1);
}

/* footer-top */
.footer-top{
    margin-bottom: 6.4rem;;
}
.footer-top .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.footer-top .iShare a {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 5px;
}
.footer-top .iShare img {
    width: 100%;
    height: 100%;
}
.footer-top .row h4 {
    font-size: 18px;
    color: #fff;
    padding-left: 4px;
}

.footer-top .info p,.footer-top .info a {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.info {
position: absolute;
bottom: 0px;
}
.footer-bottom{border-top:1px solid rgba(255,255,255,.6);padding:2rem 0px;color: #fff;line-height: 2;}
.footer-bottom a{
color:#fff;
}
@media (min-width:768px){
    .footer-top .row-pad {
        padding-top: 0px;
    }
    .footer-top .infobox {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        padding-left: 5rem!important;
    }
}
@media (min-width:1300px){
    .footer-top .row-pad { 
        padding: 20px 0 0 0; 
    }
}
@media (max-width:767px){

    .footer .infobox {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .footer .info {
        position: relative;
    }
}
@media (max-width:1200px){
   .footer .infoContent {
        
        margin-top:2rem;
    }
    }
@media (max-width:580px){
    .footer-top .navLi {
        /* width: calc((100% - 0px)/2); */
        margin-bottom: 1rem;
        /* padding-left: 4rem; */
    }
    .footer  .col-sm-8.infobox .info {
        position: static;
        margin-top: 2rem;
    }
    
    .footer .row-pad {
        margin-top: 1rem;
    }
    
    .footer-top .row h4 {
        margin-top: 2rem;
    }
    
    .footer .infoContent {
        text-align: center;
    }
    
    .footer .row.infoContent .col-sm-4 img {
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }
    .footer  .info {
        position: relative;
    }
    
    .footer .infoContent [class^="col-"] {
        position: relative;
        width: 100%;
        float: none;
        right: 0;
        top: 0px;
        transform: translate(0);
    }
    
    .footer .infoContent [class^="col-"]> img {
        margin: 0 auto;
        width: 34%;
    }
    
    .footer .navBox {
        padding: 0px 0rem;
    }
}
.footer .col-xs-8.infobox {
    padding-left: 2rem;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0px;
    overflow: hidden;
}
