


.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;
        margin-right: 30px;
    }
    .xq_Zi_zt_nr{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        box-sizing: border-box;
        display: inline-block;
    }
    .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_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: 32%;
        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: 32%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: blue;
    }
    .xq_Zi_zt_nr_AnN_3{
        width: 32%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: crimson;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        font-size: 16px;
        box-sizing: border-box;
        margin-top: 30px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        display: inline-block;
    }

    .xq_Zi_ft{
        width: 30%;
        height: auto;
        display: inline-block;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        background: white;
        border-top: blue 1px solid;
        border-radius: 10px;
        overflow: hidden;
    }
    .xq_Zi_ft_Zi{
        width: 100%;
        height: auto;
        font-size: 0px;
        text-decoration: none;
        display: inline-block;
        padding: 15px;
        border-bottom: blue 1px solid;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        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_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: blue;
    }
}
@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;
        margin-right: 30px;
    }
    .xq_Zi_zt_nr{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        box-sizing: border-box;
        display: inline-block;
    }
    .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_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: 32%;
        height: 35px;
        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: 32%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: blue;
    }
    .xq_Zi_zt_nr_AnN_3{
        width: 32%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: crimson;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        font-size: 16px;
        box-sizing: border-box;
        margin-top: 30px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        display: inline-block;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .xq_Zi_ft{
        width: 30%;
        height: auto;
        display: inline-block;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        background: white;
        border-top: blue 1px solid;
        border-radius: 10px;
        overflow: hidden;
    }
    .xq_Zi_ft_Zi{
        width: 100%;
        height: auto;
        font-size: 0px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
        padding: 15px;
        border-bottom: blue 1px solid;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        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_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: blue;
    }
}
@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: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .xq_Zi_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 30px;
    }
    .xq_Zi_zt_nr{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        box-sizing: border-box;
        display: inline-block;
    }
    .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_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: 32%;
        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: 32%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: blue;
    }
    .xq_Zi_zt_nr_AnN_3{
        width: 32%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: crimson;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        font-size: 16px;
        box-sizing: border-box;
        margin-top: 30px;
        padding: 25px;
        border-radius: 10px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
    }

    .xq_Zi_ft{
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        background: white;
        border-top: blue 1px solid;
        border-radius: 10px;
        overflow: hidden;
    }
    .xq_Zi_ft_Zi{
        width: 100%;
        height: auto;
        font-size: 0px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
        padding: 15px;
        border-bottom: blue 1px solid;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        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_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: blue;
    }
}
@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{
        min-width: 310px;
        width:96%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .xq_Zi_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 30px;
    }
    .xq_Zi_zt_nr{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 15px;
        border-radius: 5px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
        box-sizing: border-box;
        display: inline-block;
    }
    .xq_Zi_zt_nr_bt{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: rgb(40, 40, 40);
        line-height: 30px;
        text-align: left;
    }
    .xq_Zi_zt_nr_nr{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        margin-top: 15px;
    }
    .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: 32%;
        height: 35px;
        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: 32%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: blue;
    }
    .xq_Zi_zt_nr_AnN_3{
        width: 32%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        color: white;
        cursor: pointer;
        background: crimson;
    }
    .xq_Zi_zt_xq{
        width: 100%;
        height: auto;
        font-size: 16px;
        box-sizing: border-box;
        margin-top: 30px;
        padding: 15px;
        border-radius: 5px;
        filter: drop-shadow(6px 6px 8px rgb(220,220,220));
        background: white;
    }

    .xq_Zi_ft{
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
        filter: drop-shadow(6px 6px 8px rgb(230,230,230));
        background: white;
        border-top: blue 1px solid;
        border-radius: 5px;
        overflow: hidden;
    }
    .xq_Zi_ft_Zi{
        width: 100%;
        height: auto;
        font-size: 0px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px;
        border-bottom: blue 1px solid;
        box-sizing: border-box;
    }
    .xq_Zi_ft_Zi_Zi{
        width: 100%;
        height: auto;
        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_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: blue;
    }
}