/*
--Felizon
--2024/12/03
--电能端样式
*/
/*box*/
body {
	font-family: Arial, Helvetica, sans-serif;
}

/*尺寸盒子*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.container2 {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

/**/

.body-box {
	background: url("../img/bg.png") no-repeat center;
	background-size: 100%;
	overflow: hidden;
}

.top {
	display: flex;
	justify-content: space-between;
	height: 43px;
	padding: 30px 0;
	border-bottom: 1px #eee solid;
}

.top .logo {
	display: flex;
	justify-content: flex-start;
}

.top .logo img {
	width: 100%;

}

.top .logo h1 {
	overflow: hidden;
	width: 40px;

}

.top .logo h2 {
	margin-left: 30px;
	line-height: 43px;
	font-size: 24px;
	font-weight: bold;
}

.top .anniu {
	width: 170px;
	overflow: hidden;
}

.top .anniu a {
	display: block;
	background: #333;
	color: #fff;
	overflow: hidden;
	line-height: 43px;
	border-radius: 50px;
	transition: background-color 0.3s;
}

.top .anniu a:hover {
	background: #000000;
}

.top .anniu a .anniu-l {
	width: 30px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0 20px;

}

.top .anniu a .anniu-l img {
	vertical-align: middle;
}

.top .anniu a .anniu-r {
	width: 80px;
	float: left;
	text-align: left;
	overflow: hidden;
}

/*top end*/
.yuanjing{
	overflow: hidden;
	margin-top: 30px;
}
.yuanjing ul{
	display: flex;
	justify-content: space-between;
}
.yuanjing ul li{
	overflow: hidden;
	border: 1px #fd7452 solid;
	background: #f1f1f1;
	width: 45%;
	border-radius: 15px;
	padding: 1.5%;
}
.yuanjing ul li h1{
	width: 30%;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.yuanjing ul li p{
	width: 68%;
	float: right;
	overflow: hidden;
}
.yuanjing ul li h2{
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.yuanjing ul li span{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.title{
	border-bottom:1px #ddd solid;
	margin-top: 30px;
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.title h1{
	width: 5px;
	background: #fd7452;
	float: left;
	border-radius: 30px;
	height: 25px;
	line-height: 40px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 30px;
}
.title h2{
	font-size: 30px;
	color: #000000;
	float: left;
	margin-left: 10px;
}
.banner {
	overflow: hidden;
	margin: 30px 0;
}

.neirong{
	overflow: hidden;
}
.neirong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.neirong li{
	width: 48%;
	margin-bottom: 20px;
	overflow: hidden;
}
.neirong li h1{
	overflow: hidden;
	max-height: 330px;
}
.neirong li h2{
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	color: #FD7452;
}
.neirong li h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.neirong li h3 span{
	width: 5px;
	height: 15px;
	background: #11AEFC;
	float: left;
	display: block;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.neirong li h3 b{
	color: #11AEFC;
}
.neirong li p{
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	min-height: 150px;
}
.footer-bg{
	background: #333;
	padding: 30px 0;
	overflow: hidden;
	height: 30px;
}
.footer{
	line-height: 30px;
	display: flex;
	justify-content: center;
	color: #999;
	overflow: hidden;
}
.footer a{
	color: #999;
	overflow: hidden;
}
.footer p{
	color: #999;
	overflow: hidden;
}
.footer a:hover{
	color: #fff;
}