@charset "UTF-8";

@media screen and (min-width: 769px) and (max-width: 959px) {
    nav{
        position: fixed;
        top:0px;
        height: 100%;
        z-index: 99;
        padding: 0px 20px 20px;
        right: -180px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        overflow-y: auto;
        width: 0px;

    }
    .menu-toggle {
        display: block;
        position: fixed;
        left: 2px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        font-size: 24px;
        background: #007BFF;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        transition: all 0.3s ease;
        border:1px solid white;
    }
    
    .menu-open nav {
        right: 0;
    }
    
    .menu-open .navicon{
        right: 198px; /* 300px(菜单宽度) + 20px(原始右边距) */
    }

    .mlogo{
        display: block;
        margin: 0 auto;
        max-width:959px
}
.mlogo-img{
    width:10%; float: left; border: 1px solid #000;
}
.mlogo-title{
    width:60%;float: left;
}
    .entrance a{ display: block;height: 110px;width: 45%;text-align: center;margin-top: 20px;font-size: 18px;font-weight: 700;color: #fff;border-radius: 5px;padding: 15px 0;box-sizing: border-box}
    .footer-nav{
        background: #2657C4;height: 36px; line-height: 36px; text-align: center ; font-size:12px;display: block;
    }
    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    body {
        overflow-x: hidden
    }
    .box,
    article {
        width: 100%;
    }
    nav #starlist {
        width: 100%
    }
    #starlist li {
        margin-right: 0;
        width: 10%
    }
    #starlist li a {
        padding: 0 2px;
    }
    .banner {
        width: 50%;
        float: left;
    }
    .headline-box {
        width: 46%;
        float: right;
    }
    .ad-big,
    .left-box {
        width: 68%;
    }
    .ad-small,
    .right-box {
        width: 31%
    }
    .pics .pic-list-img li:first-child i {
        height: 225px;
        line-height: 225px;
    }
    .pic-list-img li i {
        height: 90px;
        line-height: 90px;
    }
    .pics-list-price li i {
        height: 110px;
        line-height: 110px
    }
    .pics-list-price li a {
        margin: 0 2px
    }
    .videos-list li i {
        height: 110px
    }
    .page-title {
        width: 23%;
        display: none;
    }
    .page-box {
        width: 68%
    }
}

