@charset "utf-8";
/* 方案封面背景 */
.fafmbg{
    margin-top: 126px;
    height: 710px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--btn_bg_color);;
}
.fafmbg .container{
    height: 100%;
}
.fafmbgbox{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-bottom: 115px;
    text-align: center;
    color: #fff;
}
.fafmbgbox_h{
    font-size: 42px;
    font-weight: 700;
    /* color: var(--txt_color1); */
}
.fafmbgbox_p{
    margin: 20px 0 40px 0 ;
    width: 40%;
    font-size: 14px;
    line-height: 1.6;
    align-self: center;
}
.fafmbgbox_b{
    position: relative;
    display: flex;
    height:60px ;
    background-color: var(--btn_bg_color);
    border-radius:30px ;
    overflow: hidden;
    width: 40%;
    align-self: center;
}
.fafmbgbox_brbox{
    position: relative;
    height: 100%;
}
.fafmbgbox_brbox .fafmbgbox_br{
    position: relative;
    z-index: 5;
    height: 100%;
}
.fafmbgbox_bl{
    padding: 0 30px 2px 30px;
 width: calc(100% - 140px);
 border: 0;
 background-color: transparent;
 color: #fff;
 font-size: 16px;
}
.fafmbgbox_br{
    position: relative;
    width: 140px;
    border: 0;
   background-color: transparent;
    z-index: 5;
}
.fafmbgbox_bdw{
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btn_bg_color1);
    border-radius: 30px 0 0 30px;
}
.fafmbgbox_bdw span{
    font-size: 16px;
    color: #fff;
    transition: all .4s;
    font-weight: 700;
}
.fafmbgbox_bdw i{
    font-size: 22px;
    margin-right: 8px;
    color: #ffff;
    transition: all .4s;
}
.fafmbgbox_brbox:hover i{
    transform: scale(1.1);
}

.fafmbgbox_brbox:hover span{
    transform: translateX(5px);
}
.fafmbgbox_r{
    margin-top: 40px;
    display: flex;
    align-items: center;
    align-self: center;
}
.fafmbgbox_rl{
    padding: 8px ;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00aee0;
}
.fafmbgbox_rl i{
    font-size:24px;
    /* color: var(--p_color1); */
    margin-right: 15px;
}
.fafmbgbox_rl span{
    font-size:16px;
    /* color: var(--txt_color1); */
    font-weight: 700;
}
.fafmbgbox_rr{
    display: flex;
    padding-left: 15px;
}
.fafmbgbox_rr a{
    padding: 5px 16px;
    font-size:14px;
    color: rgba(255,255,255,.8);
    transition: all .3s;

}
.fafmbgbox_rr a:hover{
    color: rgba(255,255,255,1);
    transform: scale(1.1); 
}

.fafmlb{
    display: flex;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    transform: translateY(-50%);
}
.fafmlb .fafmlba{
    position: relative;
    width: 25%;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.fafmlb .fafmlba::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #e7e7e7;
    transform: translate(-50%,-50%);
}
.fafmlb .fafmlba:last-child::before{
    display: none;
}
.fafmlba_i{
    display: flex;
    justify-content: center;
}
.fafmlba_i i{
    font-size: 46px;
    line-height: 1;
    transition: all .4s;
}
.fafmlba_i i.icon-yaopin{
    transform: scale(1.2);
}
.fafmlba_i i.icon-xudianchijiance_1{
    transform: scale(0.9);
}
.fafmlba_i i.icon-a-dianchi2{
   margin-bottom: 5px;
}



.fafmlba:hover i{
    transform: scale(1.2);
}
.fafmlba:hover i.icon-yaopin {
    transform: scale(1.4);
}
.fafmlba:hover i.icon-xudianchijiance_1 {
    transform: scale(1.1);
}

.fafmlb .fafmlba:last-child i{
    font-size: 60px;
    height: 46px;
}
.fafmlba_h{
    margin-top:15px ;
    font-size: 24px;
    color: var(--txt_color1);
    transition: all .3s;
}
.fafmlba:hover .fafmlba_h {
    transform: translateY(3px);
}

.fafmlba_p{
    font-size: 12px;
    color: var(--p_color1);
    transition: all .3s;
}
.fafmlba:hover .fafmlba_p{ 
    transition: all .3s;
  
}

