/* ------------移动端兼容方案 */

@media (max-width: 500px) {
    .header-logo img.pc {
      max-width: 230px;
      max-height: 100%;
    }
    .header-logo{
      height: 64px;
      line-height: 64px;
      margin-left: 10px;
    }
    .header-condition{
      height: 64px;
      transition: 0s;
    }
    .header {
      display: block;
      height: 64px;
    }
    .header.in, .header.on{
      height: 64px;
      background: #fff;
    }
    .header-inter{
      margin: 13px 0 0 18px !important;
    }
    .header-inter i{
      font-size: 16px !important;
    }
    /* .topx-content {
      position: relative;
      margin-top: -30px !important;
    } */
    .topx-item > div > .topx-title > b{
      font-size: 18px !important;
    }
    /* .topx-content:before {
      display: block !important;
      top: 5px !important;
    } */
    .topx-item > div > ul > li {
      float: left !important;
    }
    .topx-item > div > span{
      margin-top: 14px !important;
    }
    .topx-item > div > span > a{
      line-height: 30px !important;
      padding: 0 10px !important;
      font-size: 11px !important;
    }
    .news{
      display: none !important;
    }
    .news_mobile{
        display: block !important;
    }
    .news-title{
        text-align: center !important;
    }
    .news-item > a > u{
        display: none !important;
    }
    .news-title > b{
        font-size: .35rem;
    }
    .news-title > p{
        font-size: .35rem;
    }
    .positive-content{
        padding: 30px 0 !important;
    }
    .positive-content > h2{
        font-size: .35rem !important;
    }
    .positive-content ul > li > span > p{
        line-height: 2;
    }
    
    .intx{
      margin-bottom: 18px !important;
    }
    .intx-text h3{
      font-size: .35rem !important;
    }
    .intx-text h4{
      font-size: .26rem !important;
    }
    .bottom-ewm img.ewm{
      width: 80px !important;
    }
    .show-content h3,.bound {
      display: none !important;
    }
    .bottom-contact h2>img{
      width: 120px !important;
    }
    .case, .tact, .bottom-items{
        display: none !important;
    }
    .join,.topx{
        display: none !important;
    }
    .hbk{
        display: block !important;
    }
    .navlist,.floor_1_main{
        display: block !important;
        margin-bottom: 18px !important;
    }
}

@media (max-width: 500px) {
    body{
        background-color: #f1f1f1 !important;
    }
    article{
        max-width: 100%;
    }
    .intx-content{
        padding:.4rem !important;
    }
    .intx-text > p {
        font-size: 14px;
        line-height: 2;
    }
    .intx-text > div > a {
        line-height: 34px;
        padding: 0 14px;
    }
    .intx-text > div > a > b {
        font-size: 14px;
    }
    .intx-item a b{
        display: none;
    }
    .bottom{
        padding: 18px;
    }
    .bottom-contact{
        width: 100%;
        padding-right: 0 !important;
    }
    .footer-beian{
        font-size: .22rem;
    }
    .subnav{
        font-size: 13px;
        line-height: 32px;
        padding: 0 15px;
    }
    .service1,.service2,.service3,.service4{
        padding: 18px 15px;
        background-color: #fff;
    }
    .service1-content > aside,
    .service2-content > aside,
    .service3-content > aside{
        text-align: left;
    }
    .service1-content ul > li {
        width: 49%;
        padding: 4px 6px;
    }
    .service1-content ul > li >p{
        text-align: left;
    }
    .service1-content ul > li > img{
        transform: scale(.9);
    }
    
    .service1-content{
        transform: scale(0.95);
    }
    .edge1{
        padding: 30px 15px 18px;
    }
    .edge1-content ul > li{
        padding: 4px 6px;
    }
    .edge1-content ul > li > i{
        transform: scale(.8);
    }

    .service3-content ul > li > b{
        font-size: 48px;
    }

/* 关于我们 */
    .show-content,.productlist{
        padding: 0 15px;
        background-color: #fff;
    }
    .honor-title{
        padding: 0 15px;
    }

    /* 产品 */
    .productlist-item{
        width: 50%;
    }
    .productlist-item>a>span>u{
        display: none;
    }
    .productlist-item>a>span{
        overflow: hidden;    
        text-overflow: ellipsis;    
        white-space: nowrap;
    }
    .productlist-item>a>span>b{
        font-size: 14px;
        /* display: contents; */
        
    }
    .productlist-item>a:hover>div>span{
        display: none;
    }
    .productdetail{
        padding: 18px 15px;
        background-color: #fff;
    }

    .newslist-content{
        /* padding: 0 5px; */
    }
    .newslist-item > a > span > h3{
        font-size: 15px;
    }
    
    .newslist-item > a > span > u{
        display: none;
    }
    .newsdetail{
        padding: 18px 15px;
        background-color: #fff;
    }
    .newsdetail-recommend ul > li > a{
        font-size: 15px;
    }
    .contact-title{
        padding: 0 15px;
    }
    .contact-text{
        padding: 0 10px;
    }
    
    
}

.navlist {
    display: none;
	background: #fff;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
    overflow: auto;
}
.navlist ul {
    padding:.10rem .20rem .15rem;
    overflow: auto;
}
.navlist li {
	float: left;
	width: 25%;
	text-align: center;
    margin-top:.12rem;
	display: block;
}
.navlist li a {
	display: block;
}
.navlist li .tb {
    transform: scale(0.8);
    width:.92rem;
    height:.9rem;
	margin: 0 auto;
	background: url(../images/menu.png) no-repeat 0 0;
	background-size: 4.0rem auto;
	display: block;
}
.navlist li h3 {
    line-height:.50rem;
    font-size:.24rem;
	color: #333;
    height:.50rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-weight: 400;
}
.navlist li:nth-child(1) .tb {
	background-position: 0 0;
}
.navlist li:nth-child(2) .tb {
	background-position: -1.0rem 0;
}
.navlist li:nth-child(3) .tb {
	background-position: -2.0rem 0;
}
.navlist li:nth-child(4) .tb {
	background-position: -3.0rem 0;
}
.navlist li:nth-child(5) .tb {
	background-position: 0 -1.0rem;
}
.navlist li:nth-child(6) .tb {
	background-position: -1.0rem -1.0rem;
}
.navlist li:nth-child(7) .tb {
	background-position: -2.0rem -1.0rem;
}
.navlist li:nth-child(8) .tb {
	background-position: -3.0rem -1.0rem;
}



  /* ------------/移动端兼容方案 */

.floor_1_main { 
    padding: .10rem .20rem .15rem;
    display: none;
    margin: 0 auto;
    background-color: #fff;
}
.floor_1_main .title{
    
    color: #23a902;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 ;
}
.floor_1_main .title h3{
    font-size: .35rem;
}

.floor_1_main .floor_1 .productlist {
    overflow: hidden;
    padding:.10rem .10rem 0;
}
.productlist .item {
    width: 49%;
    float: left;
    margin-bottom:.2rem;
    margin-right: 2%;
    border: 1px solid #ececec;
}
.productlist li:nth-child(2n) {
    margin-right: 0;
}
.productlist .item a {
    display: block;
}
.productlist .item figure {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.productlist .item img {
    width: 100%;
    display: block;
}
.productlist .item h3 {
    color: #333;
    font-size: .24rem;
    height:.64rem;
    line-height: .64rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}


.hbk {
    display: none;
	width: 100%;
    height:.3rem;
	background: url(../images/line1.jpg) repeat-x left top;
    background-size:.15rem auto;
}