/*-------------------手机端-------------------*/
@media all  and (max-width:1073px){
		
	.product-main{
		
			width: 100%;
			margin: 10px auto;
			margin-top: 10px;
		
		}
	.product-main .product-nav{

		width: 100%;
		/*padding:37px;*/
		/* border-bottom: 1px solid #048c45; */
	}
	.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:10px 0px;
		width: 33%;
		/* text-align: center; */
		/*border-right:2px solid #048c45;*/
		text-align: center;
		float: left; 
	}
	
	
	.product-main .product-nav .navl ul li a{

		font-weight: 700;
		font-size: 0.9em;
		display: block;
	}
	.product-main .product-nav .navl ul li.active2{

		background: #048c45;
	}
	.product-main .product-nav .navl ul li.active2 a{

		color: #fff;
	}

	.news-list-main{

		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	
	}
	
	  .conts{
			
		width: 100%;
		padding:20px;
		display: inline-block;
		border:1px solid #048c45;
		margin:30px 0;
		border-radius: 20px;
	}
	  .conts .title{
	
		padding: 15px;
		background: #048c45;
		border-radius:  20px 20px 0  0;
	}
	  .conts .title h3{
	
		color: #fff;
		padding-bottom: 2px;
		border-bottom: 1px solid #fff;
		font-size: 1.2em;
	}
	  .conts .title h3 a{
	
		float: right;
		color: #fff;
		font-size: 14px;
	}
	
	  .conts .pics{
	
		margin-top: 30px;
	}
	
	
	
	
	  .conts .pics .newslist{
	
		width: 100%;	
		/* height: 900px; */
		
		overflow: hidden;
		position: relative;
	}
	  .conts .pics .newslist ul{
		
		width: 100%;
	}
	.conts .pics .newslist ul li{

		margin:10px 0;
	}
	  .conts  .pics ul li .photo{
	
		/*border-radius: 15px;*/
		border:1px solid #048c45;
		height: 190px;
		/* padding:6px; */
		overflow: hidden;
		position: relative;
		
	}

	  .conts  .pics ul li .txt{
	
		/*margin-top: 30px;*/
		padding:25px 0;
		/* text-align: center; */
		background: #fafafa;
		/*margin-left: 30px;*/
		/* padding-left: 25px; */
	}
	
	
	  .conts  .pics ul li .txt h3{
	
		font-size: 1em;
		/* float: left; */
		/* margin-bottom: 20px; */
		color: #048c45;
		font-weight: 700;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		/*padding-right: 70px;*/
	}
	
	  .conts  .pics ul li .txt p{
	
		font-size: 0.9em;
	
		margin-bottom: 20px;
		color: #333;
		/* width: 85%; */
		font-weight: 700;
		overflow: hidden;  /** 隐藏超出的内容 **/
		word-break: break-all;
		text-overflow: ellipsis; /** 多行 **/
		display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2; /** 显示的行数 **/
		/*padding-right: 70px;*/
	}
	  .conts  .pics ul li .photo img{
	
	
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	
		height: 100%;
	} 
	
	
	  .conts  .pics ul li .txt .txt-more{
		width: 96%;
		padding:8px 2%;
		display: inline-block;
		margin-top:5px;
		text-align: center;
		background: #048c45;
		color: #fff;
	
	
	}
	
	

}	

/*-------------------PC端-------------------*/
@media all  and (min-width:1073px){

.product-main{

	width: 80%;
	margin: 10px auto;
	margin-top: 10px;

}
.product-main .product-nav{

		width: 100%;
		padding:45px 0;
		border-bottom: 1px solid #048c45;
	}
	.product-main .product-nav .navl{

		width: 100%;
		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;
		
		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;
	}
  .conts{
		
	width:100%;
	/* padding:20px; */
	display: inline-block;
	border:1px solid #048c45;
	padding-bottom: 20px;
	margin:30px auto;
	border-radius: 20px;
}
  .conts .title{

	padding: 15px;
	background: #048c45;
	border-radius:  20px 20px 0  0;
}
  .conts .title h3{

	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}
  .conts .title h3 a{

	float: right;
	color: #fff;
	font-size: 14px;
}

  .conts .pics{

	margin-top: 30px;
}




 .conts  .pics ul li{

	/* width: 47%;	 */
	/*height: 240px;;*/
	/* margin-right: 3%; */
	margin: 10px 0;
	overflow: hidden;
}



  .conts  .pics ul li .photo{

	/*border-radius: 15px;*/
	border:1px solid #048c45;
	height: 300px;
	 /*padding:6px; */
	overflow: hidden;
	position: relative;
	
}

  .conts  .pics ul li .txt{

	/*margin-top: 10px;*/
	padding:30px 0;
	/*padding-bottom: 20px;*/
	background: #fafafa;
	/*margin-left: 30px;*/
	/*padding-left: 25px;*/
}

  .conts  .pics ul li .txt h4{

	font-size: 20px;
	/*border-bottom: 1px solid #ccc;*/
	/*margin-bottom: 20px;*/

	color: #333;
	font-weight: 700;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;

	/*padding-right: 70px;*/
}
  .conts  .pics ul li .photo{display: flex; justify-content: center; align-items: center;}

  .conts  .pics ul li .photo img{


	/* position: absolute; */
	top: 0;
	left: 0;
 	width: auto !important;

	height: 100%;
} 


  .conts  .pics ul li .txt .txt-more{
	float: right;
	/* padding: 6px  12px; */

	/*background: #048c45;*/
	color: #000;
	/* margin-top: 12px; */

}



}


.pagination{

	clear: both;
	margin: 20px auto;
	text-align: center;
	padding-bottom: 15px;	
}

.pagination li{
	list-style:none;
	/*float:left;*/
	display: inline-block;
	/*margin-left:10px;*/
    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);}
