body{
	font-family: "微软雅黑"!important;
}
/*top*/
.top{
	margin-top: 0px;
}
.top p{
	color: #999;
	display: inline;
	padding: 5px 20px 5px 0;
}
.wechar{
	cursor:pointer;
	position: relative;
	display: inline;
}
.wechar_img{
	position: absolute;
	top: 25px;
	left: -10px;
	display: none;
	z-index: 999;
}
/*.wechar_img:hover img{
	display: block;
}*/
/*导航*/
.lang{
	color: #000;
}
.lang:hover{
	text-decoration: none;
}
.menu{
	margin-top: -40px;
	padding-left: 0px;
}
.search{
	position: relative;
}
.search dl{
	position: absolute;
	top: 119px;
	left: -34px;
	z-index: 999;
	width: 301px;
	display: none;
}
.button{
	margin-left: -4px;
}
#daohang ul li{
	list-style: none;
	font-size: 16px;
	padding: 10px;
}
.navigation a{
	color: #000;
	text-decoration: none;
}
.navigation:hover{
	border-bottom: 1px solid #00a0e9;
	/*border-bottom-width: 1px;*/
}
.navigation a:hover{
	color: #00a0e9;
}
.navbar-toggle{
	margin: 20px 10px;
	border: 1px solid #6D87B1;
}
.icon-bar{
	border: 1px solid #999;
}
.act{
	border-bottom: 1px solid #00a0e9;
	border-bottom-width: 1px;
}
.act a{
	color:#00a0e9;
}
/*footer*/
.foot-lj{
	background-color: #393939;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #4b4b4b;
}
.foot-lj h5{
	font-size: 18px;
	color: #e6e6e6;
	font-weight: bold;
	margin-bottom: 15px;
}
.foot-lj p a{
	font-size: 14px;
	color: #999999;
}
.foot-lj p a:hover{
	text-decoration: none;
	color: #fff;
}
.tel h5{
	font-size: 18px;
	color: #e5e5e5;
	margin-top:10px;
	text-decoration: none;
}
.tel p{
	font-size: 14px;
	color: #999999;
	margin-bottom: 0px;
}
.tel hr{
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.foot{
	padding-top: 10px;
	background-color:#393939;
	padding-bottom: 8px;
}
.foot p{
	color:#e5e5e5;
	font-size: 14px;
}
.foot a{
	color:#e5e5e5;
}
.foot a:hover{
	text-decoration: none;
	color: red;
}

/*page*/
    .page-box{ margin:15px 30px; padding-bottom:30px; }
    .page-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

    div.digg{ margin:0; padding:0; text-align:left; font-size:14px; }
    div.digg a{ display:block; float:left; padding:5px 12px; margin:0 0 0 8px; border:1px solid #e1e2e3; line-height:20px; height:32px; color:#3b8dd1; background:#fff; text-decoration:none; }
    div.digg a:hover { border:1px solid #3b8dd1; }
    div.digg span{ display:block; float:left; padding:5px 0; line-height:20px; height:32px; }
    div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; }
    div.digg span.disabled { border:1px solid #eee; padding:5px 12px; margin:0 0 0 8px; color:#ddd; }

@media(max-width: 767px){
	.act{
		border-bottom: 0px;
	}
	.navigation:hover{
	border-bottom:0px;
	/*border-bottom-width: 1px;*/
	}
	.search{
	position: relative;
	}
	.search dl{
	position: absolute;
	top: 8px;
	left: 40px;
	z-index: 999;
	width: 301px;
	display: none;
	}
}
@media(min-width: 768px) and (max-width: 1200px){
	.navbar-header a{
		display: none;
	}
}
