/*end*/
#end {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #101010;
	padding-top: 40px;
	padding-bottom:20px;
        
}
.end {
	width: 1200px;
	margin: 0 auto;
}
.nrl {
	width: 172px;
	text-align: center;
	padding-top: 18px;
}
.nrl div {
	height: 35px;
}
.nrl h5 {
	font-size: 12px;
	color: #ededed;
	opacity: 0.3;
	line-height: 20px;
	padding-top: 10px;
}
.nrc {
	width: 705px;
	padding-left: 70px;
	padding-top: 18px;
}
.nrc ul {
	width: 125px;
	float: left;
}
.nrc ul h1 a {
	font-size: 16px;
	color: #FFF;
}
.nrc ul h1 {
	padding-bottom: 20px;
}
.nrc ul li a {
	font-size: 12px;
	color: #ffffff;
	line-height: 35px;
}
.footTxt {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	font-size: 12px;
	color: #565656;
}
.footTxt a {
	color: #565656;
}
.nrr {
	width: 250px;
}
.nrr .footPh {
	width: 100%;
	height: 55px;
	background: url("../images/phoneico.png") no-repeat left center;
	border-bottom: 1px solid #404040;
	font-size: 28px;
	color: #f7953a;
	text-indent: 30px;
	line-height: 55px;
}
.footli {
	width: 100%;
	padding-top: 25px;
}
.footli li {
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
}
.footico {
	width: 100%;
	padding-top: 20px;
}
.footico ul {
	width: 110%;
}
.footico ul li {
	width: 47px;
	float: left;
	margin-right: 35px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
}
.footico ul li:hover {
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
}
.fl{float:left;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.fr{float:right;}