/* 大屏幕（大桌面显示器，大于等于 1600px） */
@media screen and (min-width:2600px) {
    .ny-banner{
        background-size: 100% auto !important;
    }
}
@media screen and (min-width:1500px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .fea {
        height: 925px;
    }
    .fea_con {
        width: 1570px;
        height: 298px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 1200px;
    }
    .nav li {
        font-size: 14px;
        margin: 0 15px;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .pc,
    .head-top,
    .header,
    .piao {
        display: none;
    }
    .nav {
        display: none;
    }
    .container,
    .wrap {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 9999;
        top: 0;
        padding: 0 .2rem;
        -moz-box-shadow: 0px 4px 6px #d4d5d6;
        -webkit-box-shadow: 0px 4px 6px #d4d5d6;
        box-shadow: 0px 4px 6px #d4d5d6;
    }
    .m_img .headlf {
        float: left;
    }
    .m_img .headcent {
        float: left;
        margin-left: .2rem;
        color: #e61c42;
        font-size: .18rem;
        line-height: .3rem;
    }
    .m_img .headcent select {
        width: 1.2rem;
        height: .4rem;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url('../images/arrow_06.jpg') 80% center no-repeat;
        background-size: .13rem;
        background-color: #e5e5e5;
        display: block;
        padding-left: .1rem;
        margin-left: .3rem;
    }
    .m_img .headlf .m_logo {
        height: auto;
        width: 70%;
        display: block
    }
    .m_img .headrg {
        position: absolute;
        right: .2rem;
    }
    .m_img .headrg a .m_menuimg {
        height: .45rem;
        width: .53rem;
        display: block
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 0;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }
    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .m_nav .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
    .m_img .language {
        position: absolute;
        right: .8rem;
    }
    .m_img .language img {
        width: 80%;
    }
    .ny-banner {
        margin-top: 1.1rem;
        height: 3rem;
    }
    .toutiao {
        padding: .3rem;
        margin: .3rem 0;
    }
    .toutiao h1 {
        font-size: .3rem;
        margin-bottom: .1rem;
        display: block;
    }
    .toutiao h1 img {
        width: .7rem;
    }
    .index01 {
        padding-bottom: .5rem;
    }
    .index01 .swiper-container {
        width: 100%;
        margin: 0;
        float: inherit;
    }
    .index01 .swiper-slide .title {
        height: .6rem;
        line-height: .6rem;
        font-size: .22rem;
    }
    .index01 .swiper-slide .title span {
        width: 75%;
    }
    .index01 .swiper-pagination {
        bottom: .2rem !important;
    }
    .index01 .right {
        width: 100%;
        margin-top: .3rem;
    }
    .index02,
    .index03 {
        display: block;
        overflow: hidden;
    }
    .index02 .left {
        width: 100%;
    }
    .index02 .right {
        width: 100%;
    }
    .index-newsitem .box .font .title {
        font-size: .24rem;
    }
    .index-newsitem .box .font .date {
        font-size: .2rem;
    }
    .index-newsitem .item a {
        font-size: .22rem;width: 70%;
    }
    .index-newsitem .item span {
   
  width: 30%;
  display: block;
}
    .index03 .left,
    .index03 .right {
        width: 100%;
    }
    .index04 .content .item {
        width: 33.33%;
        margin-bottom: .4rem;
        font-size: .22rem;
    }
    .index05 .content {
        flex-wrap: wrap;
    }
    .index05 .content .item {
        width: 48%;
        padding: .3rem 0;
        margin-bottom: .3rem;
    }
    .index05 .content .item h1 {
        color: #ffffff;
        font-size: .3rem;
        margin-bottom: .1rem;
    }
    .index05 .content .item p {
        font-size: .2rem;
        line-height: .3rem;
    }
    .index06 .content .item {
        width: 48%;
        margin-bottom: .5rem;
        float: left;
        margin-right: 2%;
    }
    .index06 .content {
        display: block;
        overflow: hidden;
        margin-right: -2%;
    }
    .friendlink .wrap {
        display: block;
    }
    .friendlink span {
        font-size: .28rem;
        line-height: .4rem;
        width: 100%;
    }
    .friendlink .link {
        line-height: .4rem;
        font-size: .22rem;
        width: 100%;
    }
    .foot .box1 h1 {
        font-size: .28rem;
        margin-bottom: .2rem;
        color: #fff;
    }
    .ny-banner .wrap {
        padding-left: 0;
        text-align: center;
    }
    .ny-banner .en {
        font-size: .26rem;
    }
    .ny-banner .font {
        font-size: .4rem;
    }
    .ny-banner .line {
        height: .05rem;
        margin: 8px auto;
    }
    .djzh {
        margin-bottom: .5rem;
        padding: 0 .2rem .2rem .2rem;
        display: block;
        overflow: hidden;
    }
    .djzh .right {
        width: 100%;
    }
    .djzh .left {
        width: 100%;
    }
    .djzh .left .item {
        padding: .2rem 0;
    }
    .djzh .left .item .date {
        width: 15%;
    }
    .djzh .left .item .txt .title {
        font-size: .24rem;
        margin-bottom: .1rem;
    }
    .tgw .item .center .date {
        display: none;
    }
    .tgw .item .arrow {
        display: none;
    }
    .tgw .item .img {
        width: 25%;
        padding-bottom: 15%;
    }
    .tgw .item .center {
        width: 70%;
    }
    .tgw .item .center .title {
        font-size: .24rem;
        margin-bottom: .1rem;
    }
    .pagination a {
        padding: .04rem .1rem;
        font-size: .2rem;
        line-height: .4rem;
    }
    .lxwm h1 {
        margin: .5rem auto;
        font-size: .36rem;
    }
    .lxwm .lx {
        padding: .2rem;
        flex-wrap: wrap;
    }
    .lxwm .lx .item {
        width: 48%;
        margin-bottom: .3rem;
    }
    .lxwm .lx .item p {
        font-size: .24rem;
        margin-bottom: .3rem;
    }
    .lxwm .lx .item span {
        font-size: .22rem;
    }
    .lxwm .liuyan input {
        width: 100%;
        height: .6rem;
        margin-bottom: .2rem;
        font-size: .24rem;
        text-indent: 1em;
    }
    .ryzz-content #imglist li {
        width: 48%;
    }
    .ryzz-content {
        padding-bottom: 1rem;
    }
    .foot .box1 p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .ny-fl {
        /*display: none;*/
        padding: .2rem 0;
    }
    .ny-fl .wrap{
        overflow: auto;
    white-space: nowrap;
    width: 100% !important;
    }
    .ny-fl a{
        padding: .2rem .3rem;
    }
    .ny-fl .on{
        border-bottom:0;
  color: #013996;
  font-weight: bold;
    }
    .ny-title {
        margin: .5rem 0;
    }
    .ny-title .t1 {
        font-size: .22rem;
    }
    .ny-title .t2 {
        font-size: .36rem;
    }
    .about-content p {
        font-size: .22rem;
        line-height: .38rem;
    }
    .tgw {
        margin-top: .4rem;
    }
    .tgw .item .center .txt {
        width: 100%;
    }
    .news01 {
        margin: .5rem 0;
        flex-wrap: wrap;
    }
    .news01 .left {
        width: 100%;
    }
    .news01 .right {
        width: 100%;
    }
    .news01 .left .title {
        height: .7rem;
        line-height: .7rem;
        text-indent: 1em;
    }
    .news01 .right .date {
        width: 15%;
    }
    .news01 .right .date p {
        font-size: .5rem;
    }
    .news01 .right .txt {
        width: 80%;
    }
    .news01 .right .txt .title {
        font-size: .26rem
    }
    .news-nei .left {
        padding: .2rem;
        margin: .4rem 0;
        width: 100%;
    }
    .news-nei .left .top h1 {
        font-size: .28rem;
    }
    .news-nei .left .content {
        font-size: .24rem;
        line-height: .38rem;
    }
    .news-nei .right {
        width: 100%;
    }
    .news-nei .right .item .txt .title {
        font-size: .22rem;
        line-height: .3rem;
    }
    .zhjy {
        padding: .5rem 0;
    }
    .zhjy li {
        width: 47%;
        margin-bottom: .6rem;
    }
    .zhjy .txt .title {
        font-size: .24rem;
    }
    .zhjy .txt .t1 {
        font-size: .2rem;
        line-height: .3rem;
    }
    .ny-ejfl .item{
        width: 48%;
    }
    .ny-ejfl{
        background-size: auto 100%;
    }
    .cx-box h1 {
  
  font-size: .26rem;
  
  margin: .3rem 0 .7rem 0;
}
.cx-box .box input {
  width: 3rem;
  height: .6rem;
   
  font-size: .2rem;
  
}
.cx-box .box span {
  font-size: .2rem;
}
.cx-box .btn {
  width: 1.5rem;
  height: .6rem;
  line-height: .6rem;
  
  margin: 0.6rem auto;
  font-size: .22rem;
  
}
.hycx-bg th {
   
  font-size: .24rem;
}
.hycx-bg th, .hycx-bg td {
   
  padding: .16rem .3rem;
   
}
.hycx-bg td {
  
  font-size: .2rem;
}
.zhkj-bt h1 {
    font-size: .4rem;
     
    margin-bottom: .2rem;
}
.zhkj-bt p {
    font-size: .24rem;
     
    margin-bottom: .4rem;
}
.index01 .right .box2 .item a{
    font-size: .22rem;width: 70%;
}
.index01 .right .box2 .item span {
  
  display: block;
  width: 30%;
}
}