
.xq_Zi_zt_xq > * {
    width: 100%;
}
.xq_Zi_zt_xq img,
.xq_Zi_zt_xq video,
.xq_Zi_zt_xq iframe {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
/* 防止文本元素被过度拉伸 */
.xq_Zi_zt_xq p,
.xq_Zi_zt_xq span,
.xq_Zi_zt_xq a,
.xq_Zi_zt_xq li {
    width: auto;
    max-width: 100%;
}
@media screen and (min-width:1800px) {
    .xq{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 50px;
    }
    .xq_Zi{
        width: 1500px;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .xq_Zi_zt{
        width: 70%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 30px;
    }
    .xq_Zi_zt_img{
        width: 46%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_zt_nr{
        width: 52%;
        height: auto;
        font-size: 0px;
    }
    .xq_Zi_zt_nr_bt{
        width: 100%;
        height: auto;
        font-size: 22px;
        color: rgb(40, 40, 40);
        line-height: 30px;
        text-align: left;
    }
    .xq_Zi_zt_nr_nr{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkcyan;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_jg{
        width: 100%;
        height: auto;
        font-size: 28px;
        color: coral;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc_sm{
        width: auto;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
    }
    .xq_Zi_zt_nr_AnN{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0px;
        position: relative;
        margin-top: 25px;
    }
    .xq_Zi_zt_nr_AnN_1{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkcyan;
    }
    .xq_Zi_zt_nr_AnN_2{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkorange;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        border: darkcyan 1px solid;
        margin-top: 30px;
        font-size: 16px;
    }

    .xq_Zi_ft{
        width: 30%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_ft_Zi{
        width: 49%;
        height: auto;
        background: white;
        font-size: 0px;
        align-self: stretch;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        text-decoration: none;
        display: inline-block;
        margin: 10px 0px;
    }
    .xq_Zi_ft_Zi_img{
        width: 100%;
        height: auto;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 0px;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
        word-break:break-all;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .xq_Zi_ft_Zi_Zi_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width:1800px) and (min-width:1200px) {
    .xq{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 50px;
    }
    .xq_Zi{
        width: 1200px;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .xq_Zi_zt{
        width: 70%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 30px;
    }
    .xq_Zi_zt_img{
        width: 46%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_zt_nr{
        width: 52%;
        height: auto;
        font-size: 0px;
    }
    .xq_Zi_zt_nr_bt{
        width: 100%;
        height: auto;
        font-size: 22px;
        color: rgb(40, 40, 40);
        line-height: 30px;
        text-align: left;
    }
    .xq_Zi_zt_nr_nr{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkcyan;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_jg{
        width: 100%;
        height: auto;
        font-size: 28px;
        color: coral;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc_sm{
        width: auto;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
    }
    .xq_Zi_zt_nr_AnN{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0px;
        position: relative;
        margin-top: 25px;
    }
    .xq_Zi_zt_nr_AnN_1{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkcyan;
    }
    .xq_Zi_zt_nr_AnN_2{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkorange;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        border: darkcyan 1px solid;
        margin-top: 30px;
        font-size: 16px;
    }
    
    .xq_Zi_ft{
        width: 30%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_ft_Zi{
        width: 49%;
        height: auto;
        background: white;
        font-size: 0px;
        align-self: stretch;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        text-decoration: none;
        display: inline-block;
        margin: 10px 0px;
    }
    .xq_Zi_ft_Zi_img{
        width: 100%;
        height: auto;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 0px;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
        word-break:break-all;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .xq_Zi_ft_Zi_Zi_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width:1200px) and (min-width:600px) {
    .xq{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 50px;
    }
    .xq_Zi{
        min-width: 600px;
        width:96%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .xq_Zi_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .xq_Zi_zt_img{
        width: 46%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_zt_nr{
        width: 52%;
        height: auto;
        font-size: 0px;
    }
    .xq_Zi_zt_nr_bt{
        width: 100%;
        height: auto;
        font-size: 22px;
        color: rgb(40, 40, 40);
        line-height: 30px;
        text-align: left;
    }
    .xq_Zi_zt_nr_nr{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkcyan;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_jg{
        width: 100%;
        height: auto;
        font-size: 28px;
        color: coral;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc_sm{
        width: auto;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
    }
    .xq_Zi_zt_nr_AnN{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0px;
        position: relative;
        margin-top: 25px;
    }
    .xq_Zi_zt_nr_AnN_1{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkcyan;
    }
    .xq_Zi_zt_nr_AnN_2{
        width: 49%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkorange;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        border: darkcyan 1px solid;
        margin-top: 30px;
        font-size: 16px;
    }
    
    .xq_Zi_ft{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-top: 50px;
    }
    .xq_Zi_ft_Zi{
        width: 33%;
        height: auto;
        background: white;
        font-size: 0px;
        align-self: stretch;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        text-decoration: none;
        display: inline-block;
        margin: 10px 0px;
    }
    .xq_Zi_ft_Zi_img{
        width: 100%;
        height: auto;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 0px;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
        word-break:break-all;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .xq_Zi_ft_Zi_Zi_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width:600px) {
    .xq{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 50px;
    }
    .xq_Zi{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .xq_Zi_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .xq_Zi_zt_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .xq_Zi_zt_nr{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 15px;
        box-sizing: border-box;
    }
    .xq_Zi_zt_nr_bt{
        width: 100%;
        height: auto;
        font-size: 22px;
        color: rgb(40, 40, 40);
        line-height: 30px;
        text-align: left;
    }
    .xq_Zi_zt_nr_nr{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkcyan;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_jg{
        width: 100%;
        height: auto;
        font-size: 28px;
        color: coral;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .xq_Zi_zt_nr_kc_sm{
        width: auto;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
        display: inline-block;
    }
    .xq_Zi_zt_nr_AnN{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100;
    }
    .xq_Zi_zt_nr_AnN_1{
        width: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkcyan;
    }
    .xq_Zi_zt_nr_AnN_2{
        width: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: darkorange;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        border: darkcyan 1px solid;
        margin-top: 30px;
        font-size: 16px;
    }
    
    .xq_Zi_ft{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        margin: 50px 0px;
    }
    .xq_Zi_ft_Zi{
        width: 49%;
        height: auto;
        background: white;
        font-size: 0px;
        align-self: stretch;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        text-decoration: none;
        display: inline-block;
        margin: 10px 0px;
    }
    .xq_Zi_ft_Zi_img{
        width: 100%;
        height: auto;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 0px;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: rgb(40, 40, 40);
        word-break:break-all;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .xq_Zi_ft_Zi_Zi_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: red;
    }
}