.fafmlbw{
    background-color: var(--boxbg);
}
.fafmlbs{
    background-color: var(--boxbg);
    padding-bottom: 50px;
}
.fafmlbs .container{
    /* overflow: hidden; */
}
.fafmitem{
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 80px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.fafmitem_l{
    width: 45%;
    overflow: hidden;
}
.fafmitem_l img{
    width: 100%;
    transition: all .4s;
}
.fafmitem_l:hover img{
    transform: scale(1.1);
}
.fafmitem_r{
    width: 55%;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fafmitem:nth-child(2n) .fafmitem_r{
    order: -1;
}
.fafmitem_ry{
    font-size: 16px;
    color: #c6c6c6;
    display: none;
}
.fafmitem_rh{
    font-size: 36px;
    font-weight: 700;
    color: var(--txt_color1);
}
.fafmitem_rp{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--p_color);

}
.fafmitem_ra{
    position: relative;
    margin-top:35px ;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
}
.fafmitem_ra::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #00aee0;
}
.fafmitem_ra a{
    position: relative;
    width: 50%;
    padding: 12px 20px;
    color: var(--p_color);
}
.fafmitem_ra a:hover{
    padding-left: 24px;
    color: var(--btn_bg_color1);
}
.fafmitem_ra a::after{
    content: '';
    position: absolute;
    top: 22px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: var(--btn_bg_color1);
    border-radius: 100%;
}
.fafmitem_r .fafmitem_rm{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width:220px ;
    height: 55px;
    border-radius: 35px;
    background-color: var(--btn_bg_color1);
    color: #fff;
    transition: all .2s;
}
.fafmitem_r .fafmitem_rm:hover{
    transform: scale(1.05);
}
.fafmitem_rm span{
    font-size: 18px;
    font-weight: 700;
}
.fafmitem_rm i{
    font-size: 22px;
    margin-left: 8px;
}
.footer_t{
    background-color: #fff;
}

