.header{
    height: 1px;
}
.top_bg::after{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 2.82rem;
    content: "";
    z-index: -1;
    background: url(../nyimages/top_bg.png) no-repeat top center;
    background-size: cover;
}

.fixedNav::after{
    display: none;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

/* banner */

.nybanner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.nybanner .bannerimg{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.nybanner .bannerimg img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.nybanner::after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2.69rem;
    content: "";
    background: url(../nyimages/bannerico.png) no-repeat left bottom;
}

.nybanner .txt{
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;

}

.nybanner .txt .pagecontainer{
    position: relative;
    height: 100%;
}

.nybanner .txt .banner_t{
    position: absolute;
    bottom: 1.45rem;
    left: 3%;

}

.nybanner .txt .banner_t span{
    display: block;
    font-size: 0.42rem;
    color: #fff;
    letter-spacing: 2px;
}

.nybanner .txt .banner_t i{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-style: italic;
}



@media (max-width: 640px){

    .nybanner{
        top: 1rem;
        height: 3.6rem;
    }
    
    .nybanner::after{
        width: 36%;
        height: 2rem;
        background-size: 100%;

    }
    

    
    .nybanner .txt .banner_t{
        bottom: 0.7rem;
    
    }
    
    .nybanner .txt .banner_t span{
        font-size: 0.3rem;
    }
    
    .nybanner .txt .banner_t i{
        font-size: 0.24rem;
    }
    
    

}


/* trait */

.ny_page_cont{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f4f4 url(../nyimages/newsbg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 2.05rem;
}

.traitbg{
    width: 100%;
    margin: 0 auto;
    height: 0.67rem;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 5;
}

.traitbg::after{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 36%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../nyimages/traitbg.png) no-repeat left center;
    background-size: cover;
}

.traitbg .trait{
    margin: 0 auto;
    line-height: 0.66rem;
}

.traitbg .trait .ny_list{
    float: left;
    width: 68%;
}

.traitbg .trait .ny_list ul li{
    float: left;
    margin-right: 3%;
}

.traitbg .trait .ny_list ul li a{
    display: block;
    font-size: 0.22rem;
    color: #333;

}

.traitbg .trait .ny_list ul li:hover a{
    color: #982522;
}

.traitbg .trait .ny_list ul li.on a{
    color: #982522;
}

.traitbg .trait .position{
    float: right;
    font-size: 0.16rem;
    color: #fff;
    font-family: "Microsoft YaHei";
} 

.traitbg .trait .position img{
    vertical-align: middle;
    position: relative;
    top: -0.02rem;
}


.traitbg .trait .position a{
    font-size: 0.16rem;
    color: #fff;
    font-family: "Microsoft YaHei";
    padding: 0 0.03rem;
}



/* news */

.ny_newslist{
    margin: 1rem auto 0 auto;
}


.ny_newslist ul li{
    width: 100%;
    height: 2.78rem;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 5;
    margin-bottom: 0.3rem;

}

.ny_newslist ul li .pic{
    float: left;
    width: 21%;
    padding-top: 13%;
    position: relative;
    margin: 0.42rem 0 0 2.6%;
    overflow: hidden;

}

.ny_newslist ul li .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_newslist ul li:hover .pic img{
    transform: scale(1.1);
}

.ny_newslist ul li .txt{
    float: left;
    width: 68%;
    margin-left: 3%;
    margin-top: 0.42rem;

} 

.ny_newslist ul li .txt a{
    font-size: 0.26rem;
    color: #333;
    font-family: "Microsoft YaHei";
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0.08rem;

}

.ny_newslist ul li .txt span{
    display: block;
    line-height: 0.2rem;
    font-size: 0.16rem;
    color: #ba1c3e;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 0.15rem;
}

.ny_newslist ul li .txt span img{
    display: block;
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;

}

.ny_newslist ul li .txt em{
    display: block;
    width: 1.12rem;
    height: 1px;
    background: #982522;
    margin: 0.3rem 0 0.2rem 0;
}

.ny_newslist ul li .txt p{
    font-size: 0.16rem;
    color: #666666;
    font-family: "Microsoft YaHei";
    line-height: 0.28rem;
    overflow: hidden;
    height: 0.56rem;
}


.ny_newslist ul li:nth-child(3) .pic{
    width: 0%;
    display: none;
}

.ny_newslist ul li:nth-child(3) .txt{
    width: 93%;
    margin-left: 2.6%;
}

.ny_newslist ul li:nth-child(5) .pic{
    width: 0%;
    display: none;
}

.ny_newslist ul li:nth-child(5) .txt{
    width: 93%;
    margin-left: 2.6%;
}



.ny_newslist ul li::after{
    position: absolute;
    left: 0;
    top: 0px;
    width: 0%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../nyimages/newslistbg.jpg) no-repeat left top;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ny_newslist ul li:hover::after{
    width: 100%;
}

.ny_newslist ul li:hover .txt a{
    color: #982522;
}




@media (max-width: 980px){

    .ny_page_cont{
        margin: 1rem auto 0 auto;
    }
    
    .traitbg {
        height: auto;
        overflow: hidden;

    }


    .traitbg::after{
        display: none;
    }
    
    .traitbg .trait{
        line-height: 0.74rem;
    }
    
    .traitbg .trait .ny_list{
        float: none;
        width: 100%;
    }
    
    .traitbg .trait .ny_list ul li{
        float: none;
        margin: 0 1%;
        display: inline-block;
    }
    
    .traitbg .trait .ny_list ul li a{
        display: block;
        font-size: 0.24rem;
        text-align: center;
    
    }
    
    
    .traitbg .trait .position{
        display: none;
    } 
    
    
    
    
    /* news */
    
    .ny_newslist{
        margin: 0.7rem auto 0 auto;
    }
    
    
    .ny_newslist ul li{
        width: 100%;
        height: auto;
        margin-bottom: 0.3rem;
        padding: 0.3rem 0;
    
    }
    
    .ny_newslist ul li .pic{
        float: none;
        width: 90%;
        padding-top: 45%;
        margin: 0rem auto 0 auto;
    
    }
    
    .ny_newslist ul li .txt{
        float: none;
        width: 90%;
        margin: 0.3rem auto 0 auto;
    
    } 
    
    .ny_newslist ul li .txt a{
        font-size: 0.28rem;
        margin-top: 0.08rem;
    
    }
    
    .ny_newslist ul li .txt span{
        display: block;
        line-height: 0.3rem;
        font-size: 0.24rem;
        color: #ba1c3e;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 0.15rem;
    }
    
    .ny_newslist ul li .txt span img{
        display: block;
        float: left;
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.1rem;
    
    }
    
    .ny_newslist ul li .txt em{
        margin: 0.25rem 0 0.15rem 0;
    }
    
    .ny_newslist ul li .txt p{
        font-size: 0.24rem;
        line-height: 0.35rem;
        overflow: hidden;
        height: 0.7rem;
    }
    
    
    .ny_newslist ul li::after{
        display: none;
    }



}





/* TextList */

.TextList{
    margin: 0.86rem auto 0 auto;
}


.TextList ul li{
    width: 100%;
    height: 1.29rem;
    margin-bottom: 0rem;
    position: relative;
    z-index: 5;
    padding: 0.14rem 0;
    background: url(../nyimages/newslist1.png) no-repeat 0.4rem center;
    background-size: contain;
    overflow: hidden;
}



  .TextList ul li::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0rem;
    left:0.4rem;
    width: 100%;
    height: 0;
    background: url(../nyimages/newslist2.png) no-repeat left center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-size: contain;
  }



