.classification-box {
    margin: auto;
    overflow: hidden;
}

.classification {
    border: 0px solid #e2e2e2;

}
.classification .box1 {

}
.classification .box1 .title {
    font-size: 18px;
    color: #585858;
    background-color: #f3f4f5;
    padding: 15px;
    text-align:center;
}

.classification .box2{
    float: left;
    margin: 5px;
    padding: 15px;
    width: 157px;
    overflow: hidden;
    vertical-align:middle;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    cursor: pointer;

}

.classification .box2:hover {
    box-shadow: 0 2px 27px #ff9473;
    -webkit-transform: translateY(-16px);
    transform: translateY(0px);
    border-top: 1px solid #ff5722;
    border-left: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
    border-bottom: 1px solid #ff5722;
}
.classification .box2:hover:after {
    opacity:1;
}



.classification .class1 .img{
    float: left;
    text-align:center;
    margin: auto;

}

.classification .class1 .img img{
    width:44px;
    height:44px;
    text-align:center;
}

.classification .class1 .classname{
    float: left;
    color: #585858;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 42px;
    width: 92px;
    padding-left: 9px;
}

.Level1-style{
    font-size: 18px;
    overflow: hidden;
    padding: 10px;
    background-color: #f1f1f1;
    width: 1179px;
    max-width: 1179px;
    font-weight: bold;
    text-align: center;
    color: #767676;
    border-radius: 11px 11px 0 0;
}

.Level2-style{
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    background-color: #f9f9f9;
    width: 1183px;
    max-width: 1183px;
    color: #0089c9;
    margin-bottom: 10px;
}
.Level2-style-no{
    font-size: 14px;
    overflow: hidden;
    width: 1183px;
    max-width: 1183px;

}
.Level2-style-no .box2{
    float: left;
    margin: 5px;
    padding: 15px;
    width: 145px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    border-radius: 10px;
    cursor: pointer;
}
.Level2-style-no .box2:hover {
    box-shadow: 0 2px 27px #ff9473;
    -webkit-transform: translateY(-16px);
    transform: translateY(0px);
    border-top: 1px solid #ff5722;
    border-left: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
    border-bottom: 1px solid #ff5722;
}
.Level2-style-no .box2:hover:after {
    opacity:1;
}
.classification .class1 .img{
    float: left;
    text-align:center;
    margin: auto;

}
.classification .class1 .img img{
    width:44px;
    height:44px;
    text-align:center;
}
.classification .class1 .classname{
    float: left;
    color: #585858;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 42px;
    width: 92px;
    padding-left: 9px;
}
.Levelmenustyle{
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.topclassification{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 21px;
    padding-bottom: 21px;
    overflow: hidden;
    width: 1190px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.topclassification li{
    float: left;
    padding: 1px 10px 2px 10px;
    color: #747474;
    font-size: 16px;
    border-right: 1px solid #e1e1e1;
}
.topclassification li:hover{
    color: #EFF0F1;
    background-color: #dc0001;
    cursor: pointer;
}