/* 笔记本或PC */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .zd06edheader .zd06ednavmenu {


    }
    .layui-nav li:nth-of-type(4) {
        margin-left: 98px;
    }
    .layui-nav{
        right: 13px;
    }
    .Newstop{
        height: 120px;
    }
    .Newstop img{
        max-height: 120px;
    }
    .swctn:hover .swctext{
        background: none !important;
    }
}

/* ##平板电脑/Ipad竖屏 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .nswtext h1{
        padding: 296px 171px;
    }
    .layui-nav {
        position: relative;
        padding: 0 0px;
        border-radius: 2px;
        font-size: 0;
        box-sizing: border-box;
        right:75px;
    }
    .layui-nav li:nth-of-type(4) {
       margin-left: 112px !important;
    }
    .zd06edheader .search{
        display: none;
    }
    .layui-nav .layui-nav-item a{
        padding: 0px 10px;
    }
    .Newsmd2{
        text-align: center;
        float: left;
        width: 50%;
    }
    .Newstop{
        height: 120px;
    }
    .Newstop img{
        max-height: 120px;
    }
    .show .zd06edcol-md3{
        text-align: center;
        float: left;
        width: 50%;
        height: 220px;
        /* text-align: center; */
        padding-left: 35px;
    }
    .pd01 .zd06edcol-md6{
        text-align: center;
        float: left;
        width: 50%;
    }
}

/* 多数竖屏的智能手机 */



@media screen and (min-width: 320px) and (max-width: 767px) {

    .layui-nav li:nth-of-type(4) {
        margin-left: 0px;
    }
    .Newsmd2{
        text-align: center;
        /* float: left; */
        width: 100%;
    }
    .Newstop{
        /* height: 120px; */
    }
    .Newstop img{
        /* max-height: 120px; */
    }
    .show .zd06edcol-md3{
        text-align: center;
        float: left;
        width: 100%;
        height: 220px;
        /* text-align: center; */
        padding-left: 62px;
    }
    .pd01 .zd06edcol-md6{
        text-align: center;
        float: left;
        width: 50%;
    }
    .News {
        background: none !important;
        padding: 20px 0px;
    }
    .nswtext h1{
        padding: 133px 46px;
    }
    .nswctn:hover .nswtext{
        background: none;
    }
    .newshow{
        display: none;
    }
    .smshow{
        display: block;
    }
}



/* 公共 */
@media screen and (min-width: 320px) and (max-width: 1023px) {}