.TextList ul li .time{
    width: 11.3%;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #982522;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    font-family:"Cochin" ;
    margin-top: 0.16rem;
    z-index: 6;
    float: left;
}

.TextList ul li .time span{
    font-size: 0.4rem;
    color: #fff;
    font-family:"Cochin" ;
    display: inline-block;
    margin-right: 0.05rem;

}

.TextList ul li .txt{
    float: left;
    margin-left: 4%;
    width: 82%;
    line-height: 1.01rem;

}

.TextList ul li .txt a{
    display: block;
}

.TextList ul li .txt a span{
    font-size: 0.26rem;
    color: #000000;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 85%;
}

.TextList ul li .txt a i{
    display: block;
    float: right;
    background: url(../nyimages/newsmore1.png) no-repeat  center;
    width: 0.21rem;
    height: 0.24rem;
    margin-top: 0.38rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-size: 100%;
}

.TextList ul li:hover::after{
    height: 1.29rem;
}


.TextList ul li:hover .txt a span{
    color: #982522;
}

.TextList ul li:hover .txt a i{
    background: url(../nyimages/newsmore2.png) no-repeat  center;
    background-size: 100%;
}





@media (max-width: 980px){

    .TextList{
        margin: 0.7rem auto 0 auto;
    }
    
    .TextList ul li{
        width: 100%;
        height: 2rem;
        margin-bottom: 0.1rem;
        margin-left: -0.2rem;
        position: relative;
        z-index: 5;
        background-size: cover;
        overflow: hidden;
    }
    

    
      .TextList ul li::after {
          display: none;
      }
    
    
    
    .TextList ul li .time{
        width: 30%;
        font-size: 0.24rem;
        margin-top: -0.1rem;
        margin-left: 0.4rem;

        float: none;
    }
    
    .TextList ul li .time span{
        font-size: 0.3rem;
    
    }
    
    .TextList ul li .txt{
        float: none;
        margin-left: 15%;
        width: 80%;
        line-height: 1rem;
    
    }
    
    .TextList ul li .txt a{
        display: block;
    }
    
    .TextList ul li .txt a span{
        font-size: 0.28rem;
        width: 85%;
    }
    
    



}



/* newsdetails */

.newsdetails{
    margin: 1rem auto 0 auto;
    border-top: 7px solid #982522;
    background: url(../nyimages/newsnrbg.png) no-repeat top center;
    position: relative;
}


.newsdetails .newsdetails_nr{
    width: 85%;
    margin: 0 auto;
    padding-top: 0.75rem;
}

.newsdetails .newsdetails_nr h1{
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.42rem;
}

.newsdetails .newsdetails_nr .info{
    margin: 0.2rem auto 0 auto;
    text-align: center;

}

