@charset "utf-8";
#globalFooter{
	background: #f5ede2;
	position: relative;
}
.foot_line{
	width: 1200px;
	height: 4px;
	margin: auto;
	background: #c8aa63;
}
.foot_all{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.foot_weixin{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #c8aa63;
	margin-top: 25px;
	float: left;
	margin-right: 20px;
}
.foot_weixin img{
	width: 40px;
	height: 40px;
	display: block;
}
.foot_ewm{
	display: none;
}
.foot_ewm img{
	width: 100px;
	height: 107px;
	display: block;
}
.foot_weixin:hover .foot_ewm{
	display:block;
	position: absolute;
	left: 50%;
	margin-left: -630px;
	bottom: 70px;
}
.foot_link{
	color: #555;
	float: left;
	padding: 25px 0px;
}
.foot_link a{
	font-size: 14px;
	color: #555;
	line-height: 40px;
}
#globalFooter_copyright{
	float: right;
	margin: auto;
	padding: 25px 0px;
}
#globalFooter_copyright p{
	color: #555;
	font-size: 14px;
	text-align: right;
}
#globalFooter_copyright p a{
	color: #555;
	font-size: 14px;
}
#globalFooter_copyright span{
	font-size: 16px;
}

/*置顶css*/
.box_top{
    position:fixed;
    right:4px;
    bottom: 10px;
    height:20px;
    width: 40px;    
    text-align:center;
    padding-top:20px;  
	border-radius: 10%;
    background-color: #c8aa63;
    overflow: hidden;
	cursor:pointer;
}
.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);
}



