

#omnipotent {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#omnipotent .omnipotent_dl1{
	width: 1300px;
	margin-bottom: 50px;
}
#omnipotent .omnipotent_dl1 dt {
	width: 1240px;
	height: 90px;
	margin: 55px auto 0px;
}
#omnipotent .omnipotent_dl1 dt h2{
	color: #c9caca;
	font-size: 36px;
	font-weight: 400;
	line-height: 0;
}
#omnipotent .omnipotent_dl1 dt p{
	font-size: 22px;
	color: #898989;
	margin-bottom: 35px;
	line-height: 52px;
}
#omnipotent .omnipotent_dl1 dd{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 26px;
}
#omnipotent .omnipotent_dl1 dd img{
	width: 100%;
	height: 378px;
}
#omnipotent .omnipotent_dl2 {
	width: 1240px;
	margin: 0 auto 0;
	border-top: 1px dashed #bcbcbc;
}
#omnipotent .omnipotent_dl2 dt h2{
	color: #c9caca;
	font-size: 36px;
	font-weight: 400;
	line-height: 0;
	margin-top: 58px
}
#omnipotent .omnipotent_dl2 dt p{
	font-size: 22px;
	color: #898989;
	margin-bottom: 35px;
	line-height: 52px;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl{
	width: 620px;
	height: 420px;
	float: left;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd{
	width: 464px;
	overflow: hidden;
	font-size: 12px;
	margin: 20px auto 0;
	text-align: center;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd p{
	text-align: center;
	line-height: 53px;
	color: #231815;
	font-weight: 800;
	font-size: 20px;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd span{
	line-height: 29px;
	color: #8C8C8C;
	font-size: 18px;
	color: #595757;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd .left{
	display: block;
	text-align: center;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dt{
	display: block;
	width: 304px;
	height: 204px;
	border: 1px solid #8C8C8C;
	margin: 20px auto 0;
}
#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dt img{
	margin-top: 42px;
	margin-left: 88px;
}
#omnipotent .omnipotent_dl2 .omnipotent_dl2_dd{
	height: 398px;
	border-bottom: 1px solid #8C8C8C;
}
@media screen and (max-width: 450px){
	#omnipotent .omnipotent_dl1{
		width: 100%;
		padding: 0 0.2rem;
		box-sizing: border-box;			
	}
	#omnipotent .omnipotent_dl1 dt{
		margin-top: 0.3rem;
		height: auto;
	}
	#omnipotent .omnipotent_dl2 dt h2,
	#omnipotent .omnipotent_dl1 dt h2{
		font-size: 0.2rem;
    	letter-spacing: 4px;
	}
	#omnipotent .omnipotent_dl2 dt p,
	#omnipotent .omnipotent_dl1 dt p{
	    font-size: 0.18rem;
	    margin-bottom: 0.2rem;
	}
	#omnipotent .omnipotent_dl1 dd img{
		height: 1rem;
	}
	#omnipotent .omnipotent_dl2{
		width: 100%;
		padding: 0 0.1rem;
    	box-sizing: border-box;
	}
	
	#omnipotent .omnipotent_dl2 .omnipotent_dl2_dd{
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-around;
    	height:3.3rem;
    	padding-top: 0 !important;
	}
	.omnipotent_dl2>dd{
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-around;
    	height:2.8rem;
    	padding-top: 0.2rem;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl{
		width: 40%;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd{
		width: 100%;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd p{
		font-size: 0.18rem;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dd span{
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dt{
		width: 98%;
		height: 1.1rem;
		display: flex;
    	align-items: center;
	}
	#omnipotent .omnipotent_dl2 dd .dl2_dd_dl dt img{
		margin: auto;
		width: 25%;
	}
}