/* 广告 */
.advertisement {
	width: 100%;
	height: 700px;
	background-color: #000;

}

.advertisement>.imgbox {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	/* overflow: hidden; */
	/* background: url('../../../imges/43.jpg'); */
}

.advertisement>.imgbox>img {
	width: 100%;
	height: 100%;
}

.advertisement>.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 广告左边 */
.advertisement>.content>.left>.logoName {
	font-size: 106px;
	font-family: Impact;
	font-weight: 400;
}

.advertisement>.content>.left>.logoAdver {
	display: flex;
	align-items: center;
}

.advertisement>.content>.left>.logoAdver>.conLeft {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.advertisement>.content>.left>.logoAdver>.conRight {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F1BF06;
	margin-left: 11px;
}

.advertisement>.content>.left>.ul {
	width: 388px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.advertisement>.content>.left>.ul>.li {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #B7B7B7;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	padding-top: 8px;
}

/* 广告右边 */

/* 产品展示 */
.display {
	width: 100%;
	margin-top: 60px;
}

/* 产品展示头部 */
.display>.title {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.display>.title>.left>.top {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.display>.title>.left>.bottom {
	display: flex;
	align-items: center;
}

.display>.title>.left>.bottom>.hr {
	width: 49px;
	height: 2px;
	background-color: #13A87F;
	margin-right: 10px;
}

.display>.title>.left>.bottom>.english {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #A8A8A8;
}

.display>.title>.right {
	width: 120px;
	height: 40px;
	border: 1px solid #4AB344;
	background: linear-gradient(180deg, #B0DEAD 0%, #61BD5C 100%);
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

/* 产品展示内容 */
.display>.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.display>.content>.li {
	cursor: pointer;
	width: 220px;
	height: 437px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0 10px;
}

.display>.content>.li>.imgbox {
	width: 207px;
	/* height: 227px; */
	margin: 0 5%;
	text-align: center;
}

.display>.content>.li>.imgbox>.title {
	font-size: 18px;
	font-weight: bold;
}

.display>.content>.li>.imgbox>.titleE {
	font-size: 18px;
	color: #A8A8A8;
	margin-top: 10px;
	margin-bottom: 26px;
}

.display>.content>.li>.imgbox>img {
	width: 100%;
	height: 261px;
}

/* .display>.content>.li :hover {

	background-color: #18B267;

} */

.display>.content>.li>.name div:nth-child(1) {
	color: #000;
}

.display>.content>.li>.name div:nth-child(2) {
	color: #18B267;
}

.display>.content>.li>.name-active {
	background-color: #18B267 !important;
}

.display>.content>.li>.name-active div:nth-child(1) {
	color: #fff;
}

.display>.content>.li>.name-active div:nth-child(2) {
	color: #fff;
}

.display>.content>.li>.name {
	position: absolute;
	bottom: 0;
	/* left: 10px; */
	width: 220px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e0e0e0;
	color: #fff;
	display: flex;
	justify-content: space-around;
}

/* 一站式能源管理 · 解决方案 */
.solution {
	width: 100%;
	margin-top: 120px;
}

/* 解决方案头部 */
.solution>.top {
	width: 1200px;
	margin: 0 auto;
}

.solution>.top>.title {
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 300;
}

.solution>.top>.content {
	width: 644px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A8A8A8;
}

/* 解决方案内容 */
.solution>.bottom {
	/* width: 1200px; */
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: center;

}

.solution>.bottom>.li {
	width: 31%;
	position: relative;
	margin-right: 20px;
}

.solution>.bottom>.li>.imgbox {
	width: 100%;
	height: 400px;
}

.solution>.bottom>.li>.imgbox>img {
	width: 100%;
	height: 100%;
}

.solution>.bottom>.li>.backCol {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.solution>.bottom>.li>.backCol>.one {
	width: 100%;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.6);
}

.solution>.bottom>.li>.backCol>.two {
	width: 100%;
	height: 0px;
	background-color: rgba(19, 168, 127, 0.3);
}

.solution>.bottom>.li>.content {
	width: 100%;
	height: 400px;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 2;
}

.solution>.bottom>.li>.content:hover {
	cursor: pointer;
	background: rgba(19, 168, 127, 0.4);
}

.solution>.bottom>.li>.content>.topBottom {
	width: 144px;
	/* height: 108px; */
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}

.solution>.bottom>.li>.content>.topBottom>.hr {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 20px auto;
}

.solution>.bottom>.li>.content>.conBottom {
	/* width: 300px; */
	height: 232px;
	box-sizing: border-box;
	padding-top: 20px;
	overflow: hidden;
}

.solution>.bottom>.li>.content>.conBottom>.conC {
	width: 150px;
	height: 46px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-bottom: 40px;
}

.solution>.bottom>.li>.content>.conBottom>.button {
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

/* MORE+按钮 */
.solution>.buttonbox {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.solution>.buttonbox>.button {
	width: 120px;
	height: 40px;
	border: 1px solid #4AB344;
	background: linear-gradient(180deg, #B0DEAD 0%, #61BD5C 100%);
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}

/* 底部广告 */
.modeon {
	width: 100%;
	height: 450px;
	margin-top: 90px;
	background-color: #F5F5F5;

}

.modeon>.text {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.modeon>.text>.title {
	display: flex;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	box-sizing: border-box;
	padding-top: 60px;
}

.modeon>.text>.title>.right {
	color: #13A87F;
}

.modeon>.text>.content {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	margin-top: 20px;
}

.modeon>.text>.QRCode {
	margin-top: 40px;
}

.modeon>.text>.QRCode>img {
	width: 20%;
	/* height: 160px; */
}

.modeon>.text>.modeonImg {
	position: absolute;
	right: 0;
	top: -30px;
}

.fierdc {
	width: 100%;
	height: 240px;
	background: url('../../../imges/48.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fierdc>.content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	box-sizing: border-box;
	padding-top: 105px;
	color: #fff;
}
