@charset "utf-8";

.fl{
	float: left;
}
.fr{
	float: right;
}



.navbar{
	width: 100%;
	border: none;
	padding-bottom: 20px;
	border-radius: 0;
	background: #444!important;
	margin-bottom: 0;
}
.navbar-default{
	background: #fff;
}
.navbar-header h1{
	color: #fff;
	font-size: 36px;
}
.navbar-header p{
	color: #fff;
}
.navbar-brand{
    height: 0;
    padding: 0;
    line-height: 0;
}
.collapse{
	margin-top: 30px;
	float: right;
}
@media screen(max-width:800px) {
	.collapse{
		margin-top: 30px;
		float: none;
	}
}
.navbar-toggle{
	margin-top: 60px;
}
.nav li a{
	color: #fff!important;
	font-weight: bold;
	font-size: 16px;
}
.nav li a:hover{
	text-decoration: underline;
}
.title h2,.title p{
	text-align: center;
	margin-top: 1.5em;
}
.introduct .intro-text{
	line-height: 3em;
	text-indent: 12px!important;
}
.show-box{
	margin-top: 3em;
}
.show-box a{
	display: block;
	width: 100px;
	margin: 0 auto;
}
.show-box a img{
	width: 100%;
	height: 100%;
}
.show-box h4{
	clear: both;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
}
.show-box p{
	text-align: center;
	margin-top: 1em;
}
.show-box h2{
	text-align: center;
	margin-top: 4em;
}
.show-box h2 span{
	font-size: 16px;
}
.btn{
	background: #444;
	color: #fff;
	margin: 20px 45%;
}
.btn:hover{
	background: #000;
	color: #fff;
}
.ad-banner{
	margin-top: 2em;
	position: relative;
	width: 100%;
	height: 250px;
	background: url('../images/banner3.jpg');
}
.ad-banner p{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -341px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.team a{
	display: block;
	text-align: center;
}
.team ul{
	margin-top: 2em;
} 
.team ul li{
	list-style: none;
	line-height: 3em;
} 
.team ul li p{
	font-weight: bold;
}
.team ul li span{
	color: #999;
}
.about{
	margin-top: 2em;
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: url('../images/banner4.jpg');
}
.about .title{
	color: #fff;
}
.about .intro-text{
	color: #fff;
	text-indent: 12px;
	line-height: 2em;
}
.img a{
	display: block;
	width: 450px;
	height: 350px;
	margin-top: 6em;
	overflow: hidden;
}
.img a img{
	width: 100%;
	height: 100%;
}
.news ul li{
	line-height: 2em;
	list-style-type: square; 
	list-style-position: inside;
}
.link-xq{
	margin-top: 2em;
	line-height: 2em;
	font-weight: bold;
}
.station>a{
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 2em;
}
.station>a img{
  width: 100%;
  height: 100%;
}
.station>a:hover img{
  transform: scale(1.5, 1.5);
  transition: all 1s;
}
.station h5{
  font-weight: bold;
  text-align: center;
}
.foot{
	background: #444;
	padding: 20px 0;
	margin-bottom: 20px;
}
.foot p{
	color: #fff;
}