.rwsky_footer_all{
	width: 100%;
	height: 194px;
	background:url(../img2/footer_bg.png) no-repeat;
	background-size: cover;
}
.rwsky_footer{
	width: 1200px;
	height: 100%;
	margin:0 auto;
}
.rwsky_footer_content{
	width: 1200px;
	height: 144px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
box-sizing:border-box;
}
.rwsky_footer_content_footer{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.rwsky_footer_logo{
	width: 500px;
	height: 144px;
	background:url(../img2/footer_logo.svg) right center no-repeat;
	background-size: 286px 102px;
	float: left;
}
.rwsky_footer_pick{
	width: auto;
	height: auto;
	margin-left: 53px;
	float: left;
	padding-top: 35px;
}
.rwsky_footer_pick ul li{
	font-size: 14px;
	color: #FFF;
	margin: 10px 0;
	text-indent: 25px;
}
.rwsky_footer_pick ul li:nth-child(1){
	background: url(../img2/phone.png)left center no-repeat;
	background-size: 15px 15px;
}
.rwsky_footer_pick ul li:nth-child(2){
	background: url(../img2/emial.png)left center  no-repeat;
	background-size: 17px 14px;
}
.rwsky_footer_pick ul li:nth-child(3){
	background: url(../img2/address.png)left center  no-repeat;
	background-size: 14px 17px;
}