#green_energy_solution .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    overflow: hidden;
    width: 25px;
    height: 25px;
    background-image: url(../images/footer/social_media_icon_ie8.png);
    float: left;
    padding-left:0;
    margin-right:12px;
    margin-top: 0;
    margin-bottom: 0;
}
#floor_one{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background:#fff;
}
#banner_img{
	width: 100%;
	background: url(../images/green_energy/banner.jpg) no-repeat center;
	background-size: cover;
	height: 100%;

}
#banner_words{
	width: 88.28vw;
	height: 21.2vw;
	position: absolute;
	background-size: contain;
	top: 20%;
	right: 0;	
}
#banner_words img{
	width: 100%;
}
#floor_two{
	width: 100%;
	height: 33.33vw;
}
#three_direction{
	width: 100%;
	height: 100%;
	list-style: none;
}
#three_direction li{
	width: 50%;
	height: 100%;
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
}
#sun_energy{
	width: 100%;
	height: 100%;
	background: url(../images/green_energy/solution_left.jpg) no-repeat center;
	background-size: cover;
}

#storage_energy{
	width: 100%;
	height: 100%;
	background: url(../images/green_energy/solution_right.jpg) no-repeat center;
	background-size: cover;

}



.energy_words{
	width: 100%;
	height: 100%;
	background: url(../images/green_energy/words_back.png);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.energy_words_tittle{
	width: 100%;
	font-size: 1.875vw;
	margin-top: 20.52%;
	line-height: 66px;
}
.energy_words_article{
	font-size: 0.9375vw;
	line-height: 1.67vw;
	font-family: "微软雅黑";
	color: #c7c9cc;
	width: 61%;
	margin: 0 auto;
}

#underline_four{
	width: 120px;
	height: 4px;
	background:#fff;
	margin: 17px auto;
}


@media (max-width: 1024px) {
    #green_energy_solution .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
    }
    #green_energy_solution .icon_wb{
        margin-left: 6.9vw;
    }
    #green_energy_solution .icon_fb,#green_energy_solution .icon_wx,#green_energy_solution .icon_tw,#green_energy_solution .icon_ga{
        margin-left: 12px;
    }
	#banner_words{
		overflow: hidden;
	}

	#banner_words img{
		display: none;
	}
	#banner_img{
		background: url(../images/green_energy/banner_mobile.jpg) no-repeat center;
		width: 100%;
		height: 50%;
		background-size: cover;
	}
	#banner_words{
		width: 89.45%;
		height: 50%;
		background: url(../images/green_energy/banner_words_mobile.png) no-repeat center;
		background-size: contain;
		top: 50%;
		right: auto;
		left: 5.275%;	
	}
	#floor_two{
		width: 100%;
		height: 175.87vw;
	}
	#three_direction li{
		width: 100%;
		height: 50%;
	}
	#sun_energy{
		background: url(../images/green_energy/solution_left_mobile.jpg) no-repeat center;
		background-size: cover;
	}
	#storage_energy{
		background: url(../images/green_energy/solution_right_mobile.jpg) no-repeat center;
		background-size: cover;
	}
	.energy_words{
		display: block;
	}
	.energy_words_tittle{
		width: 100%;
		font-size: 6.67vw;
		margin-top: 16.67%;
		line-height: 17.33vw;
	}
	.energy_words_article{
		font-size: 3.6vw;
		line-height: 5.733vw;
		font-family: "微软雅黑";
		color: #ebeae8;
		width: 85.6%;
		margin: 0 auto;
	}
}