.cs_wrap h1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.cs_wrap h2{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.cs_wrap p{
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px;
}
.cs_ul ul{
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 55px;
}
.cs_ul ul li{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 26px;
    position: relative;
    cursor: pointer;
}
.cs_ul ul li:hover::before{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #E85E2F;
}
.cs_ul ul li.active::before{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #E85E2F;
}
.list-case-show ul{
    list-style:none !important;
}
.c1 img{
    margin: 25px 0;
}
a:hover{
    color: #000;
}