.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    background-color: white;
    z-index: 999;
}

.navbar2{
    width: 100%;
    height: 130px;
    background-color: white;

}
.navbar .logo{
    float: left;
    height: 100%;
    width: 180px;
    background-color: pink;
}


.navbar .logo img  {
    height: 100%;
    width: 100%;
}

.nav-links {
    float: left;
    margin-left: 300px;
}

.nav-links ul li {
    float: left;
    margin: 0 15px;
}

.nav-links ul li a {
    margin-top: 10px;
    display: block;
    height: 100px;
    padding: 0 10px;
    line-height: 100px;
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.active {
    border-bottom: 3px solid blue;
}


.bottom_info {
    width: 100%;
    height: 80px;
    margin: 10px auto;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}


.info1 {
    float: left;
    line-height: 20px;
    margin-right: 250px;
}
.info2 {
    float: left;
    margin-right: 100px;
}
.info3 {
    float:right;
}
