@charset "utf-8";
.allbtl{
    margin-top: 126px;
    height:680px ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--btn_bg_color);;
}
.allbtl .container{
    height: 100%;
}
.allbtl_txt_t{
    position: relative;
}
.allbtl_txt_timg{
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
}
.allbtl_txt_timg img{
    height: 100px;
}
.allbtl_txt{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-bottom: 200px;
}
.allbtl_txth{
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
z-index: 5;
}
.allbtl_txty{
    font-size: 16px;
    text-transform: capitalize;
}
.allbtl_txtp{
    width: 40%;
    font-size: 16px;
    line-height: 30px;
    margin:0 auto;
}
.cptl_txtboxx{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 22px 0;
    height: 2px;
    z-index: 5;
}
.cptl_txtboxx b{
    display: block;
    width: 33px;
    border-radius: 1.5px;
    background-color: var(--btn_bg_color1);
}
.cptl_txtboxx span{
    margin-left: 5px;
    display: block;
    width: 86px;
    border-radius: 1.5px;
    background-color: var(--boxbg);
}
.allbbox .container{
    /* transform: translateY(-220px); */
    border-radius: 12px 12px 0 0;
}
.allbboxt{
    border-radius: 12px 12px 0 0;
   display: flex; 
   background-color: rgba(0, 71, 185, .95);

}
.allbboxt a{
    height: 70px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    color: #fff;
    transition: all .4s;
}
.allbboxt a:hover{
    background-color: var(--btn_bg_color1);
}
.allbboxt a.on{
    background-color: var(--btn_bg_color1);
}
.allbboxb{
    position: relative;
    background-color: #fff;
    min-height: 300px;
}
.allbboxb::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 70%;
    /* background-color: #e7e7e7; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, 0) 80%);
    display: none;

}
.allbboxb::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 70%;
    /* background-color: #e7e7e7; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, 0) 80%);
    display: none;
}
.allbboxb{
    padding:0 5% 40px;
    display: flex;
    flex-wrap: wrap;
}
.allbboxb .allbboxba{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 60px;
}
.allbboxb .allbboxba:nth-child(-n + 3){
    margin-top: 0;
}
.allbboxb .allbboxba:nth-child(3n){
    margin-right: 0;
}
.allbboxba_h{
    height:60px;
    line-height: 60px;
    font-size:22px ;
    font-weight: 700;
    color: var(--txt_color1);
    transition: all .4s;
}
.allbboxba:hover .allbboxba_h{
    color: var(--btn_bg_color1);
    transform: translateX(5px);
}
.allbboxba_p{
    position: relative;
padding: 20px 0 25px;
font-size: 16px;
line-height: 30px;
color: var(--p_color1);
border-top: 1px solid #e7e7e7;
height: 106px;
}
.allbboxba_p::before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width:20%;
    height: 1px;
    background-color: var(--btn_bg_color1);
}
.allbboxba_b{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 75%;
}
.allbboxba_b img{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.allbboxba:hover img{
    transform: scale(1.1);
}
.allbboxba_bdw{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 10px;
    z-index: 5;
}
.allbboxba_bdwl{
    width: 27%;
    background-color: var(--btn_bg_color1);
    border-radius: 0 4px 0 0;
}
.allbboxba_bdwr{
    width: 72.3%;
    background-color: var(--btn_bg_color);
    border-radius: 4px 0 0 0;
}
.fenye{
    display: flex;
    justify-content: center;
}
.footer_t{
    background-color: #f5f5f5;
}
.allbbox{
    margin-top: -120px;
}
@media screen and (max-width: 2000px) {
    .allbtl{
     height:  640px;
    }
    .allbboxb{
        padding: 0 5% 40px;
    }
}
@media screen and (max-width: 1800px) {
    .allbtl{
        height:  600px;
       }
       .allbboxt a{
        height: 65px;
       }
       .allbboxb{
        padding: 0 5% 35px;
       }
       .allbboxba_h{
        font-size: 20px;
       }
    
       .allbtl_txt{
        padding-bottom:170px;
       }
     
}
@media screen and (max-width: 1600px) {
    .allbtl{
        height:  560px;
       }
       .allbtl_txth{
        font-size: 38px;
       }
       .allbboxt a{
        height: 60px;
        font-size: 14px;
       }
       .allbboxb{
        padding: 0 5% 30px;
       }
       .allbboxb .allbboxba{
        margin-top: 40px;
       }
       .allbboxba_h{
        font-size: 18px;
        height: 55px;
        line-height: 55px;
       }
       .allbboxba_p{
        font-size: 14px;
        line-height: 22px;
        height: 95px;
       }
       .allbtl_txtp{
        font-size: 14px;
        line-height: 22px;
       }
    
       .allbtl_txt{
        padding-bottom: 150px;
       }
      
      
}

@media screen and (max-width: 1400px) {
    .allbtl{
        height:  500px;
       }
    .allbtl_txth{
        font-size: 32px;
       }
       .allbtl_txty{
        font-size: 14px;
       }
       .cptl_txtboxx{
        margin: 20px 0;
       }
       .allbtl_txtp{
        width: 50%;
       }
       .allbboxb{
        padding: 0 5% 25px;
       }
       .allbboxba_h{
        font-size: 16px;
        height: 50px;
       }
       .allbboxba_p{
        font-size: 12px;
        line-height: 20px;
        height: 85px;
       }
       .allbboxb .allbboxba{
        margin-top: 30px;
       }
       .allbtl_txt_timg img{
        height: 75px;
       }
    
}
@media screen and (max-width: 1200px) {
    .allbtl{
        height:  460px;
       }
       .allbtl_txth{
        font-size: 28px;
       }
       .allbtl_txty{
        font-size: 12px;
       }
       .allbtl_txtp{
        font-size: 12px;
        line-height: 20px;
       }
       .allbboxb{
        padding: 0 5% 20px;
       }
   
       .allbtl_txt{
        padding-bottom: 120px;
       }
       .allbtl_txt_timg img{
        height: 70px;
       }
}
@media screen and (max-width: 992px) {
    .allbtl{
        height:  400px;
        margin-top: 50px;
       }
       .cptl_txtboxx b{
        width: 20px;
       }
       .cptl_txtboxx span{
        width: 50px;
       }
       .cptl_txtboxx{
        margin: 15px 0;
       }
       .allbtl_txtp{
        width: 65%;
       }
       .allbboxb{
        padding: 0 5% 0;
       }
   
       .allbtl_txt{
        padding-bottom: 100px;
       }
       .fafmlbw{
        padding: 0 ;
       }
       .fafmlbw .container{
        background-color: transparent;
       }
}
@media screen and (max-width: 768px) {
    .allbtl{
        height:  200px;
   display: none;
       }
       .allbtl_txtp{
        width: 100%;
       }
       .allbboxt a{
        height: 60px;
        font-size: 14px;
       }
       .allbboxb .allbboxba{
        width: 49%;
       }
       .allbboxb .allbboxba:nth-child(3n){
        margin-right: 2%;
       }
       .allbboxb .allbboxba:nth-child(2n){
        margin-right: 0%;
       }
       .allbboxb .allbboxba:nth-child(-n + 3){
        margin-top:30px ;
        }
       .allbboxb .allbboxba:nth-child(-n + 2){
       margin-top: 0;
       }
       .allbboxb{
        padding: 30px 0 0;
       }
       .allbboxba_p{
        height: 115px;
       }
       .allbbox{
        margin-top: 0;
       }

       .allbtl_txt{
        padding-bottom: 0;
       }
     
       .allbboxt {
        border-radius:0;

       }
       .allbboxba_p {
        display: none;
       }
       .allbboxba_bdw{
        height: 6px;
    }
    .allbboxba_h {
        font-size: 14px;
        font-weight: normal;
    }
  .allbbox {
    padding-bottom: 0;
  }
  .allbboxt a {
    border-radius:0;
  }


}
/* 修改 */
.fafmlb{
    transform: translateY(0);
}

.fafmlbw{
    padding-top: 30px;
    background-color: transparent;
    transform: translateY(-100%);
    background-size: 100% 100%;
}
.fafmlb{
    box-shadow: none;
    background-color: transparent;
}
.fafmlb .fafmlba::before{
    display: none;
}
.fafmlba_h{
    color: #fff;
    font-weight: bold;
}
.fafmlba_y{
    font-size: 14px;
    color: #fff;
    opacity: .8;
}
.fafmlba_dw{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%,50%);
    display: flex;
    align-items: center;
    justify-content: center
}
.fafmlba_dw::after{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--btn_bg_color1);
}
.combox{
    margin-top: 50px;
}