@charset "utf-8";
.jjnr_swiper {
    height: 150px;
    position: relative;
}
.cpxqmbxs{
    background-color: var(--boxbg);
}
.faxq{
    padding: 30px 0 110px;
    background-color: var(--boxbg);
}
.faxqbox{
    display: flex;
    overflow: hidden;
}
.faxqbox_l{
    padding: 80px 4%;
    width: 72%;
    background-color: #fff;
    border-radius:10px ;
    overflow: hidden;
    border: 1px solid #eee;
    /* float: left; */

}
.faxqbox_r {
    /* float: right; */
 
}
.faxqbox_lt{
    display: flex;
    justify-content: space-between;
}
.faxqbox_lth{
    font-size: 38px;
    font-weight: 700;
    color: var(--txt_color1);
    line-height: 1.2;
}
.faxqbox_ltb{
    display: flex;
    background-color:var(--boxbg);
    border-radius: 6px;
    overflow: hidden;
}
.faxqbox_ltb .faxq_per,
.faxqbox_ltb .faxq_next{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
}
.faxqbox_ltb .faxq_per{
    border-right: 1px solid #dbdbdb;
}
.faxq_per i,
.faxq_next i{
    font-size: 26px;
}

.faxq_per i.noo {
    color: #c6c6c6;
}
.faxq_next i.noo {
    color: #c6c6c6;
}

