﻿/* 底部公共样式 */
.com-footer {
	display: block;
	box-sizing: border-box;
	padding: 20px;
	color: #7e7e7e;
	text-align: center;
}
.com-footer.fixed {
	position: fixed;
    bottom: 0;
	width: 100%;
}
.com-footer .tools {
	margin-bottom: 12px;
}
.com-footer .tools a {
	margin: 0 10px;
	color: #666;
	text-decoration: none;
}
.com-footer .tools a:hover {
	color: #446ae9;
}
.com-footer .links-copyright > div {
	display: inline-block;
	vertical-align: middle;
}
.com-footer .links a {
	display:inline-block;
	vertical-align:middle;
}
.com-footer .links .line {
	display: inline-block;
	width: 1px;
	height: 80px;
	margin: 0 32px;
	vertical-align: middle;
	border-right: solid 1px #ccc;
}
.com-footer .margin-right {
	margin-right: 34px;
}
.com-footer .copyright {
	line-height:20px;
	text-align:left;
	margin-top: 15px;
}
.com-footer .copyright p {
	letter-spacing: 1px;
}
.com-footer .copyright p a {
	margin-right:10px;
	color:#2266cb;
	font-family:"microsoft yahei";
	font-weight:bold;
	text-decoration: none;
}
@media screen and (max-width: 1600px){
  .com-footer.fixed {
  	position: inherit;
  }
}
@media screen and (max-width: 1280px){
  .com-footer.fixed {
  	min-width: 900px;
  	position: inherit;
  }
}