@charset "utf-8";
body{
	font-size: 14px;
}
.Header{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.topheight{
	height: 80px;
}
.footpsbbox{
	position: absolute;
	height: 40px;
	text-align: center;
	background: none;
	line-height: 40px;
	left: 0;
	top: 0;
	color: #a5a6ae;
	width:100%;
}
.footpsbbox a.xzft_a{
	color: #a5a6ae;
}
.footpsbbox a.xzft_a:hover{
	color: #c8cad5;
}
.bnbox{
	background: rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.bnboxtext{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #f0f0f0;
}
.bnboxtextp1{
	font-size: 48px;
	font-weight: bold;
}
.bnboxtextp2{
	font-size: 18px;
	margin-top: 20px;
	color: #ddd;
	text-transform : uppercase;
}

.foot{
	background: #4c5066;
	color: #fff;
}
.foottop{
	padding: 30px 0;
	border-bottom: 1px solid #45485e;
	line-height: 30px;
}
.footbot{
	padding: 30px 0;
}
.foottop_l h4{
	font-size: 16px;
	color: #f0f0f0;
}
.foottop_l p{
	margin-top: 22px;
    line-height: 1;
    color: #a5a6ae;
}
.foottop_l p span{
	display: inline-block;
	width: 300px;
}
.foottop_l p span:last-child{
	margin-left: 100px;
}
.footbot_p{
	line-height: 40px;
    color: #a5a6ae;
}
.footbot_p a.gotop1{
	margin-left: 10px;
	border: 1px solid #9597a1;
	color: #a5a6ae;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 2px;
}
.footbot_p a:focus{
	color: #a5a6ae;
}
.footbot_p a.gotop1:hover{
	border: 1px solid #fff;
	color: #fff;
}
.footbot_p a.xzft_a{
	color: #a5a6ae;
}
.footbot_p a.xzft_a:hover{
	color: #c5c6d2;
}

.gotop{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	position: fixed;
	bottom: 100px;
	right: 20px;
	display: none;
	border-radius: 5px;
	z-index: 9999;
}