.newsdetails .newsdetails_nr .info ul li{
    display: inline-block;
    text-align: center;
    line-height: 0.24rem;
    margin: 0 0.2rem;
}

.newsdetails .newsdetails_nr .info ul li img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.08rem;
}

.newsdetails .newsdetails_nr .info ul li i{
    display: inline-block;
    font-size: 0.16rem;
    color: #999;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}


.newsdetails .newsdetails_nr .nr{
    margin: 0.7rem auto 0 auto;

}

.newsdetails .newsdetails_nr .nr p{
    font-size: 0.2rem;
    color: #333;
    /* text-indent: 2em; */
    line-height: 0.34rem ;
    /* margin-bottom: 0.2rem; */
}

.newsdetails .newsdetails_nr .nr img{
    display: block;
    margin: 0.3rem auto 0 auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;

}

.newsdetails .newsdetails_nr .nr span{
    /* display: block; */
    text-align: justify;
    font-size: 0.18rem !important;
    color: #333;
    /* margin: 0.75rem auto 0 auto; */
}

.newsdetails .return{
    position: absolute;
    right: 3%;
    bottom: 0px;
    z-index: 5;
    width: 0.92rem;
    height: 0.92rem;
    background: #f1f1f1;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsdetails .return a{
    display: block;
    text-align: center;
    padding-top: 0.2rem;
}

.newsdetails .return a img{
    display: block;
    margin: 0 auto 0.08rem;
    width: 0.26rem;
    height: 0.2rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsdetails .return:hover a img {
    animation: beat 0.5s 1;
  }

.newsdetails .return a i{
    display: block;
    font-size: 0.14rem;
    color: #000;
}


.newsdetails .newsdetails_nr .fenxiang{
    margin: 0 auto;
    text-align: center;
} 

.newsdetails .newsdetails_nr .fenxiang ol li{
    font-size: 0.18rem;
    color: #333;
    margin-left: -1rem;
}

.newsdetails .newsdetails_nr .fenxiang ol li .social-share{
    display: inline-block;
}


@media (max-width: 980px){

    .newsdetails{
        margin: 0.7rem auto 0 auto;
        padding-bottom: 0.7rem;
    }
    
    
    .newsdetails .newsdetails_nr{
        padding-top: 0.55rem;
    }
    
    .newsdetails .newsdetails_nr h1{
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    
    .newsdetails .newsdetails_nr .info{
        margin: 0.2rem auto 0 auto;
        text-align: center;
    
    }
    
    .newsdetails .newsdetails_nr .info ul li{
        display: inline-block;
        text-align: center;
        line-height: 0.24rem;
        margin: 0 0.2rem;
    }
    
    .newsdetails .newsdetails_nr .info ul li img{
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.08rem;
    }
    
    .newsdetails .newsdetails_nr .info ul li i{
        display: inline-block;
        font-size: 0.24rem;
    }
    
    
    .newsdetails .newsdetails_nr .nr{
        margin: 0.6rem auto 0 auto;
    
    }
    
    .newsdetails .newsdetails_nr .nr p{
        font-size: 0.28rem;
        color: #333;
        text-align: justify;
    }
    

    
    .newsdetails .newsdetails_nr .nr span{
        display: block;
      
        font-size: 0.24rem;
        color: #333;
        margin: 0.5rem auto 0 auto;
    }
    
    .newsdetails .return{
        position: absolute;
        right: 3%;
        bottom: 0px;
        z-index: 5;
        width: 1.2rem;
        height: 1.2rem;
    }
    
    .newsdetails .return a{
        display: block;
        text-align: center;
        padding-top: 0.2rem;
    }
    
    
    .newsdetails .return a i{
        font-size: 0.24rem;

    }
}









.footerbg{
    margin: -1.2rem auto 0 auto;
  }

/* fenye */



.fenye {
	display: flex;
	justify-content: center;
    margin: 0.6rem auto 0 auto;
    text-align: center;
}

.spage-total {
    display: inline-block;
    margin-right: 20px;
    line-height: 0.33rem;
    color: #666;
    font-size: 0.16rem;
    display: none;
}

.spage-number {
    display: flex;
    color: #b1b1b1;
    font-size: 0.16rem;
    float: left;
}

.spage-number button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 3px;
    padding: 0px 12px;
    line-height: 0.33rem;
    border: 1px solid #982522;
    border-radius: 3px;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: none;
    user-select: none;
    color: #b1b1b1;
    font-size: 0.16rem;
}

.spage-number button.active {
    background: #982522;
    color: #fff;
    border-color: #982522;
    z-index: 3;
}

.spage-number button.active:hover {
    background: #982522;
    color: #fff;
    border-color: #982522;
    z-index: 3;
}

.spage-number button:hover {
    background-color: #eee;
}

.spage-number button.button-disabled,.spage-number button:first-child {
    cursor: not-allowed;
    color: #ccc;
    background: url(../nyimages/buttom2.png) no-repeat  center;
    width: 0.35rem;
    height: 0.35rem;
    background-size: 100%;
    position: relative;

}

.spage-number button:last-child{
    background: url(../nyimages/buttom3.png) no-repeat  center;
    width: 0.35rem;
    height: 0.35rem;
    background-size: 100%;
  
    position: relative;
}

.spage-number .spage-after,
.spage-before {
    padding: 0px;
    width: 40px
}

.spage-skip {
    display: flex;
    float: left;
    margin-left: 10px;
    line-height: 0.33rem;
    color: #666;
    font-size: 14px;
}

.spage-skip input {
    box-sizing: border-box;
    display: inline-block;
    width: 0.45rem;
    line-height: 0.33rem;
    text-align: center;
    vertical-align: top;
    border: 1px solid #982522;
    border-radius: 3px;
    background: none;
    outline: none;
    transition: all .2s;
}

.spage-skip input:focus {
    border-color: #982522;
}

.spage-skip button {
    display: inline-block;
    padding: 0px 15px;
    line-height: 0.33rem;
    vertical-align: top;
    color: #fff;
    font-size: 0.16rem;
    background: #982522;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s;
    outline: none;
    user-select: none;
}



@media (max-width: 980px){
    .spage-number button{
        padding: 0 0.18rem;
        margin-bottom: 0.2rem;
        line-height: 0.52rem;
    }

    .spage-number .spage-after, .spage-before{
        width: 0.5rem;
    }

    .spage-skip {
        line-height: 0.55rem;
    }

    .spage-skip input {
        width: 35px;
        height: 0.6rem;
        position: relative;
    }

    .spage-skip button{
        line-height: 0.6rem;
        position: relative;
    }

    .spage-number button.button-disabled,.spage-number button:first-child{
        width: 0.55rem;
        height: 0.55rem;
     
    }
    .spage-number button:last-child{
        width: 0.54rem;
        height: 0.55rem;
       
    }

}



@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}






/* nymechanism */

.nymechanism{
    margin: 0.37rem auto 0 auto;
}

.nymechanism .mechanismtitle{
    margin: 0 auto;
    text-align: center;
}

.nymechanism .mechanismtitle img{
    display: block;
    width: 0.82rem;
    height: 0.79rem;
    margin: 0 auto;
}

.nymechanism .mechanismtitle h3{
    position: relative;
    z-index: 5;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.32rem;
    margin-top: -0.16rem;
}

.nymechanism .mechanismtitle h3 em{
    display: inline-block;
    width: 1.08rem;
    height: 1px;
    background: #d9d9d9;
    vertical-align: middle;
    margin: 0 0.2rem;
}

.nymechanism .mechanismbox{
    margin: 0.6rem auto 0 auto;
}

.nymechanism .mechanismbox ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 31.4%;
    height: 0.49rem;
    line-height: 0.49rem;
    margin: 0 2.8% 0.26rem 0;
}

