.Nav_Box {
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-evenly;
}

.logo {
    width: 155px;
    height: 35px;
}

.logo>img {
    width: 100%;
    /* height: 100%; */
    /* margin-top: 10px; */
}

.nav_box {
    position: relative;
    width: 65%;
}

.poaeNav {
    position: absolute;
    right: 0;
}

.Nav {
    display: flex;
}

.Nav>li {
    margin-right: 30px;
    height: 45px;
    line-height: 60px;
    color: #696969;
    cursor: pointer;
}

/* 激活样式*/

.active {
    /* color: #346ff4 !important; */
    border-bottom: 3px solid #c3141c;
}

.calbtne {
    width: 101px;
    height: 33px;
    background-color: #c3141c;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}