@media screen and (min-width: 1201px){
    .img-box.trans:hover .img{ -webkit-transform: scale(1.05)}
    .img-box.trans:hover img{ -webkit-transform: scale(1.05)}
    a:hover .img-box.trans .img{ -webkit-transform: scale(1.05)}
    a:hover .img-box.trans img{ -webkit-transform: scale(1.05)}
    .transImg:hover img{-webkit-transform: scale(1.05)}
}

@media (max-width:1024px){
    html{font-size: 95px!important;}
}
@media (max-width:900px){
    html{font-size: 90px!important;}
}
@media (max-width:750px){
    html{font-size: 85px!important;}
    /*.wp{width: 90%}*/
    .section-f .image-lists ul li {
        width: calc(50% - .25rem);
    }
}
@media (max-width:540px){
    html{font-size: 80px!important;}
    body{font-size: .18rem;}
    .eclips{display: inline-block;overflow: visible;text-overflow: inherit;white-space: normal;}
}
@media (max-width:360px){
    html{font-size: 75px!important;}
}

@media (max-width: 1024px){
    .header .logo img {
        height: .5rem;
    }
    .header .wp {
        align-items: center;
    }
    .header .h-right .h-top-link,.header .h-right .search {
        display: none;
    }

    .header .h-right .nav-btn {
        display: block;
    }
    .header .h-right .icon-close {
        display: none;
    }

    .nav {
        position: fixed;
        top: .96rem;
        right: -100%;
        height: calc(100vh - .99rem);
        z-index: 50;
        display: block;
        width: 100%;
        padding: .3rem 5%;
        overflow: auto;
        text-align: left;
        transition: .5s;
        background: url(../images/xm-bg.png) #fff no-repeat right;
        background-size:auto 100%;
        background-attachment: fixed;
    }


    .nav-show #app {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .nav-show .header {
        bottom: 0;
    }
    .nav-show .nav {
        right: 0;
    }
    .nav-show .header .h-right .nav-btn .icon-nav {
        display: none;
    }
    .nav-show .header .h-right .nav-btn .icon-close {
        display: block;
    }
    .nav ul li i.icon-plus {
        display: block;
    }

    .nav ul li .sub {
        position: static;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: none;
        display: none;
        padding-top: 0;
    }
    .nav ul li .sub .sub-h:before,.nav ul li .sub .sub-h:after{
        display: none;
    }
    .nav ul li .sub .sub-h{
        text-align: left;
        background: transparent;
        box-shadow: none;
    }
    .nav ul li .sub .sub-h a{
        background: transparent;
        font-size: .18rem;
        line-height: .45rem;
    }
    .nav ul li .sub .sub-h a:hover{
        background: transparent;
    }

    .nav ul {
        display: block;
        /*margin-bottom: .3rem;*/
        margin-right: 0;
    }

    .nav ul li {
        margin-left: 0;
        padding: 0;

    }
    .nav ul li:after {
        display: none;
    }
    .nav ul li a {
        font-size: .2rem;
    }

    .nav .search {
        display: block;
    }
    .banner .swiper-slide a {
        height: 48vh;
    }
    .gzdt .box-bd .lbbox{
        width: 100%;
        padding-right: 0;
        border-right: 0
    }
    .gzdt .box-bd .lbbox .swiper-lbbox .swiper-slide .img-box .img{
        height: 60vw;
    }

    .gzdt .box-bd .list {
        width: 100%;
        padding-left: 0;
        margin-top: .3rem;
    }


    .section-b .djgz {
        width: 100%;
        padding:.25rem .1rem;
    }


    .section-b .gbgz {
        width: 100%;
        padding:.25rem .1rem;
    }

    .section-b .dxgz {
        width: 100%;
        padding:.25rem .1rem;
    }

    .ztzl .box-bd ul li a .img-box .img {
        height: .8rem;
    }

    .tft .wp {
        flex-direction: column;

    }

    .tft .wp .tft-c {
        width: 100%;
        padding: 0;
        margin-top: .2rem;
    }

    .section-f {
        padding: .3rem 0;
    }
    .section-f .wp {
        position: relative;
    }
        /*列表页*/
    .section-f .sidebar-right {
        width: 100%;
    }
    .section-f .sidebar-left {
        width: 100%;
        margin-top: .75rem;
        margin-bottom: .3rem;
    }

    .section-f .sidebar-right .box-hd {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0 .05rem;
    }


    .section-f .sub-nav .sub-nav-tit {
        height: .64rem;
        padding: 0 .25rem;
        font-size: .22rem;
        color: #fff;
    }

    .section-f .sidebar-left .sub-nav .sub-nav-tit .toggle {
        display: block;
        cursor: pointer;
    }
    .section-f .sidebar-left .sub-nav .sub-nav-tit .toggle .icon-zk {
        display: block;
    }

    .section-f .sidebar-left .sub-nav .sub-nav-tit .toggle .icon-sq {
        display: none;
    }
    .section-f .sidebar-left .sub-nav ul {
        display: none;
    }
}

