.navbar-nav .nav-item .nav-link {
    color: #47044b;
}

.top{
    width:100%;
    word-break:break-all;  
    height:100px;
    background-color:#47044b;
}
.top_information{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    width:1100px;
    height:100px;
}
.logo{
    /* float:left; */
    width:100px;
    height:100px;
    text-align:center;
}
.home{
    float:left;
    width:100px;
    height:100px;
    text-align:center;
}
.logo img{
    max-height: 100%;
    width:auto;
}
.home img{
    padding-top:30px;
    width:30px;
}
.slogan {
    width:auto;
    height:70px;
}
.erwei {
    width:80px;
    height:80px;
}