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

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

@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%;
    }
    .head .wrap {
        width: 100%;
    }
    .head .head-top .language {
        margin-right: 20px;
    }
    .head .head-top .tel {
        margin-right: 20px;
    }
    .nav li a {
        padding: 20px 10px;
    }
    .index01 .bg {
        width: 55%;
    }
    .index01 .lf .box {
        position: relative;
    }
    .index02 .sidebar {
        padding: 0 30px 0 30px;
    }
    .index02 .sidebar li {
        font-size: 18px;
    }
    .index03 .imgbg-box .content .txt-box p {
        width: 70%;
        font-size: 18px;
    }
    .index03 .tab-box .tab .title {
        font-size: 18px;
    }
    .index06 .index-news .rt .item {
        padding: 10px 0;
    }
    .imgdet .prort-box {
        padding: 40px;
    }
    .imgdet .prort-box .bt .t1 {
        font-size: 30px;
    }
    .imgdet .prort-box .bt {
        margin-bottom: 20px;
    }
    .imgdet .prort-box .miaoshu {
        margin: 20px 0;
        font-size: 18px;
    }
    .about .section3 .item-group.self .desc img {
        width: 900px;
    }
    .about .section1 .main .lf {
        padding-left: 4%;
        padding-right: 40px;
    }
    .about .section1 .main .lf .h1 {
        margin-top: 0;
    }
    .about .section2 .item {
        width: 15%;
    }
    .about .section3 .item-group h3 {
        height: 520px;
    }
    .lxwm .section1 .rt {
        width: 55%;
    }
    .lxwm .section1 .rt .item .box .tel {
        font-size: 20px;
    }
    .news-nei .rt-box {
        width: 30%;
    }
    .news-nei .lf-box {
        width: 67%;
    }
}


/* 小屏幕（手机） */

