/* 公共距离 */
.jl{
	padding: 80px 0 80px 0;
}
/* 公共了解更多 */
.duth-btn{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 28px;
    color: #82c032;
    font-size: 14px;
}
.duth-btn div:first-child{
	    padding: 0 8px 0 0;
}
.duth-btn div:first-child:hover{
	margin-left: 20px;
	transition: .3s;
}
.duth-right {
    width: 66%;
}
/* 标题公共样式 */
.dutytw{
font-size: 30px;	
font-style: italic;
}
/* -- */
.duth-right>div:first-child{
	color: #333333;
	font-size: 17px;
	padding-bottom: 24px;
}
.duth-right div:nth-child(2){
	color: #666666;
	font-size: 14px;
}

.duth>div:first-child{
	margin-right: 30px;
}
/* 公共上下间距 */
.dutyon{
	padding: 79px 0 96px 0;
}
/* -了解更多公共样式- */
.bts{
	border-width: 1px;
	    border-color: rgb(130, 192, 50);
	    border-style: solid;
	    border-radius: 3px;
	    width: 133px;
	    height: 38px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    margin-top: 32px;
		color: #82c032;
		font-size: 14px;
		
}
.bts div:first-child{
	font-size: 14px;
	padding: 0 8px 0 0;
}
/* --了解更多居中样式- */
.btnnew{
	border-width: 1px;
	    border-color: rgb(130, 192, 50);
	    border-style: solid;
	    border-radius: 3px;
	    width: 133px;
	    height: 38px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    margin-top: 32px !important;
		color: #82c032;
		font-size: 14px;
		margin: auto;
}
.btnnew div:first-child{
	font-size: 14px;
	padding: 0 8px 0 0;
}
/* 行业新闻公共样式 */
.hy{
  border-radius: 2px;
  background-color: rgb(29, 148, 203);
  width: 76px;
  height: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hys{
  border-radius: 2px;
  background-color: #82c032;
  width: 76px;
  height: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* bannenr */


/* banner轮播结束 */
.yhbox{
	position: relative;
	margin-top: 30px;
}
/*=*/
.yab{
	display: flex;
	align-items: center;
	justify-content: center;
}
.yab div:nth-child(2) ul li:first-child{
	font-size: 32px;
	color: #333;
}
.yab div:nth-child(2) ul li:last-child{
	font-size: 14px;
	color: #666666;
}
.yab div:nth-child(2){
	padding: 0 8px 0 15px;
}
.yab{
	padding: 0 0 40px 0;
}
.row-a1{
	padding: 110px 0 80px 0;
}

.dutybg:hover{
/* 	height: 377px; */
	background-color: #f8f8f8;
}
.duth{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.ybtw .dutybg:nth-child(even) .duth{
	justify-content: space-between;
}
.ybtw .dutybg:nth-child(even) .duth .duth-right{
	width: 76%;
	    margin-right: 30px;
}
.ybtw .dutybg:nth-child(even) .duth .duth-left{
	margin-right: 0;
}
.ybtw .dutybg:nth-child(even) .dutytw{
	text-align: right;
}
@media only screen and (max-width: 769px){
	.yab div:nth-child(2) ul li:first-child{
		font-size: 1rem;
	}
	.footer-lj ul{
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.footer-box{
		background: unset !important;
		padding-top:0 !important;
	}
	.footer-top{
		display: none !important;
	}
	.banners{
		padding-top: 3.8rem;
	}
	.row-a1{
	   padding:1.5rem 0 0rem 0 !important;	
	}
	.dutyon{
		padding:1rem 0 1rem 0;
	}
	.duth{
		flex-direction: column;
	}
	.dutytw{
		text-align: center;
		font-size: 1.2rem;
	}
	.yab{
		padding: 0 0 1rem 0 !important;
	}
	.duth > div:first-child{
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.duth-right > div:first-child{
		padding-top: 1rem;
	}
}
