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

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


/* 大屏幕（笔记本） */

@media only screen and (min-width: 1300px) and (max-width: 1680px) {
    .banner-phone,
    .mobile,
    .mobile-case,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 1200px;
        margin: 0 auto;
    }
    .head .logo {
        margin-right: 2%;
    }
    .head .logo img {
        width: 200px;
    }
    .nav li {
        padding: 0 15px;
    }
    .index .pt5 .swiper-button-next,
    .index .pt5 .swiper-button-prev {
        width: 62px;
        height: 62px;
        top: 30%;
    }
    .index .pt8 .contact02 {
        margin-left: 2%;
    }
    .modelTostChile .swiper-slide img {
        max-width: 85%;
        text-align: center;
        max-height: 500px;
    }
    .ryzz .right .bt {
        margin-bottom: 20px;
    }
    .yunu-contact-text dd {
        padding: 10px 24px 10px 100px;
    }
}


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

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .container,
    .container02,
    .wrap {
        width: 90%;
    }
    .mobile {
        display: none;
    }
    .head {
        display: none;
    }
    .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;
        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: .85rem;
        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;
    }
    .hot-search .right {
        width: 30%;
    }
    .index .pt1 .top ul {
        position: relative;
        bottom: -10px;
    }
    .index .pt1 .top ul li,
    .index .pt2 .top ul li {
        width: auto;
        margin-right: 4%;
    }
    .index .pt1 .main .ctrl {
        display: none;
    }
    .index .pt1 .main {
        padding-left: 0;
        background-size: 100% 100%;
    }
    .index .pt1 .main .left_box {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
    }
    .index .pt1 .main .pic {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .index-cpfl {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .index .pt1 {
        padding: 80px 0;
    }
    .index .pt2 .font {
        margin-bottom: 80px;
    }
    .index .pt2 .top ul {
        width: 90%;
    }
    .pro-titwrap .title .right {
        display: none;
    }
    .pro-titwrap .title .left {
        width: 100%;
    }
    .index-sm-banner .wrap {
        height: auto;
    }
    .index-sm-banner img {
        width: 50%;
    }
    .index .pt3 .left {
        width: 100%;
    }
    .index .pt3 .right {
        width: 100%;
        height: 360px;
        position: relative;
    }
    .index .pt3 .right img {
        width: 100%;
        height: 100%;
    }
    .index .pt4 {
        display: none;
    }
    .index .pt5 {
        margin: 0;
    }
    .index .pt5 .page {
        display: none;
    }
    .index .pt5 .swiper-container {
        width: 100%;
    }
    .index .pt7 .top .right {
        width: 100%;
    }
    .index .pt7 .top .right ul {
        position: relative;
    }
    .index .pt7 .top .right .more {
        position: absolute;
        right: 0;
    }
    .index .pt7 .news .left,
    .index .pt7 .news .right {
        width: 100%;
    }
    .index .pt8 .contact03 {
        text-align: right;
        right: 0;
    }
    .index .pt8 .contact03 img {
        width: 60%;
        float: right;
    }
    .index .pt8 .contact02 {
        display: none;
    }
    .index .pt8 .contact01 {
        width: 86%;
    }
    .footer .footer1 .l_box {
        width: 70%;
    }
    .xc_banner .xc_nav {
        display: none;
    }
    .about-us .txt1 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-us .txt1 .right {
        width: 100%;
    }
    .pt8 .contact02,
    .pt8 .contact03 {
        display: none;
    }
    .about-us .about03 ul {
        width: 100%;
    }
    .pt8 .contact01 {
        width: 100%;
    }
    .culture02 .txt .p {
        width: 100%;
    }
    .pro-list .list li {
        width: 30.3%;
    }
    .pro-list .list .title .right {
        display: none;
    }
    .pro-list .list .title .left {
        width: 100%;
        text-align: center;
    }
    .pro-list .top .right a {
        margin-bottom: 20px;
    }
    .pro_cen07 .content {
        padding: 0;
    }
    .ryzz .left {
        display: none;
    }
    .ryzz .right {
        width: 100%;
    }
    .modelTostChile {
        width: 80%;
    }
    .ryzz .right .bt {
        margin-bottom: 20px;
    }
    .modelTostChile .swiper-slide img {
        max-height: 500px;
    }
    .r_01 {
        float: left;
    }
    #MagnifierWrap2 {
        width: 100%;
    }
    .pro_imglist {
        width: 100%;
    }
    .product .swiper-button-next,
    .product .swiper-button-prev {
        bottom: 10%;
    }
    .product .grid .wrap {
        width: 90%;
    }
    .product-details5 .fontbox .img1 {
        padding: 0 .2rem;
        width: 30%;
    }
    .product-details5 .fontbox {
        width: 100%;
        margin: 0 auto;
    }
    .product-details5 .fontbox .img2 img {
        width: .9rem;
        height: .67rem;
    }
    .product-details5 .font-wrap {
        width: 45%;
        margin-left: .2rem;
    }
    .product-details5 .font-wrap .h1 {
        font-size: 26px;
    }
    .product-details5 .font-wrap ul li {
        font-size: .14rem;
    }
    .solution .left {
        width: 100%;
    }
    .solution .right {
        width: 100%;
        padding-bottom: 70%;
    }
    .news-list02 .wrap {
        width: 100%;
    }
    .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;
    }
    .cases-list .list li {
        width: 31%;
    }
    .yunu-contact-text {
        width: 100%;
    }
    .yunu-contact-map {
        width: 100%;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pc {
        display: none;
    }
    .head {
        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;
    }
    .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: .85rem;
        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;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .banner .swiper-pagination-bullet-active {
        background: #fea501;
    }
    .hot-search .right {
        display: none;
    }
    .hot-search .left {
        width: 100%;
    }
    .hot-search {
        height: 1rem;
        line-height: 1rem;
    }
    .hot-search .left {
        font-size: .24rem;
    }
    .hot-search .left a {
        font-size: .24rem;
        margin-right: .2rem;
    }
    .index .pt1 {
        padding: .5rem 0;
    }
    .index .index_en {
        font-size: .4rem;
    }
    .index .index_cn {
        font-size: .3rem;
    }
    .index .pt1 .top ul {
        position: relative;
    }
    .index .index_desc {
        font-size: .22rem;
    }
    .index .pt1 .top ul li,
    .index .pt2 .top ul li {
        font-size: .24rem;
        width: auto;
        line-height: .3rem;
        padding-bottom: .1rem;
        margin: .1rem;
    }
    .index .pt1 .top ul li:hover a,
    .index .pt1 .top ul li.cur a,
    .index .pt2 .top ul li:hover a,
    .index .pt2 .top ul li.cur a {
        font-size: .26rem;
    }
    .index .pt1 .main .ctrl {
        display: none;
    }
    .index .pt1 .main {
        margin-top: .4rem;
        padding-left: 0;
        background: none;
    }
    .index .pt1 .main .left_box {
        width: 100%;
        padding: 0;
    }
    .index .pt1 .main .cn {
        font-size: .34rem;
    }
    .index .pt1 .main .desc {
        font-size: .22rem;
        line-height: .4rem;
        margin: .2rem 0;
        height: auto;
    }
    .index .pt1 .main .pic {
        position: relative;
    }
    .index .pt1 .main .para {
        font-size: .26rem;
        margin: .2rem 0 .1rem;
    }
    .index .pt1 .main ul li .num {
        font-size: .36rem;
    }
    .index .pt1 .main ul li {
        width: 50%;
    }
    .index .pt1 .main ul li .de {
        font-size: .24rem;
        margin-top: .1rem;
    }
    .index .pt1 .main .pic {
        width: 100%;
        right: 0;
        top: .4rem;
    }
    .index .pt1 .owl-nav {
        display: none;
    }
    .index .pt2 .top {
        display: block;
        margin-bottom: .4rem;
    }
    .index .pt2 .top .right {
        display: none;
    }
    .index .pt2 .pro-titwrap li {
        width: 47%;
        margin-bottom: .5rem;
    }
    .pro-titwrap .title .right {
        display: none;
    }
    .pro-titwrap .title .left {
        font-size: .24rem;
        width: 100%;
        text-indent: 0em;
        text-align: center;
    }
    .index-sm-banner {
        display: none;
    }
    .index .pt3 {
        padding: .4rem 0;
    }
    .index .pt3 .left {
        width: 100%;
    }
    .index .pt3 .left .txt {
        font-size: .24rem;
        line-height: .4rem;
        margin: .3rem 0;
    }
    .index .pt3 .right {
        width: 100%;
        height: 3.5rem;
        position: relative;
    }
    .index .pt3 .txt-number {
        margin-top: .4rem;
    }
    .index .pt3 .txt-number .timer {
        font-size: .48rem;
    }
    .index .pt3 .txt-number .font,
    .index .pt3 .txt-number p {
        font-size: .24rem;
    }
    .index .pt4 {
        display: none;
    }
    .index .pt5 .bt .en {
        font-size: .5rem;
    }
    .index .pt5 .bt .zh {
        font-size: .34rem;
        margin-top: -.4rem;
    }
    .index .pt5 .bt {
        margin: .5rem;
    }
    .index .pt5 .swiper-container {
        width: 100%;
        padding-bottom: 1rem;
    }
    .index .pt5 .page {
        display: none;
    }
    .index .pt5 .swiper-pagination {
        bottom: .4rem;
    }
    .index .pt5 .swiper-pagination-bullet {
        width: .6rem;
        height: .1rem;
    }
    .index .pt5 {
        margin: .4rem 0;
    }
    .index .pt6 {
        margin: .4rem 0;
    }
    .index .pt6 .bt {
        margin-bottom: .3rem;
    }
    .index .pt6 .bt .en {
        font-size: .6rem;
    }
    .index .pt6 .bt .zh {
        font-size: .4rem;
        margin-top: -.4rem;
    }
    .index .pt6 .left {
        width: 100%;
    }
    .index .pt6 .left .txt {
        font-size: .24rem;
        line-height: .4rem;
    }
    .index .pt6 .left .more {
        width: 1.6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin: .4rem 0;
    }
    .index .pt6 .right {
        width: 100%;
        position: relative;
    }
    .index .pt6 .right .item {
        padding-bottom: 38%;
        width: 30%;
        margin-left: 3.3%;
    }
    .index .pt7 .top .left .en {
        font-size: .6rem;
    }
    .index .pt7 .top .left .zh {
        font-size: .4rem;
        color: #333333;
        font-weight: bold;
        margin-top: -.5rem;
        margin-bottom: .2rem;
    }
    .index .pt7 .top .right li {
        font-size: .24rem;
        margin-left: .4rem;
    }
    .index .pt7 .top .right {
        margin-top: .3rem;
    }
    .index .pt7 .top {
        padding-bottom: .3rem;
    }
    .index .pt7 .top .right .more img {
        width: .4rem;
    }
    .index .pt7 .news {
        margin: .4rem 0;
    }
    .index .pt7 .news .left {
        width: 100%;
    }
    .index .pt7 .news .left .txt p {
        font-size: .3rem;
        line-height: .7rem;
    }
    .index .pt7 .news .left .txt span {
        font-size: .24rem;
        line-height: .4rem;
    }
    .index .pt7 .news .left .swiper-container {
        height: 5rem;
    }
    .index .pt7 .news .right {
        width: 100%;
    }
    .index .pt7 .news .right li {
        width: 100%;
        padding: 3.7% 0;
    }
    .index .pt7 .news .right .date {
        width: 18%;
    }
    .index .pt7 .news .right .day {
        font-size: .35rem;
    }
    .index .pt7 .news .right .title {
        font-size: .26rem;
        margin: 0;
        line-height: .5rem;
    }
    .index .pt7 {
        margin-bottom: .4rem;
    }
    .pt8 {
        padding: .4rem 0;
        background-size: 100% 100%;
    }
    .pt8 .contact01 {
        width: 100%;
    }
    .pt8 .contact02,
    .pt8 .contact03 {
        display: none;
    }
    .pt8 .contact01 h1 {
        font-size: .3rem;
    }
    .pt8 .contact01 p {
        font-size: .26rem;
        margin: .2rem 0 .4rem;
    }
    .pt8 .contact_form input {
        padding: 0 2%;
        font-size: .2rem;
        width: 31%;
        height: .7rem;
    }
    .pt8 .contact_form button {
        width: 30%;
        font-size: .24rem;
        line-height: .7rem;
        margin-top: .2rem;
    }
    .footer {
        padding-top: .4rem;
    }
    .footer .footer1 .foot_nav {
        display: none;
    }
    .footer .footer1 .l_box .tip {
        font-size: .26rem;
        margin: .2rem 0;
    }
    .footer .footer1 .l_box .website {
        font-size: .22rem;
        line-height: .4rem;
    }
    .footer .footer1 .l_box .address {
        font-size: .22rem;
        line-height: .4rem;
    }
    .footer .footer1 .r_box,
    .footer .footer2 .r_box {
        display: none;
    }
    .footer .footer1 {
        margin-bottom: .3rem;
    }
    .footer .footer2 {
        line-height: .4rem;
        padding: .2rem 0;
    }
    .xc_banner .xc_nav {
        display: none;
    }
    .about-us .txt1 .left {
        width: 100%;
        margin-bottom: .3rem;
    }
    .about-us .txt1 .right {
        width: 100%;
    }
    .about-us .about03 ul {
        width: 100%;
    }
    .about-us .txt1 .left h1 {
        font-size: .65rem;
    }
    .about-us .txt1 .left h2 {
        font-size: .34rem;
        margin: .2rem 0;
    }
    .about-us .txt1 .left .font,
    .about-us .txt2 {
        font-size: .23rem;
        line-height: .4rem;
    }
    .xc_banner {
        height: 3rem;
        margin-top: 1.1rem;
        background-size: auto 130% !important;
    }
    .about-us {
        padding: .4rem 0;
    }
    .about-us .txt-number .timer {
        font-size: .48rem;
    }
    .about-us .txt-number .font,
    .about-us .txt-number p {
        font-size: .24rem;
        color: #999999;
    }
    .about-us .about02 {
        height: 4.5rem;
        margin-top: .5rem;
    }
    .about-us .about02 .t1 {
        font-size: .36rem;
    }
    .about-us .about02 .t2 {
        font-size: .23rem;
        line-height: .4rem;
        width: 90%;
    }
    .about-us .about03 .icon {
        width: 1.3rem;
        height: 1.3rem;
        background-size: 70% !important;
    }
    .about-us .about03 {
        padding-top: .3rem;
    }
    .about-us .about03 li {
        width: 50%;
        margin-bottom: .3rem;
    }
    .qywh .bt,
    .cases-list .bt,
    .zhaopin .bt {
        margin-top: .4rem;
    }
    .qywh .bt .en,
    .cases-list .bt .en,
    .zhaopin .bt .en {
        font-size: .5rem;
    }
    .qywh .bt .zh,
    .cases-list .bt .zh,
    .zhaopin .bt .zh {
        font-size: .36rem;
        margin-top: -.4rem;
        margin-bottom: .1rem;
    }
    .culture03 li {
        width: 50%;
    }
    .culture03 li .li_box {
        padding: .36rem .4rem .23rem;
    }
    .culture03 li .li_box .t {
        font-size: .26rem;
        line-height: .4rem;
        margin-bottom: .24rem;
    }
    .culture03 li .li_box .c {
        font-size: .22rem;
        line-height: .4rem;
        height: 1.6rem;
        margin-bottom: .6rem;
    }
    .culture03 li .icon {
        width: .4rem;
        height: .4rem;
        background-size: 100% 100%;
        right: .4rem;
        bottom: .23rem;
    }
    .culture03 .full-row {
        padding-top: .1rem;
    }
    .culture02 .txt {
        position: relative;
        left: 0;
        color: #666666;
    }
    .culture02 {
        margin: .5rem 0;
    }
    .culture02 .txt h1 {
        font-size: .36rem;
        margin-top: .3rem;
    }
    .culture02 .txt .en {
        font-size: .28rem;
        margin: .1rem 0 .2rem 0;
    }
    .culture02 .txt .p {
        font-size: .24rem;
        line-height: .4rem;
        width: 100%;
    }
    .culture02 .txt img {
        position: absolute;
        top: -2.5rem;
    }
    .ryzz {
        padding: .4rem 0;
    }
    .ryzz .left {
        display: none;
    }
    .ryzz .right {
        width: 100%;
    }
    .pro-list {
        padding: .4rem 0;
    }
    .pro-list .top .en {
        font-size: .6rem;
    }
    .pro-list .top .zh {
        font-size: .4rem;
        margin-top: -.5rem;
    }
    .pro-list .top .line {
        width: 1rem;
        height: .1rem;
        margin-top: .2rem;
    }
    .pro-list .top .right {
        margin-top: .4rem;
    }
    .pro-list .top .right a {
        padding: .1rem .3rem;
        font-size: .24rem;
        margin-left: .2rem;
        margin-bottom: .2rem;
    }
    .pro-list .list li {
        width: 47%;
        margin-bottom: .5rem;
    }
    .pro-list .list .title .right {
        display: none;
    }
    .pro-list .list .title .left {
        font-size: .24rem;
        width: 100%;
        text-indent: 0;
        text-align: center;
    }
    .pro-list .top {
        margin-bottom: .4rem;
    }
    .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;
    }
    .pro_cen07 {
        padding: .4rem 0;
    }
    .pro_cen07 .infor .tit {
        font-size: .4rem;
    }
    .pro_cen07 .content {
        margin-top: .5rem;
        padding: 0;
    }
    .pro_cen07 .content li {
        width: 50%;
        margin-bottom: .3rem;
    }
    .pro_cen07 .content li .icon {
        width: 1rem;
        height: 1rem;
        margin: 0 auto .1rem;
    }
    .pro_cen07 .content li .tit {
        font-size: .3rem;
        line-height: .4rem;
    }
    .pro_cen07 .content li .con {
        font-size: .2rem;
        line-height: .4rem;
        margin-top: .1rem;
    }
    .ryzz .right .bt h1 {
        font-size: .4rem;
        margin-bottom: .1rem;
        font-weight: bold;
    }
    .ryzz .right .bt {
        margin-bottom: .3rem;
    }
    .ryzz .right .fl a {
        width: 1.5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        margin-left: .2rem;
    }
    .ryzz .right .top {
        margin-bottom: .4rem;
    }
    .ryzz .right .modelTostParents li {
        width: 47%;
        padding-bottom: 34%;
    }
    .ryzz .right .modelTostParents li img {
        height: 100%;
    }
    .modelTostChile {
        width: 92%;
    }
    .modelTostChile .swiper-slide img {
        max-height: 6rem;
    }
    .modelTostChile p {
        font-size: .3rem;
    }
    .senond-fl .fl1 {
        display: none;
    }
    .senond-fl {
        height: auto;
        line-height: .6rem;
        margin: .3rem 0;
        overflow: hidden;
    }
    .senond-fl .fl2 a {
        font-size: .24rem;
        padding: 0 .2rem;
    }
    .senond-fl .fl2 {
        padding: 0;
    }
    .senond-fl .fl2 a {
        font-size: .24rem;
        padding: 0 .3rem;
        float: left;
    }
    .pro-mobile .swiper-slide img {
        width: 100%;
        height: 3.3rem;
    }
    .summary {
        text-align: center;
    }
    .summary .h1 {
        font-size: .32rem;
        color: #004098;
        margin: .2rem 0;
        font-weight: bold;
    }
    .summary .h2 {
        font-size: .24rem;
        margin-bottom: .2rem
    }
    .summary .h2 span {
        margin-right: .2rem;
    }
    .pro-wrap a {
        margin: 0 .1rem;
    }
    .pro-wrap {
        height: .7rem;
        line-height: .7rem;
        font-size: .22rem;
        margin-bottom: .3rem;
    }
    .pro_title .p_01 {
        font-size: .26rem;
        margin-top: .4rem;
    }
    .pro-txt p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .product .box3 .tjcp {
        padding: .3rem .6rem;
    }
    .product .swiper-button-next {
        right: .1rem;
        background: url(../images/right_13.jpg) no-repeat center;
    }
    .product .swiper-button-next,
    .product .swiper-button-prev {
        width: .3rem;
        height: 2rem;
    }
    .product .swiper-button-prev {
        left: .1rem;
        background: url(../images/left_09.jpg) no-repeat center;
    }
    .product .box3 .swiper-slide p {
        height: .6rem;
        line-height: .6rem;
        font-size: .2rem;
    }
    .product .grid .wrap {
        width: 100%;
    }
    .product-details5 .fontbox {
        display: none;
    }
    .solution .left {
        width: 100%;
    }
    .solution .right {
        width: 100%;
        padding-bottom: 70%;
    }
    .news-list02 .wrap {
        width: 100%;
        padding: 0;
    }
    .news-list02 form {
        display: none;
    }
    .solution {
        padding: .3rem 0;
    }
    .solution .left .en {
        font-size: 1rem;
    }
    .solution .left .zh {
        font-size: .4rem;
        margin-top: -.9rem;
        padding-bottom: .1rem;
    }
    .solution .left h1 {
        font-size: .3rem;
        margin: .2rem 0;
        font-weight: bold;
    }
    .solution .left p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .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-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;
    }
    .news-details .details-title .h2 {
        height: .6rem;
        margin-top: .1rem;
    }
    .news-details .details-content {
        line-height: .4rem;
        font-size: .22rem;
        padding: .3rem 0;
    }
    .page-code a .btn {
        font-size: .22rem;
        padding: .2rem .3rem;
    }
    .page-code p {
        font-size: .22rem;
    }
    .cases-list .list li {
        width: 48%;
    }
    .cases-list .list .title {
        height: .6rem;
        line-height: .6rem;
        font-size: .22rem;
        padding: 0 .2rem;
    }
    .news-list01 {
        padding: .3rem 0 0 0;
    }
    .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;
    }
    .yunu-contact-text {
        width: 100%;
    }
    .yunu-contact-map {
        width: 100%;
        height: 4rem;
    }
    .contact {
        padding: .3rem 0;
    }
    .contact .top .t1 {
        font-size: .34rem;
        margin-bottom: .1rem;
    }
    .contact .top p {
        font-size: .2rem;
        line-height: .3rem;
        width: 100%;
        margin-top: .2rem;
    }
    .contact .main {
        margin-top: .2rem;
    }
    .yunu-contact-text dt {
        font-size: .3rem;
        line-height: 1rem;
    }
    .yunu-contact-text dd {
        padding: .2rem .24rem .2rem 1.2rem;
        line-height: .4rem;
        background: no-repeat .3rem center;
    }
}