
.pcdis {
    display: none!important;
}
.youxiangEmail{
    display: none;
}
.logo_phone{
    display: none;
}
.nologin{
    display: none;
}
.haslogin{
    display: none;
}
@media screen and (max-width: 768px) {
    .mobilenav{
        position: absolute;
        top: 14px;
        left: 7px;
    }
    .youxiangEmail{
        display: block;
    }
    .pc_logo{
        display: none;
    }
    .zixun_phone{
        display: none;
    }
    .logo_phone{
        display: block;
    }
    .logo_img_phone{
        width: 29px;
        height: 25px;
        margin-bottom: 2px;
    }
    .logo_huilv_phone{
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .mobilenav {
        display: none !important;
    }
    #categrymoban {
        display: none;
    }
    /* .pcdis {
        display: block;
    } */
    .cateMenu1 {
        display: none !important;
    }
    .cateMenu {
        padding: 7px 10px;
        padding-left: 40px;
        background: url(../../img/icon_cate.png) 14px 11px no-repeat;
        background-size: 20px;
        border: 2px solid #5fb4e5;
        border-radius: 24px;
        margin-top: 26px;
        margin-left: 35px;
        color: #5fb4e5;
    }
    .cateList {
        position: absolute;
        top: 62px;
        left: 71px;
        padding-top: 10px;
        filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .2));
        z-index: 999;
        display: none;
    }
    .cateList .index_1 {
        width: inherit;
        margin: inherit;
    }
    .index_1 .left {
        width: 250px;
        height: 490px;
        float: left;
        background: #fff;
    }
    .index_1 .left ul {
        width: 250px;
        height: 490px;
        float: left;
        position: relative;
        /* background: #fcfcfc; */
        border-top: 0px;
    }
    .index_1 .left ul li {
        width: 100%;
        height: 37px;
        line-height: 37px;
        padding: 0px 25px 0px 25px;
        float: left;
    }
    .index_1 .left ul li a.title {
        display: block;
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #f4f4f4;
        color: #333333;
    }
    .index_1 .left ul li dl {
        position: absolute;
        width: 700px;
        min-height: 490px;
        border: 1px solid #a1a1a1;
        left: 250px;
        top: 0;
        background: white;
        z-index: 35;

    }
    .index_1 .left ul li dl dt {
        width: 200px;
        float: left;
        margin-left: 15px;
    }
    .index_1 .left ul li dl dt h4 {
        margin: 15px 0px;
    }
    .index_1 .left ul li dl dt a {
        display: block;
        width: 100%;
        height: 34px;
        color: #777;
        padding: 0 5px;
        margin-top: 5px;
        border-bottom: 1px solid #efefef;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }
    .cateList .index_1 .left ul li dl dt h4 a {
        color: #333;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    #categrymoban {
        width: 100%;
        position: absolute;
        background: white;
        z-index: 9999999;
        height: 1000px;
        top: 0;
        display: none;
    }
    .mobilenav {
        display: block !important;
    }
    .cateMenu1 {
        padding: 7px 3px;
        padding-left: 31px;
        background: url('../../img/icon_cate.png') 10px 11px no-repeat;
        background-size: 20px;
        border: 1px solid #5fb4e5;
        border-radius: 24px;
        /* margin-top: 36px; */
         margin-top: -42px;
        position: absolute;
        width: 20%;
        z-index: 9999999;
        color: #5fb4e5;
    }
    .pcdis {
        display: none !important;
    }

    .mobilesearch {
        width: 100%;
        margin: 80px 0;
    }

    .mains {
        margin-top: 190px;
    }
    .cateMenu{
        display: none;
    }
    #pcSearch input:not(.indexcontact) {
        width: 74% !important;
        font-size: 10px;
        float: left;
        margin-left: 87px;
    }
    .sidebar {
        width: 130px;
        height: 100%;
        background-color: #f0f0f0;
        padding: 20px 0px;

    }

    .submenu {
        display: none;
        background-color: #fff;
        /*border: 1px solid #ddd;*/
        padding: 10px;
        position: fixed;
        top: 0;
        left: 130px;
        z-index: 999;
        overflow-y: scroll;
        height: 150%;
        margin-bottom: 40px;
    }
    .sidebar a:hover +.submenu {
        display: block;
    }
    .sidebar a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
    }
    .sidebar a:hover {
        /*background-color: #ddd;*/
        /*border-left: 3px solid #5fb4e5;*/
        /*color: #5fb4e5;*/
    }
    .hover{
        /*background-color: #ddd;*/
        /*border-left: 3px solid #5fb4e5;*/
        /*color: #5fb4e5!important;*/
    }
    .submenu a{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
    .submenu div{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
    .submenu a:hover {
        background-color: #f0f0f0;
    }
    .submenu span {
        font-size: 12px;
        float: left;
        width: 30%!important;
        margin: 10px 3px;
        height: 140px;
    }
    .cateclose {
        color: #000;
        float: right;
        font-size: 28px;
        /*font-weight: bold;*/
        position: relative;
        z-index: 9999;
        padding: 0px 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .pcdis {
        display: none !important;
    }
    .cateMenu1{
        display: block !important;
    }
    .cateMenu{
        display: none;
    }
    .cateMenu1 {
        padding: 7px 10px;
        padding-left: 31px;
        background: url('../../img/icon_cate.png') 10px 11px no-repeat;
        background-size: 20px;
        border: 2px solid #5fb4e5;
        border-radius: 24px;
        margin-top: 72px;
        position: absolute;
        top: -42px;
        left: 48px;
        width: 10%;
        z-index: 9999999;
        color: #5fb4e5;
    }
    .mobilesearch {
        width: 100%;
    }
    #pcSearch input:not(.indexcontact) {
        width: 100% !important;
        float: left;
    }
    .sidebar {
        width: 130px;
        /* height: 100%; */
        background-color: #f0f0f0;
        padding: 20px 0px;
        position: absolute;
        top: 197px;
    }
    .submenu {
        display: none;
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: -1px;
        left: 128px;
        z-index: 1;
        overflow-y: scroll;
        height: 100vh;
        width: 100vw;
    }
    .sidebar a:hover +.submenu {
        display: block;
    }
    .sidebar a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
    }
    .sidebar a:hover {
        background-color: #ddd;
        border-left: 3px solid #5fb4e5;
        color: #5fb4e5;
    }
    .hover{
        background-color: #ddd;
        border-left: 3px solid #5fb4e5;
        color: #5fb4e5!important;
    }
    .submenu a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
    .submenu a:hover {
        background-color: #f0f0f0;
    }
    .submenu span {
        font-size: 12px;
        float: left;
        width: 27%!important;
        margin: 10px 3px;
        height: 303px;
    }
    .cateclose {
        color: #000;
        float: right;
        font-size: 28px;
        position: relative;
        z-index: 9;
        padding: 0px 10px;
    }
    .submenu div{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
    #pcSearch input:not(.indexcontact) {
        width: 66% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    .logo_huilv_phone{
        margin-top: -22px;
    }
    .logo_img_phone{
        width: 51px;
        height: 42px;
        margin-top: 10px;
    }
    .pcdis {
        display: none !important;
    }
    .cateMenu1{
        display: block !important;
    }
    .cateMenu{
        display: none;
    }
    .cateMenu1 {
        padding: 7px 10px;
        padding-left: 31px;
        background: url('../../img/icon_cate.png') 10px 11px no-repeat;
        background-size: 20px;
        border: 2px solid #5fb4e5;
        border-radius: 24px;
        margin-top: 72px;
        position: absolute;
        top: -42px;
        left: 49px;
        width: 11%;
        z-index: 9999999;
        color: #5fb4e5;
    }
    .mobilesearch {
        width: 100%;
    }
    .sidebar {
        width: 130px;
        background-color: #f0f0f0;
        padding: 20px 0px;
        position: absolute;
        /* top: 197px; */
    }
    .submenu {
        display: none;
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: -1px;
        left: 128px;
        z-index: 1;
        overflow-y: scroll;
        height: 100vh;
        width: 100vw;
    }
    .sidebar a:hover +.submenu {
        display: block;
    }
    .sidebar a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
    }
    .sidebar a:hover {
        background-color: #ddd;
        border-left: 3px solid #5fb4e5;
        color: #5fb4e5;
    }
    .hover{
        background-color: #ddd;
        border-left: 3px solid #5fb4e5;
        color: #5fb4e5!important;
    }
    .submenu a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
    .submenu a:hover {
        background-color: #f0f0f0;
    }
    .submenu span {
        font-size: 12px;
        float: left;
        width: 27%!important;
        margin: 10px 3px;
        height: 303px;
    }
    .cateclose {
        color: #000;
        float: right;
        font-size: 28px;
        position: relative;
        z-index: 9;
        padding: 0px 10px;
    }
    .submenu div{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333;
    }
    .small_lot {
        width: unset; 
      }
      .mobilenav{
        position: absolute;
        top: 3px;
        left: 139px;
        margin: 3px auto!important;
      }
      .shouji_showgwc{
        display: none;
      }
      .dengluIMG{
        width: 30px;
        height: 30px;
      }
      .page-id-15609 .totop {
        display:block;
      }
}