/* 大屏幕（大桌面显示器，大于等于 1600px） */

@media screen and (min-width:1600px) {
    .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: 1600px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 1200px;
    }
    .head-top .left {
        margin-left: 50px;
    }
    .head {
        padding: 0 40px;
    }
    .navigation li {
        font-size: 16px;
    }
    .banner .swiper-slide {
        height: 680px;
        background-size: auto 100% !important;
    }
    .index03 .img {
        width: 50%;
    }
    .index03 .img img {
        width: 100%;
    }
    .index03 .right {
        width: 45%;
        margin-left: 30px;
        margin-top: 70px;
    }
    .index03 .box {
        width: 1200px;
        margin-left: -600px;
        padding: 40px 0;
    }
    .index06 .right img {
        width: 100%;
    }
    .index06 .left {
        padding-left: 50px;
        width: 50%;
    }
    .fwzc .box .img {
        width: 45%;
    }
    .ny-fl {
        margin: 50px 0;
    }
    .ny-fl a {
        font-size: 18px;
    }
    .fwzc .box .txt h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .fwzc .box .txt .font p {
        font-size: 16px;
        line-height: 30px;
    }
    .fwzc .box .txt .font .more {
        margin-top: 20px;
    }
    .fwzc .box {
        margin-bottom: 50px;
    }
    .pro01 .txt h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .pro01 .txt p {
        font-size: 16px;
        line-height: 30px;
    }
    .pro02 h1 {
        font-size: 30px;
    }
    .pro03 .box .item h2 {
        font-size: 24px;
    }
    .pro04 .left-txt {
        width: 45%;
        padding-left: 50px;
    }
    .pro04 .left-txt h1 {
        font-size: 30px;
        margin: 50px 0 35px 0;
    }
    .pro04 .left-txt .item h2 {
        font-size: 18px;
    }
    .pro04 .line {
        margin-bottom: 40px;
    }
    .pro05 .bt h1 {
        font-size: 30px;
    }
    .pro05 .bt p {
        font-size: 18px;
    }
    .index02 .sidebar {
        padding: 0 30px 0 30px;
    }
    .parHd .tempWrap {
        width: 90% !important;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .pc,
    .head-top,
    .header {
        display: none;
    }
    .nav,
    .he_b3p3le {
        display: none;
    }
    .mobile {
        display: block;
    }
    .container,
    .wrap {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #ffffff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 999;
        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%;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .banner .swiper-slide {
        height: 3rem;
        background-size: 100% 100% !important;
        margin-top: 0;
    }
    .index01 h1 {
        font-size: .3rem;
    }
    .index01 h2 {
        font-size: .2rem;
        margin: .3rem 0;
    }
    .index01 {
        padding: .2rem 0;
        background-size: auto 100%;
    }
    .index01 .center .item {
        padding: .3rem 0;
        display: block;
    }
    .index01 .center .item img {
        width: .6rem;
    }
    .index01 .center .item .txt {
        margin-left: .2rem;
        text-align: center;
    }
    .index01 .center .item .txt p {
        font-size: .22rem;
        margin-bottom: .1rem;
    }
    .index01 .center .item .txt span {
        font-size: .2rem;
    }
    .index02 .sidebar {
        display: none;
    }
    .index02 .list {
        width: 95%;
        margin: 0 auto;
    }
    .index02 .list h1 {
        font-size: 1rem;
        font-weight: bold;
    }
    .index02 .list ul {
        margin-top: 1rem;
        margin-right: -5%;
    }
    .index02 .list li {
        width: 45%;
        margin-right: 5%;
        margin-bottom: .4rem;
    }
    .index02 .list .title {
        font-size: .24rem;
        padding: .2rem 0;
    }
    .index02 .list .detail {
        font-size: .2rem;
        line-height: .3rem;
    }
    .index03 {
        margin-top: 0;
        background-size: auto 100%;
        background: url(../images/about03_38.jpg) no-repeat bottom;
    }
    .index03 .img {
        margin-top: .5rem;
    }
    .index03 .right {
        width: 100%;
        margin-left: .2rem;
        margin-top: .5rem;
    }
    .index03 .right h1 {
        font-size: .4rem;
    }
    .index03 .right h2 {
        font-size: .22rem;
        margin: .3rem 0;
    }
    .index03 .right .txt {
        font-size: .22rem;
        line-height: .4rem;
        margin-bottom: .7rem;
    }
    .index03 .right .more {
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    .index04 {
        margin-top: 0;
    }
    .w-accor4 .tb {
        top: 20%;
    }
    .w-accor4 .tb img {
        height: .6rem;
    }
     :root .w-accor4 li h3 {
        top: 40%;
        font-size: .25rem;
        padding: 0 .1rem;
    }
    .index05 {
        padding: .3rem 0;
    }
    .index05 .indexbt h1 {
        font-size: .38rem;
        font-weight: bold;
    }
    .index05 .swiper-slide .date {
        width: 1.5rem;
        height: .48rem;
        line-height: .48rem;
        font-size: .2rem;
    }
    .index05 .swiper-slide .title {
        font-size: .22rem;
        padding: 0 .2rem;
    }
    .index05 .pagination {
        width: 50%;
    }
    .index06 .flex {
        display: block;
    }
    .index06 .left {
        padding-left: .2rem;
        margin-top: .5rem;
        width: 100%;
    }
    .index06 .left h1 {
        font-size: .4rem;
        font-weight: bold;
    }
    .index06 .left p {
        font-size: .22rem;
        line-height: .4rem;
        margin: .5rem 0;
    }
    .index06 .right {
        width: 100%;
    }
    .index06 .lx {
        width: 100%;
        padding: .4rem 0;
    }
    .index06 .lx .item {
        margin-left: .4rem;
        display: flex;
        margin-bottom: .4rem;
    }
    .index07 h1 {
        font-size: .4rem;
        margin: .6rem 0;
    }
    .index07 p {
        font-size: .2rem;
    }
    .index07 {
        height: 7rem;
        background-size: 150% auto;
        background-position: bottom;
    }
    .index08 {
        padding: .5rem 0;
    }
    .index08 h1 {
        font-size: .4rem;
        font-weight: bold;
    }
    .index08 .tab {
        font-size: .24rem;
        margin-bottom: .6rem;
    }
    .index08 .content .swiper-slide .date {
        width: .88rem;
        height: .88rem;
        top: -.5rem;
    }
    .index08 .content .swiper-slide .date span {
        font-size: .4rem;
    }
    .index08 .content .swiper-slide .txt {
        padding: .6rem .2rem .4rem .3rem;
    }
    .index08 .content .swiper-slide .title {
        font-size: .22rem;
        height: .6rem;
    }
    .index08 .content .swiper-slide .detail {
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .2rem;
    }
    .index08 .content .swiper-slide .more {
        margin-top: .3rem;
    }
    .index09 {
        padding: .5rem 0;
        background-size: auto 100%;
    }
    .index09 .flex {
        display: block;
    }
    .index09 .liuyan {
        width: 100%;
    }
    .index09 h1 {
        font-size: .4rem;
        margin-bottom: .5rem;
    }
    .index09 .liuyan .box {
        width: 100%;
        height: .6rem;
        display: flex;
        margin-bottom: .2rem;
    }
    .index09 .liuyan .btn {
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin-top: .3rem;
    }
    .foot {
        display: none;
    }
    .ny-fl {
        display: none;
    }
    .fwzc {
        padding: .5rem 0;
    }
    .fwzc .box .img {
        width: 90%;
        margin: 0 5%;
    }
    .nybanner {
        height: 3rem;
        margin-top: 1.1rem;
        background-size: 250% auto !important;
    }
    .fwzc .box .marright {
        margin-right: 5%;
    }
    .fwzc .box .txt {
        width: 90%;
    }
    .fwzc .box .icon {
        display: none;
    }
    .fwzc .box .txt h1 {
        font-size: .3rem;
        margin-bottom: .5rem;
    }
    .fwzc .box .txt .font p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .fwzc .box .txt .font .more {
        margin-top: .3rem;
    }
    .fwzc .box {
        margin-bottom: .5rem;
    }
    .fwzc .box .marleft {
        margin-left: 5%;
    }
    .pagination a {
        padding: .04rem .1rem;
        font-size: .2rem;
        line-height: .4rem;
    }
    .pagination {
        margin-top: .3rem;
        margin-bottom: .5rem;
    }
    .location {
        display: none;
    }
    .pro01 .txt {
        width: 90%;
    }
    .pro01 .txt h1 {
        font-size: .3rem;
        line-height: .4rem;
        padding-left: .3rem;
        margin-bottom: .3rem;
        font-weight: bold;
    }
    .pro01 .txt h1::before {
        height: .8rem;
    }
    .pro01 .txt p,  .pro01 .txt span {
        font-size: .24rem !important;
        line-height: .4rem !important;
    }
    .pro01 .img {
        width: 100%;
        margin: .2rem 0;
    }
    .pro02 {
        margin: .5rem auto;
    }
    .pro02 h1 {
        font-size: .3rem;
        margin-bottom: .5rem;
    }
    .pro02 p {
        font-size: .22rem !important;
    }
    .pro03 h1 {
        font-size: .4rem;
        margin-top: 1rem;
    }
    .pro03 .line {
        margin: .3rem auto 0 auto;
    }
    .pro03 .box {
        display: block;
    }
    .pro03 .box .item {
        width: 70%;
        padding: .2rem;
        margin: 0 auto .3rem auto;
    }
    .pro03 .box .item h2 {
        font-size: .3rem;
        font-weight: bold;
    }
    .pro03 .box .item p {
        font-size: .2rem;
    }
    .pro03 .wrap {
        height: 8rem;
    }
    .pro04 .flex {
        display: block;
        overflow: hidden;
    }
    .pro04 .left-txt {
        width: 90%;
        padding-left: 5%;
    }
    .pro04 .left-txt h1 {
        font-size: .45rem;
        margin: .5rem 0 .4rem 0;
    }
    .pro04 .line {
        margin-bottom: .5rem;
    }
    .pro04 .left-txt .item .num {
        font-size: .8rem;
    }
    .pro04 .left-txt .item h2 {
        font-size: .22rem;
        padding: 0 .2rem;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .pro04 .left-txt .tab {
        overflow: hidden;
    }
    .pro04 .left-txt .item {
        background-size: 30%;
        height: 2.5rem;
    }
    .pro04 .right-img {
        width: 100%;
    }
    .pro05 {
        padding: .5rem 0;
    }
    .pro05 .bt h1 {
        font-size: .4rem;
        margin-bottom: .2rem;
        font-weight: bold;
    }
    .pro05 .bt p {
        font-size: .3rem;
        margin-bottom: .6rem;
    }
    .about04 .pagination {
        width: 1.7rem;
    }
    .pro05 .swiper-slide p {
        font-size: .24rem;
    }
    .pro05 .swiper-slide h5 {
        font-size: .2rem;
    }
    .pro-list .pro-top {
        margin-top: .5rem;
        display: block;
    }
    .pro-list {
        width: 95%;
        margin: 0 auto;
    }
    .pro-list h1 {
        font-size: .24rem;
        width: 90%;
    }
    .pro-list .pro-top .btn {
        margin: .3rem auto;
    }
    .pro-list ul {
        margin-top: .5rem;
        margin-right: -4%;
    }
    .pro-list li {
        width: 46%;
    }
    .pro-list .title {
        font-size: .24rem;
    }
    .pro-list .detail {
        font-size: .2rem;
        line-height: .3rem;
    }
    .about01 {
        padding: .5rem 0;
    }
    .about01 .wrap {
        display: block;
    }
    .about01 .left {
        width: 100%;
    }
    .about01 .left .item {
        width: 50%;
        padding: .3rem 0;
    }
    .about01 .left .item h1 {
        font-size: .6rem;
    }
    .about01 .left .item p {
        font-size: .22rem;
    }
    .about01 .right {
        width: 100%;
    }
    .about01 .right h1 {
        font-size: .4rem;
        font-weight: bold;
        margin-bottom: .4rem;
    }
    .about01 .right P {
        font-size: .22rem;
        line-height: .4rem;
    }
    .about03 {
        display: none;
    }
    .about03 h1 {
        font-size: .5rem;
        margin: .5rem 0;
    }
    .about03 .box {
        display: block;
    }
    .about04 .bt h1 {
        font-size: .5rem;
        font-weight: bold;
    }
    .about05 {
        margin-top: 0;
        padding-top: .6rem;
    }
    .about05 h1 {
        font-size: .4rem;
        text-align: center;
        font-weight: bold;
    }
    .about04 .swiper-slide p {
        font-size: .22rem;
        line-height: .3rem;
    }
    .parHd .tempWrap {
        width: 80% !important;
    }
    .parBd .slideBox {
        width: 90%;
        margin: .5rem auto;
        display: block;
        height: 3rem;
    }
    .parBd .year {
        font-size: .7rem;
    }
    .parBd .slideBox p {
        width: 100%;
    }
    .parBd p {
        line-height: .4rem;
        font-size: .24rem;
    }
    .event_box {
        min-height: 4rem;
    }
    .about06 {
        padding-top: .5rem;
    }
    .about06 h1 {
        font-size: .4rem;
        font-weight: bold;
    }
    .about06 p {
        font-size: .22rem;
        line-height: .4rem;
        width: 100%;
        margin: .2rem auto;
    }
    .jjfa02 {
        padding: .5rem 0;
    }
    .jjfa02 h1 {
        font-size: .4rem;
        font-weight: bold;
        margin-bottom: .5rem;
    }
    .jjfa02 .box {
        flex-wrap: wrap;
    }
    .jjfa02 .item {
        width: 48%;
        margin-bottom: 20px;
    }
    .jjfa02 .item p {
        font-size: .3rem;
        line-height: .4rem;
    }
    .jjfa03 .txt1 h1 {
        font-size: .4rem;
    }
    .jjfa03 .txt1 p {
        font-size: .26rem;
    }
    .contactus .wrap {
        flex-wrap: wrap;
    }
    .contactus .liuyan {
        width: 100%;
    }
    .contactus .liuyan h1 {
        font-size: .4rem;
        line-height: .7rem;
        margin: .6rem 0 .8rem 0;
        font-weight: bold;
    }
    .contactus .liuyan input {
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        font-size: .24rem;
        margin-bottom: .4rem;
    }
    .contactus .liuyan .btn {
        width: 2.6rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
    }
    .contactus .lx {
        width: 100%;
        padding-bottom: .5rem;
        margin-top: .5rem;
    }
    .contactus .lx .item {
        margin-top: .5rem;
        margin-left: .2rem;
    }
    .contactus .lx .item p {
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .contactus .lx .item span {
        font-size: .2rem;
    }
    .contactus .lx .f {
        display: none;
    }
    .contactus {
        padding-bottom: .5rem;
    }
    .news .list .item .date {
        display: none;
    }
    .news .list .item .txt {
        width: 65%;
    }
    .news .list .item .txt .title {
        font-size: .24rem;
        margin-bottom: .2rem;
        margin-top: 0;
    }
    .news .list .item .txt .detail {
        font-size: .2rem;
        line-height: .3rem;
        -webkit-line-clamp: 2;
        margin-bottom: 0;
    }
    .news .list .item {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
    .news-details {
        margin-top: .6rem;
        padding-bottom: .6rem;
    }
    .news-details .details-title {
        font-size: .26rem;
        line-height: .4rem;
    }
    .news-details .details-title .h2 {
        height: .5rem;
    }
    .news-details .details-content {
        line-height: .4rem !important;
        font-size: .22rem !important;
        padding: .3rem 0 !important;
    }
    .page-code a .btn {
        font-size: .2rem;
        padding: .2rem .3rem;
    }
    .page-code p {
        font-size: .22rem;
        margin-left: .3rem;
    }
    .fuwu .list .item .title {
        font-size: .22rem;
    }
    .fuwu .list .item .date {
        font-size: .2rem;
        margin-top: .2rem;
    }
    .fuwu .list .item {
        background: #f7f7f7;
        margin-bottom: .4rem;
        padding: .2rem .4rem;
    }
    .fuwu .content {
        width: 90%;
        height: 7rem;
        top: 50%;
        margin-top: -4rem;
        margin-left: -45%;
        padding: .2rem;
    }
    .fuwu .content h1 {
        font-size: .4rem;
        margin: .2rem 0 .7rem 0;
    }
    .fuwu .content .input span {
        font-size: .2rem;
    }
    .fuwu .content .input input {
        line-height: .6rem;
        font-size: .2rem;
    }
    .fuwu .content .btn {
        width: 2.2rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
    }
    .pro03{
        background-size: auto 100%;
    }
    .pro04{
        background-size: auto 100%;
    }
}