﻿.classification{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.cif-left{
    width: 24%;
    float: left;
}
.cif-text {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 4%;
}

.cif-right{
    width: 75%;
    float: right;
}
.cif-right ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.cif-right li{
    width: 22% !important;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
}
.cif-right li img{
    width: 100%;
}
.cif-right li p{
    text-align: center;
    font-size: 15px;
    color: #000;
    padding: 5% 0;
}
.xl-nav form {
    position: relative;
    width: 95%;
}
.xl-nav form input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 0 17px;
    height: 37px;
    line-height: 37px;
    width: 100%;
    border-radius: 5px;
    outline: none;
}
.xl-nav form button {
    background: transparent;
    color: #666666;
    padding-right: 7px;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: -15px;
    top: 0px;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
    border: 1px solid #ddd;
}
.fa-search{}
.fa-search img{
    width: 74%;
}
.lang-switcher {
    float: right;
    line-height: 80px;
    margin-left: 20px;
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.xl-nav form button img{
    width: 90%;
}
.active {
    background-color: #cf1322;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
}
.lang-switcher a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .cif-text {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 4%;
    }
    .cif-left {
        width: 100%;
        float: left;
    }
    .cd-accordion-menu label, .cd-accordion-menu a {
        position: relative !important;
        display: block;
        padding: 13px 18px 10px 64px  !important;
        color: #333333;
        font-size: 16px  !important;
    }
    .cd-accordion-menu ul label, .cd-accordion-menu ul a {
        padding-left: 35px  !important;
    }
    .cd-accordion-menu ul label::after, .cd-accordion-menu ul a::after {
        left: 11px  !important;
    }
    .cif-right {
        width: 100%;
        float: right;
    }
    .cif-right ul li {
        width: 47% !important;
    }
}