﻿

@import url("http://www.hgzngroup.com/css/swiper.min.css");


/*footer*/
footer{
	background-color:#1c1c1e;
	color:#7d7d7d;
}
footer a:hover{
	color: #fff;
}
footer .links{
	padding:20px 0;
	font-size: 16px;
}
footer .links .title{
	padding: 10px;
}
footer .links-container{
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
footer .links-container .swiper-slide{
	width: auto;
	padding: 0 20px;
}
footer .links-container .swiper-slide img{
	display: block;
	height:40px;
}
footer .links-container .swiper-button-prev,footer .links-container .swiper-button-next{
	background:#555;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius:2em;
	text-align: center;
	line-height: 40px;
	margin-top: -20px;
}
footer .copyright{
	padding:20px 10px;
	line-height:1.8;
	font-size: 12px;
	position: relative;
	max-width:1520px;
	margin:  0 auto;
}
footer hr{
	height: 1px;
	border:none;
	background: #555;
}
@media screen and (min-width:768px) {
	footer .links .title{
		padding: 10px;
		font-size: 16px;
	}
	footer .copyright{
		font-size: 14px;
	}
	footer .copyright .by{
		position: absolute;
		right:10px;
		top: 30px;
	}
}
@media screen and (min-width:992px) {
	footer .links-container .swiper-slide img{
		height:50px;
	}
	footer .links-container .swiper-slide{
		padding: 0 40px;
	}
	footer .links .title{
		float: left;
		line-height: 50px;
	}
}
@media screen and (min-width:1200px) {
	footer .links .title{
		font-size: 20px;
		line-height:60px;
	}
	footer .links-container .swiper-slide img{
		height:60px;
	}
	footer .links-container .swiper-slide{
		padding: 0 40px;
	}
	.foot{
		max-width: 1520px;
		margin: 0 auto;
	}
	footer .copyright{
		height: 120px;
		padding:35px 10px;
	}
	footer .copyright .by{
		top:40px;
	}
}
.foot-nav{
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 50px;
}
.foot-nav li{
	float: left;
	width: 12%;
	padding-right: 10px;
	padding-left: 10px;
}
.foot-nav li:nth-child(1),.foot-nav li:nth-child(4),.foot-nav li:nth-child(6){
	width:10%;
}
.foot-nav li:nth-child(2){
	width: 18%;
}
.foot-nav li:nth-child(3){
	width: 16%;
}
.foot-nav li a{
	display: block;
	line-height:1.5;
	margin-bottom: 10px;
}
.foot-nav li a.title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
}
.foot-nav li .img{
	display: block;
	padding: 10px;
	border: 1px solid #555;
}
