#Keywords {
    width: 100%;
}


#Keywords .ClassificationNavigation ul {
    display: flex;
    max-height: 150px;
    margin: 0;
    justify-content: flex-start;
    margin-left: 120px;
}

#Keywords .ClassificationNavigation ul li {
    text-align: center;
    cursor: pointer;
}

#Keywords .ClassificationNavigation ul li p {
    font-size: 17px;
    font-weight: 600;
    color: #b3b3b3;
    line-height: 33px;
    margin: 59px 100px 58px;
}

#Keywords .ClassificationNavigation ul .Classification_Li p {

    font-weight: 600;
    color: #1c1c1c;
}

#Keywords .ClassificationNavigation ul .Classification_Li p:last-of-type {
    width: 120px;
    height: 1px;
    margin: 0 auto;
    border-bottom: 3px solid #00a0e9;
}

#Keywords .Equipment {
    text-align: center;
    background-color: #fafafa;
}

#Keywords .Equipment div {
    width: 280px;
    display: block !important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#Keywords .Equipment div p {
    cursor: pointer;
    padding-bottom: 15px;
}

#Keywords .Equipment div .Equipment_P {
    color: #1c1c1c;
    border-bottom: 2px solid #4d4d4d;
}

#Keywords .Equipment ul {
    text-align: left;
    padding-top: 80px;
    margin: 0 100px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

#Keywords .Equipment ul li {
    background-color: #fff;
    height: 450px;
    width: 25%;
    margin-bottom: 40px;
}

#Keywords .Equipment ul li img {
    width: 300px;
    height: 255px;
    margin: 15px 20px;
}

#Keywords .Equipment ul li p:first-of-type {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

#Keywords .Equipment ul li p:last-of-type {
    color: #00a0e9;
    line-height: 20px;
}

#Keywords .Equipment .Equipment_ul1,
#Keywords .Equipment .Equipment_ul2,
#Keywords .Equipment .Equipment_ul3,
#Keywords .Equipment .Equipment_ul4,
#Keywords .Equipment .Equipment_ul5 {
    display: none;
}

#Keywords .Equipment button {
    margin: 60px auto 100px;
    width: 120px;
    height: 40px;
    border: none;
    background: #00a0e9;
    font-size: 14px;

    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}

#Keywords .layui-input-inline {
    display: inline-flex;
}

#Keywords .titlestyle {
    line-height: 180%;
    font-size: 50px;
    font-weight: 600;
    padding: 2%;
}

#Keywords .layui-form-item .layui-input-inline {
    width: 500px;
    float: none;
}

#Keywords .layui-form-item .layui-inline {
    margin-bottom: 20px;
    margin-right: 0px;
}

#Keywords .remen {
    text-align: left;
    margin: 25px 355px;
    width: 60%;
    font-size: 25px;
}

@media (max-width: 992px) {
    #Keywords .remen {
        text-align: left;
        margin: 25px auto;
        width: 70%;
        font-size: 25px;
    }

    #Keywords .layui-form-item .layui-input-inline {
        margin: 0 0 10px 10%;
    }
}
