﻿

@media (min-width: 1200px) {

	.prdDes .title{
		color:rgb(0,0,0);
		font-size:20px;
		padding:10px 0;
	}
	.content{
		padding-top:0;
	}
	.prdDes .maintext{
		font-size:0px;
		color:rgb(116,116,116);
	}
	.prdDes{
		padding-bottom:10px;
	}

	.pdsul{
		width: 1225px;
		overflow:hidden;
		font-size:16px;
		padding-bottom:20px;
		height: 807px;
	}

	.pdsul li{
		width: 25%;
		margin-right:25px;
		color:rgb(116,116,116);
		float:left;
		margin-bottom:10px;
		cursor:pointer;
	}
	.pdsul li .title{
		padding:20px 0;
	}
	.pdsul li .imgbox{
		width: 220px;
		height:130px;
		box-sizing:border-box;
		border:1px solid rgb(211,211,211);
	}
	.pdsul li .imgbox img{
		width:100%;
		height:100%;
	}

	.pdsul li .title .new{
		background:rgb(192,80,77);
		color:white;
		font-size:12px;
		border-radius:3px;
		padding:0 3px;
		margin-left:20px;
		display:none;
	}

	.pdsul .newPrd .title{
		color:rgb(0,0,0);
	}

	.pdsul .newPrd .title .new{
		display:inline;
	}
	.pdsul .newPrd .imgbox{
		border-color:rgb(0,0,0);
	}
}

@media (max-width: 1200px) {

	.prdDes .title{
		color:rgb(0,0,0);
		font-size:20px;
		padding:10px 0;
	}
	.content{
		padding-top:0;
	}
	.prdDes .maintext{
		font-size:0px;
		color:rgb(116,116,116);
	}
	.prdDes{
		padding-bottom:10px;
		margin-right: 5%;
		margin-left: 5%;
	}

	.pdsul{
		width: 100%;
		overflow:hidden;
		font-size:16px;
		padding-bottom:20px;
		margin-right: 5%;
		margin-left: 5%;
	}

	.pdsul li{
		width: 20%;
		margin-right:25px;
		color:rgb(116,116,116);
		float:left;
		margin-bottom:10px;
		cursor:pointer;
	}
	.pdsul li .title{
		padding:20px 0;
	}
	.pdsul li .imgbox{
		width: 220px;
		height:130px;
		box-sizing:border-box;
		border:1px solid rgb(211,211,211);
	}
	.pdsul li .imgbox img{
		width:100%;
		height:100%;
	}

	.pdsul li .title .new{
		background:rgb(192,80,77);
		color:white;
		font-size:12px;
		border-radius:3px;
		padding:0 3px;
		margin-left:20px;
		display:none;
	}

	.pdsul .newPrd .title{
		color:rgb(0,0,0);
	}

	.pdsul .newPrd .title .new{
		display:inline;
	}
	.pdsul .newPrd .imgbox{
		border-color:rgb(0,0,0);
	}

}
