#banner_carousel_box .el-image{
    width: 100%;
    height: 400px;
}

#banner_carousel_box .el-skeleton{
    height: 100%;
}
.mainNav{
    max-width: 1230px;
    margin: 0px auto 0;
    min-height: 30px;
    padding: 20px;
    /*background: #f0f6ff;*/
}
#myGotoLinkP{
    max-width: 390px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainNav .nav_item{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.mainNav .nav_item:nth-child(1){
    margin-top: 20px;
}
.nav_head{
    padding: 0 20px;
    margin-bottom: 10px;
}
.nav_head .nav_icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.nav_head .nav_icon img{
    width: inherit;
    height: inherit;
    object-fit: fill;
}
.nav_head .nav_name{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.nav_item .nav_body{
    min-height: 50px;
}
.nav_body ul li{
    float: left;
    min-width: 120px;
    text-align: center;
    font-size: 20px;
    margin: 0 10px 20px 10px;
    height: 45px;
    line-height: 45px;
    background: #2f99e1;
    color: white;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px;
}
.nav_body ul li:hover{
    background: #3ca8f1;
}