@charset "utf-8";

.xwxq {
    background-color: var(--boxbg);
    padding: 40px 0 110px;
}

.xwxqboxs {
    display: flex;
}

.xwxqboxl {
    padding: 80px 4%;
    width: 72%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.xwxqboxr {
    width: 28%;
    margin-left: 25px;
}

.xwxqboxl_tle {
    display: flex;
    justify-content: space-between
}

.xwxqboxl_tlel {
    width: 70%;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--txt_color1);
}

.xwxqboxl_tlert {
    font-size: 38px;
    color: #e1e1e1;
    text-align: center;
    font-family: 'din_light';
    font-weight: bold;
    line-height: 1.2;
}

.xwxqboxl_tlerb {
    width: 90px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c6c6c6;
    border-radius: 6px;
    font-size: 26px;
    font-family: 'din_light';
}

.xwxqboxl_sm {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwxqboxl_sml {
    display: flex;
    align-items: center;
}

.xwxqboxl_sml span {
    font-size: 16px;
    color: var(--p_color1);
}

.xwxqboxl_sml i {
    font-size: 18px;
    color: var(--btn_bg_color1);
    margin-right: 8px;
}

.xwxqboxl_sml .nl {
    margin-left: 60px;
}

.xwxqboxl_smr {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--p_color1);
}
.xwxqboxl_smr .fximg {
    width: 20px;
    margin-left: 15px;
    transition: all .3s;

}
.xwxqboxl_smr .fximg img {
    width: 100%;
    transition: all .3s;
}
.xwxqboxl_smr .fximg:hover img {
    transform: scale(1.2);
}

.xwxqboxl_ct {
    margin-top: 15px;
    padding: 70px 0 80px;
    border-top: 1px solid #ebebeb;
}

.xwxqboxl_ct p {
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color);
}

.xwxqboxl_ct p:has(img){
    background: #f2f2f2;
    border-radius: 5px;

}
.xwxqboxl_ct img {
    margin: 20px auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.xwxqboxl_ct * {
    font-family: "微软雅黑", 'Microsoft YaHei', arial !important;

}

.faxqbox_rb {
    position: relative;
    width: 100%;
    height: 80px;
    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_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;
}

.faxqbox_rbdw i {
    font-size: 24px;
    color: var(--txt_color1);
}

.xwxqfl {
    margin-top: 20px;
    padding: 15px 30px 25px 30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #fff;
}

.xwxqfl .xwxqfla {
    position: relative;
    display: flex;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
}

.xwxqfl .xwxqfla::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}

.xwxqfl .xwxqfla:hover::before {
    width: 100%;
}

.xwxqfl .xwxqfla.on::before {
    width: 100%;
}

.xwxqfl .xwxqfla:last-child {
    border-bottom: 0;
}


.xwxqfla_l {
    flex: 1;
    padding: 0 12px;
    font-size: 18px;
    color: var(--txt_color1);
    transition: all .4s;
}

.xwxqfla_r {
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.xwxqfl .xwxqfla:hover .xwxqfla_l {
    color: var( --a_hover_color);
}

.xwxqfl .xwxqfla.on .xwxqfla_r {
    display: flex;
    opacity: 1;
}

.xwxqfl .xwxqfla:hover .xwxqfla_r {
    /* display: flex;
    opacity: 1; */
}

.xwxqfla_rw {
    position: relative;
    width: 20px;
    height: 20px;
    transition: all .3s;
}

.xwxqfla_rw::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: var(--btn_bg_color);
    z-index: 5;
    transition: all .3s;
}

.xwxqfla_rw::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: var(--btn_bg_color1);
    transition: all .3s;
    transform: scale(0.9);
}

.xwxqxg {
    margin-top: 20px;
    padding: 40px 30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #fff;
}

.xwxqxg_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwxqxg_t div {
    font-size: 22px;
    color: var(--txt_color1);
}

.xwxqxg a {
    display: flex;
    align-items: center;
}

.xwxqxg_ta span {
    font-size: 14px;
    color: var(--p_color1);
    transition: all .4s;
}

