.navbar {
	width: 100%;
	height: 70px;
	position: retive;
	top:0px;
	left:0px;
	z-index: 10;;
	
}
.container {
	width: 1510px;
	height: 100%;
	margin: 0 auto;
}
.LeftContent{
	transition: margin-left 1s; 
}
.logo {
	display: block;
	width: 184px;
	height: 37px;
	margin-top: 7px;
	background-image: url(../images/borainWeiChengFontColor.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	vertical-align: bottom;
}

.logoTitle {
	font-size: 14px;
	display: inline-block;
	margin-top: 39px;
	margin-left: 10px
}

.menu {
	margin-top: 0px;
	position: relative;
	left: 0;
}

.menu li {
	width: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #3c3c3c;
}

.menu li a.firstMenu {
	display: block;
	width: 110px;
	color: #272727;
	line-height: 70px;
	height: 70px;
}

.menu li:hover {
	background: #84d37a;
	color: #ffffff;
}

.menu li:hover .firstMenu {
	background: #84d37a;
	color: #ffffff;
}
.menu li a:visited li{
	background: #84d37a;
}
.navbar-toggle,
.Prompt {
	display: none;
}
.menu li a.firstMenu.Headerselected{
	background-color: #84d37a;
	color: #ffffff;
}

/*大于320*/

@media screen and (min-width:320px) {
	
	.content{
		    margin: 24px auto;
	}
	.navbar{
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: #ffffff;
	}
	.navbar-toggle,
	.Prompt {
		display: block;	
	}
	.navbar {
		height: 70px;
	}
	.container {
		width: 100%;
	}
	.logo {
		width: 98px;
		height: 28px;
		margin-left: 10px;
		margin-top: 13px;
	}
	.logoTitle {
		font-size: 10px;
		display: inline-block;
		margin-top: 29px;
		margin-left: -6px;
	}
	.menu {
		position: fixed;
		margin: 0;
		width: 148px;
		height: 100%;
		background: #84d37a;
		z-index: 10;
		left: calc(100%);
		top: 0;
		overflow: auto;	
	}
	.menu.fr {
		float: inherit;
	}
	.menu p {
		padding: 30px 12px;
		margin-bottom: 20px;
	}
	.menu li {
		font-size: 14px;
		float: inherit;
		text-align: center;
	}
	.menu li a.firstMenu {
		border-bottom: 1px solid #63c357;
		width: 100%;
		color: #FFFFFF;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}
	.menu li:hover {
		background: transparent;
		background-image: url(../images/closeImage.png);
		background-position: right 15px;
		background-repeat: no-repeat;
	}
	.navbar-toggle {
		margin-top: -53px;
	}
	.navbar-toggle span {
		font-size: 10px;
	}
	.navbar-toggle img {
		width: 46px;
		position: fixed;
       top: 0;
       right: 0px;
	}
	.Prompt {
		display: block;
		overflow: hidden;
		font-size: 14px;
		margin-bottom: 0;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
	}
	.Prompt span,
	.Prompt img {
		vertical-align: middle;
	}
	.Prompt img {
		width: 24px;
		margin-top: 8px;
	}
	.closeMenu {
		cursor: pointer;
	}
}
/*大于768*/
@media screen and (min-width: 768px) {
	.menu{
		width:184px;
		left:calc(100%);
	}
	.logo{
		width: 184px;
	   height: 50px;
	}
	.logoTitle {
         font-size: 14px;
          display: inline-block;
		   margin-top: 43px;
		   margin-left: -11px;
	}
    .navbar-toggle {
    margin-top: -53px;
}
.navbar-toggle img {
    width: 56px;
}
}
/*大于992*/
@media screen and (min-width:992px){
	.navbar{
		position: static;
		height: 76px;
	}
   	.container{
		width: 970px;
		padding: 0;
	} 
	.logo{
		width: 180px;   
	}
	.menu {
	    margin: -70px 0 0 0;
	    position: relative;
	    left: 0;
	    width: auto;
	    height: auto;
	    background: transparent;
	    z-index: 9;
	    top: 0;
	    padding: 0;
        overflow:inherit;     
	}
	.menu.fr{
		float: right;
	}
	.menu li{
		font-size: 12px;
		float: left;
	}
	.menu li i{
		display: block;
	}
	.menu li a.firstMenu{
		width: 76px;
		line-height: 50px;
    	height: 50px;
		color: #272727;
		font-size: 14px;
		border-bottom: none;
	}
	.menu li:hover {
	background: #84d37a;
	color: #ffffff;
}

.menu li:hover .firstMenu {
	color: #ffffff;
}
	.navbar-toggle{
	    display: none;
	}
}
/*大于1200*/
@media  screen and (min-width:1200px ) {
		.navbar{
		height: 44px;
	}
   	.container{
		width: 1170px;
		padding: 0;
	} 
		.logo{
		width: 184px;   
	}
	.menu {
	    margin: -75px 0 0 0;
	    
	    }
	    .menu li{
	    	border-bottom: none;
	    	font-size: 14px;
	    }
	.menu li a.firstMenu{
		width: 70px;
		line-height: 44px;
    	height: 44px;
		color: #272727;
		font-size: 14px;
		border-bottom: none;
	}
}

/*大于1600*/
@media  screen and (min-width:1600px ) {
	.container{
		width: 1440px;
		padding: 0;
	} 
	.navbar{
		height: 54px;
	}
	.menu li a.firstMenu{
		width: 84px;
		line-height: 54px;
    	height: 54px;
		color: #272727;
		font-size: 14px;
		border-bottom: none;
	}	
}
