﻿html,body{
	height:100%;
	overflow: hidden;
	margin:0px;
	padding:0px;
	width: 100%;
}

body.main > .container-fluid{
	/**min-width:1280px**/;
	margin:0px; 
	padding:0px;
}

.bg{
	background-color:#888888;
}

.gray {
	color:#cccccc;
}

.nav-header {
	transition: top 0.4s;
}
.nav-header.row{
	margin-right: 0px !important;
}
.nav-header > .nav-content {
	background-color:#004ea1;
	border-bottom:1px #999999 solid;
}

.nav-header > .nav-content > img {
	margin-left:15px;
}

.nav-header > .nav-content > .btn-group {
	float: right;
	margin-right: 100px;
	line-height:31px;
}

.nav-header > .nav-content > .btn-group a{
	color: #ffffff;
	font-size:16px;
}
.nav-header > .btn {
	display:none;
	background-color:#004ea1;
	color:white;
	font-size:25px;
	line-height:35px;
	height:45px;
	clear:both;
	border-bottom:1px white solid;
	box-shadow:0 0 5px white;
	cursor: pointer;
}
.middle {
	height:700px;
}
.content {
	float:left;
	height:100%;
	border-right:1px #f8f1de solid;
}

.content > iframe {
	border:none;
	width:100%;
	height:100%;
}

.siderBar {
	padding: 0px !important;
}

.siderBar,.RightBar {
	margin:0px;
	margin-left:1280px;
	background-color:#494949;
	height:100%;
	overflow:auto;
}
.siderBar iframe ,.RightBar iframe{
	width:100%;
	border:none;
	
}
.siderBar .tab-pane ,.RightBar .tab-pane{
	margin-top:5px;
	padding:0px;
}
.siderBar .tab-pane > iframe {
	height:640px;
}
.siderBar > .btn {
	float:left;
	height:700px;
	line-height:700px;
	color:white;
	margin-left:0px;
	width:20px;
	display:none;
}
.siderBar > .inner{
	text-align:center;
}

.inner {
	margin:0px 15px;
	padding:10px;
}

.inner > .nav-tabs{
	border-bottom:1px #757575 solid;
}

.inner > .nav-tabs > li > a{
	background:none;
	border:none;
	color: white;
	border-bottom:1px #757575 solid;
	margin:0px;
}

.inner > .nav-tabs > li > a:hover,.inner > .nav-tabs > li > a:focus,.inner > .nav-tabs > li.active > a{
	color: #87fffe;
	border:none;
	border-bottom:1px #87fffe solid;
	background:none;
}

.inner > form{
	text-align:left;
}
.inner > p {
	text-align:left !important;
	padding:15px;
	border-bottom:white 1px solid;
	text-indent:2em
}
.footer {
	transition: bottom 0.4s;
	width:100%;
	padding:0px;margin:0px;
}
.footer > .normal{
	background-color:#eeeff3;
	height:87px;
}
.footer > .normal > .left {
	width:900px;
	height:88px;
	background:url('../img/footer_1.png') bottom left repeat-x #eeeff3;
	float:left;
}

.footer > .normal > .left > .header {
	float:left;
	margin-left:50px;
	margin-top:15px;
	margin-right:20px;
	border:2px white solid;
	border-radius:5px;
	box-shadow:0 0 5px white;
}

.footer > .normal > .right{
	margin-left: 900px;
	background-color:#004ea1;
	height:88px;
}
.footer > .normal > .left > .footer2{
	float:right;
}
.footer > .normal > img {
	margin-left:15px;
	margin-top:10px;
}
.footer > .raduis-btn {
	display:none;
	background-color:#004ea1;
	color:white;
	font-size:15px;
	line-height:25px;
	height:25px;
	clear:both;
	border-top:1px white solid;
	box-shadow:0 0 5px white;
	cursor: pointer;
}
.footer .table {
	list-style: none;
}
.footer .table > li {
	float: left;
	height:88px;
	width:70px;
	text-align:center;
}

.footer .table > li > .top{
	display:block;
	height: 57px;
	line-height:57px;
	color:#666867;
	border-right:1px #d3d6db solid;
	border-left:1px #d4d7dc solid;
}
.footer .table > li > .top > .glyphicon {
	font-size:25px;
	margin-top:15px;
}
.footer .table > li > a.top:hover {
	border-color:#84898c;
	background-color:rgba(132, 137, 140, .5);
	color:#86208d;
}
.footer .table > li:first-child {
	width:auto;
	max-width:90px;
	margin-right: 30px;
}
.footer .table > li:first-child > .top{
	border:none;
	line-height:20px;
	height:88px;
	padding-top:20px;
}
.footer .table > li > .bottom{
	display:block;
	height: 33px;
	line-height:33px;
	color:#84fffd;
}


