@charset "utf-8";
#globalFooter{
	background: #333;
}
.foot_link{
	display: table;
	color: #fff;
	margin: auto;
	padding-top: 20px;
}
.foot_link a{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	padding: 0px 30px;
}
#globalFooter_copyright{
	display: table;
	margin: auto;
	padding-bottom: 30px;
	text-align: center;
	line-height: 23px;
}
#globalFooter_copyright p{
	color: #fff;
	font-size: 14px;
}
#globalFooter_copyright p a{
	color: #fff;
	font-size: 14px;
}

/*置顶css*/
.box_top{
    position:fixed;
    right:4px;
    bottom: 10px;
    height:20px;
    width: 40px;    
    text-align:center;
    padding-top:20px;  
	border-radius: 10%;
    background-color: #0a6ee6;
    overflow: hidden;
	cursor:pointer;
    -moz-box-shadow:0px 0px 1px #555;
	-webkit-box-shadow:0px 0px 1px #555;
	box-shadow:0px 0px 1px #555;
}
.box_top:hover:before{
    top:50%
}
.box_top:hover .box_htmltop{
    visibility: hidden;
}
.box_top:before{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content:'回到顶部';
	font-size: 14px;
    width: 40px;
    color:#fff;
}    
.box_htmltop{
    visibility: visible;
    display:inline-block;
    height:14px;
    width: 14px;
    border: 3px solid black;
    border-color: white transparent transparent white;
    transform:rotate(45deg);
}

