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

@media screen and (min-width:1680px) {
    .banner-phone,
    .mobile,
    .mobile-case,
    .m_img,
    .m_nav {
        display: none;
    }
    .section4 .news-left .detail,
    .section4 .news-right .detail {
        min-height: 70px;
    }
}


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

@media only screen and (min-width: 1200px) and (max-width: 1680px) {
    .banner-phone,
    .mobile,
    .mobile-case,
    .m_img,
    .m_nav {
        display: none;
    }
    .container,
    .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .head_bott .logo {
        width: 15%;
        top: 0;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .head_bott .logo img {
        width: 100%;
    }
    .nav>ul>li {
        font-size: 14px;
    }
    .language a {
        font-size: 14px;
    }
    .nav {
        width: 65%;
    }
    .language {
        width: 12%;
    }
    .section .box .s_box .left .info p {
        -webkit-line-clamp: 3;
    }
    .section .box .con .item .iteml .item_num .num {
        font-size: 34px;
    }
    .section3 .swiper-display .swiper-slide img {
        height: 650px;
    }
    .section3 .con .bottom .item .right h3 {
        font-size: 20px;
    }
    .foot .left {
        width: 25%;
    }
    .foot .right ul {
        margin-left: 3%;
    }
    .lxwm_section .top ul li a .icobox {
        width: 80px;
        height: 80px;
    }
    .section4 .news-left .detail,
    .section4 .news-right .detail {
        min-height: 70px;
    }
    .nav>ul>li {
        padding: 0 1.7%;
    }
    .dqej_section .content .right ul li a {
        padding: 0px
    }
    .index1 .swiper-slide {
        min-height: 300px;
    }
    .modelTostChile .swiper-slide img {
        max-width: 85%;
        text-align: center;
        max-height: 500px;
    }
    .dqej_section .content .right ul li {
        margin-left: 20px;
    }
    .dqej_section .content .left {
        max-width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
	.about-video .btn-play{
		width:96px;
		height:96px;
		margin-left:-48px;
		margin-top:-48px;
	}
}


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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container,
    .container02,
    .wrap {
        width: 90%;
    }
    .mobile {
        display: none;
    }
    .head_bott {
        display: none;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 999999;
        top: 0;
        padding: 0 .2rem;
        -moz-box-shadow: 0px 4px 6px #d4d5d6;
        -webkit-box-shadow: 0px 4px 6px #d4d5d6;
        box-shadow: 0px 4px 6px #d4d5d6;
        box-sizing: border-box;
    }
    .m_img .headlf {
        float: left;
    }
    .m_img .headcent {
        float: left;
        margin-left: .2rem;
        color: #e61c42;
        font-size: .18rem;
        line-height: .3rem;
    }
    .m_img .headcent select {
        width: 1.2rem;
        height: .4rem;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url('../images/arrow_06.jpg') 80% center no-repeat;
        background-size: .13rem;
        background-color: #e5e5e5;
        display: block;
        padding-left: .1rem;
        margin-left: .3rem;
    }
    .m_img .headlf .m_logo {
        height: auto;
        width: 85%;
    }
    .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;
    }
    .section .box .s_box {
        display: block;
    }
    .section .box .s_box .left {
        width: 100%;
    }
    .section {
        padding: 40px 0 0;
    }
    .section .box .s_box .right {
        width: 100%;
        padding-bottom: 70%;
        margin: 40px 0;
    }
    .section .box .con {
        width: 100%;
    }
    .newswrap .item .title {
        font-size: 22px;
    }
    .section3 .con .bottom .item .right h3 {
        font-size: 14px;
    }
    .section3 .con .bottom .item .left {
        display: none;
    }
    .section3 .swiper-display .swiper-slide img {
        height: 500px;
    }
    .section3 .con .top {
        padding-top: 60px;
    }
    .section3 .con .bottom {
        padding-bottom: 60px;
    }
    .section4 .news-left {
        width: 100%;
    }
    .section4 .news-right {
        width: 100%;
        margin-top: 30px;
    }
    .foot .right {
        display: none;
    }
    .brief .brleft {
        width: 100%;
    }
    .brief .gdt {
        margin-right: 0;
        overflow-y: hidden;
    }
    .brief .viode {
        width: 100%;
    }
    .index1 ul {
        padding-left: 0;
    }
    .index1 ul li .h1 span {
        font-size: 40px;
    }
    .indexTit h2 {
        font-size: 40px;
        width: 100%;
    }
    .history ul li.on .box2,
    .history ul li .box2 {
        display: block;
        border: 1px solid #eee;
        height: 300px;
    }
    .history ul {
        padding: 0 30px;
        height: 380px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
    }
    .dqej_section {
        display: none;
    }
    .history ul li {
        height: 380px;
    }
    .history .slick-next {
        right: 0;
    }
    .history .slick-prev {
        left: 0;
    }
    .ny-list li {
        width: 48%;
    }
    .shzr .box1 .left {
        display: none;
    }
    .shzr .box1 .right {
        width: 100%;
    }
    .ryzz .left {
        display: none;
    }
    .ryzz .right {
        width: 100%;
    }
    .ryzz .right .bt {
        margin-bottom: 20px;
    }
    .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;
    }
    .lxwm_section .top {
        padding: 0;
    }
    .lxwm_section .top ul li a h3 {
        font-size: 14px;
    }
    .lxwm_section .bottom .con .boxs {
        padding: 10px;
    }
    .lxwm_section .bottom .con .boxs .item {
        font-size: 14px;
    }
    .section4 .news-left .detail,
    .section4 .news-right .detail {
        min-height: 70px;
    }
    .modelTostChile .swiper-slide img {
        max-height: 500px;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pc {
        display: none;
    }
    .head_bott {
        display: none;
    }
    .container,
    .wrap {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 99;
        top: 0;
        padding: 0 .2rem;
        -moz-box-shadow: 0px 4px 6px #d4d5d6;
        -webkit-box-shadow: 0px 4px 6px #d4d5d6;
        box-shadow: 0px 4px 6px #d4d5d6;
    }
    .m_img .headlf {
        float: left;
        width: 35%;
        margin-right: .2rem;
    }
    .m_img .headcent {
        float: left;
        margin-left: .2rem;
        color: #e61c42;
        font-size: .18rem;
        line-height: .3rem;
    }
    .m_img .headcent select {
        width: 1.2rem;
        height: .4rem;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url('../images/arrow_06.jpg') 80% center no-repeat;
        background-size: .13rem;
        background-color: #e5e5e5;
        display: block;
        padding-left: .1rem;
        margin-left: .3rem;
    }
    .m_img .headlf .m_logo {
        height: auto;
        width: 100%;
    }
    .m_img .headrg {
        position: absolute;
        right: .2rem;
    }
    .m_img .headrg a .m_menuimg {
        height: .45rem;
        width: .53rem;
        display: block
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 0;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }
    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .m_nav .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
    .language {
        height: 1.1rem;
        line-height: 1.1rem;
    }
    .language a {
        font-size: .2rem;
    }
    .banner {
        margin-top: 1.1rem;
    }
    .banner .swiper-pagination-bullet-active {
        background: #fea501;
    }
    .section {
        padding: .4rem 0 0;
    }
    .section .box .s_box .left {
        width: 100%;
    }
    .section .box .s_box {
        display: block;
    }
    .section .box .title .english,
    .section4 .english {
        font-size: .36rem;
    }
    .section .title .chinese,
    .section4 .chinese {
        font-size: .44rem;
        margin-top: .2rem;
    }
    .section .box .s_box .left .info {
        padding-top: .3rem;
    }
    .section .box .s_box .left .info p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .section .box .s_box .left .lookmore {
        width: 2.2rem;
        height: .7rem;
        font-size: .24rem;
        text-indent: 1em;
    }
    .section .box .s_box .left .lookmore img {
        margin-left: .2rem;
    }
    .section .box .s_box .right {
        width: 100%;
        padding-bottom: 82%;
        margin-top: .3rem;
    }
    .section .box .con {
        width: 100%;
    }
    .section .box .con .item .iteml .item_num .num {
        font-size: .5rem;
    }
    .section .box .con .item .itemr {
        width: 20%;
    }
    .section .box {
        padding-bottom: .5rem;
    }
    .section2 {
        padding: .5rem 0 .5rem 0;
    }
    .section2 .title-top .english {
        font-size: .36rem;
    }
    .section2 .title-top .chinese {
        font-size: .4rem;
        margin-top: .23rem;
    }
    .section2 .info {
        margin: .5rem 0 1.2rem 0;
    }
    .section2 .newcur {
        padding: .15rem .3rem;
    }
    .section2 .news-tit {
        font-size: .24rem;
        margin-right: .3rem;
    }
    .newswrap .item .title {
        font-size: .3rem;
    }
    .newswrap {
        margin: .3rem 0;
    }
    .newswrap .item p {
        font-size: .22rem;
        line-height: .4rem;
        margin-top: .3rem;
    }
    .section3 .swiper-display .swiper-slide img {
        width: auto;
        height: 4rem;
    }
    .section3 .con .top {
        padding-top: .2rem;
    }
    .section3 .con .top .title .chinese {
        font-size: .4rem;
        margin-top: .2rem;
    }
    .section3 .con .top .num .current {
        font-size: .6rem;
    }
    .section3 .con .bottom {
        padding-bottom: 0;
    }
    .section3 .con .bottom .item .left {
        display: none;
    }
    .section3 .con .bottom .item .right h3 {
        font-size: .22rem;
        text-align: center;
        padding: 0 .2rem;
    }
    .section3 .con .bottom .item {
        padding: .2rem 0;
    }
    .section3 .con .top .title .english {
        font-size: .33rem;
    }
    .section4 .lookmore {
        width: 2rem;
        height: .6rem;
        font-size: .22rem;
        margin-top: .3rem;
    }
    .section4 {
        padding: .5rem 0;
    }
    .section4 .s_box {
        margin-bottom: .4rem;
    }
    .section4 .lookmore img {
        margin-left: .2rem;
        width: .3rem;
    }
    .section4 .news-left {
        width: 100%;
    }
    .section4 .news-left .news-title,
    .section4 .news-right .news-title {
        font-size: .28rem;
    }
    .section4 .news-left .date,
    .section4 .news-right .date {
        font-size: .22rem;
        line-height: .4rem;
    }
    .section4 .news-left .detail,
    .section4 .news-right .detail {
        font-size: .2rem;
        line-height: .4rem;
    }
    .section4 .news-right {
        width: 100%;
        margin-top: .3rem;
    }
    .section4 .news-right li {
        width: 100%;
        margin-left: 0;
    }
    .section4 .news-right ul {
        margin-left: 0;
    }
    .foot .right {
        display: none;
    }
    .foot .wrap {
        padding: .5rem 0;
    }
    .foot .left .item {
        margin-top: .3rem;
        font-size: .22rem;
        line-height: .4rem;
    }
    .foot .wrap {
        padding: .5rem .3rem;
    }
    .copyright {
        line-height: .4rem;
        font-size: .2rem;
        padding: .2rem 0;
    }
    .dqej_section {
        display: none;
    }
    .brief {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .brief .brleft {
        width: 100%;
    }
    .indexTit h2 {
        font-size: .34rem;
        width: 100%;
    }
    .indexTit h1 {
        font-size: .36rem;
        line-height: .5rem;
    }
    .brief line {
        margin: .3rem 0;
    }
    .brief .gdt {
        height: auto;
        font-size: .22rem;
        line-height: .4rem;
        padding-right: 0;
        margin-right: 0;
    }
    .brief .viode {
        width: 100%;
        height: 5rem;
    }
    .xc_banner {
        height: 3rem;
        margin-top: 1.1rem;
        background-size: 250% !important;
    }
    .vr-viode {
        width: 90%;
    }
    .vr-viode .video {
        width: 100%;
        height: auto;
    }
    .ctext .wrap {
        padding: 0;
    }
    .index1 .swiper-slide {
        float: left;
        padding: .3rem;
        width: 100%;
        box-sizing: border-box;
        min-height: 3.2rem;
    }
    .index1 .swiper-slide .h1 span {
        font-size: .4rem;
    }
    .index1 .swiper-slide .h1 a {
        font-size: .22rem;
        margin-left: .1rem;
    }
    .index1 .swiper-slide h5 {
        font-size: .22rem;
        line-height: .4rem;
        margin-top: .3rem;
    }
    .index1.ab {
        margin-top: -.3rem;
    }
    .index1 {
        padding-top: .3rem;
        margin-bottom: .3rem;
    }
    .Elegant .line {
        margin-top: .3rem;
        margin-bottom: .5rem;
    }
    .Elegant .slide .img3 {
        width: 70%;
        left: 16%;
    }
    .Elegant .slide .img2 {
        left: 6%;
    }
    .Elegant .slide .img4 {
        left: 64%;
    }
    .Elegant .butLeft {
        left: 16%;
    }
    .Elegant .butRight {
        left: 80%;
    }
    .Elegant .slide-bt {
        margin-top: .6rem;
    }
    .Elegant {
        padding-bottom: .6rem;
    }
    .history ul li.on .box2,
    .history ul li .box2 {
        display: block;
        border: 1px solid #eee;
        height: auto;
        padding: .3rem;
        min-height: 5rem;
    }
    .history {
        width: 80%;
    }
    .environment .line,
    .history .line {
        margin: .3rem 0 .5rem 0;
    }
    .history ul li .time {
        font-size: .5rem;
    }
    .history ul li .time i {
        font-size: .24rem;
        line-height: .4rem;
    }
    .history ul li .box2 h6 {
        font-size: .22rem;
        line-height: .4rem;
        margin-top: .3rem;
    }
    .history ul li,
    .history ul {
        height: auto;
    }
    .environment {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .zczc .main {
        padding: .6rem 0;
    }
    .zczc .main .left {
        width: 100%;
        padding-bottom: 140%;
    }
    .zczc .main .right {
        width: 100%;
    }
    .zczc .main .lf img,
    .zczc .main .rt img {
        width: .6rem;
    }
    .zczc .main .right h1 {
        font-size: .3rem;
        line-height: 1rem;
    }
    .zczc .main .right p {
        font-size: .22rem;
        line-height: .4rem;
        margin-bottom: .3rem;
    }
    .zczc .main .name {
        float: left;
        font-size: .22rem;
        margin-right: 0;
        margin-top: .5rem;
    }
    .zczc .main .name img {
        width: 1rem;
    }
    .zczc {
        padding: .3rem 0;
    }
    .ny-title-top .zh {
        font-size: .34rem;
    }
    .ny-title-top .en {
        font-size: .3rem;
    }
    .zzjg,
    .ygfc {
        padding: .3rem 0;
    }
    .ny-list li {
        width: 48%;
    }
    .ygfc .main {
        margin: .3rem 0;
    }
    .ny-list li p,
    .ny-list li span {
        line-height: .7rem;
        font-size: .24rem;
    }
    .page {
        margin: .3rem 0;
        width: 100%;
    }
    .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;
    }
    .shzr .box1 .left {
        display: none;
    }
    .shzr .box1 .right {
        width: 100%;
    }
    .shzr {
        padding: .3rem 0 0 0;
    }
    .shzr .box1 .right h2 {
        font-size: .36rem;
        line-height: .4rem;
        padding-bottom: 0;
    }
    .shzr .box1 .right h3 {
        font-size: .24rem;
        padding-bottom: 0;
    }
    .shzr .box1 .right .txt {
        font-size: .22rem;
        line-height: .4rem;
        margin-top: .2rem;
    }
    .shzr .box2 {
        padding: .3rem 0;
        margin-top: .3rem;
    }
    .shzr .box2 .title .english {
        font-size: .36rem;
    }
    .shzr .box2 .title .chinese {
        font-size: .4rem;
        margin-top: .2rem;
    }
    .shzr .box2 .swiper-box {
        margin-top: .5rem;
    }
    .swiper-bottom p {
        font-size: .22rem;
        line-height: .8rem;
        padding: 0 .2rem;
    }
    .ryzz {
        padding: .4rem 0;
    }
    .ryzz .left {
        display: none;
    }
    .ryzz .right {
        width: 100%;
    }
    .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 li {
        width: 47%;
        padding-bottom: 34%;
    }
    .ryzz .right li img {
        height: 100%;
    }
    .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;
    }
    .news-list02 h1 {
        font-size: .36rem;
        margin: .3rem 0;
    }
    .rlzy .box1 {
        padding: .5rem 0;
    }
    .rlzy .en {
        font-size: .3rem;
    }
    .rlzy .zh {
        font-size: .36rem;
        margin-bottom: .4rem;
    }
    .rlzy .box1 p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .rlzy .box2 {
        display: none;
    }
    .rlzy .box3 {
        padding: .3rem 0;
    }
    .rlzy .box3 h1 {
        font-size: .36rem;
        font-weight: bold;
        margin-bottom: .4rem;
    }
    .rlzy .box3 .t1 {
        font-size: .22rem;
        margin-bottom: .4rem;
    }
    .account-l {
        margin-top: .3rem;
        overflow: hidden;
    }
    .rlzy .box4 .dh {
        height: .6rem;
        line-height: .6rem;
        font-size: .22rem;
    }
    .accordion .link {
        height: .6rem;
        line-height: .6rem;
        font-size: .2rem;
    }
    .submenu {
        font-size: .2rem;
        padding: .1rem .3rem;
    }
    .submenu span{
        margin-right: 40px;
    }
    .rlzy .box4 .tdjl {
        width: 1.8rem;
        height: .5rem;
        line-height: .5rem;
    }
    .news-list02 ul li {
        width: 100%;
        padding: 0 .4rem;
    }
    .news-list02 .item {
        line-height: 0rem;
        font-size: .24rem;
        padding: .2rem;
        margin-top: .2rem;
    }
    .news-list02 .item p {
        padding-right: .2rem;
        line-height: .4rem;
    }
    .news-list02 .item span {
        font-size: .22rem;
        padding: .1rem 0 .1rem .2rem;
    }
    .news-list02 form {
        display: none;
    }
    .news-details .details {
        margin-right: 0;
        width: 100%;
    }
    .lately {
        display: none;
    }
    .news-details {
        padding: .3rem 0;
    }
    .news-details .details-title {
        padding-bottom: .2rem;
        font-size: .3rem;
        line-height: .4rem;
        text-align: center;
    }
    .news-details .visited {
        font-size: .24rem;
    }
    .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;
    }
    .lxwm_section {
        padding: .3rem 0;
    }
    .lxwm_section .top {
        margin-top: .5rem;
        padding: 0;
    }
    .lxwm_section .top ul li {
        width: 50%;
        height: 4rem;
    }
    .lxwm_section .top ul {
        padding: .2rem;
    }
    .lxwm_section .top ul li a .icobox {
        width: 1.5rem;
        height: 1.5rem;
        padding: .2rem;
        margin: 0 auto .3rem auto;
    }
    .lxwm_section .top ul li a h2 {
        font-size: .24rem;
        line-height: .4rem;
        margin-bottom: .2rem;
    }
    .lxwm_section .top ul li a h3 {
        font-size: .22rem;
        color: #111111;
        line-height: .4rem;
        text-align: center;
    }
    .lxwm_section .top ul li a {
        top: .3rem;
    }
    .lxwm_section .centerbox {
        height: 6rem;
        margin-top: 0;
        margin-bottom: .8rem;
    }
    .lxwm_section .bottom .con .boxs {
        padding: .3rem;
    }
    .lxwm_section .bottom .con .boxs a h2 {
        font-size: .3rem;
        margin-bottom: .4rem;
    }
    .lxwm_section .main {
        display: block;
        width: 100%;
    }
    .lxwm_section .bottom .con {
        margin: 0;
        width: 100%;
    }
    .lxwm_section .bottom .con .boxs .item {
        font-size: .24rem;
    }
    .pf_right {
        display: none;
    }
    .ryzz .page {
        width: 100%;
    }
    .ryzz .page {
        width: 100%;
    }
    .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;
    }
}