@charset "utf-8";

.go-top{
	display: block;
	position: fixed;
	z-index: 2;
	right: 10px;
	bottom: -60px;
	width: 55px;
	height: 55px;
	background: #ccc url(../img/up_btn.png) no-repeat center center;
	background-size: 70%;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.go-top:hover{
	background-color: #bbb;
}
.go-top.on{
	bottom: 50px;
}

#footer{
	width: 100%;
	background: url(../img/footer_bg.png) no-repeat center bottom;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#footer .content{
	padding-top: 30px;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	min-width:1200px;
	margin:0 auto;
	position: relative;
	background: url(../img/footer_icon.png) no-repeat right bottom 40px;
}
@media screen and (max-width: 1450px) {
	#footer .content{
		padding-left: 20px;
		background: url(../img/footer_icon.png) no-repeat right 20px bottom 40px;
	}
}
#footer .qr{
	background: url(../img/footer_logo.png) no-repeat left top;
	float: left;
	width: 35%;
	overflow: hidden;
	padding: 90px 0 40px;
}
#footer .qr div{
	float: left;
	text-align: center;
	margin-right: 20px;
}
#footer .qr div span{
	color: #FFFFFF;
	display: block;
}
#footer .menuLink{
	width: 40%;
	overflow: hidden;
}
#footer .menuLink dl{
	display: block;
	float: left;
	width: 40%;
	margin-right: 4%;
}
#footer .menuLink dl dt{
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 25px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
}
#footer .menuLink dl dd{
	color: #fff;
	padding: 10px 0 0;
	font-size: 16px;
}
#footer .menuLink dl:last-child{
	width: 60%;
	margin-right: 0;
}
#footer .menuLink dl dd span{
	display: inline-block;
	position: relative;
	margin-right: 8px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/foot-icon.png) no-repeat;
}
#footer .menuLink dl dd span.icon-02{
	background-position: 0 center;
}
#footer .menuLink dl dd span.icon-03{
	background-position: left bottom 2px;
}

#footer .cop{
	text-align: center;
	background: #3e5454;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
}
#footer .cop span{
	display: inline-block;
	margin: 0 5px;
}

@media screen and (max-width: 768px) {
	
	#footer{
		width: 100%;
		background: url(../img/footer_bg.png) no-repeat center bottom;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	
	#footer .content{
		padding-top: 30px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		min-width:100%;
		margin:0 auto;
		position: relative;
		background: none;
	}
	#footer .qr{
		background: url(../img/footer_logo.png) no-repeat left 10px top;
		background-size: 80px;
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 50px 0 15px 10px;
	}
	#footer .qr div{
		float: left;
		width: 30%;
		text-align: center;
		margin-right: 2%;
	}
	#footer .qr div img{
		width: 100%;
	}
	#footer .qr div span{
		color: #FFFFFF;
		display: block;
		font-size: 12px;
	}
	
	
	#footer .menuLink{
		width: 100%;
		overflow: hidden;
		padding: 15px 15px 30px;
	}
	#footer .menuLink dl{
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#footer .menuLink dl dt{
		font-size: 20px;
		color: #fff;
		margin-bottom: 5px;
		padding-bottom: 15px;
		line-height: 1.2em;
		border-bottom: 1px solid #fff;
	}
	#footer .menuLink dl dd{
		color: #fff;
		padding: 3px 0 0;
		font-size: 14px;
	}
	#footer .menuLink dl:last-child{
		width: 100%;
		margin-right: 0;
	}
	#footer .menuLink dl dd span{
		display: inline-block;
		position: relative;
		margin-right: 8px;
		top: 5px;
		width: 20px;
		height: 20px;
		background: url(../img/foot-icon.png) no-repeat;
	}
	#footer .menuLink dl dd span.icon-02{
		background-position: 0 center;
	}
	#footer .menuLink dl dd span.icon-03{
		background-position: left bottom 2px;
	}
/*移动版样式*/
}