@media(max-width: 800px){
    .pc{
        display: none;
    }
    .iphone{
        display: unset;
    }
    section{
        width: auto;
    }
    .left,.right{
        float: unset;
    }
    header{
        height: auto;
    }
    header img{
        width: 100%;
    }

    .navlist{
        width: 100%;
        height: auto;
        line-height: normal;
    }
    .navlist>ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .navlist>ul li{
        float: unset;
        width: 33%;
        margin: 3px 0;
    }
    .navlist>ul li:nth-child(3n+1){
        border-left: none;
    }
    li.nlist:hover >ul{
        display: none;
    }

    .index{
        width: auto;
    }
    section.tips{
        width: 100%;
        height: auto;
        line-height: normal;
        display: flex;
        flex-direction: column;
        padding: 8px 0;
    }
    .tips>img.left{
        display: none;
    }
    .tips .hp,.tips .tipsText{
        display: none;
    }
    .ssf{
        float: unset;
        margin: auto;
    }
    .ssf form{
        display: flex;
    }
    .ss{
        width: 150px;
    }
    .ssbtn{
        position: unset;
    }

    .jb_search1{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .zxdt{
        width: 100%;
        margin-left:0;
        margin-bottom: 15px;
    }
    .tit ul{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newlist li img{
        top: -12px;
    }
    .newlist2 li img{
        top: -15px;
    }
    .newlist li a{
        width: 65%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .newlist2 li a{
        width: 65%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .kj ul li{
        text-align: center;
    }
    .kj ul li img{
        width: 70%;
        height: auto;
    }
    .newlm{
        width: auto;
        margin: auto!important;
        margin-bottom: 10px!important;
    }
    .imglist li{
        float: unset;
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    /* 列表 */
    .listmain2 {
        width: auto;
        padding: 10px;
        flex-direction: column;
    }

    .listmain2 .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .listmain2 .right {
        width: auto;
        padding: 10px;
    }

    /* 详情 */
    .showmain {
        width: auto;
    }
    .detail>h1 {
        padding: 20px 15px 30px;
    }
    .inform .fontsize {
        display: none;
    }
    .theme-ct{
        padding: 0 10px 10px;
    }
    .detail{
        padding: 10px 10px 0;
    }
    .follow{
        display: none;
    }

    .jkjy{
        width: auto;
        height: auto;
    }
    .zttit+.left{
        display: none;
    }
    .kplist{
        height: auto;
    }
    .kplist ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .kplist ul li{
        float: unset;
        margin: auto;
        width: auto;
        height: auto;
        text-align: center;
    }
    .zclm{
        width: auto;
    }
    .newlist3 li a{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        display: inline-block;
    }
    .newlist3 li img{
        top: -15px;
    }
    .tel{
        width: auto;
    }
    .telText{
        padding: 10px 0;
        padding-left: 10px;
    }
    .yqlist p{
        text-align: center;
    }
    .yqlist select{
        margin: 5px auto;
    }
    #video{
        width: 100%!important;
        height: auto!important;
    }

    aside{
        display: none;
    }
    /* 脚部开始 */
    footer {
        height: auto;
    }
    .g_footer{
        width: auto!important;
    }
    .g_footer .foot_box{
        width: auto!important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .g_footer .foot_box>div:nth-child(1){
        display: flex;
    }
    ._ideConac_img,.zhaocuobox,#_ideConac_img{
        float: unset!important;
        width: auto!important;
    }
    .zhaocuobox{
        display: none;
    }
    .foot_txt_box{
        float: unset!important;
        width: auto!important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .foot_txt_box p{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    /* 脚部结束 */
}


@media(max-width:330px){
    .newlist li a{
        width: 60%;
    }
    .newlist2 li a{
        width: 60%;
    }
}