@media screen and (max-width: 768px) {
    nav{
        position: fixed;
        top:0px;
        height: 100%;
        z-index: 99;
        padding: 0px 20px 20px;
        right: -180px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        overflow-y: auto;
        width: 0px;

    }
    .menu-toggle {
        display: block;
        position: fixed;
        left: 2px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        font-size: 24px;
        background: #007BFF;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        transition: all 0.3s ease;
        border:1px solid white;
    }
    .menu-open nav {
        right: 0;
    }
    .menu-open .navicon{
        right: 198px; /* 300px(菜单宽度) + 20px(原始右边距) */
    }

    .mlogo{
        display: block;
        margin: 0 auto;
        max-width: 768px;
}
.mlogo-img{
    width:10%; float: left;
}
.mlogo-title{
    width:60%;float: left;
}
	.entrance a{ display: block;height: 110px;width: 45%;text-align: center;margin-top: 20px;font-size: 18px;font-weight: 700;color: #fff;border-radius: 5px;padding: 15px 0;box-sizing: border-box}
    .footer-nav{
        background: #2657C4;height: 36px; line-height: 36px; text-align: center ; font-size:12px;display: block;
    }
	    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    body {
        overflow-x: hidden
    }
    .tip {
        display: none
    }
    .box,
    article {
        width: 100%;
    }
    .toolbar-open,
    .toolbar {
        top: 40%
    }
    .logo-section {
        display: none
    }
    article {
        margin-top: 20px
    }

    nav #starlist {
        width: 100%;
    }
    #mnavh {
        display: block;
        top:0px;
        position: absolute;
        right:0px;
    }
    .btitle{
        display: block;
        top:0px;
        position: absolute;
        left:0px;
    }
    #starlist {
        display: none
    }
    #starlist li {
        width: 60%;
        margin: 0;
        background: #007BFF;
        border-bottom: #eee 1px solid;
    }
    #starlist li a:hover,
    #starlist #selected,
    .selected>a,
    #starlist li:hover {
        color: #FFFFFF;
        background: #007BFF;
    }
    #starlist li a {
        text-align: left;
        text-indent: 2em;
        color: #000;
        width: 100%;
        padding: 0;
    }
    #starlist ul.sub {
        background: none;
        width: 100%;
        display: block;
        position: initial;
        padding: 0
    }
    #starlist ul.sub:before {
        display: none
    }
    #starlist ul.sub li {
        border-bottom: none;
        width: 100%;
        overflow: hidden;
        line-height: 30px !important;
        border-top: none;
        height:30px !important;
    }
    #starlist ul.sub li:first-child {
        border-top: #eee 1px solid
    }
    #starlist ul.sub li a {
        display: block;
        padding-left: 10px;
        text-indent: 3em;
    }
    #starlist ul.sub li:hover a,
    #starlist li:hover a {
        background: none
    }
    #starlist ul.sub li #selected {
        color: #000 !important
    }
    .menu:after {
        top: 0;
        right: 7px;
        width: 26px;
        height: 22px;
        font-size: 18px;
        
        font-family: "iconfont" !important;
    }
    .menu:hover:after {
        transform: none;
        color: #174b80;
    }
    .menu span {
        display: block;
        position: absolute;
        width: 50px;
        height:50px;
        background: #007BFF;
        top: 0;
        right: 0;
        
    }
    #starlist li:last-child {
        padding-bottom: 100%;
    }
    #starlist ul.sub li:last-child {
        padding-bottom: 0
    }
    .toolbar-open {
        display: none
    }

    .left-box {
        width: 100%
    }
    aside {
        width: 0 !important;
        height: 0 !important;
    }
    .down-view .btn-blue a {
        display: block;
        position: absolute;
        float: none;
    }
    .mp-pics ul li a {
        height: 110px;
        line-height: 110px;
    }
    .page-title {
        width: 30%;
        float: left;
        display: none;
    }
    .page-box {
        width: 60%;
        float: right;
        margin-left: 0
    }
    .endmenu {
        display: block
    }
    .lanmu h1 {
        margin: 5px 0;
    }
    .blogs-list li i img {
        height: 60px;
        min-height: auto;
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 700px) {
    nav{
        position: fixed;
        top:0px;
        height: 100%;
        z-index: 99;
        padding: 0px 20px 20px;
        right: -180px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        overflow-y: auto;
        width: 0px;

    }
    .menu-toggle {
        display: block;
        position: fixed;
        left: 2px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        font-size: 24px;
        background: #007BFF;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        transition: all 0.3s ease;
        border:1px solid white;
    }
    .menu-open nav {
        right: 0;
    }
    
    .menu-open .navicon{
        right: 198px; /* 300px(菜单宽度) + 20px(原始右边距) */
    }
    .menu-open navicon{
        margin-right: 300px;
    }
    .mlogo{
        display: block;
        margin: 0 auto;
        max-width: 700px
}
.mlogo-img{
    width:10%; float: left;
}
.mlogo-title{
    width:60%;float: left;
}
    .entrance a{ display: block;height: 110px;width: 45%;text-align: center;margin-top: 20px;font-size: 18px;font-weight: 700;color: #fff;border-radius: 5px;padding: 15px 0;box-sizing: border-box}
    .footer-nav{
        background: #2657C4;height: 36px; line-height: 36px; text-align: center ; font-size:12px;display: block;
    }
    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    .banner {
        width: 100%;
        height: 100%;
    }
    .headline-box {
        width: 100%;
    }
    .tuijian-news-list ul li {
        width: 100%;
    }
    .tuijian-news-list ul li:nth-child(n+4) {
        display: none
    }
    .videos-list li i {
        height: 90px;
    }
    .down-list li:hover .d-list-hover {
        display: none;
    }
    .pics-list-price li {
        width: 33.3333%
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
	#bay{ display:none;}
}

@media screen and (max-width: 480px) {
    nav{
        position: fixed;
        top:0px;
        height: 100%;
        z-index: 99;
        padding: 0px 20px 20px;
        right: -180px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        overflow-y: auto;
        width: 0px;

    }
    
    .menu-toggle {
        display: block;
        position: fixed;
        left: 2px;
        top: 20px;
        z-index: 100;
        cursor: pointer;
        font-size: 24px;
        background: #007BFF;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        transition: all 0.3s ease;
        border:1px solid white;
    }
    .menu-open nav {
        right: 0;
    }
    
    .menu-open .navicon{
        right: 198px; /* 300px(菜单宽度) + 20px(原始右边距) */
    }

    .mlogo{
        display: block;
        margin: 0 auto;
        max-width: 480px
}
.mlogo-img{
    width:10%; float: left;
}
.mlogo-title{
    width:60%;float: left;
}
    .entrance a{ display: block;height: 110px;width: 45%;text-align: center;margin-top: 20px;font-size: 18px;font-weight: 700;color: #fff;border-radius: 5px;padding: 15px 0;box-sizing: border-box}
    .footer-nav{
        background: #2657C4;height: 36px; line-height: 36px; text-align: center ; font-size:12px;display: block;
    }
    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    body {
        overflow-x: hidden
    }
    .tip {
        display: none
    }
    .box,
    article {
        width: 100%;
    }
    .toolbar-open,
    .toolbar {
        top: 40%
    }

    article {
        margin-top: 20px
    }

    nav #starlist {
        width: 100%;
    }
    #mnavh {
        display: block;
        top:0px;
        position: absolute;
        right:0px;
    }
    .btitle{
        display: block;
        top:0px;
        position: absolute;
        left:0px;
    }
    #starlist {
        display: none
    }
    #starlist li {
        width: 60%;
        margin: 0;
        background: #007BFF;
        border-bottom: #eee 1px solid;
    }
    #starlist li a:hover,
    #starlist #selected,
    .selected>a,
    #starlist li:hover {
        color: #FFFFFF;
        background: #007BFF;
    }
    #starlist li a {
        text-align: left;
        text-indent: 2em;
        color: #FFFFFF;
        width: 100%;
        padding: 0;
    }
    #starlist ul.sub {
        background: none;
        width: 100%;
        display: block;
        position: initial;
        padding: 0
    }
    #starlist ul.sub:before {
        display: none
    }
    #starlist ul.sub li {
        border-bottom: none;
        width: 100%;
        overflow: hidden;
        line-height: 30px !important;
        border-top: none;
        height:30px !important;
    }
    #starlist ul.sub li:first-child {
        border-top: #eee 1px solid
    }
    #starlist ul.sub li a {
        display: block;
        padding-left: 10px;
        text-indent: 3em;
    }
    #starlist ul.sub li:hover a,
    #starlist li:hover a {
        background: none
    }
    #starlist ul.sub li #selected {
        color: #FFFFFF !important
    }
    .menu:after {
        top: 0;
        right: 7px;
        width: 26px;
        height: 22px;
        font-size: 18px;  
        font-family: "iconfont" !important;
    }
    .menu:hover:after {
        transform: none;
        color: #174b80;
    }
    .menu span {
        display: block;
        position: absolute;
        width: 50px;
        height:50px;
        background: #007BFF;
        top: 0;
        right: 0;    
    }
    #starlist li:last-child {
        padding-bottom: 100%;
    }
    #starlist ul.sub li:last-child {
        padding-bottom: 0
    }
    .toolbar-open {
        display: none
    }
    .search-page .search {
        margin-right: 10px;
        width: 80%;
    }
    .search-page .search input.input_text {
        width: 76%;
    }
    .search-page .search input.input_submit {
        background: none;
    }
    .gd-box {
        overflow-x: scroll;
    }
    #tab {
        width: 1200px;
    }
    .tab-a-more {
        display: none;
    }
    .whitebg {
        border: none;
        overflow: hidden;
    }
    .news-title {
        margin: 10px 0
    }
    .news-title h2 {
        width: fit-content;
        padding-left: 10px
    }
    .news-title h2:after {
        left: 10px;
        width: 90%
    }
    #tab {
        margin: 10px 0
    }
    #tab-content {
        margin: 0;
        padding: 0 10px
    }
    .tuijian-news-pic {
        width: 100%;
        margin-top: 10px;
    }
    .btn-blue-border {
        display: none
    }
    .tuijian-news-pic i {
        height: auto;
        margin-bottom: 10px;
    }
    .tuijian-news-pic i img {
        margin: auto;
        max-width: 100%;
    }
    .tuijian-news-pic i span {
        display: none
    }
    .tuijian-news-pic h2 {
        margin: 5px 0
    }
    .tuijian-news-pic p {
        -webkit-line-clamp: 2;
        height: 40px;
    }
    .tuijian-news-list {
        width: 100%;
        margin: 20px 0;
    }
    .tuijian-news-list ul li a {
        margin: 0
    }
    .ad-big {
        width: 100%;
    }
    .ad-small {
        display: none
    }
    .blogs-list li span {
        display: none;
    }
    .pics .pic-list-img li:first-child {
        width: 50%;
    }
    .pics .pic-list-img li:first-child i {
        height: 100px;
        line-height: 100%;
    }
    .pic-list-img li {
        width: 50%;
        margin-bottom: 10px;
    }
    .pic-list-img li a {
        margin: 0 5px
    }
    .pic-list-img li span {
        text-align: left;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .pic-list-img li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .pic-list-img li i img {}
    .pic-list-img li:nth-child(n+7) {
        display: none
    }
    .pic-list-img {
        padding-bottom: 10px;
        overflow: hidden;
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .news-zuixin-pic {
        width: 60px;
        height: 60px;
    }
    .news-zuixin-pic img {
        height: 60px;
    }
    .news-zuixin li {
        width: 100%
    }
    .news-zuixin p {
        font-size: 12px
    }
    .news-zuixin li:nth-child(n+5) {
        display: none
    }

    .wenzi-left {
        width: 100%
    }
    .wenzi-right {
        display: none
    }
    .down-list li {
        width: 100%
    }
    .down-list li:nth-child(n+7) {
        display: none
    }
    .tags ul a {
        width: 33.333%;
    }
    .tags ul a:nth-child(n+13) {
        display: none
    }
    .blank {
        height: 10px;
    }
    .ad {
        margin: 10px 0;
    }
    .wxbox {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .wxbox li {
        float: none;
        display: inline-block
    }
    .endnav {
        text-align: center;
        padding: 0 20px;
        clear: both;
    }
    .endnav p {
        margin-bottom: 20px
    }
    .topnav h2 {
        display: block
    }
    .blogs-box {
        overflow: hidden
    }
    .hnav,
    .weizhi {
        display: none
    }
    .share {
        display: block
    }
    .share img {
        float: none;
        margin: 10px auto;
    }
    .share-text {
        padding: 0 10px;
        word-break: break-all;
    }
    .info-pre-next ul li {
        width: 100%;
        overflow: hidden;
        float: none;
        margin-bottom: 10px;
        border-bottom: #eee 1px solid;
        padding-bottom: 10px;
    }
    .info-pre-next ul li:last-child {
        border-bottom: none
    }
    .info-pre-next ul li:nth-child(1) a {
        margin-right: 0;
    }
    .info-pre-next ul li:nth-child(2) a {
        margin-left: 0;
    }
    .otherlink,
    .pinglun-box {
        overflow: hidden
    }
    .otherlink ul li {
        width: 100%
    }
    .down-view .btn-blue a {
        position: static;
        margin: 10px auto 0;
    }
    .down-view .down-info {
        width: 100%;
        clear: both;
        font-size: 12px;
    }
    .down-view i {
        margin-bottom: 10px
    }
    .down-links ul li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .down-otherlink ul li {
        width: 100%
    }
    .plr20 {
        padding: 0 10px;
    }
    #tab li:hover:after,
    #tab li.tab-current:after {
        left: 10px;
        width: 66px;
    }
    .pics-list-box li {
        width: 50%
    }
    .mp-pics ul li a {
        height: 70px;
        line-height: 70px;
    }
    .mp-pics ul li a img {
        height: 70px;
        width: auto;
    }
    .pics-list-price li {
        width: 50%;
        margin-bottom: 10px;
    }
    .shopview {
        width: 90%;
        padding: 0;
        border: 0;
        margin: auto;
        float: none;
    }
    .product {
        padding: 0 20px;
        margin-right: 0;
        float: none;
        width: 90%;
    }
    .product-suiji li {
        width: 50%;
    }
    .product-suiji li i {
        height: 110px;
        line-height: 110px;
    }
    .product-suiji li:nth-child(n+3) {
        display: none
    }
    #pageContents {
        overflow-x: scroll;
    }
    #pageContents ul {
        width: 800px;
    }
    .page-title {
        width: 100%;
        float: left;
        display: none;
    }
    .page-box {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 10px;
    }
    .page-title li {
        width: 100px;
        float: left;
        margin-right: 10px;
        display: none;
    }
    .blogs-list ul li {
        border-bottom: #eee 1px solid;
        padding: 10px 0;
    }
    .blogs-list li i {
        width: 60px;
        height: 60px;
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }
    .blogs-list li i img {
        width: auto;
    }
    .blogs-list li h2 {
        white-space: inherit;
        overflow: hidden;
        margin-top: 0;
        font-size: 16px;
        font-weight: normal;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .blogs-list li h2 a {
        color: #000
    }
    .blogs-list li p {
        display: none
    }
    footer {
        padding: 30px 0 70px
    }
    .headline-news {
        overflow: hidden;
        padding: 17px 20px 20px;
    }
    .endmenu {
        display: block
    }
    .swiper-container {
        height: auto !important;
    }
    a.btn-add {
        margin: auto
    }
    .videos-list .viewd,
    .wenzi-list li span {
        display: none
    }
    .tags ul,
    .links ul {
        margin: 0 10px 10px;
    }
    span.po-classname,
    .po-view {
        display: none
    }
    .news-title-h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    .info-pre-next em {
        line-height: 70px;
        font-size: 12px;
    }
    .info-pre-next ul li i {
        width: 70px;
        height: 70px;
    }
    .info-pre-next img {
        height: 70px;
        width: auto
    }
    .newstext-box {
        padding: 0 20px 0;
    }
    .info-pre-next {
        margin: 10px 0;
    }
    .lanmu img {
        width: 100%;
        margin-bottom: 10px
    }
    .lanmu {
        padding: 10px;
    }
    .lanmu h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lanmu-keywords {
        margin-top: 10px;
    }
    .down-view h1 {
        font-size: 15px;
        margin-top: 10px;
    }
    .down-view {
        padding: 10px
    }
    .down-view .down-info em {
        margin-right: 10px
    }
    .mp-info {
        display: none
    }
    .wztitle-list li span {
        display: none
    }
    .pics-list-price span.pics-btn,
    .pics-list-price li p {
        display: none;
    }
    .pics-list-price li h2 {
        line-height: 20px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: inherit;
        height: 40px;
    }
    .pics-list-price li i {
        height: 100px;
        line-height: 100px;
    }
    .keywords a {
        font-size: 12px
    }
    .keywords a:last-child {
        margin-bottom: 20px
    }
    .footer_bottom {
        position: fixed;
        width: 100%;
        height: 60px;
        min-width: 320px;
        bottom: 0px;
        z-index: 999999999;
    }
    .ft_con {
        float: left;
        width: 20%;
    }
    .jg_hezuo {
        float: left;
        border: 1px solid #999b9d;
        margin: 2px;
        padding: 0;
        width: 47%;
    }
    .liu_ad {
        display: none;
    }
	#bay{ display:none;}
    .mlogo{
            margin: 0 auto;
            width: 100%;
    }
    .mlogo-img{
        width:10%; float: left;
    }
    .mlogo-title{
        width:60%;float: left;
    }
}