@charset "utf-8";
/*  author wudi  */
body {
	background: #fff;
	color: #000;
        font-family:"Microsoft YaHei"
	}
a {
	color: #666;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}
a:hover,a:focus {
	color: #111;
	text-decoration: none;
	}
.th{width:100%; height:80px; overflow:hidden;}	
.th1{width:100%; height:30px; overflow:hidden;}	
.th2{width:100%; height:10px; overflow:hidden;}	
.fd{float:left;}
.fdr{float:right;}
p {
	line-hight:32px; font-size:1.1em
}
/*------头部信息--------*/
#header {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
	}
@media (min-width:768px) {
#header {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	}
}
.navbar-default {
  background: #fff;
  border: 0;
  padding:0px 10px 0px 0px;
}
@media (min-width:640px) {
.navbar-default .navbar-brand {
	margin-top:10px;
	width:114px;
	height:59px;
	
	}
}
@media (min-width:1200px) {
.navbar-default .navbar-brand {
	margin-top:10px;
	width:290px;
	height:59px;
	}
}
.navbar-default .navbar-nav > li > a {
  padding: 10px 15px;
  font-size: 16px;
  line-height:50px;
  color: #111;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}










