body{
    background-color: rgb(240, 240, 240);
    padding: 0px;
    margin: 0px;
}

.logo a img{
    height: 100px;
}

.logo{
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

.navigation{
    padding-top:  0px;
    margin: 0px 6px;
}

.nav_list{
    background-color: #333c45;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.nav_list li{
    float: left;
    list-style: none;
}
.nav_list li:hover{
    background-color: red;
}
.active{
    background-color: red;
}

.nav_list a{
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 12px 15px;
}

.header{
    text-align: center;
    padding: 100px;
}

.header h1,.header h2{
    color: rgba(69, 66, 33, 0.688);
}

.softshow{
    height: 300px;
    background-color: white;
    padding: 30px 200px;
    text-align: center;
}

.softshow h2{
    color: hsla(0, 0%, 0%, 0.592);
}

.softshow img{
    width: 60px;
}

.show_list{
    list-style: none;
    overflow: hidden;
    padding: 0px;
}


.div_con{
    box-shadow: rgba(0, 0, 0, 0.405) 0px 0px 10px;
    background-color: rgb(240, 240, 240);
    /* border: #333c45 solid 1px; */
    border-radius: 10px;
    padding: 5px;
    margin: 20px;
}

.div_con:hover{
    background-color: rgb(222, 230, 191);
}


.show_list,li{
    float: left;
}

.con_list{
    overflow: hidden;
    list-style: none;
    padding: 5px 10px 0px 10px;
}

.con_list li{
    padding: 0px;
    margin: 0px 5px;
}

.con_list p{
    line-height: 10px;
}

.all_li b{
    font-size: 20px;
}

.con_list img{
    border-radius: 5px;
}

.footer{
    margin: 0px;
    background-color: #333;
    text-align: center;
}

.footer-top{
    color: white;
    padding: 50px 0px ;
}

.footer-top a{
    color: rgb(203, 202, 202);
    font-size: 15px;
    text-decoration: none;
}

.footer-top a:hover{
    color: red;
}

.footer p{
    color: rgb(203, 202, 202);
    padding: 0px 0px 30px 0px;
    margin: 0px;
}

.footer a{
    color: rgb(203, 202, 202);
    text-decoration: none;
}

.footer a:hover{
    color:red;
}