@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:1520px){
    html{font-size: 96px!important;}
    .header .logo img {
        height: .50rem;
    }
}
@media (max-width:1440px){
    html{font-size: 94px!important;}
    .header .logo img {
        height: .42rem;
    }
}
@media (max-width:1360px){
    html{font-size: 92px!important;}
    .nav ul li {
        padding: .04rem .18rem;
    }
}
@media (max-width:1280px){
    html{font-size: 90px!important;}
    .nav ul li {
        padding: .04rem .15rem;
    }
}
@media (max-width:1200px){
    .header .logo img {
        height: .4rem;
    }
    .nav ul li {
        padding: .04rem .09rem;
    }
    .nav ul li a {
        font-size: .16rem;
    }
}
@media (max-width:1024px){
    html{font-size: 88px!important;}
}
@media (max-width:960px){
    html{font-size: 86px!important;}
}
@media (max-width:840px){
    html{font-size: 84px!important;}
}
@media (max-width:720px){
    html{font-size: 82px!important;}
}
@media (max-width:640px){
    html{font-size: 80px!important;}
}
@media (max-width:560px){
    html{font-size: 78px!important;}
    body{font-size: .18rem;}
    .eclips{display: inline-block;overflow: visible;text-overflow: inherit;white-space: normal;}
}

@media (max-width:480px){
    html{font-size: 76px!important;}
}
@media (max-width:360px){
    html{font-size: 74px!important;}
}

/*@media (max-width: 1560px) {*/
/*    .nav ul li {*/
/*        padding: 0.04rem .15rem;*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    .header .wp {
        padding: .1rem .25rem 0;
    }
    .header .logo img {
        height: .48rem;
    }

    .header .h-right{
        position: fixed;
        top: 1rem;
        transform: translateX(101%);
        height:calc(100vh - 1.8rem);
        z-index: 50;
        display: block;
        width: 100%;
        padding: 0 5%;
        overflow: auto;
        text-align: left;
        margin-top: 0;
        left: 0;
    }

    .header .h-right .h-top-link {
        justify-content: center;
        flex-direction: column;
    }
    .header .h-right .h-top-link ul {
        margin-bottom: .1rem;
    }
    .header .h-right .h-top-link ul li.last:after {
        display: none;
    }

    .header .h-right .h-top-link .search {
        width: 1.8rem;
        background-color: #ffffff;
        padding: 0 0.05rem;
    }

    .header .h-right .h-top-link .search .search-key {
        visibility: visible;
        width: 1.36rem;
        padding: 0 .2rem 0 .05rem;

    }

    .header .h-right .nav ul {
        flex-direction: column;

    }

    .header .h-right .nav ul li {
        padding: .1rem .2rem;
    }

    .header .nav ul li i.icon-plus {
        display: block;
    }
    .header .nav ul li .sub {
        /*display: none;*/
        width: auto;
        position: static;
        border-top: unset;
        box-shadow: unset;
        background: unset;
        opacity: 1;
        visibility: visible;
        padding: .1rem .25rem;
        display: none;
        transform: none;
        transition: none;
    }
    .header .nav ul li .sub .sub-h {
        position: unset;
        background: none;
        text-align: left;
        box-shadow:none;
    }
    .header .nav ul li .sub .sub-h:before {
        display: none;
    }

    .header .nav ul li .sub .sub-h a {
        background: none;
        color: #fff;
        padding: 0;
    }

    .header .nav ul li a {
        color: #ffffff;
    }

    .header .nav-btn {
        display: block;
    }

    .header .nav-btn .icon-close {
        display: none;
    }

    .nav-show .header .h-right {
        transition: .5s;
        transform: translateX(0);
    }
    .nav-show .header {
        background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
        backdrop-filter: blur(15px);
        bottom: 0;
    }

    .nav-show #app {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .nav-show .header .nav-btn .icon-nav {
        display: none;
    }
    .nav-show .header .nav-btn .icon-close {
        display: block;
    }

    .banner .swiper-slide a{
        height: calc(80vh);
        min-height: inherit;
    }




    .lbbox .swiper-container .swiper-slide a {
        flex-direction: column;
    }

    .lbbox .swiper-container .swiper-slide a .img-box {
        width: 100%;
        height: 3.8rem;
    }

    .lbbox .swiper-container .swiper-slide a .txt {
        width: 100%;
        height: 1.4rem;
        padding: 0.1rem 0.2rem;
    }

    .lbbox .swiper-container .swiper-slide a .txt h4 {
        margin-bottom: .05rem;
    }

    .lbbox .swiper-container .swiper-slide a .txt .des {
        display: none;
    }

    .banner .swiper-banner .swiper-fd .swiper-slide-tit h2 {
        font-size: .28rem;
    }

    .section-b {
        padding: .45rem 0;
    }
    .swiper-xs .swiper-wrapper .swiper-slide .swiper-slide-con a .img-box .img {
        height: 1.6rem;
    }

    .swiper-xs .swiper-wrapper .swiper-slide .swiper-slide-con a .txt {
        padding: .1rem .15rem;
        height: 1.2rem;
    }

    .swiper-xs .swiper-wrapper .swiper-slide .swiper-slide-con a .txt h4 {
        line-height: .28rem;
        margin-bottom: 0;
    }

    .swiper-xs .swiper-btn .swiper-button-prev {
        left: -.3rem;
    }

    .swiper-xs .swiper-btn .swiper-button-next {
        right: -.3rem;
    }

    .section-c {
        padding: .45rem 0;
    }

    .section-e {
        padding: .45rem 0;
    }

    .ztzl .box-bd ul li {
        width: 47.5%;
        margin-bottom: .3rem;
    }

    .ztzl .box-bd ul li:nth-child(even) {
        margin-right: 0;
    }

    .ztzl .box-bd ul li a .img-box .img {
        height: 1.35rem;
    }

    .tft{
        padding:0.4rem 0;
    }
    .tft .tft-a .logo {
        margin-bottom: 0.32rem;
    }

    .tft .tft-c ul li {
        margin-right: .15rem;
    }



    .sub-banner {
        height: 3rem;
    }


    .section-f {
        padding: .3rem 0;
    }
    /*列表页*/
    .section-f .sidebar-right {
        width: 100%;
    }
    .section-f .sidebar-left {
        width: 100%;
        margin-top: .3rem;
        margin-bottom: .3rem;
        position: unset;
    }

    .section-f .sidebar-right .box-hd {
        /*position: absolute;*/
        width: 100%;
        /*top: 0;*/
        /*padding: 0 .05rem;*/
    }
    .section-f .sub-nav {
        position: unset;
    }

    .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 .sub-nav-tit .open .icon-zk {
        display: none;
    }

    .section-f .sidebar-left .sub-nav .sub-nav-tit .open .icon-sq {
        display: block;
    }

    .section-f .sidebar-left .sub-nav ul {
        display: none;
    }

    .content .con-list ul li {
        width: 50%;
    }
    .section-f {
        padding: .3rem 0;
    }
   .section-e .zxdt, .section-f .zxdt {
        width: 100%;
    }
    .section-e .lists {
        width: 100%;
        margin-bottom: .3rem;
    }
    .section-f .content {
        width: 100%;
        margin-bottom: .3rem;
    }
}

