/*-------------------手机端-------------------*/


@media all  and (max-width:1073px){
		
	.product-main{

		width: 100%;
		margin-top: 30px;
	}
	.product-main .product-nav{

		width: 100%;
		/*padding:37px;*/
		/* border-bottom: 1px solid #048c45; */
		height:auto; overflow:hidden; background:#f5f5f5;
	}
	.product-main .product-nav .navl{
		width: 100%;
		margin:0 auto;
	}
	.product-main .product-nav .navl span{

		display: none;
	}
	.product-main .product-nav .navl ul li{

		padding:6px 0px;
		width: 33%;
		text-align: center;
		/*border-right:2px solid #048c45;*/
		float: left; 
	}
	
	
	.product-main .product-nav .navl ul li a{

		font-weight: 700;
		font-size: 16px;
		display: block;
	}
	.product-main .product-nav .navl ul li.active2{

		background: #048c45;
	}
	.product-main .product-nav .navl ul li.active2 a{

		color: #fff;
	}

	.product-main .list{

		width: 100%;
		margin:20px auto;
	}

	.product-main .list .conts{
		
		width: 100%;
		padding:10px;
		display:block;
		
		margin:10px 0;
	}
	.product-main .list .conts .title,.product-main .list .conts1 .title{

		padding: 10px ;
		background: #048c45;
		border-radius:  20px 20px 0  0;
	}
	.product-main .list .conts .title h3{

		color: #fff;
		padding-bottom: 2px;
		/*border-bottom: 1px solid #fff;*/
		font-size: 1em;
		text-align: center;
		font-weight: 700;
	}
	.product-main .list .conts .title h3 a{

		/*float: right;*/
		display: block;
		color: #fff;
		font-size: 0.6em;
	}

	.product-main .list .contsa .title{

		padding: 15px;
		background: #e5e5e5;
		border-radius:  20px 20px 0  0;
	}
	.product-main .list .contsa .title h3{

		color: #333;
		font-size: 1em;
		padding-bottom: 2px;
		font-weight: 700;
		text-align: center;

	}
	.product-main .list .contsa .title h3 a{
		
		display: block;
		font-size: 0.6em;
		color: #333;
		font-size: 14px;
		font-weight: 700;
	}






	.product-main .list .conts .pics,.product-main .list .conts1 .pics{

		margin-top:0px; height:auto; overflow:hidden

	}
	.product-main .list .conts .pics .swiper-slide{

		/*height: 240px;*/
		/*margin-right:4%;*/
		/*width: 100%;*/
		/*margin:0 auto;*/
		width: 80%;
		margin-bottom: 15px;
		/*display: inline-block;*/
		margin:0;
		padding:0;
		overflow: hidden;
	}
	

	.product-main .list .conts .pics .swiper-slide .photo{

		width: 100%;
		height: 80%;
		position: relative;
		overflow: hidden;
		padding:0 2%;
		border:1px solid #048c45;
	}


	.product-main .list .conts .pics .swiper-slide .txt{
		
		width:100%;
		/*height: 20%;*/
		padding: 8px 2%;
		height: 45px;
		/*height: 20%;*/
		
		background: #fafafa;
	}

	.product-main .list .conts .pics .swiper-slide .txt h4{

		font-weight: 700;
		float: left;
		font-size: 0.9em;
		/*margin-top: 12px;*/
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.product-main .list .conts .pics .swiper-slide .txt .txt-more{
		
		float: right;
		padding: 3px  8px;
		color: #fff;
		background: #048c45;
		font-size: 0.8em;
		/*margin-top: 12px;*/

	}

}	
@media screen and (max-width:500px){
		.product-main{ margin-top:10px;}
	.product-main .list{ margin:0 auto}
	.product-main .list .conts{ margin-top:10px;}
	.product-main .list .contsa .title h3 a{ display:none}
}
/*-------------------PC端-------------------*/
@media all  and (min-width:1073px){
	
	.product-main{

		width: 100%;
		margin-top: 30px;
	}
	.product-main .product-nav{

		width: 100%;
		padding:45px;
		border-bottom: 1px solid #048c45;
	}
	.product-main .product-nav .navl{

		width: 80%;
		margin:0 auto;
	}
	.product-main .product-nav .navl span{

	float: right;
		font-size: 16px;
		/*vertical-align: bottom;*/
		margin-top: 15px;
		font-weight: 700;
	}
	.product-main .product-nav .navl ul{

		width: 80%;
		float: left;
	}
	.product-main .product-nav .navl ul li{

		padding:6px 0;
		/*height: 50px;*/
		
		float: left; 
		margin-left: -2px;
	}
	
	.product-main .product-nav .navl ul li:first-child a{

		border-left:2px solid #048c45;
	}
	.product-main .product-nav .navl ul li a{
		
		font-weight: 700;
		padding:4px 30px;
		display: block;
		width: 100%;
		height: 100%;
		border-right:2px solid #048c45;
	}
	.product-main .product-nav .navl ul li.active2{

		padding:6px 0;
	}
	.product-main .product-nav .navl ul li.active2 a{

		color: #fff;
		background: #048c45;
		padding:7px 30px;
	}

	.product-main .list{

		width: 80%;
		margin:20px auto;
	}

	.product-main .list .conts,.product-main .list .conts1{
		
		width: 100%;
		/*height: 470px;*/
		padding:20px;
		display: inline-block;
		border:1px solid #048c45;
		margin:30px 0;
		border-radius: 20px;
	}







	.product-main .list .contsa .title{

		padding: 15px;
		background: #e5e5e5;
		border-radius:  20px 20px 0  0;
		transition: 1s ease;
	}
	.product-main .list .contsa .title h3{

		color: #333;
		padding-bottom: 2px;
		border-bottom: 1px solid #fff;
		transition: 1s ease;
		font-weight: 

	}
	.product-main .list .contsa .title h3 a{

		float: right;
		color: #333;
		font-size: 16px;
		transition: 1s ease;
		margin-top: 5px;
		margin-right:3px;
	}
	.product-main .list .contsa:hover .title{

		background: #048c45;
	}
	
	.product-main .list .contsa:hover .title h3{

		color: #fff;
	}
	.product-main .list .contsa:hover .title h3 a{

		color: #fff;
	}


	/* .product-main .list .conts .pics{

		position: relative;
		height: 100%;
	} */

	/* .product-main .list .contsa .pics ul{

		position:absolute;
		left: 0;
	} */

	.product-main .list .conts .pics,.product-main .list .conts1 .pics{
		
		width: 100%;
		margin-top: 30px;
		position: relative;

	}
	

	
	.product-main .list .conts .pics .swiper-slide{
			
		/*width: 29%;*/
		/*height: 430px;*/
		/*margin-right:4%;*/
		display: inline-block;
		overflow: hidden;
		margin-top: 10px;;
		/*padding: 0 3%;*/

	}

	.product-main .list .conts .pics .swiper-slide .photo{

		width: 100%;
		height: 340px;
		position: relative;
		overflow: hidden;
		padding:0 2%;
		border:1px solid #048c45;
		display: flex; justify-content: center; align-items: center;
	}

	.product-main .list .conts .pics .swiper-slide .photo img{

		/* width: 100%; */
		height: 100%;
		/* position: absolute; */
		top: 0;
		left: 0;
	}
	

	.product-main .list .conts .pics .swiper-slide .txt{
		
		width: 100%;
		/*height: 20%;*/
		 padding:0 4px; 
		height: 70px;
	
		
		background: #f6f6f6;
	}

	.product-main .list .conts .pics .swiper-slide .txt h4{
		width: 60%;
		overflow: hidden;
	    text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-weight: 700;
		float: left;
		margin-top: 20px;
	}
	.product-main .list .conts .pics .swiper-slide .txt .txt-more{
		
		float: right;
		padding: 3px  8px;
		color: #fff;
		background: #048c45;
		margin-top: 20px;

	}
}



/*-------------------通用-------------------*/

.product-main .list .conts .pics ul li:nth-child(n+4){

	display: none;
  }
.pagination{

	clear: both;
	margin: 20px auto;
	text-align: center;
}

.pagination li{
	list-style:none;
	/*float:left;*/
	display: inline-block;
	margin-left:5px;
    padding:0 14px;
    background-color:#ededed;
	
    height:30px;
	line-height:30px;
	border-radius: 5px;;
    cursor:pointer;color:#fff;
}
.pagination li a{
	padding: 0;
	line-height: inherit;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
}
/* .pagination li a:hover{background-color: #5a98de;} */
.pagination li.active{
	background-color:#048c45;
	color:#fff;
	border:1px solid  #048c45;
}
   .pagination li.active a{

	color:#fff;

}
.pagination li.disabled{background-color:#ededed;color:rgb(153, 149, 149);}
