.containervue{
    width:100%;
    height:auto;
    margin:0 auto;
}

.tracehead {
    /*width: 960px;*/
    height: auto;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    background: #1672DD;
    position: relative;
}

.webhead {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background-image: url("../../images/webhead.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1672DD;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.webhead > .headtitlt {
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 960px;
}

.webhead > .headtitlt > img {
    width: 58px;
    height: 56px;
}

.webhead > .headtitlt > .headright {
    width: 100%;
}

.webhead > .headtitlt > .headright > span {
    font-size: 12px;
    padding-bottom: 4px;
}

.webhead > .headtitlt > .headright > p {
    padding-top: 4px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(58, 58, 58);
    display: inline-block;
}




