body{
	background: #f5f5f5;
	overflow-x: hidden;
}
.text_color{
	color: #178fe6;
	font-weight: bold;
}

.navbar{
	height: 85px;
	border-top: 2px solid #178fe6;
}
.headerbt{
   color: #b13232;
   font-size: 30px;
   font-weight: bold;
   line-height: 60px;
}
.navbar-default .navbar-nav>li>a {
   color: #333;
   font-size: 16px;
   font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover,.navaction{
   color: red !important;
/*   background: #178fe6;*/
}
.container-fluid{
	width: 1136px;
}
.navbar-nav>li>a{
/*	line-height: 40px;*/
}
.navbar-brand{
	padding: 5px;
}
.navbar-brand>img{
	float: left;
}
.navbar-default {
    background-color: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.48);
}

.page-header{
	margin-top: 9px;
	border-bottom: 1px solid #178fe6;
}
.phone{
	width:1136px;
	margin: 0 auto;
	padding:20px;
	list-style: none;
}
.phone li{
	width: 22%;
	line-height: 30px;
	/*text-align: center;*/
	display: inline-table;
	margin-right:2%;
}
.bq{
	color: #bbbcbd;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #17527d;
}
.thumbnail:hover{
	border: 1px solid #178fe6;
	box-shadow: 0 0 10px #178fe6;
}
.col-md-3{
	width:20%;
}
.mimg{
	background:url(../images/banner.jpg) no-repeat center center;
}
.nav{
	margin-left:0px;
	margin-top:33px;
}