@media(max-width:767px){
    .phone{
		display: block;
	}
	.prod{
		display: none;
	}
	.xiala{
		display: none;
	}
	.bg{
		display: none;
	}

	.pssBox{
		display: none;
	}
	.header-m{
		display: block;
		height: 40px;
		background: #282828;
		position: unset;
	}
	.header-m .logo .logo1{
		background-size: contain;
		width: 70vw; /*03.11改*/
		height: 9vw;
	}
	.header-m .top-1{
		height: 40px;
	}
	.header-m .top-1 .logo{
		height: 40px;
		padding: 8px 0;
	}
	.header-m .user{
		float: right;
		background: url(../img/user-m.png) center top no-repeat;
		background-size: contain;
		width: 6vw;
		height: 8vw;
		margin-right: 3vw;
		margin-top: 2vw;
	}
	.header-m .nav-m{
		float: right;
		background: url(../img/nav-m.png) center top no-repeat;
		background-size: contain;
		width: 6vw;
		height: 8vw;
		margin-right: 3vw;
		margin-top: 3vw;
    }
	.center1-bottom{
		background: url(../img/prohead01.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 55vw;
	}
	.center2-bottom{
		background: url(../img/products/headBg.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 55vw;
	}
	.center1-bottom .zhengce1{
		width: auto;
        height: auto;
        padding-top: 12vw;
		
	}
	.zhengce1 .zhengce1-1{
		font-size: 6vw;
	}
	.center1-bottom .zhengce2{
		width: auto;
        height: auto;
        color: white;
        font-size: 6vw;
        margin: 4vw 0;
    }
    .wbBtn{
        border-radius: 2px;
        width: 16vw;
        background-color: rgb(142, 194, 70);
        text-align: center;
        line-height: 6vw;
        margin: 3vw auto;
    }
    .headList{
        color: #fff;
        text-align: center;
    }
    .headList span:first-child{
        margin-right: 3vw;
    }
    .title-m{
		text-align: center;
		font-size: 6vw;
		font-weight: bold;
	}
	.title-en{
		text-align: center;
		font-size: 3vw;
		text-transform:uppercase;
    }
    .soulution{
		width: 100vw;
		background-color: white;
		/* margin-top: 6vw;
		padding-top: 6vw; */
    }
    .hr{
        width: 95vw;
        margin: 3vw auto;
        height: 66vw;
        position: relative;
    }
    .lb-box{
        width: 100%;
        height: 100%;
    }
    .swiper-slide{
        padding: 0vw 4vw;
        color: #fff;
        box-sizing: border-box;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        background: url(../img/products/navBg.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .lb-box .title {
        font-size: 14vw;
		/* font-weight: 300; */
		margin-top: 4vw;
        color: rgb(142, 194, 70);
    }
    .lb-box .subtitle {
        font-size: 5vw;
    }
    .lb-box .text {
        font-size: 2vw;
        line-height: 5vw;
        width: 88vw;
        color: #c4c4c4;
	}
	.lb-box .text p{ /*03.06改*/
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
    .subLine{
        width: 10vw;
        height: 0.4vw;
        margin: 2vw 0;
        background: #fff;
    }
    .wxx div{
        float: left;
	}
	.wxx div span{
		width: 98%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
    .wxx div:first-child{
		/* margin-right: 35vw; */
		margin-right: 5vw; /*03.06改*/
		width: 45%;
		overflow: hidden;
	}
	/*03.10改*/
	/* .wxx div:nth-child(2){ 
		float: right;
		margin-right: 5vw; 
    } */
    .wxx{
        margin-top: 2vw;
    }
    .slBox{
        width: 30vw;
		height: 10vw;
		background-color: #f2f2f2;
		text-align: center;
		line-height: 10vw;
		float: left;
		margin-left: 2.5vw;
		margin-top: 3vw;
    }
    .slBox-cp{
        width: 46vw;
		height: 10vw;
		background-color: #f2f2f2;
		text-align: center;
		line-height: 10vw;
		float: left;
		margin-left: 3vw;
		margin-top: 3vw;
	}
	.slImg{
		width: 95vw;
		margin: 6vw auto;
		border: 1px solid #c9c9c9;
    }
    .slImg-cp{
		width: 95vw;
		margin: 6vw auto;
        /* border: 1px solid #c9c9c9; */
        position: relative;
    }
    .slImg-cp h2{
        position: absolute;
        top: 35vw;
        left: 3vw;
        color: #fff;
        font-size: 5vw;
    }
    .slImg-cp p{
        position: absolute;
        top: 49vw;
        left: 3vw;
        color: #fff;
    }
	.slImg h2{
		line-height: 10vw;
		font-size: 5vw;
		font-weight: bold;
		padding-left: 4vw;
	}
	.slImg p{
		line-height: 7vw;
		padding-left: 4vw;
    }
    
    .partner{
		width: 100vw;
		background-color: white;
		/* padding-top: 6vw; */
	}
	.partner .numSty{
		color: #282828;
		font-size: 10vw;
		width: 42vw;
		text-align: center;
	}
	.partner .numPlus{
		color: #282828;
		font-size: 12vw;
	}
	.num-m p{
		clear: both;
		width: 42vw;
		text-align: center;
	}
	.num-m{
		float: left;
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.brb{
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		box-sizing: border-box;
	}
	.bb{
		border-bottom: 1px solid #dfdfdf;
		box-sizing: border-box;
	}
	.br{
		border-right: 1px solid #dfdfdf;
		box-sizing: border-box;
	}
	.numBox-m{
		width: 86vw;
		margin: 6vw auto;
		/* padding-bottom: 6vw; */
    }
    .numBox-m img{
        width: 14vw;
        margin: 2vw auto;
        height: 14vw;
    }
    .botBox{
		background-color: #282828;
	}
	.botCon{
		width: 95vw;
		margin: 0 auto;
	}
	.botBox h2{
		color: #8ec246;
		font-size: 4.5vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
		border-bottom: 1px solid #494949;
	}
	.botBox h3{
		color: #aeaeae;
		font-size: 2vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
		border-bottom: 1px solid #494949;
	}
	.botCon a{
		color: #aeaeae;
		font-size: 2vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.botCon span{
		color: #aeaeae;
		margin: 0 4vw;
		font-size: 2vw;
	}
	.link-m{
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.botCon h4{
		color: #aeaeae;
		line-height: 6vw;
		padding-bottom: 4vw;
		font-size: 2vw;
	}
	.botCon img{
		float: right;
		width: 5vw;
		height: 5vw;
	}
	.lb-box2{
		display: none;
	}

}