/*在主窗体下的模态框样式
body.main .modal > .modal-dialog > .modal-content{
	background-color:#494949;
	color: #cccccc;
}
body.main .modal > .modal-dialog > .modal-content * {
	background-color:#494949;
	color: #cccccc;
}
body.main .modal > .modal-dialog > .modal-content > .modal-header {
	color: #cccccc;
}
*/

/*企业页面样式*/
.enterprise {
	height:700px;
	min-width:1280px;
}
.enterprise .navbar {
	background-color:rgba(29, 60, 95, .7);
	position:fixed;
	top:0px;
	width:100%;
	padding:0px;
	min-height:41px;
}
.enterprise .navbar  .nav {
	margin-top:10px
}
.enterprise .navbar .nav > li > a, .enterprise .navbar .nav > li > a:focus{
	color:white;
	padding:0px 15px;
	border-right:1px white solid;
}


.enterprise .navbar .nav > li:last-child > a {
	border:none;
}

.produce .navbar .nav > li:last-child > a {
	width:385px;
}

.enterprise .navbar  .nav > li > a:hover, .enterprise .navbar .nav > li.active > a:link, .enterprise .navbar .nav > li.active > a:visited {
	color:#72dade;
	background:none;
}
.enterprise .content  {
	margin:0px;
	margin-right:400px;
	float:none;
	width:100%;
	background-size:cover;
	background-image: url('../img/house_1.png');
	border:none;
}
.enterprise .RightBar {
	width:400px;
	float:right;
	margin:0px;
	padding:0px;
}

.enterprise  .RightBar > .inner  {
	margin-top:31px;
	border:none;
}

.enterprise .tab-pane > iframe  {
	height: 100px;
	border:none;
}
.threeIcon ,.threeIcon:hover {
	border:1px #494949 solid;
	border-radius: 5px;
	text-align : center;
	cursor: pointer;
	margin-top:15px;
	color:#cccccc;
	padding-top:5px;
}
.threeIcon:hover {
	border-color:#cccccc;
}
.threeIcon > span:first-child {
	font-size:30px;
	display:block;
}

.RightBar .icons {
	list-style: none;
	padding:0px;
	margin-left:0px;
	margin-top:5px;
}
.RightBar .icons > li  {
	height:31px;
	margin:0px;
	padding:0px;
	line-height:30px;
}
.RightBar .icons > li > span:first-child {
	width:70px;
	display: inline-block;
	float: left;
}
.RightBar .icons > li > ul {
	margin-left:5px;
	list-style:none;
}
.RightBar .icons > li > ul > li{
	float: left;
	margin-right:5px;
}
.RightBar .icons > li > ul > li:first-child {
	
}

.RightBar .icons > li {
	clear: both;
}

.RightBar #task > table tr td , #task > table a{
	border:none;
	border-bottom:1px #565656 solid;
	color:white;
}

@media (max-width: 1600px) {
	
	.content {
		width:100%;
		text-align:center;
		background-color:#888888;
	}

	.siderBar > .btn {
		display: inline-block;
		position:fixed;
		border-left:1px solid white;
	}

	.siderBar > .inner {
		margin-left:35px;
	}
	 
	.siderBar {
		position:fixed;
		height:700px;
		width:450px;
		right:-420px;
		margin-left:0px;
		transition: right .4s;
	}
	
	.siderBar.active {
		right:0px;
	}
	
}


@media (min-width: 1600px) {
	.footer > .normal > .left {
		width:1100px;
	}
	.footer > .normal > .right{
		margin-left: 1100px;
	}
	.footer .table > li {
		width:90px;
	}
	.siderBar > .inner {
		margin:0px;
	}
}

@media (max-height: 700px) {
	.middle {
		height:100% !important;
		width : 100%;
		position: fixed !important;
		left:0px;
		top: 0px;
		z-index: 1;
		padding-top: 35px;
	}
	.nav-header {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 3;
	}
}
@media (max-height: 770px) {

	.footer {
		position:fixed;
		width:100%;
		bottom:-88px;
		z-index:3;
	}
	
	.footer > .raduis-btn {
		display:block;
		text-align:center;
	}
	
	
	.footer:hover > .raduis-btn {
		background-color: rgba(0,0,0,0);
		color:rgba(0,0,0,0);
		border:none;
		box-shadow:none;
	}

	.footer:hover {
		bottom:0px;
	}
	
}

@media (min-width: 1900px) {
	
	.content {
		width:1500px;
		text-align:center;
		background-color:#888888;
	}

	.siderBar {
		margin-left:1500px;
	}
	
	
	.footer > .normal > .left {
		width:1400px;
	}
	.footer > .normal > .right{
		margin-left: 1400px;
	}

	.footer .table > li {
		width:130px;
	}
}


@media (max-width: 736px) {
	.siderBar {
		display: none !important;
	}
}