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

@media screen and (min-width:1280px) {
    .mobile {
        display: none;
    }
}


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

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .container {
        width: 940px;
    }
    .mobile {
        display: none;
    }
    .head .search {
        display: none;
    }
    .head .nav {
        float: right;
    }
    .head .nav li {
        width: 90px;
    }
    .index01 .left {
        width: 500px;
    }
    .index01 .right {
        width: 400px;
    }
    .index02 .item {
        width: 180px;
        margin: 40px 20px 100px 0;
    }
    .index02 .margin {
        margin-right: 0;
    }
    .foot-nav {
        margin-left: 30px;
    }
    .ny-banner {
        height: 300px;
        background-size: auto 100% !important;
    }
    .ny-banner .position {
        top: 165px;
    }
    .cd-timeline-block .left img {
        width: 100px;
    }
    .cd-timeline-content .zhezhao,
    .cd-timeline-content .lc-img {
        width: 100px;
        height: 100px;
    }
    .cd-timeline-block .right img {
        width: 100px;
    }
    .qywh-main .qywh01 .left .txt02 {
        font-size: 24px;
    }
    .qywh-main .qywh01 .left,
    .qywh-main .qywh01 .right {
        height: 450px;
    }
    .qywh06 .em {
        text-indent: 10em;
    }
    .qywh07 .left {
        margin-right: 30px;
        width: 45%;
    }
    .qywh07 .left img {
        width: 100%;
    }
    .qywh07 .right {
        float: right;
        width: 49%;
    }
    .qywh07 .right p {
        font-size: 20px;
        line-height: 34px;
    }
    .qywh07 span {
        font-size: 16px;
    }
    .qywh07 .right span {
        display: block;
        font-size: 14px;
        line-height: 32px;
    }
    .qywh07 .margin {
        margin-bottom: 60px;
    }
    .qywh08 .txt02 span {
        letter-spacing: 0;
    }
    .jjfa-main .left img {
        width: 90%;
    }
    .cases-main li,
    .cases-main .zhezhao {
        height: 200px;
    }
    .casexq-main .left {
        width: 61%;
    }
    .spec-items li {
        width: 96px;
    }
    .spec-items {
        width: 350px;
    }
    .spec-items li img {
        height: 86px;
    }
    .r_01 .fx .lxwm {
        width: 200px;
    }
    .news .list li {
        padding: 40px 30px;
    }
    .news .list .center {
        width: 490px;
    }
    .fwyw-main .fw01 .r-01 {
        height: 203px;
    }
    .fwyw-main .fw01 .left,
    .fwyw-main .fw01 .right {
        height: 434px;
    }
    .fwyw-main .fw02 {
        height: 327px;
    }
    .contactus .map {
        width: 57%;
    }
    .contactus .right .txt span {
        width: 70%;
    }
    .contactus .right {
        height: 440px;
    }
    .qywh03 .txt01 span,
    .qywh03 .txt02 span {
        font-size: 16px;
    }
    .qywh03 .txt01 p {
        font-size: 16px;
    }
    .qywh03 .txt01,
    .qywh03 .txt02 {
        margin-right: 20px;
    }
}


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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 90%;
    }
    .mobile {
        display: none;
    }
    .head .search {
        display: none;
    }
    .head .logo {
        width: 100px;
        margin-top: 26px;
    }
    .head .logo img {
        width: 100%;
    }
    .head .nav {
        float: right;
        width: 80%;
    }
    .head .nav li {
        width: 12%;
        font-size: 13px;
    }
    .index01 .left {
        width: 50%;
    }
    .index01 .right {
        width: 45%;
    }
    .index01 .left h1 {
        font-size: 24px;
    }
    .index01 .left .item {
        margin: 16px;
    }
    .index02 {
        background: url(../images/bg_34.jpg) no-repeat center top;
        background-size: auto 100%;
        margin-bottom: 40px;
    }
    .index02 .item {
        width: 25%;
        margin: 40px 9% 20px 9%;
    }
    .ny-banner {
        height: 250px;
        background-size: auto 100% !important;
    }
    .ny-banner .position {
        top: 135px;
        left: 0;
    }
    .about-main .aboutimg {
        width: 50%;
    }
    .foot-nav {
        display: none;
    }
    .cd-timeline-block .left .txt {
        float: left;
        max-width: 80%;
    }
    .cd-timeline-block .left img {
        float: right !important;
    }
    .cd-container .left {
        text-align: left !important;
    }
    #cd-timeline {
        margin-top: 30px !important;
        padding-bottom: 40px !important;
    }
    .cd-timeline-content {
        width: 90%;
        float: right;
    }
    .index05 .pro-swiper .swiper-slide li {
        width: 28.5%;
        margin-right: 2%;
    }
    .index05 .pro-swiper .swiper-slide ul {
        margin-right: -2%;
    }
    .index05 .pro-swiper .swiper-slide img {
        width: 100%;
    }
    .qywh-main .qywh01 .left .txt02 {
        font-size: 18px;
    }
    .qywh-main .qywh01 .left .txt {
        top: 80px;
        left: 40px;
    }
    .qywh-main .qywh01 .left,
    .qywh-main .qywh01 .right {
        max-height: 440px;
        min-height: 334px;
        height: auto;
    }
    .qywh-main .qywh01 .right .txt02 {
        font-size: 18px;
    }
    .qywh-main .qywh01 .right .txt {
        left: 30px;
    }
    .qywh03 .txt01,
    .qywh03 .txt02 {
        margin-right: 44px;
    }
    .qywh03 .txt01 p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .qywh03 .txt02 p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .qywh04 .list img {
        margin-left: 0;
        margin-right: 16px;
    }
    .qywh05 .item {
        font-size: 16px;
    }
    .qywh06 .txt span {
        font-size: 16px;
    }
    .qywh06 .em {
        text-indent: 10em;
    }
    .qywh07 .left {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .qywh07 .margin {
        margin-bottom: 0;
    }
    .qywh07 .right {
        float: none;
        text-align: center;
    }
    .qywh07 .line,
    .qywh08 .line {
        margin: 20px auto;
    }
    .qywh08 .txt span {
        font-size: 14px;
    }
    .qywh08 .txt02 span {
        letter-spacing: 0;
    }
    .jjfa-main .left img {
        width: 90%;
    }
    .jjfa-main .right .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .jjfa-main .right .detail {
        font-size: 14px;
        line-height: 26px;
    }
    .jjfa-main .right .bottom {
        font-size: 14px;
        line-height: 26px;
    }
    .cases-main .zhezhao {
        height: 100%;
    }
    .cases-main li {
        height: 166px;
    }
    .casexq-main .left {
        width: 52%;
        margin-right: 4%;
    }
    .casexq-main .img-right {
        width: 44%;
    }
    .casexq-main .img-right img {
        width: 100%;
    }
    .MagnifierMain {
        width: 99%;
        height: 465px;
    }
    .MagnifierMain img {
        height: 465px;
    }
    .pro_detail {
        width: 100%;
        text-align: center;
    }
    .pro_detail .title {
        margin-top: 30px;
    }
    .spec-items {
        width: 88%;
    }
    .news .list li {
        padding: 20px 0;
        width: 100%;
    }
    .news .list .img {
        width: 20%;
        height: 110px;
    }
    .news .list .center {
        width: 63%;
        padding: 0 3%;
    }
    .news .list .center .title {
        font-size: 16px;
    }
    .news .list .date {
        width: 70px;
    }
    .fwyw-main .fw01 .left {
        width: 100%;
        height: 455px;
        overflow: hidden;
    }
    .fwyw-main .fw01 .left img {
        top: -100px;
    }
    .fwyw-main .fw01 .right {
        width: 100%;
        height: auto;
    }
    .fwyw-main .fw02 {
        height: auto;
    }
    .contactus .map {
        width: 100%;
        height: 330px;
        float: left;
    }
    .copyright .center {
        float: right;
    }
    .contactus .map img {
        height: 100%;
    }
    .contactus .right {
        width: 100%;
        height: 430px;
        box-sizing: border-box;
    }
    .cd-timeline-content .lc-img {
        float: right;
    }
    .foot .cont {
        width: 70%;
    }
    .qywh03 .container .img {
        display: none;
    }
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .pc {
        display: none;
    }
    .container {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .banner {
        position: relative;
        margin-top: 1.1rem;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #14b1e8;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 999;
        top: 0;
        padding: 0 .2rem;
    }
    .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: .46rem;
        display: block
    }
    .m_img .headrg {
        position: absolute;
        right: .2rem;
        height: .35rem;
        width: .43rem;
    }
    .m_img .headrg .a_js {
        height: .35rem;
        width: .43rem;
        display: block;
        background: url(../images/nav_06.png) no-repeat;
        background-size: 100%;
    }
    .m_img .headrg a .m_menuimg {
        height: .35rem;
        width: .43rem;
        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;
    }
    .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;
    }
    .index-title {
        margin: .3rem 0;
    }
    .index-title .en {
        font-size: .22rem;
    }
    .index-title .zh {
        font-size: .36rem;
        margin: .15rem 0;
    }
    .index01 .left h1 {
        font-size: .26rem;
    }
    .index01 .left,
    .index01 .right {
        width: 100%;
        height: auto;
    }
    .index01 .left .txt {
        font-size: .2rem;
        margin: .1rem 0 .2rem 0;
    }
    .index01 .left .detail {
        line-height: .4rem;
    }
    .index01 .left .item {
        margin: .3rem .58rem;
    }
    .index01 .left .item a {
        font-size: .2rem;
        margin-top: .15rem;
        width: 100%;
    }
    .index02 .item {
        width: 48%;
        padding: 0 .2rem;
        margin: .2rem 1% .1rem 1%;
        height: 5rem;
    }
    .index02 .item img {
        height: 14%;
        margin-top: .4rem;
    }
    .index02 .item p {
        font-size: .3rem;
        margin: .2rem 0 .2rem 0;
    }
    .index02 .item span {
        font-size: .2rem;
        line-height: .4rem;
    }
    .index02 {
        background-size: auto 100%;
        margin-bottom: .4rem;
    }
    .foot-nav {
        display: none;
    }
    .foot .cont p {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .copyright .center {
        display: none;
    }
    .foot .ewm {
        font-size: .2rem;
        width: 2rem;
    }
    .foot .ewm img {
        width: 90%;
    }
    .foot .ewm p {
        line-height: .4rem;
        font-size: .16rem;
    }
    .ny-nav {
        padding: .26rem 0 0 0;
        margin-bottom: .3rem;
    }
    .ny-nav li a {
        padding: 0;
    }
    .ny-nav li {
        font-size: .22rem;
        padding: 0 0 .16rem 0;
        margin: 0 .25rem 0 .25rem;
    }
    .ny-banner {
        height: 2.2rem;
        margin-top: 1.1rem;
        background-size: auto 100% !important;
    }
    .ny-banner .position {
        display: none;
    }
    .ny-nav .on {
        margin-bottom: 0;
        border-bottom: 0;
        color: #14b1e8;
    }
    .about-main .en {
        font-size: .6rem;
    }
    .about-main .zh {
        font-size: .3rem;
        margin-bottom: .26rem;
    }
    .about-main p {
        font-size: .22rem;
        line-height: .4rem;
        margin-bottom: .16rem;
    }
    .cd-timeline-content h2 {
        font-size: .32rem;
    }
    .cd-timeline-content {
        width: 90%;
        float: right;
    }
    .cd-timeline-img {
        top: .14rem;
    }
    .cd-container .left {
        text-align: left;
    }
    #cd-timeline {
        margin-top: .3rem;
        padding-bottom: .3rem;
    }
    .cd-timeline-content p {
        line-height: .4rem;
    }
    .cd-timeline-block .cd-timeline-content img {
        width: 100%;
    }
    .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-main .title-swiper .swiper-slide {
        width: 1.6rem;
        margin: .1rem .2rem;
    }
    .index05 .title-swiper dd {
        height: .5rem;
        line-height: .5rem;
    }
    .index05 .pro-swiper .swiper-slide li {
        width: 43.5%;
        padding: .1rem;
        height: 3.5rem;
        margin-right: .18rem;
        margin-bottom: .18rem;
    }
    .index05 .pro-swiper .swiper-slide .item {
        height: auto;
    }
    .index05 .pro-swiper .swiper-slide img {
        width: 100%;
        height: 1.85rem;
    }
    .index05 .pro-swiper .swiper-slide .title {
        font-size: .24rem;
        margin: .15rem 0 .1rem 0;
    }
    .index05 .pro-swiper .swiper-slide .detail {
        font-size: .2rem;
        margin-bottom: .1rem;
    }
    .index05 .pro-swiper .swiper-slide .more {
        font-size: .2rem;
        margin-bottom: .1rem;
    }
    .index05 .pro-swiper .swiper-slide ul {
        margin-right: -.18rem;
    }
    .index05 .pro-swiper {
        margin-top: .4rem;
    }
    .qywh-main .center img {
        width: 70%;
    }
    .qywh-main {
        margin: .3rem 0;
    }
    .qywh-main .qywh01 {
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .qywh-main .qywh01 .left,
    .qywh-main .qywh01 .right {
        width: 100%;
    }
    .qywh-main .qywh01 .left {
        height: 3rem;
    }
    .qywh-main .qywh01 .right {
        height: 5.7rem;
    }
    .qywh-main .qywh01 .left .txt,
    .qywh-main .qywh01 .right .txt {
        top: .8rem;
        left: .3rem;
    }
    .qywh-main .qywh01 .left .txt01,
    .qywh-main .qywh01 .right .txt01 {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .qywh-main .qywh01 .left .txt02,
    .qywh-main .qywh01 .right .txt02 {
        font-size: .32rem;
        margin-bottom: .25rem;
    }
    .qywh-title .txt01 {
        font-size: .24rem;
        margin-bottom: .24rem;
        margin-top: .46rem;
    }
    .qywh-title .txt02 {
        font-size: .26rem;
        margin-bottom: .24rem;
    }
    .qywh02 .main {
        margin-top: .3rem;
    }
    .qywh02 .main p {
        font-size: .22rem;
        line-height: .5rem;
    }
    .qywh02 {
        height: 7rem;
        background-size: auto 100%;
    }
    .qywh03 .title {
        font-size: .3rem;
        margin: .54rem 0;
    }
    .qywh03 .txt01,
    .qywh03 .txt02 {
        margin-right: 0;
    }
    .qywh03 .txt01 p {
        font-size: .2rem;
        margin-bottom: .4rem;
    }
    .qywh03 .txt01 span,
    .qywh03 .txt02 span {
        font-size: .2rem;
    }
    .qywh03 .txt02 p {
        font-size: .2rem;
        margin-bottom: .2rem;
    }
    .qywh03 {
        height: 6.9rem;
    }
    .qywh03 .container {
        height: auto;
    }
    .qywh04 .item01 {
        margin-top: .4rem;
    }
    .qywh04 .item {
        margin-top: .4rem;
        padding-bottom: .24rem;
        width: 100%;
    }
    .qywh04 .list img {
        margin: 0;
    }
    .qywh04 .list p {
        font-size: .24rem;
        margin-bottom: .06rem;
    }
    .qywh04 .list img {
        float: none;
    }
    .qywh04 .list {
        text-align: center
    }
    .qywh04 .list span {
        font-size: .2rem;
        float: none
    }
    .qywh04 {
        height: 6.8rem;
    }
    .qywh05 .qywh-title {
        margin-bottom: .65rem;
    }
    .qywh05 .item {
        width: 100%;
        font-size: .2rem;
        height: 2.5rem;
    }
    .qywh05 .item02 p,
    .qywh05 .item03 p {
        line-height: .5rem;
    }
    .qywh05 .item01 p {
        line-height: .5rem;
    }
    .qywh05 .item p {
        margin-left: .36rem;
    }
    .qywh05 .item04 p {
        line-height: .36rem;
    }
    .qywh06 .txt {
        margin-top: .4rem;
    }
    .qywh06 .txt p {
        font-size: .36rem;
        margin-bottom: .3rem;
    }
    .qywh06 .txt span {
        font-size: .2rem;
        line-height: .36rem;
    }
    .qywh06 {
        padding-bottom: .4rem;
    }
    .qywh06 .left {
        width: 100%;
        position: relative;
        z-index: 99
    }
    .qywh06 .right {
        width: 45%
    }
    .qywh06 .em {
        text-indent: 8em;
    }
    .qywh05 {
        padding-bottom: .3rem;
    }
    .qywh07 .left img {
        display: none
    }
    .qywh07 {
        padding: .3rem 0;
    }
    .qywh07 h1 {
        font-size: .3rem;
    }
    .qywh07 .line,
    .qywh08 .line {
        margin: .2rem 0;
    }
    .qywh07 p {
        font-size: .24rem;
        line-height: .5rem;
    }
    .qywh07 span {
        font-size: .16rem;
        line-height: .4rem;
    }
    .qywh07 .margin {
        margin-bottom: .3rem;
    }
    .qywh07 .left {
        margin-right: 0;
    }
    .qywh07 .left h1 {
        margin-top: .3rem;
    }
    .qywh08 .txt01 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .qywh08 .txt p {
        font-size: .24rem;
    }
    .qywh08 .txt h1 {
        font-size: .3rem;
        margin: .15rem 0 0 0;
    }
    .qywh08 .txt span {
        font-size: .18rem;
        line-height: .4rem;
    }
    .qywh08 {
        height: auto;
        background: #fff;
        margin-bottom: .3rem;
    }
    .qywh08 .txt02 {
        text-align: left;
        position: relative;
        bottom: 0
    }
    .qywh08 .txt02 span {
        letter-spacing: 0;
        color: #666;
        font-size: .18rem
    }
    .qywh08 .txt02 .line {
        float: left;
    }
    .ry-nav li {
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem;
    }
    .ry-nav li a {
        font-size: .2rem;
    }
    .ry-nav i {
        width: .4rem;
        height: .4rem;
        margin: .1rem 0 0 .2rem;
        background-size: 100% !important;
    }
    .ry-list {
        overflow: hidden;
        width: 92%;
        margin: .6rem auto 0 auto;
    }
    .ry-list ul {
        margin-right: -4%;
    }
    .ry-list li {
        width: 46%;
        float: left;
        margin-right: 4%;
        margin-bottom: .3rem;
    }
    .ry-list li img {
        width: 100%;
        border: 1px #ccc solid;
    }
    .jjfa-main {
        margin: .3rem 0;
    }
    .jjfa-main .left {
        width: 100%;
    }
    .jjfa-main .right {
        width: 100%;
        margin-top: .4rem;
    }
    .jjfa-main .right .title {
        font-size: .3rem;
        margin-bottom: .3rem;
        text-align: center;
    }
    .jjfa-main .right .detail {
        font-size: .2rem;
        line-height: .4rem;
        padding-bottom: .26rem;
    }
    .jjfa-main .right .bottom {
        font-size: .2rem;
        line-height: .4rem;
        padding-top: .26rem;
    }
    .cases-main ul {
        margin-right: -2%;
    }
    .cases-main li {
        width: 48%;
        margin-right: 2%;
        height: 2rem;
        margin-bottom: .2rem;
    }
    .cases-main .zhezhao {
        display: none;
    }
    .cases-main .title {
        height: .6rem;
        line-height: .6rem;
        font-size: .2rem;
    }
    .casexq-main h1 {
        font-size: .36rem;
        padding: .4rem 0;
        margin-bottom: .7rem;
    }
    .casexq-main .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .casexq-main .img-right {
        width: 100%;
        margin-bottom: .2rem;
    }
    .casexq-main .txt {
        font-size: .22rem;
        line-height: .4rem;
    }
    .newspage .y {
        height: .7rem;
        line-height: .7rem;
        border-top: 1px #e4e4e4 solid;
    }
    .newspage .y .left {
        width: 1.1rem;
        height: .7rem;
        font-size: .24rem;
    }
    .newspage .y a {
        font-size: .22rem;
        margin: 0 .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 56%;
        display: block;
        float: left;
    }
    .newspage {
        margin: .3rem 0;
    }
    .swiper-details {
        margin: .3rem 0;
    }
    .swiper-details .bigImg img {
        border: 2px #e6e6e6 solid;
        width: 98%;
    }
    .smallImg {
        border: 1px solid #c9c9c9;
        padding: .1rem;
        margin-top: .1rem;
    }
    .smallImg img {
        height: 1.5rem;
        border: .04rem solid #69a5e0;
    }
    /* .smallImg .swiper-slide-active::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: .04rem solid #69a5e0;
    } */
    .summary {
        text-align: center;
    }
    .summary .h1 {
        font-size: .32rem;
        color: #14b1e8;
        margin: .3rem 0;
    }
    .summary .h2 {
        font-size: .24rem;
    }
    .pro-detail .bt {
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
        margin-bottom: .4rem;
    }
    .pro-detail .main p {
        font-size: .22rem !important;
        line-height: .4rem !important;
    }
    .news .list .img {
        display: none;
    }
    .news .list li {
        padding: .3rem 0;
        width: 100%;
        margin-left: 0;
    }
    .news .list .center {
        width: 100%;
        padding: 0;
    }
    .news .list .center .title {
        font-size: .26rem;
        display: block;
    }
    .news .list .xinxi {
        height: .6rem;
        line-height: .6rem;
    }
    .news .list .date {
        display: none;
    }
    .news-xq .bt {
        padding: .2rem 0;
        border-bottom: 1px #bfbfc1 dashed;
        margin-bottom: .2rem;
    }
    .news-xq h1 {
        font-size: .28rem;
        margin-bottom: .3rem;
    }
    .news-xq .bt .sda {
        font-size: .22rem;
        margin-bottom: 0;
    }
    .news-xq .xq p {
        font-size: .22rem;
        line-height: .4rem;
    }
    .fwyw-main .fw01 .left {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        margin-bottom: .3rem;
    }
    .fwyw-main .fw01 .left img {
        top: -1rem;
    }
    .fwyw-main .fw01 .right {
        width: 100%;
        height: auto;
    }
    .fwyw-main .fw02 {
        height: 3.5rem;
    }
    .fwyw-main .fw02 img {
        height: 100%;
    }
    .fwyw-main .txt h1 {
        font-size: .3rem;
        margin-bottom: .1rem;
    }
    .fwyw-main .txt p {
        font-size: .2rem;
    }
    .fwyw-main .fw01 .r-01 {
        height: 2.6rem;
        margin-bottom: .3rem;
    }
    .fwyw-main .fw02 p {
        width: 5rem;
        line-height: .4rem;
    }
    .fwyw-main {
        margin-bottom: .5rem;
    }
    .xiazai-main li {
        padding-left: .4rem;
        height: .9rem;
        line-height: .9rem;
    }
    .xiazai-main li a,
    .xiazai-main li span {
        font-size: .22rem;
    }
    .xiazai-main li a {
        float: left;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .contactus .map {
        width: 100%;
        height: 3.5rem;
        float: left;
    }
    .contactus .map img {
        height: 100%;
    }
    .contactus .right {
        width: 100%;
        height: 4.5rem;
        box-sizing: border-box;
        padding: .3rem;
    }
    .contactus .right .txt {
        margin-bottom: .3rem;
        padding-bottom: .3rem;
    }
    .contactus .right .txt .title {
        margin-bottom: .3rem;
        font-size: .28rem;
        margin-top: .3rem;
    }
    .contactus .right .txt p {
        font-size: .2rem;
        line-height: .4rem;
    }
    .qywh07 .left span {
        line-height: .4rem
    }
    .cd-timeline-block .left .txt {
        float: left;
    }
    .cd-timeline-content .lc-img {
        width: 1.4rem;
        height: 1.4rem;
        float: left;
        margin: .2rem 0;
    }
    .cd-timeline-content .zhezhao {
        display: none;
    }
    .cd-timeline-block .left .txt,
    .cd-timeline-block .right .txt {
        width: 100%;
    }
    .cd-container .right .lc-img {
        float: left;
    }
    .foot .cont {
        width: 64%;
    }
    .cases-main .txt {
        height: .5rem;
        line-height: .5rem;
    }
    .cases-main .txt h3 {
        font-size: .2rem;
        color: #fff;
    }
    .qywh03 .container .img {
        display: none;
    }
}