#global-loader{position:fixed; z-index:50000;height: 46px;width: 46px;height: 100%;width: 100%; background: url(../img/admin/page-loader.gif) no-repeat 50% 50% rgba(255,255,255,0.95);
 -webkit-transition: background 1s ease; -moz-transition: background 1s ease;-o-transition: background 1s ease;-ms-transition: background 1s ease;transition: background 1s ease;
}
.container{
	margin-top:0px;
}
.container,div.wrapper{
	min-width: 1200px;
}
a{
	color: black;
}
p{
	word-break:break-all;
}
pre{
	text-indent: 2em;
}
body{
	font-size: 12px;
}
.pagination>li>a{
	border: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: transparent;
	color: red;
}
/*导航条*/
div.header-title-img{
	line-height: 100px;
}
div.header-title-img > img{
	display: inline-block;
}
div.header-title-name,div.nav-header-info{
	line-height: 100px;
}
div.header-title-name > span{
	font-weight: bold;
	font-size: 30px;
	color: rgb(110,128,128);
}
div.nav-header-info{
	font-size: 18px;
}
div.nav-header-info p{
	position: relative;
	bottom:-20px;
	left: 0px;
}
div.nav-header-info span{
	color:red;
	font-size: 30px;
}
div.nav-menu{
	background-color: black;
	color: white;
	line-height: 50px;
	height: 50px;
}
ul.navbar-nav li a{
	color: white;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
ul.navbar-nav > li.open a,ul.navbar-nav li a:HOVER{
	color: black;
}
ul.navbar-nav > li > ul{
	width: 100%;
}
ul.navbar-nav > li > ul li a{
	text-align:justify;
	color: black;
}
/*轮播*/
ul.banners{
	margin: 0px;
}
ul.banners li{
	padding-top: 0px !important;
}
div.bx-wrapper{
	margin-bottom: 0px;
	border: 0px;
}
/*页面*/
div.serviceRanges-item h5{
	padding: 10px;
	color: rgb(78,161,241);
	font-weight: bold;
}
div.page-right-main{
	min-height: 400px;
	margin-bottom: 15px;
}
div.page-left-items li{
	line-height: 40px;
	font-size: 14px;
	background-color: rgb(227,223,224);
	text-indent: 2em;
	margin-top: 10px;
}
div.page-left-items ul{
	width: 200px;
	padding-left: 0px;
}
div.div.page-left-img img,div.page-left-bottom,div.page-left-head{
	max-width: 200px;
}
div.page-left-bottom,div.page-left-head{
	line-height:50px;
}
div.page-left-bottom h4,div.page-left-head h4{
	padding-left: 15px;
}
div.page-left-head h4{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgb(64,0,0);
	color: white;
}
div.page-left-bottom h4{
	color: rgb(64,0,0);
	border-left: 5px solid rgb(64,0,0);
}
div.page-left-bottom{
	border-bottom: 2px solid rgb(64,0,0);
}
div.page-left-img{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.page-left-news ul{
	padding-left: 0px;
	max-width: 200px;
}
div.page-left-news li{
	line-height: 30px;
	border-bottom: 1px dashed rgb(210,210,210);
}
div.page-right-head{
	margin-top: 10px;
	margin-bottom:20px;
	line-height: 40px;
}
div.page-right-head-left{
	border-bottom: 1px solid rgb(64,0,0);
}
div.page-right-head-right{
	border-bottom: 1px solid rgb(210,210,210);
}
/*页脚*/
div.page-boot{
	background-color: black;
	color: white;
	height: 220px;
}
div.page-boot-head,div.page-boot-infos{
	margin-top: 20px;
}
div.page-boot i{
	position:relative;
	left:-10px;
	padding: 20px;
}
div.page-boot-infos ul li{
	display: inline;
}
div.page-boot-infos ul li a{
	padding: 5px 20px;
	color: white;
}