


@media screen and (max-width:1050px){
    /* 顶部字体部分 */
    .xq-h-right>h1{
        font-size: 24px;
    }
    .xq-h-r-txt>p{
        font-size: 15px;
    }
    .inner{
        width: 95%;
    }


    .xq-header{
        margin-bottom: 150px;
    }

}


@media screen and (max-width:800px){
/* 底部右侧图片 */
.m-body-li-right{
    padding: 0 0;
}
}


@media screen and (max-width:900px){
    .inner{
        width: 95%;
    }
    /* 顶部字体部分 */
    .xq-h-right>h1{
        font-size: 24px;
    }
    .xq-h-r-txt>p{
        font-size: 14px;
    }


    /* 左边img */
    .xq-h-left{
        width: 30%;
    }
    .xq-h-middle{
        width: 60%;
    }

    /* 顶部按钮部分 */
    .right-btn{
        margin-top: 20px;
    }

    /* 下面字体 */
    .xq-h-right{
        width: 100% !important;
        text-align: center;

    }
    /* 按钮 */
    .right-btn{
        margin-top: 20px;
    }

    .xq-header{
        margin-bottom: 100px;
    }
    /* 新加 */
    /* 顶部左侧图片 */
    .xq-h-left>ul>li>img{
        width: 50%;
    }
    /* 顶部右侧文字 */
    .xq-h-r-txt>ul{
        margin-left: 0 !important;
        justify-content: center;
    }
}
    

@media screen and (max-width:600px){
.inner{
    width: 95%;
    margin: 0 auto;
}

/* 头部切换栏 */
.xq-header{
    flex-wrap: wrap;
}
.xq-h-left{
    width: 30%;
}
.xq-h-middle{
    width: 65% !important;
}

.xq-h-right{
    width: 100%;
}

/* 字体样式 */
.xq-h-right>h1{
    font-size: 26px;
}
.xq-h-r-txt{
    font-size: 14px;
}
.xq-h-r-txt{
    width: 100% !important;
}

.xq-h-right{
    text-align: center;
}


/* 产品概述按钮部分 */
.xq-header{
    /* margin-bottom: 44px; */
}
.m-top{
    margin-bottom: 15px;
}

/* 字体样式 */
.m-body>div>div>p{
    font-size: 14px;
}

/* 图片 */
.m-body>div>div>ul{
    flex-wrap: wrap;
}

/* li */
.m-body>div>div>ul>li{
    width: 49%;
}


/* 新加  头部高度 */
.xq-header{
    height: 700px;
}
/* 头部信息部分 */
.xq-h-r-txt>ul{
    margin-left: 0;
    justify-content: space-evenly;
}

/* 底部切换 */
.m-body-li{
    display: block !important;
}
}

