@charset "utf-8";
body {
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}


/*******************************************************/

.navbar-style {
	background-color: #09C;
	color: #FFF;
}

.mystyle-brand {
	background-color: #0087b4;
	display: block;
}


/*导航栏样式变更*/

.navbar-style .navbar-nav li .mystyle-color:hover {
	background-color: #0087b4;
	color: #FFF;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
}

.navbar-default .navbar-brand {
	color: #FFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #FFF;
	color: #000;
}

.navbar-default .navbar-brand:hover {
	color: #FFF;
}

.navbar-default .dropdown-menu {
	width: 100%;
	min-width: 1px;
	border: 0px;
	border-top: 1px solid #e5e5e5;
}


/*隐藏按钮*/

.navbar-default .navbar-toggle {
	border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.topbar-num {
	font-size: 12px;
	color: #fff;
	background: #f90;
	border-radius: 5px;
	padding: 2px 5px;
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
}

.li-border {
	border-right: 1px solid #008fbf;
}


/*左侧导航选中样式*/

.sBox ul .active {
	background-color: #F39C12;
}


/*******************************************************/


/*宽度比例*/

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w5 {
	width: 5%;
}

.w15 {
	width: 15%;
}

.w25 {
	width: 25%;
}

.w35 {
	width: 35%;
}

.w33 {
	width: 33.333%;
}

.w45 {
	width: 45%;
}

.w55 {
	width: 55%;
}

.w65 {
	width: 65%;
}

.w75 {
	width: 75%;
}

.w85 {
	width: 85%;
}

.w95 {
	width: 95%;
}


/*左侧导航栏*/

.down-main {
	position: absolute;
	width: 100%;
	top: 50px;
	bottom: 0px;
	z-index: 100;
}

.left-full {
	width: 160px;
	display: block;
}

.right-full {
	left: 160px;
}

.left-off {
	width: 48px;
	display: block;
}

.right-off {
	left: 48px;
}

.right-product {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #FFF;
}

.sidebar-fold {
	height: 30px;
	width: 100%;
	background: #394555;
	color: #aeb9c2;
	text-align: center;
	height: 30px;
	font-size: 12px;
	cursor: pointer;
}

.sidebar-fold span {
	line-height: 30px;
}


/*.left-main{ bottom: 0px; top:0px; position:absolute; background-color:#293038;}*/
.sBox{
	border-bottom: 1px solid #34495e;
}
.left-main {
	bottom: 0px;
	top: 50px;
	z-index: 100;
	position: fixed;
	background-color: #34495e;
}

.sBox ul li {
	list-style-type: none;
	position: relative;
}

.sBox ul {
	padding: 0px;
	position: relative;
	margin: 0px;
}

.sBox ul li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-decoration: none;
	color: #FFF;
}

.sBox .sublist-icon {
	width: 48px;
	text-align: center;
}

.subNavBox .subNav {
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.subNavBox .subNav .title-icon {
	width: 48px;
	text-align: center;
}

.sBox .sublist-down {
	background-color: #2c3e50;
}

.sBox .sublist-up {
	background-color: #2c3e50;
}

.sBox .sublist-up ul {
	display: none;
}

.sBox .sublist-title {
	cursor: pointer;
	font-size: 12px;
}
.sBox ul li:hover {
	background-color: #2c3e50;
}

.sBox span {
	line-height: 36px;
}

.sBox ul li .showtitle {
	text-align: center;
	line-height: 40px;
	position: absolute;
	z-index: 100;
	background-color: #545f71;
	left: 55px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	min-width: 100px;
	display: none;
}

.sBox ul li .showtitle img {
	position: absolute;
	left: -6px;
	top: 14px;
}

.left-off .sBox ul li .sub-title {
	display: none;
}

.left-off .sBox .sublist-title {
	display: none;
}

.dropdown-menu {
	min-width: 10px;
}


/*=========后台首页=========*/

.my-index {
	background-color: #eceff3;
}

.active {
	background: #09C;
}

#a1 {
	margin-right: 0;
}

#a1>li>a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

#a1>li:visited {
	background: #09C;
}

#a1>li:hover {
	background: #0087b4;
}

#a1>li.active {
	background: #0087b4;
}

#a1>li.active a {
	background: #0087b4;
}

.nav-style {
	background-color: #09C;
	color: #FFF;
	overflow: hidden;
}
.nav_right_box,.nav_guid{
	margin:0;
	list-style: none;
	color:#fff;
}
.nav_right_box>li,.nav_guid>li{
	float: left;
}
.nav_right_box>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
    color:#fff;
}
.nav_right_box>li>a:hover{
	text-decoration: none;
}
.nav_guid>li>a{
	position: relative;
    display: block;
    color:#fff;
    line-height:50px;
    text-decoration: none;
    padding:0 15px;
}
.user-menu {
    position: relative;
    z-index: 1000;
    display: none; 
    float: left;
    min-width: 150px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.user-menu li{
	text-align: center;
	line-height: 30px;
	list-style: none;
}
.user-menu>ul,.user-menu li{
	margin:0;
	padding:0;
}
.jiao{
	display:inline-block;
	position: absolute;
    left: 70px;
    top: -20px;
    width: 20px;
    float: left;
    height: 20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.user-menu li:hover{
	background:#eee;
}

/****修改密码的模态框*****/
#myModal1 .modal-header{
	padding:10px;
}
#myModal1 .modal-header .modal-title{
	font-size: 16px;
	text-align: left;
}
#myModal1 .modal-body{
	overflow:hidden;
}
#myModal1 .modal-body label{
	margin:0;
	line-height:34px;
}
#myModal1 .modal-body .form-group{
	overflow:hidden;
}
#myModal1 .modal-body .form-control{
	margin-left:-30px;
}
