/*响应式*/
@media screen and (max-width: 1200px) {
    .warpper{
        width:auto;
        padding: 0 5%;
    }
    .logo{
        width: 30%;
    }
    .logo img{
        max-width: 72px;
    }
    .logo-tit{
        margin-left: 10px;
    }
    .logo-tit h3{
        font-size: 29px;
    }
    .logo-tit p strong{
        font-size: 25px;
    }
    .logo-tit p span{
        font-size: 12px;
    }
    .nav{
        width: 68%;
    }
    .nav ul li{
        width: 14%;
        margin-right: 0;
    }
    .nav ul li:before{
        background-size: cover!important;
    }
    .cp-left{
        display: none!important;
    }
    .cp-list .list{
        width: 100%;
    }
    .cp-list .list ul li{
        width: 31.7%;
        margin-right: 2%;
    }
    .cp-list .list ul li .cp-img{
        margin: 1%;
        width: 98%;
        height: 98%;
    }
    .advert-left{
        width: 60%;
    }
    .advert-left h3{
        font-size: 23px;
    }
    .advert-right{
        width: 30%;
        margin-right: 0;
    }
    .advert-right a{
        width: 100%;
        border-radius: 20px;
    }
    .shili ul li{
        width: 40%;
    }
    .shili ul li:nth-child(odd){
        margin-right: 0;
    }
    .shili ul li:nth-child(even){
        float: right;
    }
    .shili ul{
        background-size: 30%;
    }
    .case-left{
        width: 60%;
    }
    .case-right{
        width: 30%;
        padding: 5%;
    }
    .case-right p{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .case-list ul li{
        width: 19%;
        margin-right: 1%;
    }
    .case-list ul li .case-tit p{
        font-size: 14px;
    }
    .message{
        padding: 40px 0;
        background-size: cover;
    }
    .mes-left{
        width: 30%;
    }
    .mes-left p{
        font-size: 18px;
    }
    .mes-left h3{
        font-size: 24px;
    }
    .mes-right{
        width: 60%;
    }
    .mes-right input{
        width: 49%;
        margin-right: 1%;
    }
    .mes-right textarea{
        width: 99%;
    }
    .mes-right .verify{
        width: 20%;
    }
    .mes-right .submit{
        width: 28%;
        margin-right: 1%;
    }
    .com-left{
        width: 60%;
    }
    .com-right{
        width: 45%;
    }
    .com-bo ul{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .com-bo ul li {
        width: 25%;
        margin-right: 0;
    }
    .n-left{
        width: 30%;
        padding: 2%;
    }
    .n-right{
        width: 60%;
    }
    .n1-tit h3{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .n1-tit p{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .n-right ul li .n2-img{
        width: 25%;
    }
    .n-right ul li .n2-tit{
        width: 70%;
    }
    .n-right ul li .n2-tit h3{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .n-right ul li .n2-tit p{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .foot1{
        width: 40%;
    }
    .foot2{
        width: 20%;
        margin-left: 5%;
    }
    .foot3{
        width: 30%;
    }
    .foot3 .wei{
        width: 49%;
    }
    .about-honor .honor{
        width: 100%;
    }
    .common-inner .inner-left{
        width: 25%;
    }
    .pro-sider{
        width: 100%;
    }
    .pro-sider .in-title{
        width: 100%;
    }
    .product-list{
        width: 70%;
    }
    .product-list ul li{
        width: 32%;
        margin-right: 2%
    }
    .prodect-Info .info-center .infoCenter-right{
        width: 67%;
        padding: 0;
    }
    .prodect-Info .info-main{
        padding: 0;
    }
    .prodect-Info .info-main .info-preview{
        width: 47%;
    }
    #MagnifierWrap2{
        width: 100%;
    }
    .MagnifierMain{
        width: 100%;
    }
    .spec-items{
        width: 82%;
    }
    .prodect-Info .info-main .info-main-rig{
        width: 47%;
    }
    .common-inner .inner-right .de-honor-list ul li{
        width: 24.25%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .common-inner .inner-right .de-news-list ul li .img{
        width: 25%;
    }
    .common-inner .inner-right .de-news-list ul li .box{
        width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .head{
        height: auto;
    }
    .logo{
        width: 26%;
        padding-top: 30px;
    }
    .logo img{
        max-width: 48px;
    }
    .logo-tit h3{
        font-size: 20px;
    }
    .logo-tit p{
        display: none;
    }
    .nav{
        width:73%;
    }
    .nav ul li a{
        font-size: 14px;
    }
    .nav ul li.active:before{
        background: #078bef;
    }
    .nav ul li:hover:before{
        background: #078bef;
    }
    .cp-type ul li{
        padding: 0 15px;
        margin-right: 1px;
    }
    .shili{
        padding: 60px 0 0 0;
    }
    .shili ul{
        background: none;
        margin-top: 20px;
    }
    .shili ul li{
        width: 48%;
        height: 235px;
        margin-bottom: 0;
    }
    .case-right{
        height: 322px;
    }
    .mes-left .m-tel{
        width: 100%;
        background: #eb6100 url(../img/m-tel.png) no-repeat center left 10px;
        text-indent: 45px;
    }
    .mes-left .m-tel strong{
        font-size: 15px;
    }
    .com-tit p{
        font-size: 12px;
    }
    .com-bo ul li h3{
        font-size: 16px;
    }
    .n-right ul li .n2-tit p{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp:2;
        -webkit-box-orient: vertical;
    }
    .n-right ul li{
        height: 165px;
    }
    .foot1 p{
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-bottom: 30px;
    }
    .common-inner .inner-right .de-honor-list ul li .img{
        height: 158px;
    }
    .product-list ul li{
        height: 160px;
    }
    .sider-tel{
        background: none;
        padding-left: 0;
    }
    .common-inner .inner-right .de-contact .contact-list{
        width: 37%;
    }
    .contact-map{
        height: 400px;
    }
    .prodect-Info .info-center .infoCenter-left{
        width: 25%;
    }
}
@media screen and (max-width:775px) {
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .head{
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .logo{
        width: 80%;
        padding-top:0;
    }
    .nav{
        width: 100%;
        display: none;
        position: absolute;
        z-index: 1000;
        background: rgba(0,0,0,0.8);
        padding: 20px 0;
    }
    .nav ul li{
        height: 35px;
        width: 100%;
        line-height: 35px;
    }
    .nav ul li a{
        color: #fff;
        padding-top: 0;
    }
    .nav ul li a span{
        display: none;
    }
    .menu{
        float: right;
        padding-top: 15px;
    }
    .menu span{
        width: 30px;
        height: 3px;
        background: #333;
        display: block;
        margin-bottom: 2px;
    }
    .title h3{
        font-size: 24px;
    }
    .title p{
        font-size: 30px;
    }
    .cp-type ul li{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .cp-type ul li a{
        font-size: 15px;

    }
    .cp-list .list ul li{
        width: 49%;
        margin-right: 2%;
        border: none;
    }
    .cp-list .list ul li:nth-child(2n){
        margin-right: 0;
    }
    .cp-list .list ul li:nth-child(3){
        margin-right: 2%;
    }
    .cp-list .list ul li{
        height: 160px;
    }
    .chanpin{
        padding: 3% 0;
    }
    .cp-type{
        padding: 3% 0;
    }
    .advert{
        background-size: cover;
        padding: 4% 0;
    }
    .advert-left{
        width: 100%;
    }
    .advert-left ul{
		display: none;
        width: 100%;
	
    }
    .advert-left p{
        font-size: 18px;
    }
    .advert-left ul li{
        width: auto;
        font-size: 16px;
        padding-right: 3%;
    }
    .advert-left ul li:last-child{
        padding-right: 0;
    }
    .advert-right{
        width: 100%;
    }
    .shili ul li{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .num{
        margin-bottom: 10px;
    }
    .num strong{
        font-size: 24px;
    }
    .case{
        padding: 3% 0;
    }
    .case-left{
        width: 100%;
        height: 250px;
    }
    .case-right{
        width: 90%;
        height: auto;
    }
    .case-list ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .case-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .case-list ul li:nth-child(5){
        display: none;
    }
    .mes-left{
        width: 100%;
    }
    .mes-left p{
        font-size: 17px;
    }
    .mes-right{
        width: 100%;
    }
    .company{
        padding: 3% 0;
    }
    .com-left{
        width: 100%;
    }
    .com-text{
        margin-top: 20px;
        padding: 3% 3% 8% 3%;
    }
    .com-right{
        width: 97%;
        height:250px;
        position: relative;
    }
    .com-bo ul{
        display: block;
    }
    .com-bo ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .com-bo ul li{
        width: 50%;
    }
    .com-bo{
        margin-top: 3%;
    }
    .news{
        padding: 3% 0;
    }
    .n-left{
        width: 96%;
        margin-bottom: 2%;
        height: auto;
    }
    .n1-img{
        height: 200px;
    }
    .n-right{
        width: 100%;
    }
    .foot1{
        width: 100%;
        height: auto;
        padding-bottom: 3%;
        margin-bottom: 3%;
        border-right: none;
        border-bottom: 1px solid #313131;
    }
    .foot2{
        width: 100%;
        height: auto;
        padding-bottom: 3%;
        margin-bottom: 3%;
        margin-left: 0;
        border-right: 0;
        border-bottom: 1px solid #313131;
    }
    .foot3{
        width: 100%;
    }
    .foot1 p{
        display: none;
    }
    .footer{
        padding: 5% 0;
    }
    .common-inner .inner-left{
        width: 100%;
    }
    .pro-sider .in-title{
        background:#078bef url(../img/p-title.png) no-repeat center;
    }
    .pro-sider-tel{
        display: none;
    }
    .product-list{
        width: 100%;
    }
    .product-list ul li{
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .product-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .product-list ul li:nth-child(3),.product-list ul li:nth-child(9){
        margin-right: 2%;
    }
    .de-page-mian .page-inner span{
        display: none;
    }
    .de-page-mian .page-inner input{
        display: none;
    }
    .de-page-mian .page-inner a.page-btn{
        display: none;
    }
    .prodect-Info .info-center .infoCenter-left{
        width: 100%;
    }
    .prodect-Info .info-center .infoCenter-right{
        width: 100%;
    }
    .prodect-Info .info-main .info-preview{
        width: 100%;
    }
    .prodect-Info .info-main .info-main-rig{
        width: 100%;
    }
    #MagnifierWrap2{
        width: 99%;
    }
    .prodect-Info .info-main .info-main-rig .order-btn{
        display: none;
    }
    .common-inner .inner-right .de-honor-list ul li{
        width: 49%;
        margin-right: 2%;
    }
    .common-inner .inner-right .de-honor-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .common-inner .inner-right .de-news-list ul li .img{
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .common-inner .inner-right .de-news-list ul li .box{
        width: 100%;
    }
    .common-inner .inner-right .de-contact .contact-list{
        width: 90%;
        padding: 5%;
    }
    .c-liuyan{
        width: 90%;
        padding: 5%;
    }
}