@media screen and (max-width: 991px){
    .header-nav{
        padding:0 2%;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 222222222;
        margin: 0;
    }
    .header-nav-icon{
        float: right;
        width: 40px;
        margin-top: 3%;
    }
    .header-nav ul{
        z-index: 2222;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #eee;
        display: none;
        border-top: 1px solid #fff;
    }
    .header-nav ul li{
        width: 100%;
    }
    .body-content{
        margin-top: 62px;
        background-color: #fff;
    }

    /*** product ***/
    .home-products{
        padding: 5% 1%;
    }
    .home-products-t{
        overflow: hidden;
        background-color: #333;
        padding: 1% 2%;
        height: 45px;
        position: relative;
    }
    .home-products-t>img{
        width: 28px;
        float: left;
        margin-right: 4px;
        margin-top:6px;
    }
    .home-products-title{
        float: left;
    }
    .products-title-en{
        font-size: 16px !important;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-top:2px;
        margin-bottom: 0;
        font-style: normal !important;
    }
    .products-title-cn{
        font-size: 12px;
        color: #fff;
        line-height: 4px;
        margin-bottom: 0;
        height: auto;
    }
    .products-title-cn:before{
        display: block;
        width:12px;
        height: 2px;
        background-color: #333;
    }
    .home-products-cat{
        position: absolute;
        right: 10px;
        top: 6px;
    }
    .home-products-cat ul{
        overflow: hidden;
    }
    .home-products-cat ul li{
        float: left;
        width: 25%;
        text-align: right;
    }
    .home-products-cat ul li a{
        font-size: 15px;
        color: #333;
        font-weight: bold;
    }
    .home-products-b{
        overflow: hidden;
        padding-top: 2%;
    }
    .home-products-b>div{
        float: left;
        width: 48%;
        margin-right: 3%;
        margin-bottom: 2%;
        cursor: pointer;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .home-products-b>div:nth-child(2n+2){
        margin-right: 0;
    }
    .home-products-pic{
        width:100%;
        height: 68px;
    }
    .home-products-catName{
        font-size: 14px;
        color: #fff;
        position: relative;
        padding: 3%;
        width: 100%;
        background-color: rgba(0,0,0,.8);
    }
    .home-products-catName img{
        width: 16px;
        position: absolute;
        right: 3%;
        top:50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .home-products-more{
        border: 2px solid #6b9331;
        padding: 0 10px 1px 10px;
        margin-top: 5px;
        cursor: pointer;
    }
    .home-products-more a{
        display: block;
        height: 100%;
        width: 100%;
    }
    .home-products-more a img{
        width: 14px;
        vertical-align: middle;
    }

    /*** 案例 ***/
    .home-cases{
        padding: 0 1% 5% 1%;
    }
    .home-cases .home-cases-title{
        overflow: hidden;
        background-color: #333;
        padding:1% 2%;
        height: 45px;
    }
    .home-cases .home-cases-title>img{
        width: 22px;
        float: left;
        margin-right: 4px;
        margin-top:8px;
    }
    .home-cases .products-title-cn{
        color:#fff;
    }
    .home-cases-con{
        overflow: hidden;
        margin-top:2%;
    }
    .home-cases-item{
        overflow: hidden;
    }
    .home-cases-item>div{
        float: left;
        width:49%;
        margin-right: 2%;
        margin-bottom: 2%;
        border:1px solid #fff;
        position: relative;
    }
    .home-cases-item>div:nth-child(3n+3){
        margin-right: 2%;
    }
    .home-cases-item>div:nth-child(2n+2){
        margin-right: 0;
    }
    .home-cases-item>div img{}
    .home-cases-itemName{
        position: absolute;
        bottom:0;
        height: 30px;
        line-height: 30px;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        font-size: 14px;
        padding-left: 6%;
        box-shadow: 0 0 10px rgba(255,255,255,.4);
    }
    /**** 关于我们 ****/
    .home-aboutUs{
        padding: 0 1% 5% 1%;
        position: relative;
        background-color: #fff;
        margin-top: 6%;
    }
    .home-aboutUs .home-cases-title{
        overflow: hidden;
        background-color: #333;
        padding:1% 2%;
        height: 45px;
        margin-left: 0;
        text-align: left;
    }
    .home-aboutUs .home-cases-title>img{
        width: 26px;
        float: left;
        margin-right: 8px;
        margin-top:6px;
    }
    .home-aboutUs .products-title-cn{
        color:#fff;
    }
    .home-aboutUs-r{
        width: 100%;
        margin-top:2%;
        position: relative;
    }
    .home-aboutUs-txt1{
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }
    .home-aboutUs-txt2{
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        color: #616060;
        font-style: italic;
    }
    .home-aboutUs-txt2:after{
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #6b9331;
        margin: 1% 0 2% 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .home-aboutUs-txt3{
        font-size: 14px;
        font-weight: bold;
        padding-right: 0;
    }
    .home-aboutUs-txt4{
        margin-top: 4px;
        font-size: 14px;
        font-weight: bold;
        padding-right: 0;
    }
    .home-aboutUs-r .home-aboutUs-seeMore{
        display: inline-block;
        margin-top: 4%;
        font-size: 14px;
        font-weight: bold;
        float: right;
        padding: 3px 20px;
        letter-spacing: 2px;
        border:2px solid #6b9331;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
    }
    .home-aboutUs-seeMore a{
        display:block;
        width:100%;
        height: 100%;
        color:#6b9331;
    }
    .home-aboutUs-r .home-aboutUs-seeMore:hover{
        background-color:#6b9331;
    }
    .home-aboutUs-r .home-aboutUs-seeMore:hover a{
        color:#fff;
    }

    /**** honor ****/
    .home-honor{
        padding: 0 1% 5% 1%;
    }
    .home-honor .home-cases-title{
        overflow: hidden;
        background-color: #333;
        padding:1% 2%;
        height: 45px;
        text-align: left;
    }
    .home-honor .home-cases-title>img{
        width: 28px;
        float: left;
        margin-right: 4px;
        margin-top:4px;
    }
    .honorSwiper{
        margin-top: 4%;
        padding: 0 1%;
    }
    .honorSwiper .swiper-slide{
        width:40%;
    }
    .honorSwiper .swiper-slide img{
        width: 90%;
    }

    /**** contact ****/
    .contact{
        width:100%;
    }
    .contact-banner{
        width:100%;
    }
    .contact-banner img{
        width:100%;
    }
    .contact-nav{
        padding:2% 1%;
    }
    .contact-nav img{
        width: 30px;
    }
    .contact-nav span{
        font-size: 16px;
        color: #efb336;
        font-weight: bold;
        margin-left: 2px;
    }
    .contact-con{
        padding:5% 2%;
        overflow: hidden;
    }
    .contact-con-l{
        float: left;
        width: 100%;
    }
    .contact-con-l p{
        margin-bottom: 20px;
    }
    .contact-con-l p:nth-child(1){
        font-size: 20px;
        font-weight: bold;
    }
    .contact-con-l p img{
        width: 20px;
        margin-right: 8px;
    }
    .contact-con-l p span{
        display: inline-block;
        width: 66px;
        text-align: right;
    }
    .contact-con-r{
        float: left;
        width: 100%;
    }

    /*** contact ***/
    .home-concat{
        background: url("../image/bg7.jpg") no-repeat;
        padding: 5% 0;
        margin-top:5%;
        color: #fff;
        overflow: hidden;
    }
    .home-concat-l{
        float: left;
        margin-left:8%;
        width: 100%;
    }
    .home-concat-l p{
        text-align: left;
        margin-bottom: 4%;
        font-weight: bold;
    }
    .home-concat-l p span{
        width: 66px;
        display: inline-block;
        text-align: right;
    }
    .home-concat-l p img{
        width: 20px;
        margin-right: 8px;
    }

    /*** about inner ***/
    .company-banner,.news-banner,.contact-banner{
        position: relative;
        margin-top: 60px;
    }
    .company-banner>img{}
    .company-banner-txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .company-banner-txt>p:first-child{
        font-size: 20px;
        color: #fff;
    }
    .company-banner-txt>p:last-child{
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }
    .company-banner-txt>p:last-child:before{
        content:'';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #6b9331;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .company-container{
        overflow: hidden;
        padding-bottom: 5%;
    }
    .company-honor{
        padding: 5%  1% 0 1%;
    }
    .company-honor-title{
        margin-bottom: 10px;
        text-align: center;
    }
    .company-honor-title p{
        font-size: 18px;
        position: relative;
        display: inline-block;
        padding: 0 10px;
    }
    .company-honor-title p:before{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 4px;
        height: 100%;
        background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
        background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
        display: block;
    }
    .company-honor-title p:after{
        content: '';
        position: absolute;
        top:0;
        right: 0;
        width: 4px;
        height: 100%;
        background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
        background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
        display: block;
    }
    .company-honor-con{
        overflow: hidden;
    }
    .company-honor-con>div{
        position: relative;
        float: left;
        width: 49%;
        margin-bottom: 10px;
        margin-right: 2%;
    }
    .company-honor-con>div:nth-child(2n+2){
        margin-right: 0;
    }
    .company-honor-bg{
        position: absolute;
        top: 0%;
        width: 80%;
        height: 98%;
        background-color: rgba(140, 141, 139, 0.2);
    }
    .company-honor-order{
        font-size:14px;
        font-weight: bold;
    }
    .company-honor-order span{
        display: inline-block;
        font-size:20px;
        color: #fff;
        font-weight: bold;
        padding:4% 6%;
        background-color: #94c250;
        margin-right: 10px;
    }
    .company-honor-order span:after{

    }
    .company-honor>div img{
        width: 90%;
        margin-left: 10%;
    }

    .company-intro{
        position: relative;
        padding: 5% 0;
        background: url("../image/aboutBgN.jpg") no-repeat 20% 0;
        background-size: cover;
        margin-top:10%;
    }
    .company-intro>img{
        height: 100%;
    }
    .company-intro-con{
        width: 84%;
        padding: 0 2%;
        position: relative;
    }
    .company-intro-con .company-intro-title{
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        position: relative;
        padding-left: 10px;
    }
    .company-intro-con .company-intro-title:before{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 4px;
        height: 100%;
        background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
        background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
        display: block;
    }
    .company-intro-con .company-intro-txt{
        margin-top: 2px;
        color: #fff;
        font-size: 14px;
        text-indent: 28px;
    }

    .company-equipment{
        clear: both;
        padding-top: 5%;
    }
    .company-equipment-title{
        margin-bottom: 2%;
        text-align: center;
    }
    .company-equipment-title p{
        font-size: 18px;
        position: relative;
        display: inline-block;
        padding: 0 10px;
    }
    .company-equipment-title p:before{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        width: 4px;
        height: 100%;
        background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
        background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
        display: block;
    }
    .company-equipment-title p:after{
        content: '';
        position: absolute;
        top:0;
        right: 0;
        width: 4px;
        height: 100%;
        background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
        background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
        display: block;
    }
    .company-equipment-con{
        overflow: hidden;
        padding:0 1%;
    }
    .company-equipment-con>div{
        margin-bottom: 10px;
        text-align: center;
        width: 49%;
        margin-right: 2%;
    }
    .company-equipment-con>div:nth-child(3n+3){
        margin-right: 2%;
    }
    .company-equipment-con>div:nth-child(2n+2){
        margin-right: 0;
    }
    .company-equipment-pic{
        width:100%;
        padding:1%;
        background-color: #ebebeb;
    }
    .company-equipment-pic img{
    }
    .company-equipment-con>div p{
        text-align: center;
        font-size: 14px;
        margin-top:4px;
    }

    /*** product ***/
    .products{
        width:100%;
    }
    .products-banner{
        width:100%;
        position: relative;
        margin-top: 60px;
    }
    .products-banner img{
        width:100%;
    }
    .products-banner-txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .products-banner-txt>p:first-child{
        font-size: 20px;
        color: #fff;
    }
    .products-banner-txt>p:nth-child(2){
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }
    .products-banner-txt>p:nth-child(2):before{
        content:'';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #6b9331;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    footer{
        margin-bottom: 54px;
    }
    .footer-con-r,.footer-con-l{
        display: none;
    }
    .footer-con-rr p,.footer-con-rr a{
        font-size: 12px;
    }
    .subject b{
        display: none;
    }
    .subject #position{
        float: left;
        margin-left: 2%;
    }
    .proCon{
        margin-top: 8%;
        margin-bottom: 10%;
    }
    .proCon .title{
        font-size: 20px;
    }
    .proCon .con{
        margin-top: 6%;
    }
    .proCon .con .pic{
        margin-bottom: 6%;
    }
    .products-item{
        width: 49%;
        margin-right: 2%;
    }
    .products-item:nth-child(4n+4){
        margin-right: 2%;
    }
    .products-item:nth-child(2n+2){
        margin-right: 0;
    }
    .news-con{
        padding:0 1%;
    }
    .contact-con-r img{
        width: 100%;
    }
	
	.header-nav-navBg span{
		margin-left: 8px;
		font-size: 18px;
	}
}
