/* 大屏幕（大桌面显示器，大于等于 1600px） */

@media screen and (min-width:1920px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .ny-banner {
        background-size: 100% auto !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .ny-banner {
        background-size: auto 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mobile,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 1200px;
    }
    .nav>ul>li {
        font-size: 14px;
        padding: 0 10px;
    }
    .head {
        padding: 0 4%;
    }
    .banner img {
        width: 100%;
    }
    .index01 .tablist .tab {
        padding: 0 20px;
        font-size: 16px;
        background: url(../images/chilun.png) center right 12px no-repeat;
        background-size: 20%;
    }
    .index01 .tablist .tab.active {
        background-size: 44%;
    }
    .index01 .content .item .txt .lf {
        margin-right: 0;
        width: 80%;
    }
    .index03 .tablist .tab {
        line-height: 64px;
        font-size: 16px;
    }
    .index05 .img img {
        width: 70%;
        float: right;
    }
    .index05 .zlhz {
        top: 140px;
    }
    .index06 .rt-box .item {
        padding: 10px 40px;
    }
    .fenlei a {
        margin-left: 25px;
        font-size: 16px;
    }
    .shaixuan {
        padding: 0 0 60px 0;
    }
    .shaixuan .sxbox .item .type {
        width: 14%;
        font-size: 18px;
    }
    .detail01 .btn a {
        width: 200px;
    }
    .om .text {
        width: 300px;
    }
    .pro_list .shape2 .r_box img {
        float: right;
    }
    .fwzc01 .box .item {
        margin: 0 20px 80px 20px;
        font-size: 18px;
    }
    .lxwm .item .t2 {
        font-size: 16px;
    }
}


/* 小屏幕（手机） */

@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 img {
        display: block;
    }
    .index01 .tablist {
        flex-wrap: wrap;
    }
    .index01 .tablist .tab {
        width: 100%;
        padding: 0 .5rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .26rem;
        background-size: 8%;
    }
    .index01 .tablist .tab.active {
        background-size: 25%;
    }
    .index01 .h1 {
        font-size: .36rem;
        margin: .5rem 0;
    }
    .index01 .content .flex {
        flex-wrap: wrap;
    }
    .index01 .content .item {
        width: 48%;
    }
    .index01 .content .item:last-child {
        display: none;
    }
    .index01 .content .item .txt {
        padding: .3rem 0;
    }
    .index01 {
        background-size: 350%;
    }
    .index01 .content .item .txt .lf {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
    .index01 .content .item .title {
        font-size: .26rem;
    }
    .index01 .content .item p {
        font-size: .2rem;
        line-height: .3rem;
    }
    .index02 .gybc {
        margin-top: 1rem;
    }
    .index02 .gybc .t1 {
        font-size: .36rem;
    }
    .index02 .gybc .t2 {
        font-size: .4rem;
        margin: .3rem 0;
    }
    .index02 .gybc .more img {
        width: 1.5rem;
    }
    .index02 .jianjie {
        width: 100%;
    }
    .index02 .jianjie .t3 {
        font-size: .22rem;
        margin-bottom: .3rem;
    }
    .index02 .jianjie .sz .num {
        font-size: .6rem;
    }
    .index02 .jianjie .sz .t4 span {
        font-size: .2rem;
    }
    .index02 .jianjie .sz .t5 {
        font-size: .22rem;
        margin-top: 10px;
    }
    .index02 {
        height: 7rem;
        background-size: 100%;
    }
    .index03 .content .more img {
        width: .5rem;
    }
    .index03 {
        margin: 1rem 0;
    }
    .index03 .rightBox {
        position: relative;
        width: 100%;
    }
    .index03 .tablist {
        width: 100%;
    }
    .index03 .bt .en {
        font-size: .2rem;
    }
    .index03 .bt .zh {
        font-size: .4rem;
    }
    .index03 .tablist .tab {
        font-size: .22rem;
        line-height: .8rem;
        padding-left: .2rem;
        width: 50%;
        float: left;
    }
    .index03 .tablist .active span {
        display: none;
    }
    .index03 .tablist .active {
        background: url(../images/zk.png) no-repeat center right .3rem #bc0a0a;
    }
    .index03 .content .more {
        right: .9rem;
        bottom: 1rem;
    }
    .index03 .content .t2 {
        right: .9rem;
        bottom: .5rem;
        font-size: .24rem;
        width: 80%;
    }
    .index03 .content .t1 {
        right: auto;
        bottom: 1.6rem;
        font-size: .36rem;
        left: .4rem;
    }
    .index04 {
        display: none;
    }
    .index05 .index-title {
        position: relative;
    }
    .index05 {
        padding: .8rem 0;
    }
    .index05 .bt .en {
        font-size: .24rem;
        margin-bottom: .1rem;
    }
    .index05 .bt .zh {
        font-size: .48rem;
    }
    .index05 .zlhz {
        position: relative;
        top: .5rem;
    }
    .index05 .zlhz .item .t1 {
        font-size: .28rem;
    }
    .index05 .zlhz .item .t2 {
        font-size: .24rem;
    }
    .index06 {
        margin: .7rem 0;
    }
    .index06 .index-title {
        flex-wrap: wrap;
    }
    .index06 .bt {
        margin-bottom: .6rem;
    }
    .index06 .bt .en {
        font-size: .24rem;
    }
    .index06 .bt .zh {
        font-size: .48rem;
    }
    .index06 .tablist {
        font-size: .24rem;
        width: 100%;
        margin-bottom: 1rem;
    }
    .index06 .lf-box .date {
        width: 1rem;
    }
    .index06 .lf-box .date .d1 {
        font-size: .48rem;
        line-height: .48rem;
    }
    .index06 .lf-box {
        width: 100%;
        margin-bottom: .3rem;
    }
    .index06 .lf-box .txt {
        padding: .2rem;
    }
    .index06 .lf-box .txt .title {
        font-size: .26rem;
    }
    .index06 .indexnews .flex {
        flex-wrap: wrap;
    }
    .index06 .lf-box .txt .detail {
        font-size: .2rem;
        line-height: .34rem;
    }
    .index06 .rt-box {
        width: 100%;
    }
    .index06 .rt-box .item {
        padding: .2rem;
        margin-bottom: .3rem;
    }
    .index06 .rt-box .item .title {
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .index06 .rt-box .item .detail {
        font-size: .22rem;
        line-height: .34rem;
    }
    .foot {
        display: none;
    }
    .fenlei .flex {
        flex-wrap: wrap;
    }
    .fenlei .lb {
        height: .6rem;
        padding: 0 .2rem;
        width: 100%;
    }
    .fenlei a {
        font-size: .22rem;
        margin: .1rem .2rem;
    }
    .fenlei {
        margin-top: .34rem;
        margin-bottom: .34rem;
    }
    .shaixuan {
        padding: .3rem 0;
    }
    .shaixuan .h1 {
        font-size: .36rem;
        margin-bottom: .35rem;
    }
    .shaixuan .sxbox .item {
        flex-wrap: wrap;
    }
    .shaixuan .sxbox .item .type {
        width: 100%;
        font-size: .26rem;
        margin-bottom: .3rem;
    }
    .shaixuan .sxbox .item .option a {
        padding: .1rem .15rem;
        font-size: .2rem;
        margin-right: .15rem;
        margin-bottom: .15rem;
    }
    .shaixuan button {
        width: 1.3rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin: .4rem auto;
    }
    .prolist .item {
        width: 47%;
    }
    .prolist .item .txt .title {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .prolist .item .txt p {
        font-size: .2rem;
    }
    .pages {
        margin: .3rem auto;
    }
    .pages ul a {
        padding: .05rem .11rem;
        margin: .05rem;
        font-size: 12px;
    }
    .pro_cen07 {
        padding: .5rem 0;
    }
    .pro_cen07 .infor .tit {
        font-size: .36rem;
        line-height: .36rem;
    }
    .pro_cen07 .content {
        margin-top: .5rem;
        padding: 0 .3rem;
    }
    .pro_cen07 .content li .icon {
        width: .86rem;
        height: .86rem;
        margin: 0 auto .2rem;
    }
    .pro_cen07 .content li .tit {
        font-size: .26rem;
        line-height: .24rem;
    }
    .pro_cen07 .content li .con {
        font-size: .2rem;
        margin-top: .2rem;
    }
    .pt8 {
        padding: .4rem 0;
        background-size: auto 100%;
    }
    .pt8 .contact01 h1 {
        font-size: .3rem;
        font-weight: bold;
    }
    .pt8 .contact01 {
        width: 100%;
        float: left;
    }
    .pt8 .contact_form input {
        padding: 0 3%;
        font-size: .24rem;
        width: 100%;
        margin-right: 0;
        height: .7rem;
        margin-bottom: .2rem;
    }
    .pt8 .contact_form button {
        float: none;
        width: 50%;
        font-size: .26rem;
        line-height: .6rem;
        margin: 0 auto;
    }
    .pt8 .contact02 img {
        width: 1.4rem;
    }
    .nybanner {
        height: 3.5rem;
        background-size: auto 100% !important;
    }
    .nybanner .zh {
        font-size: .4rem;
        margin-top: 1.8rem;
    }
    .nybanner .en {
        font-size: .3rem;
    }
    .location .flex {
        height: .7rem;
        font-size: .2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .detail01 .left {
        width: 100%;
    }
    .detail01 {
        padding: .5rem 0;
    }
    .detail01 h1 {
        font-size: .34rem;
    }
    .detail01 .line {
        margin: .2rem 0;
    }
    .detail01 .txt .tel {
        font-size: .3rem;
    }
    .detail01 .txt {
        line-height: .4rem;
        font-size: .22rem;
    }
    .detail01 .list li .li_box img {
        width: .5rem;
    }
    .detail01 .list .t {
        font-size: .24rem;
    }
    .detail01 .btn a {
        width: 50%;
        margin-right: 0;
    }
    .detail01 .btn {
        margin-top: .5rem;
    }
    .detail01 .right {
        width: 100%;
        margin-top: .4rem;
    }
    .pro-wrap {
        height: auto;
        line-height: .6rem;
        font-size: .24rem;
        margin-bottom: .5rem;
        flex-wrap: wrap;
        display: flex;
    }
    .pro-wrap a {
        margin: 0 .4rem;
        display: block;
    }
    .probt .zh {
        font-size: .36rem;
    }
    .probt .en {
        font-size: .26rem;
    }
    .detail03 {
        padding: .6rem 0;
    }
    .detail03 .hotpro {
        margin-top: .3rem;
        flex-wrap: wrap;
    }
    .detail03 .hotpro .item {
        width: 48%;
        margin-bottom: .3rem;
    }
    .detail03 .hotpro .item .txt {
        padding: .2rem;
    }
    .detail03 .hotpro .item .txt .title {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .detail04 {
        padding: .3rem 0;
    }
    .detail04 .swiper-container {
        margin-top: .5rem;
        padding-bottom: .5rem;
    }
    .detail04 .swiper-slide .title {
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }
    .pro05 .swiper-container {
        padding-bottom: .4rem;
        margin: .4rem 0;
    }
    .pro05 .swiper-slide .txt {
        display: block;
    }
    .pro05 .swiper-slide .txt .t1 {
        font-size: .34rem;
        margin-bottom: .25rem;
    }
    .pro05 .swiper-slide .txt .t2 {
        font-size: .22rem;
        line-height: .34rem;
        margin-bottom: .3rem;
        width: 80%;
    }
    .pro05 .swiper-button-next,
    .pro05 .swiper-button-prev {
        width: .7rem;
        height: .7rem;
        margin-top: -.5rem;
        background-size: 100% 100% !important;
    }
    .pro05 .swiper-slide .txt .more {
        font-size: .2rem;
        padding: .1rem .2rem;
    }
    .detail06 {
        padding: .5rem 0;
    }
    .detail06 ul li {
        width: 95%;
        padding: 0 .2rem;
        margin: 0 auto;
    }
    .detail06 .item {
        font-size: .22rem;
        padding: .15rem .3rem;
        margin-top: .2rem;
    }
    .detail06 .item span {
        font-size: .2rem;
        padding: .1rem 0 .1rem .4rem;
    }
    .detail06 .item p {
        padding-right: .3rem;
        line-height: .3rem;
    }
    .detail07 {
        padding: .6rem 0;
        margin-top: 0;
        background-size: auto 100%;
    }
    .om .t {
        line-height: .5rem;
        font-size: .22rem;
        padding-top: .1rem;
    }
    .om .form {
        padding: 0 .2rem;
    }
    .om .col {
        width: 100%;
    }
    .om .text {
        width: 100%;
    }
    .om .btn {
        width: 2rem;
    }
    .pro_list .shape1 .r_box .cut_bg {
        width: 8rem;
        height: 2rem;
        right: 0;
    }
    .pro_list .shape1 .l_box .cut_bg {
        display: none;
    }
    .pro_list .l_box,
    .pro_list .r_box {
        width: 100%;
    }
    .pro_list .shape1 .l_box img {
        margin-top: 0;
        width: 3rem;
        margin-bottom: -2rem;
    }
    .pro_list .tit_box .tit {
        font-size: .4rem;
        line-height: .5rem;
    }
    .text_line {
        font-size: .24rem;
    }
    .pro_list {
        padding: .5rem 0 0 0;
    }
    .pro_list .shape1 .r_box .text_box {
        margin-top: 2.5rem;
        width: 100%;
        text-align: left;
    }
    .pro_list .shape1 .r_box .text_box .text_line {
        font-size: .38rem;
    }
    .pro_list .shape1 .r_box .text_box .type_box a {
        font-size: .22rem;
        margin-right: .3rem;
    }
    .pro_list .pt1,
    .pro_list .pt2,
    .pro_list .pt3 {
        margin-bottom: .4rem;
    }
    .pro_list .shape2 .r_box .cut_bg {
        display: none;
    }
    .pro_list .shape2 .l_box .cut_bg {
        width: 11rem;
        height: 2rem;
        left: 0;
        top: -2rem;
    }
    .pro_list .shape2 .l_box {
        width: 100%;
        position: relative;
    }
    .pro_list .shape2 .l_box .text_box {
        margin-top: 0;
        padding-left: .2rem;
    }
    .pro_list .shape2 .r_box img {
        width: 3rem;
        margin-top: .5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .pro_list .shape2 .l_box .text_box .text_line {
        font-size: .38rem;
        margin-top: .4rem;
    }
    .pro_list .shape2 .l_box .text_box .type_box a {
        font-size: .22rem;
        margin-right: .3rem;
    }
    .about01 {
        margin: .5rem 0;
    }
    .about01 .lfbox {
        width: 100%;
    }
    .about01 .lfbox .t1 {
        font-size: .34rem;
        font-weight: bold;
        margin-bottom: .2rem;
    }
    .about01 .lfbox .t2 {
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .about01 .lfbox .t3 {
        font-size: .22rem;
        margin-bottom: .3rem;
        line-height: .4rem;
    }
    .about01 .wrap {
        flex-wrap: wrap;
    }
    .about01 .aboutbox .item {
        width: 22%;
    }
    .about01 .aboutbox .item .icon {
        width: 1rem;
        height: 1rem;
        margin: 0 auto .3rem auto;
    }
    .about01 .aboutbox .item .icon img {
        width: .5rem;
    }
    .about01 .aboutbox .item .h1 {
        font-size: .2rem;
        height: .5rem;
    }
    .about01 .aboutbox .item .h2 .num {
        font-size: .36rem;
        font-weight: bold;
    }
    .about01 .rtimg {
        width: 100%;
        margin-top: 30px;
    }
    .about02 h1 {
        margin-top: 1rem;
        font-size: .48rem;
        margin-bottom: .2rem;
    }
    .about02 p {
        width: 100%;
        font-size: .22rem;
        line-height: .4rem;
    }
    .about02 .box {
        width: 100%;
        padding-top: .2rem;
    }
    .about02 .box h3 {
        display: none;
    }
    .about02 .wrap {
        height: 9.5rem;
    }
    .about02 {
        height: 9.5rem;
    }
    .about02 .box h2 {
        font-size: .6rem;
        margin-bottom: .5rem;
    }
    .about02 .box h2 span {
        font-size: .36rem;
    }
    .about02 .box .txt {
        height: 3rem;
        padding: .2rem .2rem 1rem .2rem;
        font-size: .22rem;
        line-height: .4rem;
    }
    .about03 .txt {
        margin-top: .8rem;
    }
    .about03 .txt h1 {
        font-size: .48rem;
        margin-bottom: .4rem;
    }
    .about03 .txt p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .about03 img {
        width: 4rem;
    }
    .about03,
    .about03 .wrap {
        height: 8rem;
    }
    .about04 {
        padding: 1rem 0;
    }
    .about04 .swiper-container {
        padding-bottom: .5rem;
    }
    .about04 .swiper-slide p {
        font-size: .24rem;
        line-height: .3rem;
    }
    .about05 .left {
        width: 100%;
    }
    .about05 .flex {
        flex-wrap: wrap;
    }
    .about05 .left .box {
        margin-left: .2rem;
        padding-right: .2rem;
    }
    .about05 .left .box h1 {
        margin-top: 0;
        font-size: .36rem;
        margin-bottom: .2rem;
    }
    .about05 .left .box .en {
        font-size: .24rem;
        margin-bottom: .5rem;
    }
    .about05 .left .box p {
        font-size: .24rem;
        line-height: .4rem;
        margin-bottom: .4rem;
    }
    .about05 .left .more {
        width: 2.5rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin-bottom: .5rem;
    }
    .fwzc01 {
        margin: .7rem 0;
    }
    .fwzc01 .h1 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .fwzc01 .h2 {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .fwzc01 .box .item {
        margin: 0 .1rem;
        font-size: .2rem;
    }
    .fwzc01 img {
        width: 33%;
    }
    .fwzc01 .box .item img {
        width: .5rem;
    }
    .fwzc02 {
        height: 6rem;
    }
    .fwzc02 .h1 {
        margin-top: .5rem;
        font-size: .4rem;
    }
    .fwzc02 .h2 {
        margin-top: .22rem;
        font-size: .22rem;
        line-height: .4rem;
    }
    .fwzc02 .box {
        width: 95%;
        margin: .5rem auto 0 auto;
    }
    .fwzc02 .box .txt {
        height: .7rem;
        line-height: .7rem;
        background: none;
    }
    .fwzc03 {
        margin: .5rem 0;
    }
    .fwzc03 .section-title h2 {
        font-size: .36rem;
        font-weight: bold;
        margin-bottom: .2rem;
    }
    .fwzc03 .section-title p {
        font-size: .22rem;
    }
    .fwzc03 .text-swiper {
        width: 100%;
        padding: .3rem;
    }
    .fwzc03 .img-swiper {
        width: 100%;
    }
    .fwzc03 .service-swiper-wrap {
        display: block;
    }
    .fwzc03 .swiper-text-slide h3 {
        font-size: .3rem;
        margin-bottom: .3rem;
        padding-bottom: .2rem;
    }
    .fwzc03 .swiper-button-next,
    .fwzc03 .swiper-button-prev {
        top: .6rem;
    }
    .fwzc03 .swiper-button-next {
        right: .3rem;
    }
    .fwzc03 .swiper-button-prev {
        right: 1rem;
    }
    .fwzc03 .swiper-text-slide p {
        font-size: .24rem;
        line-height: .3rem;
    }
    .fwzc03 .slide-count {
        margin-top: .3rem;
        font-size: .3rem;
        margin-bottom: .4rem;
    }
    .fwzc03 .slide-count small {
        font-size: .32rem;
    }
    .fwzc03 .thumbsSwiper {
        display: none;
    }
    .solution {
        padding: .3rem 0;
    }
    .solution .flex {
        flex-wrap: wrap;
    }
    .solution .left {
        width: 100%;
    }
    .solution .left .en {
        font-size: 1rem;
    }
    .solution .left .zh {
        font-size: .36rem;
        margin-top: -.6rem;
    }
    .solution .left h1 {
        font-size: .28rem;
        margin: .3rem 0;
    }
    .solution .left p {
        font-size: .24rem;
        line-height: .4rem;
    }
    .solution .right {
        width: 100%;
        padding-bottom: 57%;
    }
    .solution-list .flex {
        flex-wrap: wrap;
        margin-right: -2%;
    }
    .solution-list .item {
        width: 48%;
        margin-right: 2%;
        margin-bottom: .3rem;
    }
    .solution-list .item .txt {
        padding: .2rem;
    }
    .solution-list .item .txt a {
        font-size: .28rem;
        margin-bottom: .1rem;
    }
    .solution-list .item .txt p {
        font-size: .2rem;
    }
    .lxwm .bt {
        margin: .5rem 0;
    }
    .lxwm .bt .h1 {
        font-size: .36rem;
        margin-bottom: .2rem;
    }
    .lxwm .bt .h2 {
        font-size: .24rem;
        line-height: .4rem;
        margin-bottom: .2rem;
    }
    .lxwm .flex {
        flex-wrap: wrap;
    }
    .lxwm .item {
        width: 48%;
        padding: .2rem 0;
    }
    .lxwm .item img {
        width: 1rem;
    }
    .lxwm .item .t1 {
        font-size: .28rem;
        margin: .2rem 0;
    }
    .lxwm .item .t2 {
        font-size: .22rem;
        font-weight: bold;
        line-height: .4rem;
        color: #666;
    }
    .lxwm .map {
        margin: .3rem 0;
    }
    .lx-03 {
        font-size: .24rem;
    }
    .news-xq .bt {
        padding: .2rem 0;
        border-bottom: 1px #bfbfc1 dashed;
        margin-bottom: .2rem;
    }
    .news-xq h1 {
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    .news-xq .bt .sda {
        font-size: .24rem;
        margin-bottom: 0;
    }
    .news-xq .xq p {
        font-size: .24rem !important;
        line-height: .5rem !important;
    }
    .newspage .y {
        height: .7rem;
        line-height: .7rem;
    }
    .newspage .y .left {
        width: 20%;
        height: .66rem;
        font-size: .24rem;
    }
    .newspage .y a {
        font-size: .22rem;
        margin: 0 .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 76%;
        display: block;
        float: left;
    }
    .newspage {
        margin: .3rem 0;
    }
    .newspage .y span {
        display: none;
    }
    .news-xq .main {
        padding: 0 .2rem;
        margin-bottom: .5rem;
    }
    .yy {
        padding: .8rem 0;
    }
    .yy .h1 {
        font-size: .44rem;
        margin-bottom: .6rem;
    }
    .newsList .list .date {
        display: none;
    }
    .newsList .list .txt {
        width: 70%;
    }
    .newsList .list .title {
        font-size: .24rem;
        margin: 0 0 .2rem 0;
    }
    .newsList .list .detail {
        line-height: .36rem;
    }
    .newsList .list .img {
        width: 25%;
    }
    .newsList .list .img img {
        height: 1.2rem;
    }
    .newsList .list li {
        padding: .4rem 0;
    }
}