@charset "utf-8";
/*初始样式*/




/*gyfs*/
.gyfs{
	padding: 6.25rem 0 0; 
	width:100%;
	float:left;
}
.gyfs_con{height: 40.75rem;}
.gyfs_con dl{
	float: left;
	width: 13%;
	height: 40.75rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: var(--50, rgba(0, 0, 0, 0.70));
	transition: all 0.5s;
}
.gyfs_con dl:last-child{border: 0;}
.gyfs_con dt img{display: block;min-height: 40.75rem;opacity: 0.3;transition: all 0.3s; min-width:100%;}
.gyfs_con dd{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	padding: 5.0rem 1.87rem;
	box-sizing: border-box;
	transition: all 0.6s;
	background: var(--Color, #EA6A05);
	border-right:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	flex-flow: column;
	justify-content: space-between; 

}
.gyfs_con dd h3{
	white-space: nowrap; 
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}

.gyfs_con dd p{
	font-size: 0.875rem;
	color: #fff;
	line-height: 200%; /* 1.75rem */
	opacity: 0.9;
	width:100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: all 0.6s;
	height:0;
	overflow:hidden;
}
.gyfs_con dl.cur{width: 48%;}
.gyfs_con dl.cur dt img{opacity: 1;}
.gyfs_con dl.cur dd{
	width: 50%;
	padding: 5.0rem 3.12rem;
	background-color:rgba(234, 106, 5, 0.9);
}
.gyfs_con dl.cur p{
	width:100%;
	height:auto;
	margin-top:1.0rem;
}

@media screen and (max-width:1600px) {
    .gyfs_con dd h3 span,  .gyfs_con dd h3 em{font-size: 22px;}
   
}
@media screen and (max-width:1400px) {
    .gyfs_con dd h3 span,  .gyfs_con dd h3 em{font-size: 18px;}
    .gyfs_con dd strong{font-size: 14px;width: 130px;}
}


@media (max-width:999px){
	
.gyfs_con dd{
	padding:3.2rem 0.87rem;
}	
.gyfs_con dl.cur dd{
	padding:3.2rem 0.87rem;
}
.gyfs_con dl.cur p{
	width:100%;
}
.gyfs_con dl{
	height:27rem;
}
.gyfs_con dt img{height: 27rem;}

.gyfs_con dl dd img{
	max-height:2.0rem;
}
.gyfs_con dl.cur dd{
	width: 80%;
}
.sjzp{
	width:100%;
	float:left;
}
.sjzp ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding: 1rem 2%;
	background-color:var(--Color, #EA6A05);
	color:#FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sjzp ul li dl{
	width:6.0rem;
	    text-align: center;
    margin: auto;
}
.sjzp ul li dl dt{
	overflow:hidden;
}
.sjzp ul li dl dt img{
	max-width:3rem;
	}
.sjzp ul li dl dd{
	
	font-size:0.9rem;
	font-weight: 600;
}
.sjzp ul li .a01{
	width:calc(100% - 6.5rem);
	font-size:0.875rem;
	line-height:1.8;
}
















}