@media (max-width: 900px){
    .banner .swiper-slide a {
        height: 40vh;
    }
    .section-a .lbbox .swiper-lbbox .swiper-slide .img-box .img{
        height: 55vw;
    }
    .ztzl .box-bd ul li a .img-box .img {
        height: .7rem;
    }
}

@media (max-width: 700px){
    .banner .swiper-slide a {
        height: 32vh;
    }
    .section-a .lbbox .swiper-lbbox .swiper-slide .img-box .img{
        height: 48vw;
    }
    .ztzl .box-bd ul li a .img-box .img {
        height: .65rem;
    }
    .footer .tft {
        padding: .1rem 0;
    }
    .footer .tft .wp {
        flex-direction: column !important;
        align-items: center;
    }

    .footer .tft .wp .item {
        width: 100%;
        /*margin-bottom: .2rem;*/
        padding: .15rem;
    }
    .tft .tft-b:before,.tft .tft-c:before {
        top: 0 !important;
        width: 100% !important;
        height: 1px !important;
    }
    .tft .item .tit {
        margin-bottom: .2rem;
    }


}
@media (max-width: 640px){
    .header .logo img {
        height: .42rem;
    }
    .banner .swiper-slide a {
        height: 28vh;
    }
    .section-a,.section-b,.section-c {
        padding: .3rem 0;
    }

    .ztzl .box-bd ul.flex {
        flex-direction: column;
    }
    .ztzl .box-bd ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .ztzl .box-bd ul li a .img-box .img {
        height: 2rem;
    }
    .section-f .sidebar-right .box-hd {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-f .lists ul li {
        padding: .15rem 0;
    }
    .section-f .lists ul li a .img-box {
        width: 100%;
    }

    .section-f .lists ul li a .txt {
        width: 100%;
        padding:0 .1rem;
    }
    .section-f .lists ul li .date {
        width: 100%;
        padding-left: .3rem;
        margin-top: .1rem;
    }

    .section-f .image-lists ul.flex {
        flex-direction: column;
    }

    .section-f .image-lists ul li {
        width: 100%;
    }

    .pages .p_pages {
        font-size: .14rem;
    }

    .pages .p_fun_d, .pages .p_no_d, .pages .p_no_o, .pages .p_fun a, .pages .p_no a {
        padding: .08rem .1rem;
        margin-left: .03rem;
    }

    .content .tit h2 {
        font-size: .24rem;
        line-height: .36rem;
    }

    .content .opr .info span {
        font-size: .13rem;
        margin-right: .05rem;
    }
}
@media (max-width: 480px){
    .ztzl .box-bd ul li a .img-box .img {
        height: 1.4rem;
    }
}

@media (max-width: 560px){
    .ztzl .box-bd ul li a .img-box .img {
        height: 1.65rem;
    }

}