.xwxqxg_ta i {
    font-size: 14px;
    margin-left: 8px;
    color: var(--p_color1);
    transition: all .4s;
}

.xwxqxg_ta:hover span,
.xwxqxg_ta:hover i {
    color: var(--btn_bg_color1);
}

.xwxqxg_ta:hover i {
    transform: translate(4px);
}

.xwxqxg_b {
    margin-top: 10px;
}

.xwxqxg_b .xwxqxg_ba {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    font-size: 14px;
    color: var(--p_color);
    border-bottom: 1px solid #eeeeee;
}

.xwxqxg_ba::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color:#c6c6c6;
    transform: translateY(-50%);
}

.xwxqxg_b .xwxqxg_ba:hover {
    padding-left: 30px;
    color: var(--a_hover_color);
}

.xwxqxg_b .xwxqxg_ba:hover::before {
    background-color: var(--btn_bg_color1);
}

/* 补 */
.cpxqmbxs {
    background-color: var(--boxbg);
}

.footer_t {
    background-color: #fff;
}

.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; */
}

.fxweixin {
    position: relative;
}

.fxweixin {
    position: relative;
}

.fxweixin .ewm {
    position: absolute;
    top: 40px;
    left: 0;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden; /* 默认隐藏 */
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 1;
    width: 120px;
    height: 120px;
}

.fxweixin:hover .ewm {
    opacity: 1;
    visibility: visible; /* 当hover时显示 */
}




@media screen and (max-width: 2000px) {
    .xwxq {
        padding: 40px 0 100px;
    }

    .xwxqboxl_tlel {
        font-size: 30px;
    }

    .xwxqboxl {
        padding: 70px 4%
    }

    .xwxqboxl_sm {
        margin-top: 35px;
    }

    .xwxqboxl_ct {
        padding: 60px 0 70px;
    }
}

@media screen and (max-width: 1800px) {
    .faxqbox_rb {
        height: 65px;
    }

    .xwxq {
        padding: 40px 0 90px;
    }

    .xwxqboxl {
        padding: 60px 4%;
    }

    .xwxqboxl_sm {
        margin-top: 30px;
    }

    .xwxqboxl_ct {
        padding: 50px 0 60px;
    }

    .xwxqfl .xwxqfla,
    .xwxqxg_b .xwxqxg_ba {
        height: 70px;
        line-height: 70px;
    }
    .xwxqxg_b .xwxqxg_ba{
        height: 60px;
        line-height: 60px;
    }



}

@media screen and (max-width: 1600px) {
    .xwxqfla_l {
        font-size: 16px;
     }
    .xwxqboxl_tler {
        transform: scale(0.9);
    }
    .faxqbox_rb {
        height: 60px;
    }

    .faxqbox_rbl {
        padding: 0 15px;
        font-size: 14px;
    }

    .xwxq {
        padding: 40px 0 80px;
    }

    .xwxqboxl_tlel {
        font-size: 28px;
    }

    .xwxqboxl_sm {
        margin-top: 20px;
    }

    .xwxqboxl {
        padding: 50px 4%;
    }

    .xwxqboxl_ct {
        padding: 40px 0 50px;
    }

    .xwxqfl {
        padding: 20px;
    }

    .xwxqfl .xwxqfla,
    .xwxqxg_b .xwxqxg_ba {
        height: 60px;
        line-height: 60px;
    }

    .xwxqxg_b .xwxqxg_ba{
        height: 50px;
        line-height: 50px;
    }

    
    .xwxqxg {
        padding: 35px 20px;
    }
}