@media screen and (max-width: 2000px) {

.fafmbg{
    height: 680px;
}
.fafmlb .fafmlba{
    height: 200px;
}
.fafmbgbox{
    padding-bottom: 110px;
}
}
@media screen and (max-width: 1800px) {
    .fafmbg{
        height: 640px;
    }

    .fafmlb .fafmlba{
        height: 180px;
    }
    .fafmbgbox{
        padding-bottom: 90px;
    }
    .fafmlba_i {
        transform: scale(0.9);
    }
    .fafmlba_h{
        font-size: 22px;
    }
    .fafmlba_h{
        margin-top: 12px;
    }
    .fafmitem{
        margin-bottom: 70px;
    }
    .fafmitem_rp{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .fafmitem_ra{
        margin-top: 30px;
        padding: 35px 0;
    }
    .fafmitem_ra a{
        padding: 8px 20px;
    }
    .fafmitem_ra a::after{
        top: 18px;
    }
    .fafmlbs{
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1600px) {
    
    .fafmbg{
        height: 600px;
    }
    .fafmbgbox_h,
    .fafmitem_rh{
        font-size: 38px;
    }
    .fafmbgbox_p{
        margin: 15px 0 30px 0 ;
    }
    .fafmbgbox_b{
        height: 50px;
    }
    .fafmbgbox_r{
        margin-top: 30px;
    }
    .fafmlb .fafmlba{
        height: 160px;
    }
    .fafmlba_h{
        font-size: 20px;
    }
    .fafmlba_i {
        font-size: 38px;
        transform: scale(0.8);
    }
    .fafmlb .fafmlba:last-child i{
        font-size: 55px;
        height: 38px;
    }
    .fafmlba_h{
        margin-top: 10px;
    }
    .fafmitem{
        margin-bottom: 60px;
    }
    .fafmitem_ry{
        font-size: 14px;
       
    }
    .fafmitem_rp{
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .fafmitem_ra{
        margin-top: 20px;
        padding: 25px 0;
        margin-bottom: 10px;
    }
    .fafmitem_ra a{
        font-size: 14px;
    }
    .fafmitem_r .fafmitem_rm{
        width: 200px;
        height: 50px;
    }
    .fafmlbs{
      padding-bottom: 30px;
    }
    .fafmbgbox{
        padding-bottom: 80px;
    }
    .fafmbgbox_bl {
        font-size: 14px;
    }
    .fafmitem_ra a::after {
        top: 12px;
    }


}

@media screen and (max-width: 1400px) {

.fafmbg{
    height: 540px;
}
.fafmbgbox_h, .fafmitem_rh{
    font-size: 32px;
}
.fafmbgbox_p{

    font-size: 13px;
}
.fafmbgbox_b{
    height: 45px;
}
.fafmbgbox_bl{
    font-size: 14px;
}
.fafmbgbox_br,
.fafmbgbox_bdw{
    width: 120px;
}
.fafmbgbox_bl{
    width: calc(100% - 120px);
}
.fafmbgbox_rr a{
    font-size: 14px;
    padding: 5px 8px;
}
.fafmbgbox_r{
    margin-top: 25px;
}
.fafmlb .fafmlba{
    /* height: 140px; */
}
.fafmlba_p{
    font-size: 12px;
}
.fafmlba_i i{
    font-size: 36px;
}
.fafmlb .fafmlba:last-child i{
    font-size: 45px;
    height: 36px;
}
.fafmbgbox{
    padding-bottom: 70px;
}
.fafmitem{
    margin-bottom: 50px;
}
.fafmitem_rp{
    font-size: 14px;
}
.fafmitem_ra a{
    padding: 4px 20px;
}
.fafmlbs{
    padding-bottom: 20px;
  }
  .fafmlba_h {margin-top: 5px;}


}
@media screen and (max-width: 1200px) {
    .fafmbg{
        height: 480px;
    }
    .fafmbgbox_h, .fafmitem_rh{
        font-size: 28px;
    }
    .fafmbgbox_p{
        font-size: 12px;
        line-height: 20px;
    }
    .fafmbgbox{
        padding-left: 0;
    }
    .fafmbgbox_rl span{
        font-size: 14px;
    }
    .fafmbgbox_rl i{
        font-size: 20px;
        margin-right: 6px;
    }
    .fafmbgbox_rr a{
        font-size: 12px;
    }
    .fafmlb .fafmlba{
        height: 120px;
    }
    .fafmlba_h{
        margin-top: 5px;
        font-size: 20px;
    }
    .fafmlba_p {
        display: none;
    }
    .fafmlba_h {
        font-size: 16px;
    }
    .fafmlba_i i{
        font-size: 32px;
    }
    .fafmlb .fafmlba:last-child i{
        height: 32px;
    }
    .fafmbgbox{
        padding-bottom: 60px;
    }
    .fafmitem_ry{
        font-size: 12px;
        display: none;
    }
    .fafmitem_rp{
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .fafmitem_ra{
        margin-top: 15px;
        padding: 20px 0;
    }
    .fafmitem_ra a::after{
        top: 12px;
    }
    .fafmitem_ra a{
        padding: 6px 15px;
    }
    .fafmitem_ra a:hover{
        padding-left: 20px;
    }
    .fafmitem_r .fafmitem_rm{
        height: 45px;
    width: 160px;
    }
    .fafmitem_rm span{
        font-size: 14px;
    }
    .fafmitem_rm i{
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    .fafmbg{
        margin-top: 50px;
        height:420px ;
    }
.fafmbgbox{
    padding-bottom: 0;
}
.fafmlb{
    transform: translateY(0);
    box-shadow:none;
    border-radius: 0;
}
.fafmlbw{
    padding: 0 0 50px 0;
}
.fafmbgbox_h, .fafmitem_rh{
    font-size: 24px;
}
.fafmlbw .container {
    background-color: #fff;
}
.fafmitem_r{
    padding: 0 5%;
}
.fafmitem_ra a:nth-last-child(-n + 2){
    /* display: none; */
}
.fafmitem_ra a {
    font-size: 12px;
}
.fafmitem_l{
    width: 50%;
}
.fafmitem{
    margin-bottom: 40px;
}
.fafmlbs{
    padding-bottom: 10px;
}
}
@media screen and (max-width: 768px) {

.fafmitem_rh {
    font-size: 18px;
    }
.fafmbg{
    height: 280px;
}
.fafmbgbox_h{
    text-align: center;
}
.fafmbgbox_p{
    width: 100%;
    text-align: center;

}
.fafmbgbox_b{
    width: 80%;
    margin: 0 auto;
}
.fafmbgbox_bdw span {
    display: none;
}
.fafmbgbox_bl {
    width: calc(100% - 50px);
    font-size: 12px;
}
.fafmbgbox_br, .fafmbgbox_bdw {
    width: 50px;
}
.fafmbgbox_bdw {
    background-color: none;
}
.fafmbgbox_bdw i{
    margin-right: 0;
    font-size: 18px;
}
.fafmbgbox_bl {
    padding: 0 20px;
}
.fafmbg {
    background-image: none !important;
    background-color: var(--boxbg);
}
.fafmbgbox_r{
    display: none;
}
.fafmlb{
    /* flex-wrap: wrap; */
   
}
.fafmlb{
    transform: translateY(-20%);
    box-shadow:none;
    border-radius: 0;
    background: none;
}
.fafmlbw {
    padding: 0;
}
.fafmlbw .container {
    background: none !important;
}
.fafmitem_rp {
    display: none;
}

.fafmlb .fafmlba{
    width: 33.33%;
    height: 100px;
}
.fafmitem{
    flex-wrap: wrap;
}
.fafmitem>div{
    width: 100%;
}
.fafmitem_r{
    padding: 30px  30px 35px;
}
.fafmitem_r .fafmitem_rm{
    height: 36px;
    width: 130px;
}
.fafmitem_rm span{
    font-size: 12px;
}
.fafmitem_rm i{
    font-size: 18px;
}
.fafmitem:nth-child(2n) .fafmitem_r{
    order: 0;
}
.fafmitem_l img{
    height: 160px;
    object-fit: cover;
}
.fafmlbw {
    display: none;
}
.fafmitem_ra a::after {
    width: 4px;
    height: 4px;
    top: 11px;
}
.fafmitem {
    border-radius: 10px;
}


/* .fafmlb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.fafmlba {
    flex: 0 0 30%; 
    box-sizing: border-box; 
}

.fafmlba:nth-child(4),
.fafmlba:nth-child(5) {
    flex: 0 0 50%; 
}
.fafmlb .fafmlba::before {
    display: none;
}

.fafmlb .fafmlba {
    border: 1px solid  #e1e1e1;
} */


.fafmlbs{
    padding-top: 50px;
}
}