.navbar{
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    font-weight: 500;
}
.navbar-container{
    width: 1280px;
    padding-top: 20px;
    margin: auto;
}
.navbar-container img{
    width: 125px;
    height: auto;
}
.navbar-box{
    width: 100%;
    height: 52px;
}
.navbar-list{
    width: 800px;
    float: right;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
}
.navbar-item{
    position: relative;
    float: left;
    line-height: 52px;
    padding:0px 20px ;
    cursor: pointer;
    color: white;
}
.navbar-item:hover{
    background: #1A60FF;
    border-radius: 50px;
    box-shadow: inset  0px 0px 5px 3px rgba(255, 255, 255, 0.7);
}
.navbar-suspend{
    min-width: 150px;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    padding: 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.navbar-item:hover .navbar-suspend{
    display: block;
}
.navSecond{
    width: 100%;
    float: left;
}
.navSecond-title{
    font-weight: bold;
    color:#060f3c;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    padding: 0px 10px;
}
.navSecond-title:hover{
    background:#acaaaa;
    color: white;
}
.navThired{
    color:#7b7b7b;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.navThired:hover{
    background:#acaaaa;
    color: white;
}