@media (max-width: 768px){
    header:nth-child(1){
        display: block;
    }
    header:nth-child(2){
        display: none;
    }
    .bannerPc{padding-top: 56px;}
    .center{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .product{
        padding-top: 20px;
    }
    .big-title{
        font-size: 18px;
    }
    .big-title::after{
        content: '';
        width: 80px;
        height: 2px;
        background-color: #e85b56;
        bottom: -6px;
        margin-left: 0px;
        transform: translateX(-50%);
    }
    .small-title{
        font-size: 12px;
        margin-top: 11px;
    }
    .product .product-nav{
        padding-top: 25px;
        display: flex;
        display: -webkit-flex;
    }
    .product .product-nav ul{
        display: none;
    }
    .product .product-nav .leibei{
        flex-grow: 1;
    }
    .product .product-nav .leibei .one{
        width: 100%;
        line-height: 40px;
        font-size: 14px;
    }
    .product .product-nav .leibei:nth-child(3) .one{
        margin-right: 0px;
    }
    .product-list{
        padding-top: 16px;
    }
    .product-list .pro-item{
        width: 48%;
        margin-bottom: 15px;
    }
    .product-list .pro-item p{
        line-height: 40px;
        font-size: 14px;
    }
    /*解决方案*/
    .solution{
        padding-top: 16px;
        background: url(../image/sol-bg-5.jpg);
        padding-bottom: 16px;
    }
    .solution-list{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .solution-list .sol-item{
        width: 48.5%;
        height: 220px;
        margin-bottom: 10px;
        overflow: hidden;
        padding-top: 38px;
        background-size: cover;
    }
    .solution-list .sol-item img{
        width: 60px;
    }
    .solution-list .sol-item .xhx{
        height: 3px;
        margin: 8px auto;
    }
    .solution-list .sol-item h3{
        font-size: 20px;
    }
    .solution-list .sol-item h2{
        font-size: 24px;
        margin-top: 2px;
    }
    .solution-list .sol-item:hover h2 {
        bottom: 2%;
        right: 4%;
        font-size: 20px;
    }
    .solution-list .ac1 h3{
        top: 2%;
        font-size: 16px;
    }
    .solution-list .ac1 .xhx{
        height: 2px;
        top: 12%;
    }
    .solution-list .ac1 p{
        font-size: 12px;
        padding-right: 8px;
        top: 19%;
        line-height: 20px;
    }
    .solution .beijing,
    .solution-list::after,
    .solution .solution-list .xiantiao{
        display: none;
    }
    .solution .big-title{
        color: #f7b228;
    }
    .solution .big-title span{
        color: white;
    }
    .solution .big-title::after{
        background-color: white;
    }
    .solution .small-title{
        color: white;
    }
    /* 四大优势 */
    .advantage{
        margin-top: 0px;
        padding-top: 16px;
        padding-bottom: 14px
    }
    .advantage .advantage-box{
        margin-top: 20px;
        flex-direction:column
    }
    .advantage .advantage-box .ad-item{
        width: 100%;
    }
    .advantage .advantage-box .ad-item .item{
        margin-bottom: 14px;
        padding: 12px;
    }
    .advantage .advantage-box .ad-item .item h4{
        font-size: 22px;
    }
    .advantage .advantage-box .ad-item .icon{
        width: 44px;
        height: 40px;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .advantage .advantage-box .ad-item .icon img{
        height: 40px;
    }
    .advantage .advantage-box .ad-item .item p{
        font-size: 15px;
        margin-bottom: 0;
    }
    .advantage .advantage-box .ad-item .item:hover img{
        left: -44px;
    }
    .advantage .advantage-box .ad-img{
        width: 100%;
    }
    .advantage .advantage-box .ad-img img{
        width: 100%;
    }
    .advantage .advantage-box .ad-img .img-text{
        background-size: 100% 100%;
        padding: 12px;
    }
    .advantage .advantage-box .ad-img .img-text .p1{
        font-size: 18px;
    }
    .advantage .advantage-box .ad-img .img-text .p2{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .advantage .advantage-box .ad-img .img-text .p2::before{
        height: 1px;
        width: 130px;
        top: -6px;
    }
    .advantage .advantage-box .ad-img .img-text img{
        width: auto;
    }
    /* 八大领域 */
    .fields-wrap{
        padding-top: 16px;
        padding-bottom: 16px;
    }    
    .fields-wrap .fields-item{
        margin-top: 16px;
    }
    .fields-wrap .fields-item .item{
        width: 48%;
        border-top-left-radius: 24px;
        border-bottom-right-radius: 24px;
        margin-bottom: 10px;
    }
    .fields-wrap .fields-item .item img{
        width: 100%;
    }
    .fields-wrap .fields-item .item p{
        font-size: 14px;
        line-height: 30px;
        padding-left: 14px;
    }
    .fields-wrap .fields-item .item span{
        font-size: 28px;
        top: -2px;
        right: 14px;
    }
    /* 公司介绍 */
    .about{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .about .big-title::after{
        content: '';
        background-color: #f7b228;
    }
    .about .about-wrap{
        margin-top: 4px;
        flex-direction: column-reverse;
    }
    .about .about-wrap .text{
        width: 100%;
    }
    .about .about-wrap .text h2{
        font-size: 32px;
    }
    .about .about-wrap .text h2 span{
        font-size: 23px;
    }
    .about .about-wrap .text .bg::after{
    top: 28px;
    width: 148px;
    height: 16px;
    }
    .about .about-wrap .text p{
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .main{
        width: 100%;
        position: static;
        margin-top: 18px;
        padding: 18px 10px;
        box-sizing: border-box;
    }
    .numCount li .numCX{
        font-size: 18px;
    }
    .indc{font-size: 14px;}
    .numCount li .numU .unitC{font-size: 16px;}
    .about .about-wrap .img-wrap{
        width: 100%;
        margin-top: 16px;
        height: auto;
    }
    .about .about-wrap .img-wrap img{
        width: 100%;
        height: auto;
    }
    .team-wrap .split-line{
        padding: 6px 0;
    }
    .team-wrap .split-line img{
        width: 22px;
    }
    .team-wrap .split-line p{
        font-size: 14px;
        margin: 0 4px;
    }
    .team-wrap .team{
        flex-wrap: wrap;
    }
    .team-wrap .team .img{
        width: 48%;
        height: 103px;
        margin-bottom: 14px;
    }
    .team-wrap .team .img img{
        width: 100%;
    }
    /* 合作客户 */
    .customer{
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .customer-wrap{
        margin-top: 20px;
    }
    .customer-wrap .item{
        width: 25%;
        height: 48px;
    }
    /* 荣誉资质 */
    .honor{
        width: 100%;
    }
    .honor .honor-wrap{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .honor .honor-wrap .big-title::after{
        content: '';
        background-color: #f7b228;
    }
    #certify{
        margin-top: 20px;
        width: 100%;
    }
    #certify .swiper-container{
        width: 100%;
        padding-bottom: 28px;
    }
    #certify .swiper-slide {
        width: 100%;
    }
    /* 新闻资质 */
    .news{
        padding-top: 16px;
        padding-bottom: 8px;
    }
    .news-wrap .new-nav{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .news-wrap .new-nav h4{
        font-size: 18px;
    }
    .news-wrap .new-nav p{
        font-size: 14px;
        line-height: 20px;
    }
    .news-wrap .new-nav .xiantiao{
        height: 2px;
        margin-top: 8px;
    }
    .news-wrap .new-nav .text{
        width: 100%;
        margin-bottom: 10px;
    }
    .news-wrap .new-nav a{
        display: block;
        box-sizing: border-box;
        font-size: 16px;
        margin: 0;
        padding: 10px 20px;
    }
    .news-wrap .new-list{
        flex-direction: column;
    }
    .news-wrap .new-list .list-1{
        width: 100%;
        height: 275px;
    }
    .news-wrap .new-list .list-1 img{
        width: 100%;
        height: 275px;
    }
    .news-wrap .new-list .list-1 .text{
        padding: 0 14px;
        font-size: 16px;
        line-height: 50px;
    }
    .news-wrap .new-list .list-1 .text span:nth-child(1){
        margin-right: 10px;
        width: 15%;
    }
    .news-wrap .new-list .list-1 .text p{
        flex-grow: 1;
        width: auto;
    }
    .news-wrap .new-list .list-1 .text span:nth-child(1)::after{
        width: 1px;
        left: 53px;
        top: 16px;
    }
    .news-wrap .new-list .list-2{
        width: 100%;
        margin-top: 14px;
    }
    .news-wrap .new-list .list-2 .news-item{
        width: 48%;
        padding: 10px 14px;
        height: 200px;
        margin-bottom: 12px;
    }
    .news-wrap .list-2 .news-item h3{
        font-size: 16px;
    }
    .news-wrap .list-2 .news-item p{
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px;
    }
    .news-wrap .list-2 .news-item h2{
        font-size: 20px;
        margin-top: 4px;
        line-height: 20px;
    }
    .news-wrap .list-2 .news-item .icon{
        width: 28px;
        height: 28px;
        font-size: 18px;
        line-height: 23px;
        right: 14px;
        bottom: 12px;
    }
    .news-wrap .new-list-wrap{
        height: auto;
    }
    .news-wrap .new-list:nth-child(2),
    .news-wrap .new-list:nth-child(3){
        display: none;
    }
    #certify .swiper-slide{
        height: auto;
    }
    #certify .swiper-slide img{
        width: 100%;
    }
    #certify .swiper-slide p{
        line-height: 50px;
    }
    /* 底部导航 */
    .footer{height:auto;padding-bottom: 72px;}
    .footer .footer-wrap .links{
        display: none;
    }
    .footer .neirong{
        padding-top: 6px;
    }
    .footer .neirong ul:nth-child(1),
    .footer .neirong ul:nth-child(2){
        display: none;
    }
    .footer .neirong ul.logo li:nth-child(2){
        display: none;
    }
    .footer .neirong ul.logo li img{
        width: 100px;
    }
    .footer .neirong ul li:nth-child(1){
        margin-bottom: 20px;
    }
    .footer .neirong ul:nth-child(5) img{
        width: 88px;
    }
    .footer .neirong ul:nth-child(5) li{
        margin: 0;
        font-size: 12px;
        line-height: 26px;
    }
    .footer .copyright{
        margin-top: 18px;
        padding: 10px 0;
    }
    .footer .copyright .di p:nth-child(2),
    .footer .copyright .di p:nth-child(3){
        display: none;
    }
    .footer .copyright .di p:nth-child(1){
        font-size: 12.5px;
        text-align: center;
        line-height: 20px;
    }

    /* 内页手机端 */

    .nei-center{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .nei-nav .nei-wrap p{
        display: none;
    }
    .nei-title{
        font-size: 20px;
    }
    .nei-slogan{
        font-size: 16px;
    }
    .nei-slogan::after{
        display: none;
    }
    .nei-product{
        padding-top: 20px;
    }
    .nei-product .product-nav{
        padding-top: 16px;
        position: relative;
    }
    .nei-product .product-list .pro-item{
        margin-right: 2%;
    }
    .nei-product .product-list .pro-item:nth-child(2n){
        margin-right: 0;
    }
    .nei-nav .nei-wrap ul li{
        padding: 0px 24px;
        margin-bottom: 6px;
    }
    .page{
        padding-bottom: 20px;
    }
    .page button{
        width: 70px;
        height: 30px;
        font-size: 12px;
    }
    .page ul li{
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .nei-product .product-nav .leibei{
        height: auto;
    }
    .nei-product .product-list .pro-item .jiahao{top: 26%;}
    .nei-product .product-list .pro-item p{font-size: 12px;}
    .nei-product .product-nav .leibei:nth-child(2) ul,
    .nei-product .product-nav .leibei:nth-child(3) ul{display: none;}
    .nei-product.product .product-nav .leibei ul{
        position: absolute;
        top: 56px;
        left: 0;
        z-index: 99;
        background-color: white;
        padding: 0 15px;
        width: 100%;
        padding-bottom: 6px;
        border: 1px #e85b56 solid;
        border-top: 0;
        box-sizing: border-box;
    }
    .nei-product.product .product-nav .leibei ul .more{
        display: none;
    }
    .nei-product .product-nav .leibei ul li{
        float: left;
        margin-right: 16px;
    }
    .nei-product .product-nav .leibei ul li:last-child{
        display: none;
    }
    .nei-product .product-nav .leibei ul a{
        font-size: 14px;
        line-height: 40px;
    }
    /* 内页-产品详情 */
    .xq-box .item-1{
        flex-direction: column;
        padding-top: 16px;
    }
    .xq-box .item-1 .pic{
        width: 100%;
        height: auto;
    }
    .xq-box .item-1 .text{
        width: 100%;
    }
    .xq-box .item-1 .text h3{
        font-size: 20px;
        line-height: 50px;
    }
    .xq-box .item-1 .text .wenan p{
        font-size: 16px;
        line-height: 40px;
    }
    .xq-box .item-1 .text .rexian{
        margin-top: 18px;
    }
    .xq-box .item-1 .text .rexian h4{
        font-size: 18px;
    }
    .xq-box .item-1 .text .rexian .youshi{
        margin-top: 14px;
    }
    .xq-box .item-1 .text .rexian .youshi p{
        font-size: 16px;
    }
    .xq-box .item-1 .text a{
        margin-top: 18px;
        font-size: 18px;
        line-height: 40px;
        border-radius: 8px;
    }
    .item-2 .item-2-nav{
        margin-top: 20px;
    }
    .item-2 .item-2-nav p{
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .item-2 .item-2-nav p:nth-child(2){
        display: none;
    }
    .item-2 .item-2-xq{
        overflow: hidden;
        padding-bottom: 20px;
    }
    .item-2 .item-2-xq img{
        width: 100%;
    }
    .item-2 .button a{
        font-size: 12px;
    }
    .item-2 .button a:nth-child(1){
        margin-right: 13%;
    }
    .item-4 .field-list{
        padding-bottom: 20px;
    }
    .item-4 .field-list .field-item{
        width: 48%;
        margin-bottom: 14px;
    }
    .item-4 .field-list .field-item .img{
        width: 100%;
        height: 120px;
    }
    .item-4 .field-list .field-item .img img{
        width: 100%;
    }
    .item-3 .tuijian-product{
        padding-top: 20px;
    }
    /* 公司介绍 */
    .nei-nav .nei-wrap ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nei-nav .nei-wrap ul li a{
        font-size: 14px;
        line-height: 40px;
    }
    .neiye-about{
        padding-top: 12px;
        flex-direction: column;
    }
    .neiye-about .about-left{
        width: 100%;
    }
    .neiye-about .about-left h3{
        font-size: 30px;
        text-align: center;
    }
    .neiye-about .about-left h3:nth-child(2){
        font-size: 24px;
    }
    .neiye-about .about-left p{
        margin-top: 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .neiye-about .about-right{
        width: 100%;
        margin-top: 14px;
    }
    .neiye-about .about-right img{
        width: 100%;
    }
    .number{
        padding-top: 20px;
        margin-top: 10px;
        height: auto;
    }
    .number h2{
        font-size: 20px;
    }
    .number .clearfix{
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 28px;
    }
    .number .clearfix li{
        margin-bottom: 30px;
        width: 40%;
    }
    .culture .wenhua-wrap{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .culture .wenhua-wrap .culture-box{
        margin-top: 20px;
        flex-wrap: wrap;
        padding: 0 6px;
    }
    .culture .wenhua-wrap .culture-box .item-1{
        margin-bottom: 16px;
        width: 50%;
    }
    .culture-box .xuxian{
        display: none;
    }
    .culture-box .item-1 p{
        font-size: 16px;
        margin-top: 8px;
    }
    .culture-box .item-1 p:nth-child(3){
        font-size: 14px;
    }
    .culture .culture-box2{
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .culture .culture-box2 .item-2{
        width: 100%;
        padding: 20px 14px;
        height: 200px;
        margin-bottom: 14px;
    }
    .culture .culture-box2 .item-2 h4{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .culture .culture-box2 .item-2 p{
        font-size: 15px;
        line-height: 30px;
    }
    .history{
        padding-top: 0px;
    }
    #swiper1{
        margin-top: 20px;
    }
    #swiper1 .swiper-slide .item .time{
        margin-top: 28px;
    }
    #swiper1 .swiper-slide .item{
        padding: 0 10px;
        height: 300px;
    }
    #swiper1 .swiper-slide .item p{
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 50%;
    }
    .swiper-button-next{
        right: 10px;
    }
    .swiper-button-prev{
        left: 10px;
    }
    #swiper1 .swiper-slide{
        height: 370px;
    }
    #swiper1 .swiper-slide .item:hover{
        height: 370px;
    }
    #swiper1 .swiper-slide .item img{
        margin-left: -55px;
    }
    #swiper1 .swiper-slide .item:hover img{
        width: 110px;
    }
    .nei-news{
        padding-top: 16px;
    }
    .nei-news .new-list{
        margin-top: 20px;
    }
    .nei-news .new-list .item{
        width: 100%;
        flex-direction: column;
        padding: 10px;
        margin-bottom: 14px;
    }
    .nei-news .new-list .item .img{
        display: none;
    }
    .nei-news .new-list .item:nth-child(1) .img{
        display: block;
    }
    .nei-news .new-list .item .img,
    .nei-news .new-list .item .img img,
    .nei-news .new-list .item .text{
        width: 100%;
    }
    .nei-news .new-list .item .text h4{
        font-size: 18px;
    }
    .nei-news .new-list .item .text p{
        margin-top: 6px;
        font-size: 14px;
    }
    .nei-news .new-list .item .text h6{
        margin-top: 10px;
    }
    .lianxi-us{padding-top: 16px;}
    .lianxi-us .lianxi-wrap{
        padding-top: 10px;
    }
    .lianxi-us .lianxi-wrap .item{
        width: 100%;
        border-bottom: 1px #2094ce dotted;
        padding: 14px 0;
        display: flex;
        height: auto;
        line-height: 30px;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .lianxi-us .lianxi-wrap .item h4{font-size: 16px;}
    .lianxi-us .lianxi-wrap .item h4::after{display: none;}
    .lianxi-us .lianxi-wrap .item p{
        margin: 0;
        font-size: 16px;
        margin-left: 10px;
    }
    .lianxi-us .lianxi-wrap .item:hover{
        border-radius: 6px;
    }
    .lianxi-us .lianxi-wrap .item img{
        position: static;
        order: -1;
        margin-right: 14px;
        width: 30px;
    }
    .lianxi-us .lianxi-wrap .item:last-child{
        margin: 0;
    }
    .ditu .myaddress-pic{
        height: 350px !important;
        margin: 20px 0px 30px !important;
    }


    /*手机-企业文化 */

    .wenhua{padding-top: 20px;}
    .wenhua .culture-wrap{padding-top: 20px;}
    .culture-item{width: 100%;padding: 20px;height: auto;margin-bottom: 14px;background-size: cover;}
    .culture-item h3{padding: 0;font-size: 22px;}
    .culture-item h3::before{height: 2px; top: 42px;}
    .culture-item p{font-size: 16px;width: 100%;margin-top: 16px;}
    .jiagou{padding-top: 20px;padding-bottom: 30px;}
    .jiagou .wenhua-wrap img{width: 100%;}

    /* 手机-合作客户 */
    .kehu{padding-top: 20px;}
    .kehu .customer-wrap div{opacity: 1;filter: grayscale(0);}
    
    /* 手机-资料下载 */
    .download{padding-top: 20px;}
    .report th{font-size: 14px;line-height: 40px;}
    .report th:nth-child(1){width: 20%;}
    .report th:nth-child(2){width: 40%;}
    .report th:nth-child(3){width: 20%;}
    .report th:nth-child(4){width: 20%;}
    .report td {padding: 10px 0;font-size: 12px;}
    .report{margin-top: 20px;padding-bottom: 20px;}

    /* 手机-工厂环境 */

    .factory{padding-top: 20px;}
    .factory .factory-1 .item{height: auto;margin-bottom: 14px;}
    .factory .first{margin-top: 20px;}

    /* 手机-应用领域 */

    .nei-field .fileld-nei-wrap{padding-top: 20px;justify-content: space-between;}
    .nei-field .field-item{width: 48%;margin-right: 0;margin-bottom: 14px;}
    .nei-field .field-item .img{height: auto;}
    .nei-field .field-item .img img{width: 100%;height: 143px;}
    .nei-field .field-item p{line-height: 40px;font-size: 16px;}
    .nei-field .field-item p::after{opacity: .5;}

    /* 手机-发展历程 */

    .history-nei{padding-top: 20px;}
    .history-nei .history-list{margin-top: 20px;}
    .history-nei .history-list .item{flex-direction: column;margin-bottom: 20px;}
    .history-nei .history-list .item .shuxian{display: none;}
    .history-nei .history-list .item .box2{margin-left: 0;width: 100%;margin-top: 10px;}
    .history-nei .history-list .item h4{font-size: 20px;width: 100px;height: 40px;line-height: 40px;}
    .history-nei .history-list .item h4::after{width: 100px;right: -120px;}
    .history-nei .history-list .item .box2 h5{top: -52px;right: 6px;font-size: 14px;}
    .history-nei .history-list .item .box2 h2{font-size: 20px;}
    .history-nei .history-list .item .box2 h5 span{font-size: 30px;}
    .history-nei .history-list .item .box2 p{width: 100%;display: block;font-size: 14px;}
    .history-nei .history-list .item .box2 img{
        width: 100%;
        float: none;
        margin-top: 14px;
    }

    /* 手机-荣誉资质 */

    .nei-honor{padding-top: 16px;}
    .nei-honor .honor-nei-list{margin-top: 20px;justify-content: space-between;}
    .nei-honor .honor-nei-list .item-box{width: 48%;box-sizing: border-box;margin-right: 0;}
    .nei-honor .honor-nei-list .honor-item{width: 100%;border-width: 7px;height: 120px;}
    .nei-honor .honor-nei-list .item-box p{font-size: 16px; line-height: 40px;}

    /* 手机-解决方案 */

    .nei-solution{padding-bottom: 20px;}
    .nei-solution .item-wrap .item{padding: 20px 15px;}
    .nei-solution .item-wrap .item .img{width: 38%;height: auto;}
    .nei-solution .item-wrap .item .img img{width: 100%;}
    .nei-solution .item-wrap .item a{width: 58%;}
    .nei-solution .item-wrap .item a h3{font-size: 18px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
    .nei-solution .item-wrap .item a .miaoshu{margin-top: 10px; font-size: 14px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: auto;}
    .nei-solution .item-wrap .item a h5{opacity: .5;font-size: 16px;font-weight: 500;}
    .nei-solution .item-wrap .item a h3::after{left: auto;right: 0;}

    /* 手机-新闻列表 */

    .news-nei .news-list-nei{padding-bottom: 10px;}
    .news-nei .news-list-nei .item{padding-top: 20px;position: relative;padding-bottom: 20px;}
    .news-nei .news-list-nei .item .img{width: 37%;height: auto;}
    .news-nei .news-list-nei .item .img img{width: 100%;}
    .news-nei .news-list-nei .item .time{width: 84px;position: absolute;top: 52%;left: 40.5%;height: auto;opacity: .5; border-width: 0px;}
    .news-nei .news-list-nei .item .text{width: 60%;}
    .news-nei .news-list-nei .item .text h2{font-size: 16px;line-height: 25px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .news-nei .news-list-nei .item .text p{margin-top: 0px;font-size: 13px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .news-nei .news-list-nei .item .text a{font-size: 12px;padding: 4px 12px;bottom: 3%;}
    .news-nei .news-list-nei .item .time P{float: left;font-size: 16px;}
    .news-nei .news-list-nei .item .time h3{float: right;font-size: 16px;margin-top: 0;}


    /* 手机-新闻详情 */

    .news-xq .xw h3{font-size: 20px;margin-top: 20px;}
    .news-xq .xw span{padding: 10px 0;font-size: 16px;}
    .news-xq .xw p{padding-top: 14px;font-size: 14px;line-height: 22px;padding-bottom: 50px;}
    .news-xq .xw .button a{padding: 8px 10px;}
    .news-xq .xw .button a:nth-child(1){margin: 0;padding: 8px 16px;margin-right: 22%;}
    .news-xq .tujian .xw-tuijian .tuijian-list{flex-wrap: wrap;}
    .news-xq .tujian .xw-tuijian .tuijian-list .list-left{width: 100%;height: auto;}
    .tujian .xw-tuijian .tuijian-list .list-right{margin: 0;width: 100%;}
    .tujian .xw-tuijian .tuijian-list .list-left p{bottom: 5px;font-size: 16px;line-height: 50px;}
    .xw-tuijian .tuijian-list .list-right .item{padding: 0 4px; border-bottom: 1px rgba(0, 0, 0, 0.1) solid;margin-bottom: 14px;}
    .xw-tuijian .tuijian-list .list-right .item h3{font-size: 20px;margin-right: 20px;}
    .xw-tuijian .tuijian-list .list-right .item h3::after{height: 20px;right: -10px;top: 5px;}
    .xw-tuijian .tuijian-list .list-right .item p{font-size: 16px;width: auto;}
    .xw-tuijian .tuijian-list .list-right .item h4{font-size: 14px;width: 35%;}
    .news-xq .xw-tuijian .tuijian-nav p, .news-xq .cp-tuijian .tuijian-nav p{font-size: 18px;}
    .news-xq .tujian .tuijian-nav a {font-size: 16px;}
    .news-xq .cp-tuijian{padding: 0 15px;padding-bottom: 20px;}
    .news-xq .cp-tuijian .tuijian-list{margin-top: 0;}
    .news-xq .tujian .tuijian-nav{padding-top: 10px;}
    .tujian{padding: 0;}
    .news-xq .xw .button{padding-bottom: 24px;}

    /* 手机-在线留言 */

    .message{padding-top: 14px;}
    .message .right{padding-top: 20px;}
    .message .right p{font-size: 14px;margin-bottom: 20px;}
    .message .right input{padding: 0 20px;line-height: 40px;padding-left: 30px;font-size: 14px;}
    .message .right .name::after,
    .message .right .youxiang::after,
    .message .right .iphone::after,
    .message .right .dizhi::after{left: 7%;}
    .message .right .neirong textarea{padding: 14px;}
    .message .right .tijiao input{font-size: 18px;height: 40px;}

    /* 手机-导航栏 */
    .pageBanner .imgDiv img{width: 100%}
    .pageBanner{padding-top: 56px;}
    .banner img{width: 100%;}
    .mobile-nav .logo img{width: 120px;}
    .mean-container .mean-bar{background-color: white;}
    .mean-container a.meanmenu-reveal span{background-color: #e85b56;}
    .mean-container a.meanmenu-reveal{color: #e85b56;}
    .mobile-nav.mean-container .mean-nav ul li a.active{color: #e85b56}
    
    /* 其他微调 */
    .news-wrap .new-list .list-1 .text{font-size: 14px;}
    .news-wrap .new-list .list-1 .text .time{width: 30%}
    .product .product-nav .leibei ul li:after{display: none}
    
    .footer .copyright .di p{
        margin: 0;
        border: none;
    }
    .footer .copyright .di{
        flex-wrap: wrap;
    }
    .footer .copyright .di p:last-child{
        /*flex: 1;*/
    }
    .footer .copyright .di>a {
    margin-left: 0px;
}
}

