.industrya{background:#fafafa;padding-bottom:0;}
.indus_p1{
  /*background: linear-gradient(to bottom, #15629f, #31869a,#5ab077);*/
  /*  -webkit-background-clip: text;*/
  /*  -webkit-text-fill-color: transparent;*/
  font-size: 55px;
}
.lsd53{
    color: #fff;
}

.pr_main {
	background: #fafafa;padding-top:50px;
	
}

.pr_list {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.respamp1{font-size:18px;padding:0;}

.pr_item {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	overflow: hidden;
}

.pr_item:nth-child(3n) {
	margin-right: 0;
}

.pr_item img {
	width: 100%;
	transition: all 0.3s ease;
}

.pr_title {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	width: 100%;
	height: 100%;
	padding: 60px 50px;
	transition: all 0.3s ease;
}

.pr_hr {
	width: 20px;
	height: 4px;
	background: #fff;
}

.pr_p1 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

.pr_page {
	text-align: center;
}

.pr_page span {
	margin: 30px 5px 0 5px;
	background: #159848;
}

.pr_item2 {
	margin-top: 60px;
	opacity: 0;
	transition: all 0.3s ease;
}

.pr_itemp1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease;
	margin-top: 40px;
}

.pr_itemp2 {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s ease;
}

.pr_itema1 {
	color: #fff;
	width: 78%;
	position: absolute;
	bottom: 50px;
}

.pr_pp {
	display: flex;
	justify-content: space-between;
}

.pr_bo {
	width: 0%;
	height: 2px;
	background: #fff;
	margin-top: 10px;
	transition: all 0.5s ease;
}

.pr_itema1:hover {
	color: #fff;
}

.pr_itema1 i {
	font-size: 24px;
}

.pr_item:hover .pr_item2 {
	opacity: 1;
}

.pr_item:hover .pr_title {
	background: rgba(11, 81, 156, 0.6);
}

.pr_item:hover .pr_itemp1,
.pr_item:hover .pr_itemp2 {
	transform: translateY(-10px);
}

.pr_item:hover .pr_bo {
	width: 100%;
}

.pr_item:hover img {
	transform: scale(1.05);
}
.respamp1{font-size:16px;color:#666;}
/*.pubcn{*/
/*   background: linear-gradient(to right,rgba(9,80,155,1) 0%, rgba(41,125,159,1) 50%, rgb(77 221 67) 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
    
 
/*}*/