html,body{
	font-size: 16px;
}


@media (max-width:1440px)
{
	












}



@media (max-width:1200px)
{
	html,body{
		font-size: 14px;
	}
	.leftBox{
		width: 250px;
	}
	.rightBox{
		width: 720px;
		padding-left: 20px;
	}

	.showBox .picText .link{
		margin-top: 2.5rem;
	}

}

@media (max-width:992px)
{
	html,body{
		font-size: 14px;
	}
	.pctxt{
		display: none;
	}
	.mobiletxt{
		display: block;
	}
	
	.leftBox{
		width: 200px;
	}
	.rightBox{
		width: 550px;
	}
	.leftBox .leftTitle{
		height: 4.5rem;
	}
	.leftBox .leftTitle b{
		height: 4.5rem;
		line-height: 4rem;
		font-size: 2rem;
	}

	.leftCont{
		margin-top: 1.5rem;
	}
	.leftCont .title b{
		font-size: 1.5rem;
	}
	.leftCont .text b{
		line-height: 2rem;
		font-size: 1.25rem;
	}
	.leftCont .text p{
		font-size: 1rem;
	}
	.leftCont .text .n-email span{
		padding-left: 1.75rem;
		background-size: 1.25rem auto;
	}
	.leftCont .text .n-tel{
		background: url(../images/ntel.png) 1rem no-repeat;
		background-size: auto 1.1rem;
		font-size: 1.1rem;
	}
	.leftCont .text .n-mess{
		margin-top: 0.75rem;
		line-height: 2.5rem;
	}
	.leftCont .text .n-mess span{
		line-height: 2.5rem;
	}
	.conCont{
		margin-top: 1rem;
	}


	/*产品列表*/
	.pList li .title{
		height: 2.5rem;
		line-height: 2.5rem;
	}

	/*产品详情*/
	.showBox .picShow{
		width: 50%;
	}
	.showBox .picText{
		width: 50%;
		padding-left: 1rem;
	}
	.showBox .picText .title{
		padding-bottom: 10px;
	}
	.showBox .picText .title h1{
		font-size: 1rem;
	}
	.showBox .picText .desct{
		margin-top: 1rem;
	}
	.showBox .picText .link{
		margin-top: 0.5rem;
	}
	.showTitle{
		margin-top: 1.5rem;
	}

}

@media (max-width:768px)
{
	html,body{
		font-size: 12px;
	}
	.leftBox{
		width: 100%;
		margin-top: 0;
	}
	.leftBox .leftTitle{
		padding-left: 1.5%;
		height: 3rem;
	}
	.leftBox .leftTitle b{
		line-height: 2.5rem;
		font-size: 1.25rem;
		height: 3rem;
	}
	.leftList{
		margin-top: 10px;
	}
	.leftList ul li{
		width: 30%;
		float: left;
		margin: 0.5rem 1.5%;
		padding: 0 1rem;
	}
	.leftList ul li a.pm{
		padding-left: 0;
	}
	.leftList ul li:hover dl{
		display: none;
	}
	.leftCont{
		display: none;
	}
	.rightBox{
		width: 100%;
		padding-left: 0;
		margin-top: 1rem;
	}
	.crumbs{
		display: none;
	}

	.newsCont{
		display: none;
	}
	.infoDesc .share{
		display: none;
	}
	.box{
		display: none;
	}
	.mbox{
		display: block;
	}
	.newsList li .pic{
		width: 40%;
	}
	.newsList li .pic img{
		height: 7rem;
	}
	.newsList li .txt{
		width: 60%;
	}
	.newsList li .title span{
		display: none;
	}
	.newsList li .title{
		height: 2rem;
		overflow: hidden;
	}
	.newsList li .desc{
		margin-top: 5px;
		height: 4rem;
		overflow: hidden;
	}


}
@media (max-width:600px)
{
	.showBox .picShow{
		width: 100%;
	}
	.showBox .picText{
		width: 100%;
		padding-left: 0;
		padding: 0 5px;
		margin-top: 1rem;
	}
	.showTitle span{
		padding: 0 2rem;
	}
}