@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 {
        padding: 0;
    }
    .index01 .lf {
        width: 100%;
        padding: .3rem 0;
    }
    .index01 .lf .t1 {
        font-size: .3rem;
        margin-bottom: .2rem;
    }
    .index01 .lf .t2 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .index01 .lf .more {
        font-size: .2rem;
        line-height: .7rem;
        margin-bottom: .7rem;
        width: 2rem;
    }
    .index01 .lf .box {
        position: relative;
        width: 100%;
        padding: .2rem 0;
    }
    .index01 .lf .box .item {
        padding: 0 .2rem;
    }
    .index01 .lf .box .item .group1 {
        margin-right: .1rem;
    }
    .index01 .lf .box .item .num {
        font-size: .48rem;
        line-height: .48rem;
        margin-right: .1rem;
    }
    .index01 .lf .box .item span {
        font-size: .2rem;
    }
    .index01 .lf .box .item p {
        font-size: .2rem;
        margin-top: .1rem;
    }
    .index01 .lf .box .item img {
        width: .3rem;
    }
    .index02 .sidebar {
        width: 100%;
        padding: 0 .3rem;
    }
    .index02 {
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .index02 .sidebar .t1 {
        font-size: .4rem;
        margin-bottom: .1rem;
        margin-top: .7rem;
    }
    .index02 .sidebar .t2 {
        font-size: .24rem;
        margin-bottom: .3rem;
    }
    .index02 .sidebar li {
        font-size: .22rem;
        padding: .2rem 0;
    }
    .index02 .list {
        width: 90%;
        margin: 0 auto;
    }
    .index02 .list h1 {
        display: none;
    }
    .index02 .list li {
        width: 46%;
        margin-right: 4%;
        margin-bottom: .4rem;
    }
    .index02 .list ul {
        margin-right: -4%;
        margin-top: .9rem;
    }
    .index02 .list .title {
        font-size: .22rem;
        padding: .2rem 0;
    }
    .index02 .list .detail {
        font-size: .2rem;
        line-height: .24rem;
        margin-bottom: .2rem;
    }
    .index02 .list .more {
        font-size: .2rem;
    }
    .index03 .imgbg-box .content .bg {
        height: 100%;
    }
    .index03 .imgbg-box .content .txt-box {
        margin-top: 1rem;
    }
    .index03 .imgbg-box .content .txt-box .h1 {
        font-size: .5rem;
        margin-bottom: .4rem;
    }
    .index03 .imgbg-box .content .txt-box p {
        width: 100%;
        font-size: .2rem;
        line-height: .36rem;
        margin-bottom: .5rem;
    }
    .index03 .imgbg-box .content .txt-box .more {
        width: 1.8rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .2rem;
        margin-bottom: .5rem;
    }
    .index03 {
        height: 8.2rem;
    }
    .index03 .tab-box .tab {
        padding: .3rem .1rem;
    }
    .index03 .tab-box .tab .title {
        font-size: .2rem;
        margin-top: .25rem;
    }
    .index03 .tab-box {
        bottom: 0;
    }
    .index04 {
        padding: .5rem 0 0 0;
        height: 8rem;
    }
    .index04 .top-box {
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .index04 .top-box .h1 {
        font-size: .48rem;
        margin-bottom: .5rem;
    }
    .index04 .top-box .tab-box {
        width: 100%;
    }
    .index04 .tab-box .tab {
        width: 1.6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .2rem;
        margin: 0 .1rem;
    }
    .index04 .index-case .item {
        width: 48%;
        margin-bottom: .5rem;
    }
    .index04 .index-case {
        height: 3.2rem;
    }
    .index04 .index-case .content .flex {
        flex-wrap: wrap;
        margin-right: -2%;
    }
    .index04 .index-case .item .txt {
        padding: .2rem .3rem;
        margin-right: 0 !important;
    }
    .index04 .index-case .item span {
        width: 100%;
        font-size: .22rem;
        margin-bottom: .2rem;
    }
    .index05 {
        padding-bottom: .5rem;
    }
    .index05 .flex {
        flex-wrap: wrap;
    }
    .index05 .txt {
        width: 100%;
    }
    .index05 .txt .t1 {
        font-size: .48rem;
        margin-bottom: .1rem;
        margin-top: .2rem;
    }
    .index05 .txt .t2 {
        font-size: .24rem;
        margin-bottom: .4rem;
    }
    .index05 .txt p {
        font-size: .2rem;
        line-height: .3rem;
    }
    .index05 .right-box {
        width: 100%;
        margin-top: .5rem;
    }
    .index05 .swiper-slide {
        transform: scale(0.85);
    }
    .index05 .pagination {
        margin: .8rem 0;
    }
    .index06 {
        padding: .2rem 0;
    }
    .index06 .top-box {
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .index06 .top-box .lf .t1 {
        font-size: .48rem;
        margin-bottom: .1rem;
    }
    .index06 .top-box .lf .t2 {
        font-size: .24rem;
        margin-bottom: .3rem;
    }
    .index06 .tab-box .tab {
        width: 2.5rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .2rem;
        margin-left: .2rem;
    }
    .index06 .index-news .img {
        padding-bottom: 60%;
        width: 100%;
    }
    .index06 .index-news .content .flex {
        flex-wrap: wrap;
    }
    .index06 .index-news .img .txt .date {
        margin-left: .5rem;
        margin-right: .3rem;
    }
    .index06 .index-news .img .txt .date .p1,
    .index06 .index-news .rt .item .date .p1 {
        font-size: .48rem;
    }
    .index06 .index-news .img .txt .title {
        font-size: .24rem;
    }
    .index06 .index-news .rt {
        width: 100%;
    }
    .index06 .index-news .rt .item .date {
        margin-right: 0;
        width: 20%;
    }
    .index06 .index-news .rt .item .new-txt {
        width: 77%;
        margin-left: 2%;
    }
    .index06 .index-news .rt .item .new-txt .title {
        font-size: .24rem;
    }
    .index06 .index-news .rt .item .new-txt p {
        font-size: .2rem;
    }
    .index07 .wrap {
        height: 8rem;
    }
    .index07 .txt {
        margin-left: 1.5rem;
    }
    .index07 .t1 {
        font-size: .2rem;
    }
    .index07 .t2 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .index07 .t3 {
        line-height: .3rem;
        font-size: .2rem;
    }
    .index07 .t4 {
        font-size: .7rem;
        margin: .36rem 0;
    }
    .index07 .t5 {
        font-size: .3rem;
    }
    .index07 .more {
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .2rem;
        margin-top: .2rem;
    }
    .index07 {
        background: url(../images/hzhb_12.jpg) no-repeat left -1rem;
    }
    .foot {
        display: none;
    }
    .copyright {
        padding: .2rem 0;
        font-size: .2rem;
    }
    .ny-banner {
        margin-top: 1.1rem;
    }
    .ny-banner p {
        font-size: .4rem;
        top: .2rem;
    }
    .location {
        font-size: .2rem;
        margin: .2rem 0;
    }
    .case .section1 .flex {
        flex-wrap: wrap;
    }
    .case .section1 .h1 {
        font-size: .3rem;
        width: 100%;
        margin-bottom: .3rem;
    }
    .case .section1 .link {
        width: 100%;
    }
    .case .section1 {
        padding: .4rem 0;
        margin-bottom: .7rem;
    }
    .case .section1 .link a {
        font-size: .22rem;
        line-height: .48rem;
        margin-right: .4rem;
    }
    .case .section3 .item {
        width: 48%;
        margin-right: 2%;
        padding: 0 .2rem;
        padding-top: .3rem;
        margin-bottom: .3rem;
    }
    .case .section3 .tjcp {
        margin-right: -2%;
    }
    .case .section3 .item .t1 {
        font-size: .2rem;
        margin-left: .2rem;
    }
    .case .section3 .item .t2 {
        font-size: .24rem;
        margin-left: .2rem;
        margin-bottom: .2rem;
    }
    .case .section3 .item .canshu .box {
        margin: 0 .1rem;
        width: 45%;
    }
    .pages {
        margin: .6rem auto;
    }
    .pages ul a {
        padding: .05rem .1rem;
    }
    .indexOne {
        display: none;
    }
    .proh1 {
        font-size: .4rem;
        font-weight: bold;
        margin: .4rem 0;
    }
    .case .section2.flex {
        flex-wrap: wrap;
    }
    .case .section2 .img {
        padding-bottom: 35%;
        width: 100%;
    }
    .case .section2 .txt {
        width: 100%;
        padding: .3rem;
    }
    .case .section2 .txt .title {
        font-size: .26rem;
    }
    .case .section2 .txt .detail {
        font-size: .2rem;
        line-height: .4rem;
    }
    .case .section2 .txt .more {
        display: none;
    }
    .news-case {
        padding: .3rem 0;
    }
    .news-case .item {
        width: 47%;
        margin-right: 3%;
        margin-bottom: .3rem;
    }
    .news-case .content {
        margin-right: -3%;
    }
    .news-case .item .icon {
        margin-left: .3rem;
        margin-top: .1rem;
        width: .3rem;
    }
    .news-case .item .title {
        font-size: .24rem;
        margin-left: .2rem;
        margin-top: .1rem;
    }
    .case .news-case .item {
        padding-bottom: .4rem;
    }
    .case .section4 .box1 .item {
        margin: .3rem;
    }
    .case .section4 .box1 .item .t1 {
        font-size: .6rem;
        margin-bottom: .4rem;
        font-weight: bold;
    }
    .case .section4 .box1 .item .t2 {
        font-size: .26rem;
    }
    .case .section4 .box2 {
        flex-wrap: wrap;
    }
    .case .section4 .box2 .item {
        width: 100%;
        height: 1.6rem;
        font-size: .26rem;
        margin: 0 .3rem .3rem .3rem;
    }
    .cp-fl .cpfl-01 {
        padding: .6rem 0;
    }
    .cp-fl .cpfl-01 .fenlei {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .cp-fl .cpfl-01 .lf-title {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .cp-fl .cpfl-01 .link a {
        margin-left: 0;
        margin-right: .3rem;
        margin-bottom: .2rem;
    }
    .cp-fl .cpfl-01 .link {
        width: 100%;
        text-align: center;
        font-size: .2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cp-fl .cpfl-02 .group {
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .cp-fl .cpfl-02 .group .item {
        width: 49%;
    }
    .cp-fl .cpfl-02 .pro {
        padding: .2rem .1rem;
    }
    .cp-fl .cpfl-02 .pro .t2 {
        font-size: .24rem;
        margin-left: .2rem;
        margin-bottom: .3rem;
    }
    .cp-fl .cpfl-02 .pro .t1 {
        font-size: .2rem;
        margin-left: .2rem;
    }
    .cp-fl .cpfl-02 .group .img img {
        width: auto;
        height: 100%;
    }
    .cp-fl .cpfl-02 .group .img .t1 {
        left: .3rem;
        top: .6rem;
        font-size: .3rem;
    }
    .cp-fl .cpfl-02 .group .img .t2 {
        left: .36rem;
        top: 1.2rem;
        font-size: .2rem;
    }
    .cp-fl .cpfl-02 .group .img .more {
        font-size: .26rem;
        left: .36rem;
        bottom: .6rem;
    }
    .cp-fl .cpfl-02 .pro .canshu .box {
        margin: 0 .2rem;
    }
    .imgdet .imglist {
        display: none;
    }
    .imgdet .imgpart {
        width: 100%;
    }
    .imgdet {
        flex-wrap: wrap;
    }
    .imgdet .prort-box {
        width: 100%;
        padding: .2rem;
    }
    .pro-box1 {
        padding: 0 .2rem;
    }
    .imgdet .prort-box .bt .t1 {
        font-size: .4rem;
    }
    .imgdet .prort-box .bt .t2 {
        font-size: .34rem;
    }
    .imgdet .prort-box .bt {
        margin-bottom: .4rem;
    }
    .imgdet .prort-box .canshu .item .group p {
        font-size: .2rem;
    }
    .imgdet .prort-box .canshu .item .group span {
        font-size: .22rem;
    }
    .imgdet .prort-box .miaoshu {
        margin: .2rem 0;
        font-size: .22rem;
        line-height: .4rem;
    }
    .imgdet .prort-box .link {
        height: .8rem;
        font-size: .22rem;
    }
    .imgdet .prort-box .link a {
        line-height: .8rem;
    }
    .pro-box2 {
        padding: .5rem 0;
    }
    .pro-box2 .title {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .pro-box3 {
        padding: .5rem 0;
    }
    .pro-box3 .title {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .pro-box3 .flex {
        flex-wrap: wrap;
    }
    .pro-box3 .item {
        width: 48%;
        padding: .3rem;
        margin-bottom: .3rem;
    }
    .pro-box3 .item .txt {
        font-size: .22rem;
        padding-bottom: .25rem;
    }
    .pro-box4 {
        padding: .5rem 0;
    }
    .pro-box4 .title {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .about .section1 .main {
        padding: .5rem 0;
        flex-wrap: wrap;
    }
    .about .section1 .main .lf {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .about .section1 .main .lf .h1 {
        font-size: .56rem;
        margin-top: 0;
    }
    .about .section1 .main .lf .t1 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .about .section1 .main .lf .jieshao {
        font-size: .22rem;
        line-height: .4rem;
        height: auto;
    }
    .about .section1 .main .rt {
        width: 100%;
        margin-top: .3rem;
    }
    .about .section2 {
        padding: .3rem 0;
    }
    .about .section2 .wrap {
        flex-wrap: wrap;
    }
    .about .section2 .item {
        font-size: .2rem;
        width: 48%;
        margin-bottom: .2rem;
    }
    .about .section2 .item .num {
        font-size: .6rem;
        margin-right: .1rem;
    }
    .about .section3 {
        display: none;
    }
    .about .section4 {
        padding: .2rem 0;
    }
    .about .section3 .en,
    .about .section4 .en,
    .about .section5 .en,
    .about .section6 .en {
        font-size: .3rem;
        margin-top: .1rem;
    }
    .about .section3 .zh,
    .about .section4 .zh,
    .about .section5 .zh,
    .about .section6 .zh {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .parBd {
        margin: .3rem 0;
    }
    .parBd .slideBox .flex {
        flex-wrap: wrap;
    }
    .parBd .year {
        font-size: .96rem;
        padding: 0;
        margin: 0 auto;
    }
    .parBd .txt {
        font-size: .22rem;
        line-height: .4rem;
    }
    .sNext {
        z-index: 999;
    }
    .parHd li {
        margin: 0 28px;
    }
    .event_box .parHd {
        height: auto;
        padding-top: .8rem;
    }
    .about .section5 {
        padding: .3rem 0;
    }
    .about .section5 .swiper-slide .lf .video {
        height: 3.7rem;
    }
    .about .section5 .swiper-slide .lf p {
        font-size: .22rem;
        padding: .2rem;
    }
    .about .section6 {
        padding: .5rem 0;
    }
    .about .section6 .ms {
        width: 100%;
        font-size: .22rem;
        line-height: .4rem;
        margin-bottom: .6rem;
    }
    .about .section6 .swiper-slide img {
        width: 100%;
    }
    .about .section6 .wrap {
        padding-bottom: .5rem;
    }
    .about .section7 {
        height: 7rem;
    }
    .about .section7 .t1 {
        font-size: .3rem;
        margin-top: 1.4rem;
    }
    .about .section7 .t2 {
        font-size: .4rem;
        font-weight: bold;
        margin-bottom: .5rem;
    }
    .about .section7 .t3 {
        font-size: .22rem;
        margin: .4rem;
    }
    .about .section7 .more {
        width: 2.4rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .2rem;
    }
    .about .section8 .en {
        font-size: .3rem;
        margin-top: .8rem;
    }
    .about .section8 .h1 {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .about .section8 p {
        width: 90%;
        font-size: .2rem;
        line-height: .34rem;
    }
    .jszc .section1 .item {
        padding: .2rem;
        margin-bottom: .4rem;
    }
    .jszc .section1 .item .title {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .jszc .section1 .item .lf p {
        font-size: .2rem;
        line-height: .3rem;
    }
    .jszc .section1 .item .rt {
        width: 15%;
    }
    .jszc .section1 .item .lf {
        width: 80%;
    }
    .jszc .section2 {
        padding: .4rem 0;
    }
    .jszc .section2 .h1 {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .jszc .section2 .tjcp {
        flex-wrap: wrap;
    }
    .jszc .section2 .item {
        width: 49%;
        padding: 0 .2rem;
    }
    .jszc .section2 .item .t1 {
        font-size: .2rem;
        margin-left: .2rem;
    }
    .jszc .section3 .h1 {
        font-size: .4rem;
        margin-bottom: .4rem;
        margin-top: 1.1rem;
    }
    .solution .main {
        flex-wrap: wrap;
    }
    .solution .subNavBox {
        width: 100%;
    }
    .solution .subNav {
        font-size: .24rem;
        line-height: .8rem;
        padding-left: .3rem;
        background-position: 95% 50%;
    }
    .solution .navContent li a {
        font-size: .2rem;
        line-height: .6rem;
        padding-left: .3rem;
    }
    .solution .solu-right {
        width: 100%;
    }
    .solution .solu-right .item {
        padding: .3rem;
        margin-bottom: .3rem;
        flex-wrap: wrap;
    }
    .solution .solu-right .item .txt {
        width: 100%;
    }
    .solution .solu-right .item .txt .title {
        font-size: .26rem;
        margin-bottom: .25rem;
    }
    .solution .solu-right .item .txt .detail {
        font-size: .2rem;
        line-height: .32rem;
        margin-bottom: .4rem;
    }
    .solution .solu-right .item .img {
        padding-bottom: 62%;
        width: 100%;
        margin-top: .3rem;
    }
    .solution-nei .main {
        padding: .2rem;
        margin-top: .3rem;
    }
    .solution-nei .h1 {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .solution-nei .jszc .section2 .item {
        width: 49%;
        margin-right: 1%;
        padding: 0 .2rem;
        margin-bottom: .3rem;
    }
    .solution-nei .case .h1 {
        font-size: .4rem;
    }
    .lxwm .section1 {
        padding: .5rem 0;
    }
    .lxwm .section1 .flex {
        flex-wrap: wrap;
    }
    .lxwm .section1 .lf .t1 {
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .lxwm .section1 .lf .t2 {
        font-size: .3rem;
        line-height: .45rem;
        margin-bottom: .2rem;
    }
    .lxwm .section1 .rt {
        width: 100%;
    }
    .lxwm .section1 .rt .item {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
        flex-wrap: wrap;
    }
    .lxwm .section1 .rt .item .box {
        width: 100%;
        margin-bottom: .2rem;
    }
    .lxwm .section1 .rt .item .box .tel {
        font-size: .3rem;
        font-weight: bold;
    }
    .lxwm .map {
        height: 6rem;
    }
    .lxwm .section2 .t1 {
        font-size: .4rem;
        margin-top: .8rem;
    }
    .lxwm .section2 .t2 {
        font-size: .46rem;
        margin-top: .4rem;
    }
    .lxwm .section2 {
        height: 5rem;
    }
    .qysl .section1 .wrapbox {
        padding: .4rem;
    }
    .qysl .bt {
        margin-bottom: .4rem;
    }
    .qysl .bt .t1 {
        font-size: .3rem;
    }
    .qysl .bt .t2 {
        font-size: .4rem;
    }
    .qysl .section1 .tab-box {
        margin-bottom: .4rem;
        flex-wrap: wrap;
    }
    .qysl .section1 .tab-box .tab {
        height: .6rem;
        width: 100%;
        line-height: .6rem;
        font-size: .2rem;
        margin-bottom: .2rem;
    }
    .qysl .section1 .content .h1 {
        font-size: .3rem;
        padding: .2rem 0;
    }
    .qysl .section1 .content .detail {
        margin-top: .4rem;
        margin-bottom: .4rem;
    }
    .qysl .section1 .spec-items,
    .qysl .section1 .slt {
        display: none;
    }
    .qysl .section2 .box {
        flex-wrap: wrap;
    }
    .qysl .section2 .item {
        width: 48%;
    }
    .qysl .section2 .item .t1 {
        font-size: .3rem;
        left: .55rem;
        top: .75rem;
    }
    .qysl .section2 .item .t2 {
        font-size: .2rem;
        left: .55rem;
        top: 1.5rem;
        line-height: .24rem;
    }
    .qysl .section3 {
        height: 6.4rem;
    }
    .qysl .section3 .t1 {
        font-size: .3rem;
        margin-top: 1rem;
    }
    .qysl .section3 .t2 {
        font-size: .4rem;
        margin-bottom: .5rem;
    }
    .qysl .section3 .t3 {
        font-size: .22rem;
        padding: 0 .3rem;
        margin-bottom: .4rem;
    }
    .shfw .section1 .h1 {
        font-size: .4rem;
        margin: .7rem auto;
    }
    .shfw .section1 .item {
        width: 48%;
        margin-right: 2%;
        padding: 0 .3rem;
        margin-bottom: .5rem;
    }
    .shfw .section1 .item p {
        padding: .2rem 0;
        font-size: .22rem;
        line-height: .3rem;
    }
    .shfw .section1 .item .t1 {
        font-size: .24rem;
        margin: .3rem 0;
    }
    .shfw .section1 {
        padding-bottom: .5rem;
    }
    .shfw .section2 .box1 .item {
        margin: .2rem;
    }
    .shfw .section2 .box1 .item .t1 {
        font-size: .7rem;
        margin-bottom: .4rem;
    }
    .shfw .section2 .box1 .item .t2 {
        font-size: .26rem;
    }
    .shfw .section2 .box2 {
        flex-wrap: wrap;
    }
    .shfw .section2 .box2 .item {
        width: 100%;
        height: 1.6rem;
        font-size: .26rem;
        margin: .2rem;
    }
    .news-nei .main {
        flex-wrap: wrap;
    }
    .news-nei .lf-box {
        width: 100%;
        margin-top: .4rem;
    }
    .news-nei .lf-box .h1 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .news-nei .lf-box .date {
        margin-bottom: .4rem;
    }
    .newspage {
        margin: .4rem 0;
        padding: .3rem 0;
    }
    .newspage .return {
        display: none;
    }
    .newspage .y .left {
        width: 1rem;
        height: .4rem;
        font-size: .2rem;
    }
    .newspage .lf {
        width: 100%;
    }
    .newspage .y {
        height: .4rem;
        line-height: .4rem;
    }
    .newspage .y a {
        font-size: .2rem;
        margin: 0;
        width: 75%;
    }
    .news-nei .rt-box {
        width: 100%;
        padding: .3rem;
    }
    .news-nei .rt-box .h1 {
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    .news-nei .rt-box .item .txt .title {
        font-size: .22rem;
        line-height: .34rem;
    }
    .news-case .h1 {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .newslist .section1 {
        padding: 0;
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .newslist .section1 .h1 {
        font-size: .46rem;
        margin-bottom: .4rem;
    }
    .newslist .section1 .fl {
        width: 100%;
    }
    .newslist .section1 .fl .tab {
        width: 1.4rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .2rem;
        margin-left: .3rem;
    }
    .newslist .section2 {
        margin-bottom: .5rem;
        flex-wrap: wrap;
    }
    .newslist .section2 .img {
        padding-bottom: 62%;
        width: 100%;
    }
    .newslist .section2 .rt {
        width: 100%;
        padding: .2rem;
    }
    .newslist .section2 .rt .title {
        font-size: .26rem;
        line-height: .36rem;
        margin-bottom: .3rem;
    }
    .newslist .section2 .rt .detail {
        font-size: .2rem;
        line-height: .36rem;
        margin-bottom: .3rem;
    }
    .newslist .section3 .item {
        width: 46%;
        margin-bottom: .3rem;
    }
    .newslist .section3 .item .title {
        font-size: .22rem;
        line-height: .36rem;
        padding: .3rem 0 0 0;
        height: 1rem;
        margin-bottom: .3rem;
    }
    .newslist .section3 .item .date {
        position: relative;
    }
}