@media (max-width: 960px) {
    .header .logo img {
        height: .46rem;
    }
    .banner .swiper-slide a{
        height: calc(75vh);
    }

    .banner .swiper-banner .swiper-fd .swiper-slide-tit h2 {
        font-size: .26rem;
    }

    .xyxw .box-bd {
        flex-direction: column;
    }

    .xyxw .box-bd .lbbox {
        width: 100%;
        margin-bottom: .3rem;
    }
    .xyxw .box-bd .list {
        width: 100%;
    }


    .notice .box-bd ul li {
        width: 48%;
    }

    .section-d .wp{
        flex-direction: column;
    }

    .shpg {
        width: 100%;
    }

    .shpgimg {
        width: 100%;
        padding-left:0;
    }
    .tft{
        padding:0.3rem 0;
    }
    .tft .tft-a {
        width: 100%;
        padding: 0;
    }
    .tft .tft-a .logo {
        margin-bottom: 0.24rem;
    }
    .tft .tft-c {
        width: 100%;
        margin-top: .2rem;
        padding: 0;
    }
    .tft .tft-c ul {
        justify-content: center;
    }
}

@media (max-width: 840px) {
    .header .logo img {
        height: .44rem;
    }
    .banner .swiper-slide a{
        height: calc(64vh);
    }

    .banner .swiper-banner .swiper-fd .swiper-slide-tit h2 {
        font-size: .25rem;
    }

    .section-a .lgyw .box-bd ul li.first a .img-box .img {
        height: 4.8rem;
    }
    .section-a .lgyw .box-bd ul li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-a .lgyw .box-bd ul li.last,.section-a .lgyw .box-bd ul li.last{
         margin-bottom: .3rem;
    }

    .ztzl .box-bd ul li a .img-box .img {
        height: 1.5rem;
    }

    .tft .wp {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .header .logo img {
        height: .42rem;
    }


    .banner .swiper-slide a {
        height: 56vh;
    }

    .banner .swiper-banner .swiper-fd .swiper-slide-tit h2 {
        font-size: .24rem;
    }

    .sub-banner {
        height: 2.4rem;
    }
}

@media (max-width: 640px) {
    .header .logo img {
        height: .40rem;
    }
    .banner .swiper-slide a {
        height: 45vh;
    }

    .banner .swiper-banner .swiper-fd .swiper-slide-tit h2 {
        font-size: .22rem;
    }

    .notice .box-bd ul li {
        width: 100%;
    }

    .shpg .box-bd ul li {
        width: 100%;
    }

    .shpgimg .box-bd .img-box .img {
        height: 3.2rem;
    }

    .sub-banner {
        height: 2rem;
    }

    .ztzl .box-bd ul li {
        width: 100%;
        margin-bottom: .3rem;
        margin-right: 0;
    }

    .lists ul li {
        padding: .2rem 0;
    }

    .section-e .lists ul li a .img-box {
        width: 100%;
    }

    .section-e .lists ul li a .txt {
        width: 100%;
        padding: .2rem .1rem 0;
    }
    .section-f {
        padding: 0;
    }

    .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 {
        padding: .1rem;
    }
    .content .con-list ul li {
        width: 100%;
    }
    .content .con-list ul li a .txt {
        padding: .2rem;
    }
    .nav-box ul li {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .header .logo img {
        height: .36rem;
    }
    .listpage {
        /*padding-top: .72rem;*/
    }
    .header .mhd .logo {
        padding: .12rem 0;
    }
    .header .mhd .nav {
        top: .72rem;
        height: calc(100vh - .72rem);
    }
    .banner .swiper-slide a {
        height: 30vh;
    }

    .section-f .sidebar-right .box-hd {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-f .sidebar-right .box-hd .tit {
        margin-bottom: .1rem;
    }
}