footer{
	width: 100%;
	height: 250px;
	background: #343131;
	margin-top: 88px;
	margin-bottom: 90px;
}
.footer_fulid{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	background: url('../images/bottom.png') no-repeat center/cover;
	position: relative;
}
.footer_fulid ul{
	width: 500px;
	position: absolute;
	top: 50px;
	left: 380px;

}
.footer_fulid ul li{
	width: 500px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}
.footerswt{
	width: 100%;
	height: 90px;
	position: fixed;
	bottom:0px;
	background: #06abab;
}
.footerswt_fulid{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.footerswt_fulid_one{	
	width: 500px;
	height: 65px;
	margin-top: 10px;
	border-radius: 25px;
	background: #fff;
}
.footerswt_fulid_one a{
	display: flex;
	flex-direction: row;
}
.footerswt_fulid_one input{
	width: 300px;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
	border: none;
	background: transparent;
	font-size: 30px;
}
.footerswt_fulid_one a span{
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	background: #06abab;
	margin-top: 5px;
	border-radius: 25px;
	font-size: 30px;
	text-align: center;
}
.footerswt_fulid_two{
	height: 65px;
	margin-top: 20px;
	margin-left: 300px;
	font-size: 30px;
	color: #fff;
}
.leftswt{
	width: 120px;
	height: 120px;
	position: fixed;
	right: 0px;
	top:40%;
	background: #06abab;
	color: #fff;
	font-size: 24px;
	text-align: center;
	z-index: 999999;
}
.leftswt a div{
	width: 100px;
	height: 85px;
	background: url('../images/leftswt.png');
	background-size: 100%;
	margin-left: 10px;
}