.footer{
	width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 32px;
	overflow: hidden;
}
.footer .left{
	border-right: 1px solid #ccc;
	overflow: hidden;
	width: 938px;
	float: left;
}
.footer ul{
	float: left;
	margin-left: 41px;
	overflow: hidden;
	
}
.footer ul li:nth-child(1){
	color: #333333;
	font-size: 16px;
	margin-bottom: 30px;
}
.footer ul li{
	color: #666666;
	font-size: 14px;
}
.footer .right{
	float: left;
	width: 261px;
	text-align: center;
}
.footer .right .phone{
	color: #E72840;
	font-size: 24px;
}
.footer .right .time{
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 21px;
	
}
.footer .right button{
	width: 162px;
	height: 28px;
	border: 1px solid #E72840;
	color: #E72840;
	font-size: 14px;
	background: #FFFFFF;
	outline: none;
}
.bottom{
	width: 100%;
	height: 180px;
	background:#F5F5F5 ;
	margin-top: 23px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.bottom p{
	margin-top: 15px;
}
.bottom img{
	display: none;
	margin:23px auto 0;
}
.bottom ul{
	width: 172px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 41px;
	
}
.bottom ul li{
	color: #666666;
	font-size: 12px;
	float: left;
	border-left: 1px solid #666;
	padding: 0 10px;
}
.bottom ul li:nth-child(1){
	border-left: none;
}
.sj_footer{
	display: none;
}
@media only screen and (max-width: 790px) {
	.footer,.bottom{
	}
	.sj_footer{
		display: block;
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		position: fixed;
		left: 0;
		bottom: 0;
		border-top: 1px solid #CCCCCC;
	}
	.sj_footer li{
		float: left;
		width: 33.33%;
		height: 100%;
		line-height: 40px;
		text-align: center;
		
		border-right: 1px solid #CCCCCC;
	}
	.sj_footer li:nth-child(3){
		border-right: none;
	}
}