.nymechanism .mechanismbox ul li:nth-child(3n){
    margin-right: 0;
}

.nymechanism .mechanismbox ul li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    background: #fff;
    height: 0.49rem;
    line-height: 0.49rem;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    position: relative;
    z-index: 5;
}

.nymechanism .mechanismbox ul li a span{
    display: block;
    float: left;
    font-size: 0.16rem;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nymechanism .mechanismbox ul li a i{
    display: block;
    float: right;
    background: url(../nyimages/jigoumore1.png) no-repeat center;
    background-size: 100%;
    width: 0.07rem;
    height: 0.16rem;
    margin-top: 0.17rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nymechanism .mechanismbox ul li::after{
    position: absolute;
    top: 0.08rem;
    right: -0.06rem;
    width: 100%;
    height: 0.46rem;
    content: "";
    z-index: -2;
    background: #942522;
    opacity: 0.06;

}


.nymechanism .mechanismbox ul li a::before{
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 0%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../nyimages/jigoulist.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nymechanism .mechanismbox ul li:hover a::before{
    width: 100%;

}

.nymechanism .mechanismbox ul li:hover a span{
    color: #fff;

}

.nymechanism .mechanismbox ul li:hover a i{
    background: url(../nyimages/jigoumore2.png) no-repeat center;
    background-size: 100%;
}


@media (max-width: 768px){
    .nymechanism{
        margin: 0.4rem auto 0 auto;
    }
    

    
    .nymechanism .mechanismtitle h3{

        font-size: 0.28rem;
    }
    
    .nymechanism .mechanismtitle h3 em{
        width: 1rem;
    }
    
    .nymechanism .mechanismbox{
        margin: 0.6rem auto 0 auto;
    }
    
    .nymechanism .mechanismbox ul li{
        float: left;
        position: relative;
        z-index: 5;
        width: 100%;
        height: 0.69rem;
        margin: 0 0% 0.26rem 0;
    }
    

    
    .nymechanism .mechanismbox ul li a{
        height: 0.69rem;
        line-height: 0.69rem;

    }
    
    .nymechanism .mechanismbox ul li a span{
        font-size: 0.24rem;
    }
    
    .nymechanism .mechanismbox ul li a i{
        display: block;
        float: right;
        background: url(../nyimages/jigoumore1.png) no-repeat center;
        background-size: 100%;
        width: 0.14rem;
        height: 0.32rem;
    }
    
    
    .nymechanism .mechanismbox ul li::after{
        position: absolute;
        top: 0.14rem;
        right: -0.06rem;
        width: 100%;
        height: 0.61rem;
    
    }
    
    
    .nymechanism .mechanismbox ul li a::before{
        display: none;
    }
    
    
    .nymechanism .mechanismbox ul li:hover a span{
        color: #333;
    
    }
    
    .nymechanism .mechanismbox ul li:hover a i{
        background: url(../nyimages/jigoumore1.png) no-repeat center;
        background-size: 100%;
    }

}


/* nyTeam */

.nyTeam{
    /* margin: 1rem auto 0 auto; */
    /* position: relative; */
    /* z-index: 5; */
}

.nyTeam ul li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    background: rgba(255, 255, 255, 0.54);
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    border-left: 6px solid #982522;
    position: relative;
    z-index: 5;
}

.nyTeam ul li:nth-child(2){
    margin-right: 0;
}

.nyTeam ul li:last-child{
    width: 100%;
    margin-right: 0;
    margin-top: 0.5rem;
}

.nyTeam ul li::after{
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    z-index: -1;
    background: url(../nyimages/school_ico1.png) no-repeat top right;
    width: 42%;
    height: 100%;
    background-size: 100%;
    opacity: 0.54;
}

.nyTeam ul li::before{
    position: absolute;
    left: 0px;
    bottom: 0.15rem;
    content: "";
    z-index: -1;
    background: url(../nyimages/school_ico2.png) no-repeat bottom left;
    width: 38%;
    height: 100%;
    background-size: 100%;
    opacity: 0.54;
}


.nyTeam .nyTeambox{
    margin: 0 auto;
    padding: 0.2rem 0.3rem 0.5rem 0.3rem;
    overflow: hidden;

}

.nyTeam .nyTeambox dl{
    overflow: hidden;
    border-bottom: 1px dashed #e2e2e2;
    padding: 0.3rem 0 ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nyTeam .nyTeambox dl:last-child{
    border-bottom: none;
}

.nyTeam .nyTeambox dl dt{
    float: left;
    border-right: 1px solid #cccccc;
    /* height: 0.48rem; */
    width: 1.9rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: left;
}

.nyTeam .nyTeambox dl dt i{
    font-size: 0.2rem;
    color: #333;
    display: grid;
    align-items: center;
    justify-content: left;
    /* height: 0.48rem; */
}

.nyTeam .nyTeambox dl dt i em{
    font-size: 0.14rem;
    color: #333;
}

.nyTeam .nyTeambox dl dd {
    float: left;
    display: flex;
    
}

.nyTeam .nyTeambox dl dd p{
    font-size: 0.18rem;
    color: #333;
    line-height: 0.48rem;
    display: inline-block;
    margin: 0 0.1rem;
}

.nyTeam .nyTeambox dl dd p:hover{
    color: #982522;
}


.nyTeam_mobile{
    display: none;
}

@media (max-width: 1600px){
    .nyTeam .nyTeambox dl dd p{
        font-size: 0.18rem;
    }

}

@media (max-width: 768px){

    .nyTeam{
        margin: 0.7rem auto 0 auto;
        /* display: none; */
    }
    
    .nyTeam ul li{
        /* float: none; */
        /* width: 100%; */
        /* margin-right: 0%; */
        /* margin-bottom: 0.2rem; */
    }
    
    .nyTeam ul li:nth-child(2){
        margin-right: 0;
    }
    
    .nyTeam ul li:last-child{
        width: 100%;
        margin-right: 0;
        margin-top: 0rem;
    }
    
    .nyTeam ul li::after{
        position: absolute;
        right: 0px;
        top: 0px;
        content: "";
        z-index: -1;
        background: url(../nyimages/school_ico1.png) no-repeat top right;
        width: 42%;
        height: 100%;
        background-size: 100%;
        opacity: 0.54;
    }
    
    .nyTeam ul li::before{
        position: absolute;
        left: 0px;
        bottom: 0.15rem;
        content: "";
        z-index: -1;
        background: url(../nyimages/school_ico2.png) no-repeat bottom left;
        width: 38%;
        height: 100%;
        background-size: 100%;
        opacity: 0.54;
    }
    
    
    .nyTeam .nyTeambox{
        padding: 0.2rem 0 0.4rem 0;
        width: 92%;
    
    }

    .nyTeam .nyTeambox dl{
        display: inherit;
    }
    
    
    .nyTeam .nyTeambox dl dt{
        float: none;
        border-right: none;
        height: auto;
        width: 100%;
        margin-left: 0%;
        text-align: center;
        overflow: hidden;
        display: block;
    }
    
    .nyTeam .nyTeambox dl dt i{
        font-size: 0.28rem;
        color: #333;
        display: inline-block;
        align-items: center; 
        justify-content: center; 
        height: auto; 
        line-height: 0.4rem;
        border-bottom: 1px solid #cccccc;
    }

    .nyTeam .nyTeambox dl dt i em {
        font-size: 0.24rem;
        color: #333;
        display: block;
    }
    
    .nyTeam .nyTeambox dl dd {
        width: 100%;
        float: none;
        margin-left: 0%;
        text-align: center;
        margin: 0.2rem auto 0 auto;
        display: block;
        
    }
    
    .nyTeam .nyTeambox dl dd p{
        font-size: 0.24rem;
        line-height: 0.48rem;
        width: auto;
        float: none;
        display: inline-block;
        margin: 0 0.05rem;
        font-size: 0.14rem;
    }



    .nyTeam_mobile{
        margin: 0.7rem auto 0 auto;
        display: block;
    
    }
    
    .nyTeam_mobile .swiper-slide{
        position: relative;
        z-index: 5;
        margin-bottom: 0.2rem;
    }

    .nyTeam_mobile li {
        width: 100%;
        background: rgba(255, 255, 255, 0.54);
        -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
        box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
        border-left: 6px solid #982522;
        position: relative;
        z-index: 5;
    }
    
    
    .nyTeam_mobile li::after{
        position: absolute;
        right: 0px;
        top: 0px;
        content: "";
        z-index: -1;
        background: url(../nyimages/school_ico1.png) no-repeat top right;
        width: 42%;
        height: 100%;
        background-size: 100%;
        opacity: 0.54;
    }
    
    .nyTeam_mobile li::before{
        position: absolute;
        left: 0px;
        bottom: 0.15rem;
        content: "";
        z-index: -1;
        background: url(../nyimages/school_ico2.png) no-repeat bottom left;
        width: 38%;
        height: 100%;
        background-size: 100%;
        opacity: 0.54;
    }
    
    
    .nyTeam_mobile .nyTeambox{
        padding: 0.2rem 0 0.4rem 0;
        width: 92%;
    
    }

    .nyTeam_mobile .nyTeambox dl{
        overflow: hidden;
        border-bottom: 1px dashed #e2e2e2;
        padding: 0.3rem 0;
    }
    
    
    .nyTeam_mobile .nyTeambox dl dt{
        float: none;
        border-right: none;
        height: auto;
        width: 100%;
        margin-left: 0%;
        text-align: center;
        overflow: hidden;
        display: block;
    }
    
    .nyTeam_mobile .nyTeambox dl dt i{
        font-size: 0.28rem;
        color: #333;
        display: inline-block;
        align-items: center; 
        justify-content: center; 
        height: auto; 
        line-height: 0.4rem;
        border-bottom: 1px solid #cccccc;
    }

    .nyTeam_mobile .nyTeambox dl dt i em {
        font-size: 0.24rem;
        color: #333;
        display: block;
    }
    
    .nyTeam_mobile .nyTeambox dl dd {
        width: 100%;
        float: none;
        margin-left: 0%;
        text-align: center;
        margin: 0.2rem auto 0 auto;
        display: block;
        
    }
    
    .nyTeam_mobile .nyTeambox dl dd p{
        font-size: 0.24rem;
        line-height: 0.48rem;
        width: auto;
        float: none;
        display: inline-block;
        margin: 0 0.05rem;
        font-size: 0.24rem;
    }



}





/* nyabout */


.nyabout{
    margin: 0 auto;
    padding-top: 0.93rem;
}


.nyabout .nyaboutbox1{
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: 1.55rem;
}

.nyabout .nyaboutbox1::after{
    position: absolute;
    left: -10%;
    top: 0px;
    width: 100%;
    height: 4.7rem;
    content: "";
    z-index: -1;
    background: url(../nyimages/nyaboutico.png) no-repeat top center;
    background-size: contain;
}


.nyabout .nyaboutbox1 .nyab_left{
    width: 52.5%;
    margin-top: 0.6rem;
    float: left;

}

.nyabout .nyaboutbox1 .nyab_left .ab_t{
    overflow: hidden;
    width: 100%;

}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5{
    float: left;
    width: 33%;
    margin-left: -0.05rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5 i{
    display: block;
    text-align: right;
    font-size: 0.2rem;
    color: #666666;
    font-family: "simsun";

}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5 span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    color: #993333;
    text-transform: uppercase;
    text-shadow: 0px 10px 10px rgba(153, 0, 0, 0.2);
    position: relative;
    top: -0.2rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_t h3{
    
    float: right;
    width: 62%;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
    text-indent: 2em;
    font-weight: normal;
    margin-top: 0.18rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list{
    margin-top: 0.4rem;

}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li{
    position: relative;
    z-index: 5;
    font-size: 0.20rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.24rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li::after{
    position: absolute;
    left: 0.07rem;
    top: 0.05rem;
    width: 0.08rem;
    height: 100%;
    border-left: 1px dashed #982522;
    content: "";
    z-index: -1;

}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li:last-child:after{
    display: none;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li i{
    float: left;
    margin-right: 0.2rem;
    border-radius: 50%;
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    border: 2px solid #982522;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0.04rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li:hover i{
    background: #982522;

}

.nyabout .nyaboutbox1 .aboutimg{
    float: right;
    display: flex;
    position: relative;
    z-index: 5;
    width: 39.8%;
    height: 4.25rem;
    margin-top: 0.55rem;
    overflow: hidden;
}

.nyabout .nyaboutbox1 .aboutimg img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyabout .nyaboutbox1 .aboutimg::after{
    position: absolute;
    right: -0.16rem;
    bottom: -0.18rem;
    width: 3.36rem;
    height: 1.77rem;
    content: "";
    z-index: -1;
    background: url(../nyimages/ab_imgbg.png) no-repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyabout .nyaboutbox1 .aboutimg img:hover{
    transform: scale(1.1);
}


.abouttime{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/nyaboutbg1.jpg) no-repeat top center;
    overflow: hidden;
    height: 7.5rem;
    background-size: cover;
}


.abouttime .nyaboutbox2{
    margin: 0 auto;
}

.abouttime .nyaboutbox2 .ab_mun{
    float: left;
    width: 30%;
    height: 7.5rem;
    position: relative;
    z-index: 5;
}

.abouttime .nyaboutbox2 .ab_mun::after{
    position: absolute;
    right: 9px;
    top: 0rem;
    width: 6.5rem;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../nyimages/ab_numbg.jpg) no-repeat top right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-size: cover;
}


.abouttime .nyaboutbox2 .ab_mun ul li{
    position: relative;
    z-index: 5;
    width: 100%;
    height: 1.86rem;
    border-right: 9px solid #b5b5b5;
    margin-bottom: 0.03rem;
}

.abouttime .nyaboutbox2 .ab_mun ul li::after{
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 0px;
    content: "";
    z-index: -1;
    background: #c29063;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.abouttime .nyaboutbox2 .ab_mun ul li:hover::after{
    height: 100%;

}

.abouttime .nyaboutbox2 .ab_mun ul li:last-child{
    margin-bottom: 0;
}


.abouttime .nyaboutbox2 .ab_mun ul li .nr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 90%;
    height: 1.5rem;
    padding-top: 0.15rem;
}


.abouttime .nyaboutbox2 .ab_mun ul li:first-child .nr{
    padding-top: 0.45rem;
}

.abouttime .nyaboutbox2 .ab_mun ul li:last-child .nr{
    border-bottom: none;

}

.abouttime .nyaboutbox2 .ab_mun ul li img{
    float: left;
    width: 0.91rem;
    height: 0.84rem;
    margin-left: 0.23rem;
    margin-right: 0.3rem;

}

.abouttime .nyaboutbox2 .ab_mun ul li:hover img{
    animation: beat 0.5s 1;
}

.abouttime .nyaboutbox2 .ab_mun ul li h5{
    display: inline-block;
    font-weight: normal;
}

.abouttime .nyaboutbox2 .ab_mun ul li h5 span{
    display: block;
    font-size: 0.18rem;
    color: #fff;

}

.abouttime .nyaboutbox2 .ab_mun ul li h5 span i{
    font-size: 0.52rem;
    color: #fff;
    font-family: "Mongolian Baiti";
    line-height: 0.5rem;
    display: inline-block;
}

.abouttime .nyaboutbox2 .ab_mun ul li em{
    font-size: 0.2rem;
    color: #fff;
}

.abouttime .nyaboutbox2 .ab_mun ul li em b{
    font-size: 0.18rem;
    color: #cc9999;
}


.abouttime .nyaboutbox2 .nyab_txt{
    float: right;
    width: 64%;
    margin-top: 0.7rem;
    
} 

.abouttime .nyaboutbox2 .nyab_txt p{
    font-size: 0.18rem;
    color: #333333;
    text-indent: 2em;
    line-height: 0.34rem;
    margin-bottom: 0.32rem;
}




.nyaboutbox3{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/nyaboutbg.jpg) no-repeat bottom center #30516a;
    overflow: hidden;
    padding-top: 0.7rem;
    background-size: 100%;
}

.nyaboutbox3 .txt1{
    overflow: hidden;

}

.nyaboutbox3 .txt1 p{
    font-size: 0.18rem;
    color: #fff;
    text-indent: 2em;
    line-height: 0.34rem;
    margin-bottom: 0.32rem;
}

.nyaboutbox3 .txt2{
    margin: 0.4rem auto 0 auto;
    overflow: hidden;

} 

.nyaboutbox3 .txt2 .abimg{
    float: left;
    width: 45%;
    height: 4.36rem;
    position: relative;
    margin-top: 0.05rem;
    overflow: hidden;
}

.nyaboutbox3 .txt2 .abimg img{

    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.nyaboutbox3 .txt2 .abimg img:hover{
    transform: scale(1.1);
}

.nyaboutbox3 .txt2 .txt_r{
    color: #160000;
    float: right;
    width: 51.5%;
} 

.nyaboutbox3 .txt2 .txt_r p{
    font-size: 0.18rem;
    color: #000;
    line-height: 0.34rem;
}

.nyaboutbox3 .txt2 .txt_r img{
    display: block;
    width: 45%;
    height: 2.4rem;
    float: left;
    margin-top: 0.3rem;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.nyaboutbox3 .txt2 .txt_r img.img1{
    margin-right: 4%;
}

.nyaboutbox4{
    margin: 0.7rem auto 0 auto;
}

.nyaboutbox4 .txt3{
    margin: 0 auto;
} 

.nyaboutbox4 .txt3 p{
    font-size: 0.18rem;
    color: #333;
    text-indent: 2em;
    line-height: 0.34rem;
    margin-bottom: 0.32rem;
}

.nyaboutbox4 .txt3 p span{
    display: block;
    font-size: 0.18rem;
    color: #999999;
}

.nyaboutbox4 .txt3 p span img{
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;

}





@media (max-width: 980px){
.nyabout{
    margin: 0 auto;
    padding-top: 0.7rem;
}


.nyabout .nyaboutbox1{
    padding-bottom: 1rem;
}

.nyabout .nyaboutbox1::after{
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 4.7rem;
    content: "";
    z-index: -1;
    background: url(../nyimages/nyaboutico.png) no-repeat top center;
    background-size: contain;
}


.nyabout .nyaboutbox1 .nyab_left{
    width: 100%;
    margin-top: 0rem;
    float: none;

}

.nyabout .nyaboutbox1 .nyab_left .ab_t{
    overflow: hidden;
    width: 100%;

}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5{
    float: none;
    text-align: center;
    width: 100%;
    margin-left: 0rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5 i{
    display: block;
    text-align: center;
    font-size: 0.24rem;

}

.nyabout .nyaboutbox1 .nyab_left .ab_t h5 span{
    font-size: 1rem;
    top: 0rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_t h3{
    
    float: none;
    width: 100%;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
    text-indent: 0em;
    font-weight: normal;
    margin-top: 0.1rem;
    text-align: center;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list{
    margin-top: 0.5rem;

}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li{
    position: relative;
    z-index: 5;
    font-size: 0.24rem;
    color: #333;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li::after {
    left: 0.08rem;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li:last-child:after{
    display: none;
}

.nyabout .nyaboutbox1 .nyab_left .ab_list ul li i{

    width: 0.18rem;
    height: 0.18rem;
    background: #fff;
    margin-top: 0.02rem;
}


.nyabout .nyaboutbox1 .aboutimg{
    float: none;
    width: 90%;
    height: auto;
    padding-top: 62%;
    margin: 0.35rem auto 0 auto;
}



.abouttime{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/nyaboutbg2.jpg) no-repeat bottom center;
    overflow: hidden;
    height: auto;
    background-size: cover;
}


.abouttime .nyaboutbox2{
    margin: 0 auto;
}

.abouttime .nyaboutbox2 .ab_mun{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.abouttime .nyaboutbox2 .ab_mun::after{
    position: absolute;
    right: 0px;
    top: 0rem;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../nyimages/ab_numbg.jpg) no-repeat top center;
    background-size: cover;
}


.abouttime .nyaboutbox2 .ab_mun ul li{
    position: relative;
    z-index: 5;
    width: 90%;
    height: 1.76rem;
    border-right: none;
    margin: 0 5% 0.03rem 5%;
    float: left;
}

.abouttime .nyaboutbox2 .ab_mun ul li::after{
    display: none;
}



.abouttime .nyaboutbox2 .ab_mun ul li .nr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 90%;
    height: 95%;
    padding-top: 0.3rem;
    margin: 0 auto;
}


.abouttime .nyaboutbox2 .ab_mun ul li h5 span{
    display: block;
    font-size: 0.24rem;
    color: #fff;

}

.abouttime .nyaboutbox2 .ab_mun ul li h5 span i{
    font-size: 0.48rem;
}

.abouttime .nyaboutbox2 .ab_mun ul li em{
    font-size: 0.24rem;
    color: #fff;
}

.abouttime .nyaboutbox2 .ab_mun ul li em b{
    font-size: 0.24rem;
    color: #cc9999;
}


.abouttime .nyaboutbox2 .nyab_txt{
    float: none;
    width: 100%;
    margin-top: 0.3rem;
    
} 

.abouttime .nyaboutbox2 .nyab_txt p{
    font-size: 0.24rem;
    color: #333333;
    text-indent: 2em;
    line-height: 0.4rem;
    margin-bottom: 0.32rem;
}




.nyaboutbox3{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/nyaboutbg.jpg) no-repeat top center;
    overflow: hidden;
    padding: 0.5rem 0;
    background-size: cover;
}

.nyaboutbox3 .txt1{
    overflow: hidden;

}

.nyaboutbox3 .txt1 p{
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.nyaboutbox3 .txt2{
    margin: 0.1rem auto 0 auto;
    overflow: hidden;

} 

.nyaboutbox3 .txt2 .abimg{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 65%;
}



.nyaboutbox3 .txt2 .txt_r{
    float: none;
    width: 100%;
    margin: 0.4rem auto 0 auto;
} 

.nyaboutbox3 .txt2 .txt_r p{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
}

.nyaboutbox3 .txt2 .txt_r img{
    display: block;
    width: 46%;
    height: 2.2rem;
    float: left;
    margin-top: 0.4rem;
    object-fit: cover;
}

.nyaboutbox3 .txt2 .txt_r img.img1{
    margin-right: 4%;
}

.nyaboutbox4{
    margin: 0.7rem auto 0 auto;
}

.nyaboutbox4 .txt3{
    margin: 0 auto;
} 

.nyaboutbox4 .txt3 p{
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.nyaboutbox4 .txt3 p span{
    display: block;
    font-size: 0.24rem;
    color: #999999;
}



}