@media screen and (max-width: 1400px) {
    .xwxqboxl_smr {
        font-size: 14px;
    }
    .faxqbox_rbl {
        font-size: 12px;
    }

    .faxqbox_rbr,
    .faxqbox_rbdw {
        width: 60px;
    }

    .xwxq {
        padding: 30px 0 70px;
    }

    .xwxqboxl_tlel {
        font-size: 24px;
    }

    .xwxqboxl_tlert {
        /* font-size: 28px; */
    }

    .xwxqboxl_tlerb {
        /* font-size: 16px; */
        height: 30px;
        width: 80px;
    }

    .xwxqboxl_sm {
        margin-top: 15px;
    }

    .xwxqboxl_sml span {
        font-size: 14px;
    }

    .xwxqboxl_sml i {
        font-size: 16px;
    }

    .xwxqboxl_ct p {
        font-size: 14px;
        line-height: 22px;
    }

    .fasxy_r span,
    .fasxy_l span {
        font-size: 14px;
    }

    .fasxy_l i {
        font-size: 22px;
    }
    .xwxqfla_l{
        font-size: 16px;
    }
    .xwxqxg_t div{
        font-size: 20px;
    }
    .xwxqxg a{
        font-size: 14px;
    }
    .fasxy_z i{
        font-size: 28px;
    }
    .xwxqxg_b .xwxqxg_ba{
        font-size: 14px;
    }
    .fasxy{
        padding-top: 30px;
        margin-top: 30px;
    }
    .fasxy_r span,
    .fasxy_l span{
        font-size: 12px;
    }
    .fasxy_z i{
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .xwxq{
        padding: 30px 0 60px;
    }
    .xwxqboxl_tlel{
        font-size: 22px;
    }
    .xwxqboxl_tlert{
        font-size: 30px;
    }
    .xwxqboxl_tlerb{
        font-size: 24px;
        height: 30px;
    }
    .xwxqboxl_ct p {
        font-size: 12px;
        line-height: 20px;
    }
    .fasxy_r span,
    .fasxy_l span{
        font-size: 12px;
    }
    .xwxqfla_l{
        font-size: 14px;
    }
    .xwxqfla_rw,
    .xwxqfla_rw::before,
    .xwxqfla_rw::after{
        width: 15px;
        height: 15px;
    }
    .xwxqfla_rw::before{
        left: -7.5px;
        bottom:  -7.5px;
    }
    .xwxqxg_t div{
        font-size: 20px;
    }
    .xwxqxg_ta span{
        font-size: 12px;
    }

    .xwxqxg_b .xwxqxg_ba{
        padding:0 10px;
        font-size: 12px;
    }
    .xwxqxg_ba::before{
        left: 0;
    }
    .xwxqxg_b .xwxqxg_ba:hover{
        padding-left: 14px;
    }
}

@media screen and (max-width: 992px) {
    .xwxqboxs{
        flex-wrap: wrap;
    }
    .xwxqboxs>div{
        width: 100%;
    }
    .xwxqboxl_tlel{
        font-size: 20px;
    }
    .xwxqboxl_tlert{
        font-size: 26px;
    }
    .xwxqboxl_tlerb{
        font-size: 22px;
        height: 28px;
    }
    .xwxqboxl_ct p{
        font-size: 12px;
        line-height: 20px;
    }
    .xwxqboxr{
        margin-top: 50px;
        padding-left: 0;
        display: none;
    }
    .xwxqfl .xwxqfla, .xwxqxg_b .xwxqxg_ba{
        height: 50px;
        line-height: 50px;
    }
    .xwxqxg_b .xwxqxg_ba{
        height: 40px;
        line-height: 40px;
    }


}

@media screen and (max-width: 768px) {
    .fasxy_l i {
        font-size: 14px;
    }
    .fasxy_l i {
        font-size: 14px;
    }
    .xwxqboxl_smr {
        display: none;
    }
    .fasxy_z{
        display: none;
    }
    .fasxy{
        display: flex;
        flex-wrap: wrap;
    }
    .fasxy a{
        width: 100%;
        height: 30px;
    }
    .fasxy_l.fasxy_r i{
        order: -1;
    }
    .fasxy_r span{
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
    }
    .xwxq{
        padding: 35px 0 50px;
    }
    .xwxqboxl_tlel{
        width: 100%;
    }
  .xwxqboxl_tler{
    display: none;
  }
  .xwxqboxl{
    padding: 35px 6%;
  }
  .xwxqboxl_sml span{
    font-size: 12px;
  }
  .xwxqboxl_sml .nl{
    margin-left: 30px;
  }
  .xwxqboxl_ct{
    padding: 25px 0 30px;
  }
  .xwxqboxl_ct img{
    width: 100% !important;
  }
}