@charset "utf-8";
.falb{
    background-color: var(--boxbg);
}
.falb .container{
    /* overflow: hidden; */
    padding-bottom: 30px;
}
.falb_t{
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}
.falb_tl{
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.falb_tlh{
    font-size: 42px;
    font-weight: 700;
    color: var(--txt_color1);
    line-height: 1.2;
}
.falb_tlp{
    margin: 30px 0 50px;
    width: 58%;
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color);
}
.falb_tlb{
    position: relative;
    width: 440px;
    height: 55px;
    display: flex;
    background-color: var(--btn_bg_color);
    border-radius: 10px;
    overflow: hidden;
}
.falb_tlbl{
    width: calc(100% - 60px);
    padding: 0 25px 2px 25px;
    color: #fff;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}
.falb_tlbrbox{
    position: relative;
}
.falb_tlbr{
    position: relative;
    width: 60px;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    border: 0;
}
.falb_tlbdw{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btn_bg_color1);
    border-radius: 10px 0 0 10px;
}
.falb_tlbdw i{
    font-size: 24px;
    color: #fff;
    transition: all .4s;
}
.falb_tlbrbox:hover i{
    transform: scale(1.1);
}
.falb_tr{
    width: 22%;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
}
.falb_tr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.falb_tr:hover img{
    transform: scale(1.1);
}
.falb_b{
    display: flex;
    flex-wrap: wrap;
}
.falb_b .falb_ba{
    display: flex;
    align-items: center;
    padding: 0 40px;
    width: 49%;
    margin-right: 2%;
    height: 100px;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #efefef;
}
.falb_b .falb_ba:hover{
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border: 1px solid var(--a_hover_color);
}
.falb_b .falb_ba:nth-child(2n){
    margin-right: 0;
}
.falb_balbox {
    transition: all .3s;
}
.falb_b .falb_ba:hover .falb_balbox {
    transform: translateX(8px);
}

.falb_bal{
   width: calc(100% - 130px);
    font-size: 20px;
    color: var(--txt_color1);
}
.falb_ba:hover .falb_bal{
    color: var(--btn_bg_color1);
}
.falb_bar{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.falb_bar span{
    font-size: 16px;
    color: var(--p_color1);
    transition: all .4s;
}
.falb_bar i{
    margin-left: 6px;
    font-size: 18px;
    color: var(--p_color1);
    transition: all .4s;
}


.falb_ba:hover span,
.falb_ba:hover i{
    color: var(--btn_bg_color1);
}
.falb_ba:hover i{
   transform: translateX(4px);
}
.footer_t{
    background-color: #fff;
}
@media screen and (max-width: 2000px) {
    .falb_t{
        padding: 70px 0;
    }
}
@media screen and (max-width: 1800px) {
    .falb_tlp{
        margin: 30px 0 40px;
    }
    .falb_bal{
        font-size: 18px;
    }
    .falb_b .falb_ba{
        height: 100px;
    }
    .falb_t{
        padding: 60px 0;
    }
}
@media screen and (max-width: 1600px) {

    .falb_bar span {
        font-size: 14px;
    }
    .falb_tlh{
        font-size: 38px;
    }
    .falb_bal{
        font-size: 16px;
    }
    .falb_b .falb_ba{
        padding: 0 40px;
    }
    .falb_t{
        padding: 50px 0;
    }
    .falb_tr {
        width: 33%;
    }
    .falb_bar i {
        font-size: 14px;
    }

}
@media screen and (max-width: 1400px) {

    .falb_tlh{
        font-size: 32px;
    }
    .falb_tlp{
        font-size: 14px;
        line-height: 24px;
    }
    .falb_tlb{
        height: 45px;
    }
    .falb_tlbl{
        font-size: 12px;
    }

    .falb_b .falb_ba{
        padding: 0 25px;
    }
    .falb_b .falb_ba {
        height: 80px;
       
    }
    .falb_bal {
        font-size: 15px;
    }
  
}
@media screen and (max-width: 1200px) {
    .falb_tlh{
        font-size: 28px;
    }
    .falb_tlp{
        margin: 30px 0;
    }
    .falb_tr{
        width: 45%;
    }
    .falb_b .falb_ba{
        padding: 0 20px;
    }
    .falb_bal{
        font-size: 14px;
    }
    .falb_b .falb_ba{
        height: 80px;
    }
    .falb_bar span{
        font-size: 14px;
    }
    .falb_b .falb_ba
    {
        height: 70px;
    }
}
@media screen and (max-width: 992px) {
    .cplbdh .mbx {display: none;}
    .falb_tlb{
        width: 300px;
    }
    .falb_tlp{
        font-size: 12px;
        line-height: 20px;
    }
    .falb_tlp{
        margin: 20px 0;
    }
    .falb_bal{
        font-size: 14px;
    }
    .falb_bar span{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .falb_tlbr {}
    .falb_tlbdw i{ 
        font-size: 18px;
    }
    .falb_t{
        flex-wrap: wrap;
    }
    .falb_t>div{
        width: 100%;
    }
    .falb_tlh{
        font-size: 24px;
        text-align: center;
    }
    .falb_tlp{
        width: 100%;
        text-align: center;
    }
    .falb_tlb{
        width: 80%;
        margin: 0 auto;
    }
    .falb_tr{
        margin-top: 35px;
        display: none;
    }
    .falb_b .falb_ba
    {
        height: 55px;
    }
    .falb_bar
    {
        /* display: none; */
    }
    .falb_bal{
        width: 100%;
    }
    .falb_bal{
        font-size: 12px;
    }
    .falb_b .falb_ba{
        padding: 0 20px;
        width: 98%;
    }
    .falb_bar span {
        display: none;
    }
    .falb_b .falb_ba {
        margin-bottom: 10px;
    }
    .falb_b .falb_ba {
        border-radius: 5px;
    }
    .falb_tlbl {
        padding: 0 15px;
    }


}