@charset "utf-8";

.fl{
	float: left;
}
.fr{
	float: right;
}

.top{
	height: 40px;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.top a{
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
}
.top a:hover{
	text-decoration: none;
	color: #000;
}
.navbar-default{
	background: none;
	border: 0;
}
.navbar-header h1{
	font-size: 2em;
	text-align: center;
	margin-bottom: 20px;
}
.navbar-header p{
	color: #444;
}
.navbar-brand{
	margin-top: -6px;
    height: 0;
    padding: 0;
    line-height: 0;
}
.collapse{
	margin-top: 30px;
}
@media only screen and (max-width:800px) {
	.collapse{
		float: none;
	}
}
.nav li a:hover{
	color: #fff!important;
}
.banner{
	display: block;
	margin-top: 2em;
	width: 100%;
	height: 300px;
}
.banner img{
	width: 100%;
	height: 100%;
}
.breadnav{
	height: 30px;
}
.breadcrumb{
	background: none;
	margin-top: -8px;
    margin-left: 12px;
}

.box-left,.box-right{
	border: 1px solid #999;
	width: 100%;
	padding: 5px;
	margin-top: 2em;
}
.content h4{
	border-bottom: 1px solid #999;
}
.content h4 a{
	margin-top: -5px;
}
.box-xq a{
	display: block;
	width: 600px;
	margin: 0 auto;
	height: 400px;
	overflow: hidden;
}
.box-xq a img{
	width: 100%;
	height: 100%;
}
.box-xq p{
	line-height: 3em;
	text-indent: 12px!important;
}
.staff-pic{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.staff-pic a{
	display: inline-block;
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.staff-pic img{
	width: 100%;
	height: 100%;
	margin: 5px;
}
.box-img2 a{
	display: inline-block;
	width: 100%;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
}
.box-img2 a img{
	width: 100%;
	height: 100%;
}
.box-img2 a:hover img{
	transform: scale(1.2, 1.2);
	transition: all .5s;
	cursor: pointer;
}
.box-img2 p{
	text-align: center;
	font-weight: bold;
}
.box-right>a{
	display: inline-block;
	border:  1px solid #999;
	padding: 5px;
	margin:  5px;
	border-radius: 5px;
	color: #444;
	cursor: pointer;
}
.box-right p{
	font-weight: bold;
	color: #444;
}
.box-right p span{
	font-weight: normal;
	color: #666;
}
.foot{
  margin: 20px 0 0;
  background: #f1f1f1;
}
.foot span{
  font-weight: bolder;
}