#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;
	width: 1000px;
}
div.nav-header,div.nav-center,div.container,div.page-header,div.page-boot{
	min-width: 1400px;
}
img{
	border:none;
	outline: none;
}
a{
	color: black;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #007457;
}
p{
	word-break:break-all;
}
body{
	font-size: 12px;
}
/*导航条*/
div.nav-header{
	max-height:35px;
	line-height: 35px;
	background-color: rgb(0,112,163);
}
div.nav-header-center{
	height:35px;
	background-image: url("../img/nav-head-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
div.nav-header-left span{
	color: white;
}
div.nav-header-left span.tel{
	color: white;
}
div.nav-header-right ul{
	position: relative;
	top:10px;
}
.navbar-nav>li{
	line-height: 35px;
}
.navbar-nav>li>a{
	color: white;
	padding: 0px 10px;
	border-right: 1px solid rgb(203,203,203);
}
.navbar-nav>li>a:HOVER{
	color: black;
}
.navbar-nav>li:nth-last-child(1) >a{
	border-right: 0px solid rgb(203,203,203);
}
div.nav-center{
	background: -moz-linear-gradient(top, rgb(251,251,251) 0%,rgb(235,235,235) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(251,251,251)), color-stop(100%,rgb(235,235,235)));
    background: -webkit-linear-gradient(top, rgb(251,251,251) 0%,rgb(235,235,235) 100%);
    background: -o-linear-gradient(top, rgb(251,251,251) 0%,rgb(235,235,235) 100%);
    background: -ms-linear-gradient(top, rgb(251,251,251) 0%,rgb(235,235,235) 100%);
    background: linear-gradient(to bottom, rgb(251,251,251) 0%,rgb(235,235,235) 100%);
	height: 100px;
}
div.nav-center-main{
	line-height: 100px;
}
div.nav-center-main img,div.nav-center-main h3{
	display: inline;
}
div.nav-center-main h3{
	position: relative;
	top: 5px;
	padding-left: 5px;
}
/*分页头*/
div.page-header{
	padding: 0px;
	border:0px;
	margin: 0px;
}
/*主分页*/
div.page-header-path{
	line-height: 35px;
}
div.page-header-end{
	background-color: white;
}
div.page-main{
	min-height: 400px;
	background-color: white;
}
div.page-main-left{
	background-image: url("../img/page-main-left-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 600px;
}
div.page-main-left ul{
	padding: 0px;
}
div.page-main-left li{
	line-height: 29px;
	margin-top: 10px;
}
div.page-main-left li a{
	padding: 5px 45px;
	font-size: 14px;
}
div.div.page-main-left li i{
	position: absolute;
	left: 5px;
}
div.page-main-left li.title{
	line-height: 31px;
	background-color: rgb(247,171,0);
	color: white;
	font-size: 16px;
}
div.page-main-right{
	position: relative;
	left: 30px;
}
div.page-main-right-path{
	border-bottom: 1px solid rgb(204,204,204);
	padding-bottom: 10px;
}
span.page-main-right-path-left,span.page-main-right-path-right{
	font-size: 16px;
}
span.page-main-right-path-left{
	color: #007457;
	padding-right:5px;
	border-right: 2px solid #007457;
}
span.page-main-right-path-right{
	padding-left:5px;
	color: rgb(167,167,186);
}
div.page-main-right-content{
	padding-top: 20px;
	min-height: 400px;
}
/*页脚*/
div.page-boot{
	color: white;
}
div.page-boot-head{
	background-color:white;
	height: 20px;
}
div.page-boot-center{
	background-color:#007457;
	height: 35px;
	background-image: url("../img/page-boot-center-bg.png");
	background-repeat: no-repeat;
	background-position: center 100%;
}
div.page-boot-bottom-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
div.page-boot li{
	display: inline;
}
div.page-boot ul{
	padding: 0px;
}
div.page-boot li a{
	color: white;
	padding:0px 10px;
	border-right: 1px solid white;
}
div.page-boot li:nth-last-child(1) a{
	border: 0px;
}
div.page-boot-bottom{
	background-color:rgb(0,112,163);
	padding-top: 50px;
	padding-bottom: 5px;
}