/* 大屏幕（大桌面显示器，大于等于 1400px） */

@media screen and (min-width:1560px) {
    .banner-phone,
    .mobile,
    .mobile-case,
    .m_img,
    .m_nav {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
    .banner-phone,
    .mobile,
    .mobile-case,
    .m_img,
    .m_nav {
        display: none;
    }
    .wrap {
        width: 1200px;
    }
    .index01 .box .right .title {
        font-size: 18px;
    }
    .index01 .box .right .detail {
        font-size: 16px;
        line-height: 24px;
    }
    .index01 .box .right .txt1 {
        padding: 18px 30px;
    }
    .index02 .right a {
        height: 20%;
    }
    .zjjj .right .t1 {
        font-size: 26px;
    }
    .zjjj .right .t2 {
        font-size: 16px;
        line-height: 25px;
    }
    .zjjj .right .t3 {
        font-size: 14px;
        line-height: 22px;
    }
    .about-top .left,
    .about-top .right {
        padding-bottom: 30%;
    }
    .zlts img {
        width: 100%;
    }
    .zlts {
        font-size: 16px;
        line-height: 36px;
    }
    /* 3.14修改 */
    .ksjs .img {
        height: 140px;
    }
}


/* 中等屏幕（平板） */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container,
    .container02,
    .wrap {
        width: 90%;
    }
    .pc {
        display: none;
    }
    .head_bott {
        display: none;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 999999;
        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;
        box-sizing: border-box;
    }
    .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: 65%;
    }
    .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: 10000000
    }
    .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;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .index01 .box .left,
    .index01 .box .right {
        width: 100%;
    }
    .index01 .box .left {
        margin-bottom: 20px;
    }
    .index02 .left,
    .index02 .right {
        width: 100%;
    }
    .index02 .right {
        padding-bottom: 50%;
    }
    .index02 .right a {
        height: 25%;
    }
    .index03 .swiper-container .title {
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }
    .index03 .swiper-button-next,
    .index03 .swiper-button-prev {
        width: 45px;
        height: 45px;
        top: 60%;
    }
    .nybanner {
        margin-top: 1.1rem;
    }
    .z-pub1-d2 {
        display: none;
    }
    .z-pub1-d3 {
        width: 100%;
    }
    .about-top .left {
        width: 100%;
        padding-bottom: 50%;
    }
    .about-top .right {
        width: 100%;
        padding-bottom: 0;
        height: auto;
    }
    .zlts img {
        width: 100%;
    }
    .zlts {
        font-size: 16px;
        line-height: 36px;
    }
    .news-list02 .wrap {
        width: 90%;
    }
    .news-list02 .condition select {
        font-size: 14px;
    }
    .news-list02 .condition .name {
        font-size: 14px;
    }
    .news-list02 .condition .key {
        font-size: 14px;
    }
    .news-list02 ul li {
        width: 100%;
    }
    .news-details .details {
        margin-right: 0;
        width: 100%;
    }
    .lately {
        display: none;
    }
    .z-pub1-d11 .box2 .lbox {
        width: 100%;
        padding-top: 0;
    }
    .z-pub1-d11 .box2 form {
        width: 100%;
    }
    .ny-list li {
        width: 48%;
    }
    /* 3.14修改 */
    .ksjs .img {
        height: 140px;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pc {
        display: none;
    }
    .head_bott {
        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: 99;
        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;
        width: 80%;
        margin-right: .2rem;
    }
    .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: 100%;
    }
    .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;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .index01 .bt {
        margin: .3rem 0;
    }
    .index01 .bt .left {
        font-size: .4rem;
    }
    .index01 .bt .more {
        width: 1.5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
    }
    .index01 .box .left,
    .index01 .box .right {
        width: 100%;
    }
    .index01 .box .left .txt p {
        font-size: .24rem;
    }
    .index01 .box .left {
        margin-bottom: .2rem;
    }
    .index02 .left,
    .index02 .right {
        width: 100%;
    }
    .index01 .box .right .txt1 {
        width: 80%;
        padding: .2rem;
    }
    .index01 .box .right .title {
        font-size: .28rem;
        margin-bottom: .1rem;
    }
    .index01 .box .right .detail {
        font-size: .22rem;
        line-height: .34rem;
    }
    .index01 .box .right li {
        margin-bottom: .2rem;
    }
    .index01 .box .right .date {
        width: 20%;
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
    }
    .index02 {
        padding: .7rem 0;
    }
    .index02 .left .item img {
        width: 30%;
    }
    .index02 .left .item a {
        padding-bottom: 100%;
    }
    .index02 .left .item p {
        font-size: .24rem;
        margin: .05rem 0;
    }
    .index02 .right {
        padding-bottom: 50%;
        background-size: 100%;
    }
    .index02 .right .link {
        width: 50%;
        margin-top: 5%;
    }
    .index02 .right a {
        background-color: rgba(81, 193, 239, 1);
        width: .5rem;
        height: 15%;
        line-height: .5rem;
        font-size: .24rem;
        margin-right: .2rem;
    }
    .index03 .swiper-button-next,
    .index03 .swiper-button-prev {
        width: .6rem;
        height: .6rem;
        top: 65%;
    }
    .index03 {
        padding: .4rem 0;
    }
    .index03 .bt {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .index03 .swiper-container .title {
        height: .66rem;
        line-height: .66rem;
        text-indent: unset;
        font-size: .24rem;
        text-align: center;
    }
    .friendLink {
        line-height: .4rem;
        font-size: .24rem;
        padding: .2rem 0;
    }
    .copyright {
        font-size: .2rem;
        line-height: .3rem;
        color: #ffffff;
        padding: .2rem;
    }
    .nybanner {
        height: 3.4rem;
        margin-top: 1.1rem;
        background-size: 100% !important;
    }
    .z-tt2-d1 {
        padding: .3rem 0;
    }
    .z-tt2-d4 {
        font-size: .3rem;
        line-height: .4rem;
    }
    .z-tt2-d4 span:first-child {
        font-size: .3rem;
        line-height: .4rem;
    }
    .z-tt2-d2 {
        float: left;
        margin-top: .2rem;
    }
    .yzjy .box1 .left {
        width: 100%;
        text-align: center;
    }
    .yzjy .box1 .right {
        width: 100%;
    }
    .yzjy .box1 .t1 {
        font-size: .4rem;
        margin-bottom: .3rem;
        text-align: center;
    }
    .yzjy .box1 .t2 {
        font-size: .24rem;
        margin-bottom: .2rem;
        text-align: center;
    }
    .yzjy .box1 .left img {
        width: 40%;
    }
    .yzjy .box1 .t3 {
        font-size: .22rem;
        line-height: .4rem;
    }
    .yzjy .box2 .icon1 {
        left: .3rem;
        top: .3rem;
        width: .6rem;
    }
    .yzjy .box2 .icon2 {
        right: .3rem;
        top: .3rem;
        width: .6rem;
    }
    .yzjy .box2 {
        padding: .2rem .3rem;
        margin-bottom: .5rem;
    }
    .yzjy .box2 p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .yzjy .box2 h1 {
        font-size: .34rem;
        line-height: 1rem;
        font-weight: bold;
    }
    .yzjy .box2 .name {
        margin-right: .5rem;
    }
    .zjjj .left {
        padding-bottom: 135%;
        width: 100%;
    }
    .zjjj .right {
        width: 100%;
    }
    .zjjj .right .t1 {
        font-size: .28rem;
        text-align: center;
        line-height: .6rem;
    }
    .zjjj .right .t2 {
        font-size: .22rem;
        line-height: .34rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .zjjj .right .t3 {
        font-size: .22rem;
        line-height: .34rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /*-webkit-line-clamp: 5;*/
        overflow: hidden;
    }
    .zjjj .right .time span {
        border-radius: 30px;
        width: 1.3rem;
        height: .4rem;
        line-height: .4rem;
        margin-right: .3rem;
        font-size: .22rem;
    }
    .zjjj .right .time {
        font-size: .22rem;
        line-height: .4rem;
    }
    .zjjj li {
        padding: .2rem
    }
    .zjjj .right .tel img {
        margin-right: .2rem;
        width: .5rem;
    }
    .zjjj .right .tel {
        font-size: .22rem;
        line-height: .5rem;
    }
    .page {
        margin: .3rem 0;
    }
    .page .previous {
        height: .36rem;
        line-height: .36rem;
        width: 1.1rem;
        border-radius: .2rem;
        margin: 0 .1rem;
    }
    .page li a {
        height: .36rem;
        line-height: .36rem;
        width: .36rem;
    }
    .z-pub1-d2 {
        display: none;
    }
    .z-pub1-d3 {
        width: 100%;
    }
    .about-top .left {
        width: 100%;
        padding-bottom: 50%;
    }
    .about-top .right {
        width: 100%;
        padding-bottom: 0;
        height: auto;
    }
    .z-pub1-d3 .bt span {
        margin-left: .2rem;
        font-size: .3rem;
        font-weight: bold;
    }
    .about-top .right .txt {
        padding: .3rem;
        font-size: .24rem;
        line-height: .4rem;
    }
    .about-center {
        margin: .3rem 0;
        font-size: .22rem;
        line-height: .4rem;
    }
    .friendLink a {
        font-size: .2rem;
        font-weight: normal;
        margin-right: .2rem;
    }
    .zlts {
        font-size: .22rem;
        line-height: .4rem;
    }
    .l-p4 {
        width: 100%;
        padding-top: .3rem;
        padding-left: .3rem;
    }
    .l-p5 {
        font-size: .3rem;
        line-height: .4rem;
        margin-bottom: .2rem;
    }
    .news-list01 {
        padding: .3rem 0 0 0;
        margin-bottom: .3rem;
    }
    .newswrap {
        width: 100% !important;
    }
    .news-list01 .item dl {
        font-size: .24rem;
        padding: 0 .2rem;
    }
    .news-list01 .item dt {
        height: auto;
        line-height: .4rem;
        padding: .1rem 0;
    }
    .news-list01 .bt {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .news-list01 .item dd {
        line-height: .7rem;
    }
    .news-list01 .swiper-container {
        padding-bottom: .6rem;
    }
    .news-list01 .swiper-pagination-bullet {
        width: .2rem;
        height: .2rem;
        margin: 0 .1rem !important;
    }
    .news-list02 h1 {
        font-size: .36rem;
        margin: .3rem 0;
    }
    .news-list02 ul li {
        width: 100%;
        padding: 0 .4rem;
    }
    .news-list02 .item {
        line-height: 0rem;
        font-size: .24rem;
        padding: .2rem;
        margin-top: .2rem;
    }
    .news-list02 .item p {
        padding-right: .2rem;
        line-height: .4rem;
    }
    .news-list02 .item span {
        font-size: .22rem;
        padding: .1rem 0 .1rem .2rem;
    }
    .news-list02 form {
        display: none;
    }
    .news-details .details {
        margin-right: 0;
        width: 100%;
    }
    .lately {
        display: none;
    }
    .news-details {
        padding: .3rem 0;
    }
    .news-details .details-title {
        padding-bottom: .2rem;
        font-size: .3rem;
        line-height: .4rem;
        text-align: center;
    }
    .news-details .visited {
        font-size: .24rem;
        margin: 0 auto;
    }
    .news-details .details-title .h2 {
        height: .6rem;
        margin-top: .1rem;
    }
    .news-details .details-content {
        line-height: .4rem;
        font-size: .22rem;
        padding: .3rem 0;
    }
    .news-list02 {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .z-pub1-d11 .box2 .lbox {
        width: 100%;
        padding-top: 0;
    }
    .z-pub1-d11 .box2 form {
        width: 100%;
    }
    .z-pub1-d11 .box2 .rbox .validation .cubtn button {
        width: 2rem;
        line-height: .6rem;
        font-size: .24rem;
    }
    .ny-list li {
        width: 48%;
    }
    .ygfc .main {
        margin: .3rem 0;
    }
    .ny-list li p,
    .ny-list li span {
        line-height: .7rem;
        font-size: .24rem;
    }
    .news-details .wrap {
        width: 90%;
        padding: 0;
    }
    .page-code a .btn {
        font-size: .22rem;
        padding: .2rem .3rem;
    }
    .page-code p {
        font-size: .22rem;
    }
    /* 3.14修改 */
    .ksjs .item {
        width: 48%;
    }
    .ksjs .img {
        height: auto;
    }
    .ksjs .title {
        font-size: .28rem;
        margin: .16rem 0;
    }
    .ksjs .detail {
        font-size: .2rem;
    }
    .ksjs-detail .center p {
        font-size: .24rem;
        line-height: .4rem;
    }
    .ksjs-detail .title img {
        margin-right: .2rem;
        width: .4rem;
    }
    .ksjs-detail .title {
        font-size: .28rem;
        margin-bottom: .3rem;
    }
}