#electric .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/electric/banner.jpg) no-repeat center;
	background-size: cover;
	height: 100%;

}
#banner_words{
	width: 39.16vw;
	height: 7.6vw;
	position: absolute;
	background-size: contain;
	top: 26%;
	right: 114px;	
}
#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;
}
#three_direction li:hover .energy_words{
    display: block;
}
#sun_energy{
	width: 100%;
	height: 100%;
	background: url(../images/electric/floor_two_left.jpg) no-repeat center;
	background-size: cover;
}
/*#sun_energy:hover .energy_words{
	display: block;
}*/

#storage_energy{
	width: 100%;
	height: 100%;
	background: url(../images/electric/floor_two_right.jpg) no-repeat center;
	background-size: cover;

}
.energy_words{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top: 0;
	color: #fff;
	display: none;
    background: #000\9;
    filter:alpha(opacity=80)\9;
}
.energy_words_tittle{
	width: 100%;
	font-size: 2.5vw;
	margin-top: 20%;
}
.energy_words_desc{
    width: 61.5%;
    font-size: 0.85vw;
    margin: 0 auto;
    line-height: 1.6vw;
    margin-top: 1.3vw;
}
.know_more{
	width: 20%;
	height: 2.9vw;
	border: 1px solid #fff;
	font-size: 14px;
	border-radius: 4px;
	position: absolute;
	bottom: 13.57vw;
	left: 40%;
    line-height: 2.9vw;
	cursor: pointer;
}
.know_more img{
	width: 10px;
	height: 12px;
    margin-left: 10px;
}
#floor_three{
	width: 100%;
	height: 22.5vw;
	background: url(../images/electric/img_foot.jpg) no-repeat center;
	background-size: cover;
	text-align:center;
	color: #fff;
	padding: 10vw 0 5vw 0;
}
#floor_three_tittle{
	font-size: 1.875vw;
	font-weight: bold;
}
#underline_four{
    width: 120px;
    height: 4px;
    background: #fff;
    margin: 17px auto;
}
#article_four{
	font-size: 14px;
	line-height: 28px;
	/*height: 3.7vw;*/
	width:28.4%;
	/*margin: 0 auto;*/
	margin: 20px auto;

}
#know_more_bottom{
	width: 10.4167%;
	height:5.8645%;
	border: 1px solid #fff;
	font-size: 14px;
	border-radius: 4px;
	padding: 0.8% 0;
	margin:0 auto;
    margin-top:2vw;
	cursor: pointer;
}
#know_more_bottom img{
	width: 10px;
	height: 12px;
}

@media (max-width: 1024px) {
    #electric .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;
    }
    #electric .icon_wb{
        margin-left: 6.9vw;
    }
    #electric .icon_fb,#electric .icon_wx,#electric .icon_tw,#electric .icon_ga{
        margin-left: 12px;
    }
    .energy_words{
        width: 100%;
        height: 100%;
        background:none;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        display: none;
    }
    #underline_four{
        width: 16%;
        height: 0.6vw;
        background: #fff;
        margin: 17px auto;
    }
	#floor_three_tittle{
		font-weight: normal;
	}

	#banner_words img{
		display: none;
	}
	#banner_img{
		background: url(../images/electric/banner_mobile.jpg) no-repeat center;
        background-size: cover;
		width: 100%;
		height: 50%;
	}
	#banner_words{
		width: 80%;
		height: 50%;
		background: url(../images/electric/banner_words_mobile.png) no-repeat center;
		background-size: contain;
		top: 45%;
		right: auto;
		left: 5.275%;	
	}
	#floor_two{
		width: 100%;
		height: 160vw;
	}
	#three_direction li{
		width: 100%;
		height: 50%;
	}
	#sun_energy{
		background: url(../images/electric/floor_two_left_mobile.jpg) no-repeat center;
		background-size: cover;
	}
	#storage_energy{
		background: url(../images/electric/floor_two_right_mobile.jpg) no-repeat center;
		background-size: cover;
	}
	.energy_words{
		display: block;
	}
	.energy_words_tittle{
		width: 100%;
		font-size: 8vw;
		margin-top: 12%;
		line-height: 17.33vw;
	}
    .energy_words_desc{
        width: 90%;
        font-size: 3.97vw;
        margin: 0 auto;
        line-height: 5.4vw;
        margin-top: 1.3vw;
        font-weight: 300;
    }
	.know_more{
		width: 50%;
		height: 8.67vw;
		border: 1px solid #fff;
		font-size: 3.33vw;
		border-radius: 4px;
		position: absolute;
		bottom:25vw;
		left: 25%;
		padding-top: 4%;
		cursor: pointer;
	}
	.know_more img{
		width: 10px;
		height: 12px;
	}
	#floor_three{
		width: 100%;
		height: 81.33vw;
		background: url(../images/electric/img_foot_mobile.jpg) no-repeat center;
		background-size: cover;
		text-align:center;
		color: #fff;
		padding-top: 22.67vw;
	}
	#floor_three_tittle{
		font-size: 8vw;
	}
	#article_four{
        font-size: 3.733vw;
        line-height: 5.33vw;
        font-weight: 100;
        width: 83%;
	}
	#know_more_bottom{
		width: 50%;
		height: 8.67vw;
		border: 1px solid #fff;
		font-size: 3.33vw;
		border-radius: 4px;
		padding-top: 4%;
	}
	#know_more_bottom img{
		width: 10px;
		height: 12px;
	}
}