.faxqbox_lb{
    position: relative;
    margin-top: 30px;
   padding-top: 60px;
   border-top: 1px solid #ebebeb;
   display: flex;
}
.faxqbox_lb::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 102px;
    height: 1px;
    background-color: var(--btn_bg_color1);
    display: flex;
}
.faxqbox_lbl{
    width: 55%;
    padding-right: 70px;
}
.faxqbox_lbl_t{
    font-size: 20px;
    font-weight: 700;
    color: var(--txt_color1);
}
.faxqbox_lbl_p{
    margin:20px 0 40px 0 ;
    font-size: 16px;
    line-height: 1.8;
    color: var(--p_color);
}
.faxqbox_lbl_a{
    display: flex;
}
.faxqbox_lbl_a .faxqbox_lbl_atel{
    /* width: 250px; */
    height: 60px;
    border-radius: 6px;
    background-color: var(--btn_bg_color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.faxqbox_lbl_atel span{
    font-size: 20px;
   font-weight: 700;
}
.faxqbox_lbl_atel i{
    font-size: 24px;
    margin-right: 5px;
}
.faxqbox_lbl_a .faxqbox_lbl_aa{
    /* width: 135px; */
    height: 60px;
    border-radius: 6px;
    color: var(--txt_color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    margin-left: 10px;
    transition: all .2s;
    padding: 0 25px;
}
.faxqbox_lbl_a .faxqbox_lbl_aa:hover{
    color: #fff;
    background-color: var(--btn_bg_color1);
    border-color:var(--btn_bg_color1);
}
.faxqbox_lbl_aa i.icon-weixin1 {
    transform: scale(1.05);
}
.faxqbox_lbl_aa i.icon-kefu1{
    transform: scale(0.85);

}
.xqwx{
    position: relative;
}
.xqwx_dw{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
}
.faxqbox_lbl_aa:hover .xqwx_dw{
    opacity: 1;
    transform: translateY(6px);
}
.faxqbox_lbl_aa span{
    font-size: 15px;
}
.faxqbox_lbl_aa i{
    font-size: 18px;
    margin-right: 5px;
}
.faxqbox_lbl_f{
    margin-top: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 180px;
}
.faxqbox_lbl_f span{
    font-size: 16px;
    color: var(--p_color1);
}
.faxqbox_lbl_f i{
    font-size: 20px;
    margin-right: 10px;
}
.faxqbox_lbr{
    position: relative;
    width:45%;
    min-height: 300px;
}
.faxqbox_lbr img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 5;
}
.faxqbox_lbrdw{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: var(--btn_bg_color1);
    z-index: 2;
    animation: jump 2s ease-in-out infinite;
}
.faxqbox_ct{
    margin-top: 80px;
}
.faxqbox_ctt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faxqbox_cttl{
    font-size: 28px;
    font-weight: 700;
    color: var(--txt_color1);
}
.faxqbox_ctb{
margin-top: 30px;
}
.faxqbox_ctb p{
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color);
}
.faxqbox_ctb img{
   max-width: 100%;
   margin: 0 auto;
}
.faxqbox_ctb p *{
    font-family: "微软雅黑", 'Microsoft YaHei', arial !important;
}
.faxqbox_ctb p:has(img) {
    background-color: #f2f2f2;
    /* padding: 20px; */
    /* margin: 20px 0; */
    border-radius: 5px;
  }
  .faxqbox_ctb img{
    /* border-radius: 5px; */
    margin: 20px auto !important;
  
  }
.faxqbox_ctt .faxqbox_cttr{
    display: flex;
    align-items: center;
}
.faxqbox_cttr span{
    font-size: 16px;
    color: var(--txt_color1);
    transition: all .4s;
}
.faxqbox_cttr i{
    margin-left: 10px;
    color: #c6c6c6;
    font-size: 22px;
    transition: all .4s;
}
.faxqbox_cttr:hover span,
.faxqbox_cttr:hover i{
    color: var(--btn_bg_color1);
}
.faxqbox_cttr:hover i{
 transform: translateX(4px);
}
.faxq_swiper{
    width: 100%;
    overflow: hidden;
}
.faxq_slidea{
    display: block;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.faxq_slideaimg{
    overflow: hidden;
}
.faxq_slideaimg img{
    width: 100%;
    transition: all .4s;
}
.faxq_slidea:hover img{
    transform: scale(1.1);
}
.faxq_slideatxt{
    border-top: 1px solid #eaeaea;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    text-align: center;
}
.faxqbox_ctb.faxqbox_ctbs{
    /* border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; */
}
.faxqbox_ctba{
    display: flex;
    flex-wrap: wrap;
}
.faxqbox_ctba a{
    position: relative;
    padding: 0 30px;
    display: block;
    border-radius: 5px;
    background-color: var(--boxbg);
    width:32% ;
    height: 60px;
    line-height: 60px;
    margin-right: 2%;
    margin-bottom:12px;
    color: var(--txt_color1);

}
.faxqbox_ctba a:hover{
    padding-left: 35px;
    color: var(--btn_bg_color1);
    background-color: #fff;
    border: 1px solid var(--btn_bg_color1);

}
.faxqbox_ctba a:nth-child(3n){
    margin-right: 0;
}
.faxqbox_ctba a b{
    position: absolute;
    top: 28px;
    left: 15px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--btn_bg_color1);
    margin-right: 8px;
}
.faxqbox_ctba a span{
    flex: 1;
    font-size:16px ;
 
}

.faxqbox_r{
    width: 28%;
    margin-left: 25px;
}
.faxqbox_rb{
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    background-color:#fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.faxqbox_rbl{
    width: calc(100% - 60px);
    padding: 0 25px;
    color: #333;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}
.faxqbox_rbrbox{
    position: relative;
}
.faxqbox_rbr{
    position: relative;
    width: 80px;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    border: 0;
}
.faxqbox_rbdw{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    transition: all .4s;
}
.faxqbox_rbrbox:hover .faxqbox_rbdw{
    /* background-color: var(--btn_bg_color); */

}
.faxqbox_rbdw i{
    transition: all .4s;
    font-size: 24px;
    color: var(--txt_color1);
}
.faxqbox_rbrbox:hover .faxqbox_rbdw i{
 transform: scale(1.2);
    /* color: #fff; */
}
.faxqbox_rlb{
    margin-top: 15px;
    padding: 25px 30px 45px 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}
.faxqbox_rlb .faxqbox_rlba{
    position: relative;
    padding: 0 6px;
    display: flex;
    height:80px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.faxqbox_rlb .faxqbox_rlba::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}
.faxqbox_rlb .faxqbox_rlba:hover::after{
    width: 100%;
}
.faxqbox_rlb .faxqbox_rlba.on::after{
    width: 100%;
}
.faxqbox_rlbal_t{
    font-size: 20px;
    color: var(--txt_color1);
    line-height: 1.2;
}
.faxqbox_rlbal_b{
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
}
.faxqbox_rlbar i{
    font-size: 30px;
    color: #c6c6c6;
    transition: all .4s;
}
.faxqbox_rlbar i.icon-yaopin {
    transform: scale(1.2);
}

.faxqbox_rlb .faxqbox_rlba:hover i{
    color: var(--btn_bg_color1);
}
.faxqbox_rlbar i.icon-xudianchijiance_1 {
    transform: scale(0.85);
}

.faxqbox_rlbar i.icon-a-dianchi2{
    transform: scale(1.2);
}



.faxqbox_rg{
    margin-top: 20px;
}
.faxqbox_rg .faxqbox_rga{
    padding: 0 35px;
    display: flex;
    height:135px;
    align-items: center;
    justify-content: space-between;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all .4s;
}

.faxqbox_rga_l{
    display: flex;
    align-items: center;
}
.faxqbox_rga_l i{
font-size: 50px;
margin-right: 10px;
}
.faxqbox_rga_ltxth{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.faxqbox_rga_ltxtp{
    font-size: 14px;
}
.faxqbox_rga_r i{
    font-size: 40px;
}
.footer_t{
    background-color: #fff;
}
.faxqbox_rga_ltxt{
    transition: all .4s;
}
.faxqbox_rg .faxqbox_rga:hover .faxqbox_rga_ltxt{
transform: translateX(5px);
}
@media screen and (max-width: 2000px) {
    .faxqbox_lth{
        font-size: 36px;
    }
    .faxqbox_l{
        padding: 70px 4%;
    }
    .faxqbox_ltb .faxq_per, .faxqbox_ltb .faxq_next{
        width: 60px;
        height: 60px;
    }
    .faxqbox_lb{
        margin-top: 25px;
    }
    .faxqbox_ct{
    margin-top: 70px;
    }
    .faxqbox_rg .faxqbox_rga{
        padding: 0 25px;
    }
    .faxq{
        padding: 20px 0 100px;
    }
    .faxqbox_cttl{
        font-size: 26px;
    }
}
@media screen and (max-width: 1800px) {
    .faxq{
        padding: 20px 0 90px;
    }
    .faxqbox_lth{
        font-size: 32px;
    }
    .faxqbox_l{
        padding: 60px 4%;
    }
    .faxqbox_ltb .faxq_per, .faxqbox_ltb .faxq_next{
        height: 55px;
    }
    .faxqbox_lbl{
        padding-right: 45px;
    }
    .faxqbox_lbl_a .faxqbox_lbl_atel{
        height: 55px;
    }
    .faxqbox_lbl_atel span{
        font-size: 18px;
    }

    .faxqbox_lbl_atel i{
        font-size: 20px;
    }
    .faxqbox_ct{
        margin-top: 60px;
    }
    .faxq_slideatxt{
        height: 55px;
    }
    .faxqbox_rb{
        height: 65px;
    }
    .faxqbox_rlbal_t{
        font-size: 18px;
    }
    .faxqbox_rlb .faxqbox_rlba{
        height: 70px;
    }
    .faxqbox_cttl{
        font-size: 24px;
    }
}
@media screen and (max-width: 1600px) {
    .faxqbox_lbl_a .faxqbox_lbl_atel {
        padding: 0 20px;
    }
    .faxqbox_lbl_a .faxqbox_lbl_aa {
        padding: 0 15px;
    }
    .faxqbox_lbl_aa span {
        font-size: 13px;
    }
.faxq{
    padding: 20px 0 80px;
}
.faxqbox_l{
    padding: 50px 4%;
}
.faxqbox_ltb .faxq_per, .faxqbox_ltb .faxq_next{
    height: 50px;
}
.faxqbox_lbl_p{
    font-size: 14px;
    line-height: 1.8;
}
.faxqbox_lbl_a .faxqbox_lbl_atel{
    height: 50px;
}
.faxqbox_lbl_a .faxqbox_lbl_aa{
    height: 50px;
}
.faxqbox_cttl{
    font-size: 22px;
}
.faxqbox_ctb p{
    font-size: 14px;
    line-height: 22px;
}
.faxq_slideatxt{
    font-size: 14px;
}
.faxqbox_ctba a{
    height: 55px;
    line-height: 55px;
}
.faxqbox_ctba a span{
    font-size: 14px;
}
.fasxy_r span,
.fasxy_l span{
    font-size: 14px;
}
.fasxy_l i{
    font-size: 20px;
}
.fasxy{
    margin-top: 35px;
    padding-top: 35px;
}
.faxqbox_rb{
    height: 60px;
}
.faxqbox_rbl{
    padding: 0 15px;
    font-size: 14px;
}
/* .faxqbox_rlb{
    padding: 40px 25px;
} */
}
@media screen and (max-width: 1400px) {
    .faxqbox_lbl_a .faxqbox_lbl_aa {
        padding: 0 10px;
    }
    .faxq{
        padding: 20px 0 70px;
    }
    .faxqbox_lth{
        font-size: 28px;
    }
    .faxqbox_lbl_t{
        font-size: 18px;
    }
    .faxqbox_lbl_p{
        font-size: 12px;
        line-height: 20px;
    }
    .faxqbox_lbl_a .faxqbox_lbl_atel{
        height: 45px;
    }
    .faxqbox_lbl_atel span{
        font-size: 14px;
    }
    .faxqbox_lbl_atel i{
        font-size: 18px;
        margin-right: 6px;
    }
    .faxqbox_lbl_a .faxqbox_lbl_aa{
        height: 45px;
    }
    .faxqbox_lbl_aa span{
        font-size: 14px;
    }
    .faxqbox_lbl_aa i{
        font-size: 16px;
    }
    .faxqbox_lbl_f span{
        font-size: 14px;
    }
    .faxqbox_lbl_f i{
        font-size: 18px;
    }
    .faxqbox_ct{
        margin-top: 50px;
    }
    .faxqbox_cttl{
        font-size: 20px;
    }
    .faxqbox_ctb{
        margin-top: 25px;
    }
    .faxqbox_ctb p{
        font-size: 12px;
        line-height: 20px;
    }
    .faxqbox_ctba a span{
        font-size: 12px;
    }
    .fasxy{
        padding-top: 30px;
        margin-top: 30px;
    }
    .fasxy_r span,
    .fasxy_l span{
        font-size: 12px;
    }
    .fasxy_z i{
        font-size: 28px;
    }
    .faxqbox_rbl{
        font-size: 12px;
    }
    .faxqbox_rbr,
    .faxqbox_rbdw{
        width: 60px;
    }
    .faxqbox_rlb{
        padding: 15px 20px 35px 20px;
    }
    .faxqbox_rlbal_t{
        font-size: 16px;
    }
    .faxqbox_rlbar i{
        font-size: 26px;
    }
    .faxqbox_rga_ltxth{
        font-size: 22px;
    }
    .faxqbox_rga_ltxtp{
        font-size: 12px;
    }
    .faxqbox_rga_l i{
        font-size: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .faxq{
        padding:20px 0 60px;
    }
    .faxqbox_lth{
        font-size: 26px;
    }
    .faxqbox_lbl{
        padding-right: 30px;
    }
    .faxqbox_lbl_t{
        font-size: 16px;
    }
    .faxqbox_lbl_p{
        margin: 20px 0;
    }
    .faxqbox_lbl_a .faxqbox_lbl_aa.xqwx{
        display: none;
    }
    .faxqbox_r{
        padding-left: 20px;
    }
    .faxqbox_rlbal_b{
        display: none;
    }
    .faxqbox_rlbal_t{
        font-size: 14px;
    }
    .faxqbox_rlb .faxqbox_rlba{
        height: 60px;
    }
    .faxqbox_rlbar i{
        font-size: 24px;
    }
    .faxqbox_rlba:last-child i{
        font-size: 30px;
    }
    .faxqbox_rga_ltxth{
        font-size: 20px;
    }
    .faxqbox_rg .faxqbox_rga{
        padding: 0 20px;
    }
    .faxqbox_rga_l i{
        font-size: 36px;
    }
}
@media screen and (max-width: 992px) {
    .faxqbox_lbl_a .faxqbox_lbl_atel {
        padding: 0 25px;
    }
    .faxqbox_lbl_a .faxqbox_lbl_aa {
        padding: 0 15px;
    }

    .faxq{
        padding: 20px 0 50px;
    }
    .faxqbox{
        flex-wrap: wrap;
    }
    .faxqbox>div{
        width: 100%;
    }
    .faxqbox_lth{
        font-size: 24px;
    }
    .faxqbox_ltb .faxq_per, .faxqbox_ltb .faxq_next{
        width: 45px;
        height: 45px;
    }
    .faxqbox_lbl_f{
        display: none;
    }
    .faxqbox_lbrdw{
        top: -30px;
        left: -30px;
        width: 60px;
        height: 60px;
    }
    .faxqbox_r{
        padding-left: 0;
        margin-top: 50px;
        display: none;
    }
    .faxqbox_rlb .faxqbox_rlba{
        height: 55px;
    }

    .fasxy{
        display: none;
    }

}
@media screen and (max-width: 768px) {
    .faxqbox {
        padding-top: 30px;
    }
    .faxq{
        padding: 0 0 50px;
    }
    .faxqbox_l{
        padding: 35px 6%;
    }
    .faxqbox_ltb{
        display: none;
    }
    .faxqbox_lb{
        margin-top: 20px;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .faxqbox_lbrdw{
        display: none;
    }
    .faxqbox_lb>div{
        width: 100%;
    }
    .faxqbox_lbl{
        padding-right: 0;
    }
    .faxqbox_lbr{
        margin-top: 30px;
    }
    .faxqbox_lbr img{
        position: static;
    }
    .faxqbox_cttr span{
        font-size: 12px;
    }
    .faxqbox_ctba a{
        width: 98%;
    }
    .faxqbox_ctba a:nth-child(3n){
        margin-right: 2%;
    }
    .faxqbox_ctba a:nth-child(2n){
        margin-right: 0%;
    }
    .fasxy_z{
        display: none;
    }
    .fasxy{
        /* display: flex;
        flex-wrap: wrap; */
        display: none;
    }
    .fasxy a{
        width: 100%;
    }
    .fasxy_l.fasxy_r i{
        order: -1;
    }
    .fasxy_r span{
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
    }
    .faxqbox_rg .faxqbox_rga{
        height: 100px;
    }
    .faxq_slideatxt{
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
    .faxq_slidea{
        border-radius: 5px;
    }
   

  
    .faxqbox_lth {
        font-size: 20px;
    }
    .faxqbox_lbl_t {
        display: none;
    }
    .faxqbox_lbl_p {
        margin: 10px 0 30px 0;
    }
    .faxqbox_lbr {
        min-height: 200px;
       height: 200px;
    }
    .faxqbox_ctb{
        margin-top: 20px;
     }
     .faxqbox_cttl {
        font-size: 16px;
     }
     .faxqbox_cttr i {
        font-size: 16px;
     }
     .faxqbox_ctba a {
        height: 40px;
        line-height: 38px;
    }
    .faxqbox_ctba a b {
        top: 20px;
        width: 4px;
        height: 4px;

    }



}


