@media screen and (max-width: 960px) {
    .index-slide .mobile-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        animation: NewBannerAni 10s linear infinite;
    }



    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}

@media screen and (max-width: 1024px) {
    #mobileHead {
        display: block;
        background: transparent;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 9999;
    }


    #header,
    #header.on {
        display: none;
    }

    .index-slide .ex-txt {
        width: 90%;
        height: 250px;
        background-repeat: no-repeat;
    }

    .index-slide .ex-txt .tx {

    }


    #pox-slide .pox {
        position: relative;
    }

    #pox-slide .pox-2,
    #pox-slide .pox-3,
    #pox-slide .pox-4,
    #pox-slide .pox-6,
    .pox-special .tip-title {
        padding: 100px 15px !important;
    }

    #pox-slide .tip-title {
        margin-top: 90px;
        margin-bottom: 20px;
    }

    #pox-slide .tip-title::before {
        height: 100%;
        top: 0;
        padding: 0;
    }

    #pox-slide .swiper-slide-active .tip-title {
        opacity: 1;
        margin-left: 0;
        /* padding-left: 15px; */
        transform: translateX(0);
        transition: all .8s .4s;
    }

    #pox-slide .swiper-slide-active .tip-title h3 {
        opacity: 1;
        font-size: 20px;
        transform: translateX(0);
        line-height: inherit;
    }

    #pox-slide .swiper-slide-active .tip-title h4 {
        font-size: 18px;
        line-height: 1;
        opacity: 1;
        transform: translateX(0);
    }

    #pox-slide .swiper-slide-active .news-nav,
    #pox-slide .swiper-slide-active .about-container,
    #pox-slide .swiper-slide-active .business-contain,
    #pox-slide .swiper-slide-active .culture-left h3,
    .swiper-slide-active .newsLeft,
    .swiper-slide-active .newsRight,
    .swiper-slide-active .culture-cwh,
    .swiper-slide-active .culture-ygfc,
    .home-ckgd,
    .news1Left,
    .news1Right,
    .zt-contain,
    .fd-contain,
    .ldhy-title {
        opacity: 1;
        transform: translateX(0);
        transition: all .8s .4s;
    }

    .index-slide .banner-pagination {
        top: 70%;
    }

    .news-nav {

        display: flex;
        width: 100%;
        height: 36px;
        margin-top: 0;
        border-radius: 0px;
        float: inherit
    }

    .news-nav li {
        height: 30px;
        margin: 5px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .news-nav li {
        width: 150px;
        justify-content: center;
        height: 40px;
        margin-right: 0px !important;
    }
.news-nav li:nth-child(1),
.news-nav li:nth-child(2){
width:0.4rem !important;
}
.news-nav li:nth-child(3){
width:0.8rem !important;
}

    .xxpl-inner ul li:last-child {
        display: none
    }



    .news-inner,
    .news1-inner,
    .xxpl-inner {

        margin-top: 10px;
    }

    .news-inner ul,
    .news1-inner ul {
        visibility: inherit !important;
    }

    .news-mes,
    .cuture-contain {
        display: block;
        margin-top: 0;
    }

    .newsLeft,
    .newsRight,
    .culture-left,
    .culture-right {
        width: 100%;
        margin-top: 24px;
    }

    .newsLeft-con {
        height: auto !important;
    }

    .newsLeft-pic {
        height: 240px;
        overflow: hidden;
    }

    .newsLeft-pic img {
        min-height: 240px;
        height: auto;
    }

    .newsLeft-bot {
        height: 46px;
        padding: 0px 20px;
    }

    .bot-date p,
    .news-date p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        text-align: center;
    }

    .bot-date span,
    .news-date span {
        font-size: 18px;
        display: block;
    }

    .bot-title,
    .news-title {
        font-size: 14px;
        line-height: inherit;
    }

    .bot-title {
        width: 82%;
    }

    .newsRight ul li {
        padding: 6px 0;
    }

    .news-inner ul li:nth-last-child(1) {
        display: none
    }

    .news-pagination {
        bottom: 14px !important;
        right: 10px !important;
    }

    .news-pagination>.swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 5px;

    }

    .home-ckgd {
        /* width: 120px; */
        /* height: 38px; */
        padding-left: 12px;
        padding-right: 4px;
        border-radius: 20px;
        margin-top: -4px;
        /* transform: translateY(30%); */
    }



    .home-ckgd a {
        font-size: 13px;
padding-top:7px;
    }

    .home-ckgd span {
        width: 30px;
        height: 30px;
    }

    .home-ckgd span img {
        width: 8px;
        height: 8px;
    }

    .about-container {
        width: 100%;
    }

    .about-title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }

    .about-sum {
        font-size: 15px;
        line-height: 26px;
        margin-top: 25px;
    }

    .business-item {
        height: auto;
    }

    .business-bot {
        padding: 20px;
    }

    .bot-more {
        opacity: 1;
        width: 30px;
        right: 20px;
        bottom: 20px;
    }

    .business-title {
        font-size: 18px;
        line-height: 24px;
    }

    .business-sum {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }

    .business-prev,
    .business-next,
    .special-prev,
    .special-next {
        width: 35px;
        height: 35px;
        bottom: -50px;
    }

    .business-prev,
    .special-prev {
        right: 60px;
    }

    .business-next,
    .special-next {
        right: 15px;

    }

    .culture-left h3 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .culture-cwh {
        width: 55%;
        height: 160px;
        padding: 30px 0 0 20px;
    }

    .culture-ygfc {
        width: 45%;
        height: 160px;
        padding: 30px 0 0 20px;
    }

    .culture-cwh h3 {
        margin-left: -10px;
    }

    .culture-right {
        margin-top: 40px;
    }

    .culture-right h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .culture-right>div>div {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .culture-cwh a,
    .culture-ygfc a {
        right: 20px;
        top: 80px;
    }

    .special-contain .swiper-slide {
        width: 100%;
    }

    .special-bot {
        padding: 30px;
    }

    .special-title {
        font-size: 22px;
    }

    .special-more {
        width: 30px;
    }

    .special-contain {
        margin-top: 50px;
    }



    .fotles {
        height: 50px;
    }

    .flogo {
        display: none;
    }

    .fotul li {
        margin-left: 0;
        margin-right: 0px;
        width: 30px;
        height: auto;
    }

    .fotbtm {
        display: block;
    }

    .fotbtmLeft {
        margin-top: 20px;
    }

    .fotbtmLeft p {
        font-size: 15px;
        line-height: 24px;
    }

    .fotbtmRight {
        font-size: 15px;
        margin-top: 10px;
    }

    .fotbtmRight li {
        margin-right: 12px;
    }

    .right-change {
        display: none
    }

    .index-slide .ex-txt {
        font-size: 24px;
        left: 5%;
        top: 35%;
    }

    .swiper-counter {
        font-size: 16px;
        left: 5%;
        top: 25%;
    }

    .swiper-counter .current {
        font-size: 30px;
    }

    .gsgg {
        bottom: 50px;
        width: 95%;
        left: 50%;
        height: auto;
        padding: 10px;
        ;
        margin-left: -47.5%;
        background: rgba(255, 255, 255, .9)
    }

    .gsgg-title {
        font-size: 1.1em;
        width: 22%;
        padding-left: 30px;
        padding-right: 10px;
        background-size: 20px;
        margin-right: 10px;
        line-height: 22px;
    }

    .gsgg-sjtitle {
        width: 22%;
        display: block !important;
        border-right: 1px solid #3471C0;
        padding-right: 15px;
        margin-right: 15px;

    }

    .gsgg .swiper-container {
        width: 75%;
        overflow: hidden;
        height: 55px;
    }

    .gsgg .swiper-slide a {
        height: 55px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 15px;
        display: flex;
        align-items: center;
        overflow: hidden;
        line-height: 130%;
    }

    .news-contain,
    .news1-contain {
        flex-wrap: wrap;
    }

    .news-big {
        font-size: 16px;
        margin-bottom: 20px;
        transform: translateY(0);
        opacity: 1;
        margin-bottom: 0px !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-big-subtitle {
        font-size: 16px;
        height: auto;
    }

    .news1Left,
    .news1Right {
        width: 100%;
        /* background: none; */
    }

    .news-nav li,
    .news1-nav li,
    .ztzl-nav li {
        font-size: 14px;
        margin-right: 20px;
    }

    .news1-inner ul li,
    .xxpl-inner ul li {
        padding: 8px 0px;
    }

    .news1-inner ul li:nth-last-child(1),
    .news1-inner ul li:nth-last-child(2),
    .news1-inner ul li:nth-last-child(3) {
        display: none;
    }

    .news1-nav,
    .ztzl-nav {
        margin-bottom: 0px;
        height: 36px;
    }

    .news1-inner .news-ckgd,
    .xxpl-inner .news-ckgd {
        top: -36px;
    }

    .news1-inner .news-date,
    .xxpl-inner .news-date {
        width: 15%;
    }

    .news1-inner .news-title,
    .xxpl-inner .news-title {
        width: 81%;
        margin-top: 0px;
    }

    .news1Right {
        padding: 15px 0px;
        background: none;
    }

    .mtgz-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mtgz-pic {
        padding: 3%;
        overflow: hidden;
    }

    .mtgz-pic>a {
        height: 180px;
        overflow: hidden;
    }

    .mtgz-pic-title {
        bottom: 9px;
        font-size: 14px;
        margin-right: 11px;
        width: 94%;
    }

    .mtgz-pic-title a {
        padding: 10px;
        line-height: 20px;
        background: rgba(0, 80, 165, .7);
        width: 100%;
    }

    .mtgz-item-title {
        font-size: 14px;
        height: 50px;
        padding: 5px 0px;
        line-height: 24px;
        /* background: none; */
        background-size: 3px 80%;
        padding-left: 15px;
    }

    .mtgz-pic img {
        max-height: auto;
        height: auto;
        min-height: auto;
    }

    .mtgz-item-title a {
        -webkit-line-clamp: 1;
    }

    .mtgz-more a {
        font-size: 14px;
        padding: 0px;
    }

    .mtgz-more {
        margin-top: 10px;
        width: 86px;
        height: auto;
        border-radius: 20px;
        line-height: 28px;
        margin: 10px auto;
        float: none;
    }

    .news-nav li.on:after,
    .news1-nav li.on:after,
    .ztzl-nav li.on:after {
        width: 100%;
        bottom: -10px;
    }

    .zt-pagination {
        display: block;
    }

    .zt-contain .swiper-pagination-bullet {
        background: #fff;
        opacity: .8
    }

    .zt-contain .swiper-pagination-bullet-active {
        background: #B10707;
    }

    .fddtr-bg {
        padding-top: 0px !important;
        padding: 0px;
        background: none;
    }

    .zt-contain .swiper-slide-active,
    .zt-contain .swiper-slide:hover,
    .zt-contain:hover .swiper-slide-active,
    .zt-contain .swiper-slide-active:hover {
        transform: scale(1) !important;
    }

    .zt-prev,
    .zt-next {
        display: none;
    }

    .fd-prev,
    .fd-next {
        top: 150px;
        display: none;
    }

    .fd-contain .swiper-container {
        padding: 26px 0px;
        margin-top: 0;
    }

    .fddtr-title {
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }

    .ldhy-title:after {
        left: 50%;
        transform: translate(-50%);
    }

    .fd-con {
        opacity: 1;
    }

    .fd-contain .swiper-slide .fd-item {
        /*background: rgba(52, 113, 192,1);
        padding:30px;*/
    }

    .zt-contain .swiper-container {
        padding: 0;
    }

    .fd-contain .swiper-slide-active .fd-title {
        font-size: 16px;
        margin-top: 15px;
    }

    .fd-sum {
        font-size: 14px;
        margin-top: 5px;
        line-height: 20px;
    }

    .pox-fddtr {
        background: url(../images/fd-bg.png) no-repeat bottom !important;
        background-size: cover
    }

    .fd-contain .swiper-container {
        padding-bottom: 100px;
    }

    .fd-prev {
        left: 6%
    }

    .fd-next {
        right: 6%;
    }

    .ldhy-contain {
        opacity: 1;
        margin-top: 20px;
    }

    .ldhy-contain ul li {
        width: 49%;
        margin-top: 10px;
    }


    .ldhy-pic,
    .ldhy-pic img {
        height: 160px;
        object-fit: cover;
    }

    .ldhy-pic:after {
        height: 54px;
    }

    .ldhy-item-more {
        width: 100px;
        height: 30px;
        margin-top: 10px;
        border-radius: 20px;
    }

    .ldhy-item-more a {
        font-size: 15px;
    }

    .ldhy-module {
        padding: 8px;
        bottom: 0;
        height: 55px;

    }



    .ldhy-module:after {
        display: none;
    }

    .ldhy-item-title {
        font-size: 18px;
        margin-top: 0;
    }

    .ldhy-item-sum,
    .ldhy-item-more {
        display: none;
    }

    #pox-slide .pox-6 {
        padding: 60px 0px 0px 0px !important;
    }

    .b-number {
        font-size: 35px
    }

    .top-name .name {
        font-size: 18px;
    }

    .timer-b {
        font-size: 14px;
    }

    .r-t-number img {
        width: 25px;
    }

    .r-t-number span {
        font-size: 16px
    }
.xxpl-inner li:nth-child(n+3){
display:none !important;
}
    .gp-item-num {
width:33%;
        margin-right:0;
        margin-top: 10px;
flex-direction:column;
    }
.gp-item-num .val{
text-align:left;
}

    .ztzl-ckgd {
        top: 25px;
    }

    .yw-top {
        height: 100%;
    }

    .yw-img {
        width: 100%;
        height: 100%;
    }

    .yw-contain {
        opacity: 1;

    }

    .yw-title {
        font-size: 28px;
    }

    .yw-more {
        margin-top: 30px;
    }

    .yw-more a {
        font-size: 16px;
    }

    .yw-bottom {
        width: 90%;
    }
}
