.navColor{
    background: #2c51ca;
    color: #FFFFff;
}
.proBTN{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #4776ec;
    border-radius: 15px;
}
.proMoreA{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #2c51ca;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 50px;
    border-radius: 3px;
}
.dtBTN1{
    display: block;
    width: 110px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #2c51ca;
    color: #2c51ca;
    border-radius: 15px;
}
