@media (min-width: 768px){
.navbar-header {
    float: left;
}}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
@media (min-width: 768px){
.navbar-toggle {
    display: none;
}
}
@media (max-width: 768px){
.search {
    display: none;
}
.fullSlide{
    display: none;
}
.news-bg{
    display: none;
}
}
.header .header-right{
	float: left;
	height: 40px;
	width: auto;
}
.container .header-right ul li{
	float: left!important;
	margin-right:10px;
	text-decoration: none;
	cursor: pointer!important;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 button{transition: all .4s ease;}  
 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
@media (max-width: 767px){
	.subnav {
	float: left;
	font-weight: bold;
	display: block;
	width: 100%!important;
}} 
@media (max-width: 767px){
.icon-bar {
    background-color: #eb5b4f!important;
}}
@media (max-width: 767px){
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    display: inline-block;
}}
@media (max-width: 767px){
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -3px 15px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}}
@media (max-width: 767px){
    .navbar h4:hover{
        color: #f40!important;
    }
    .navbar :hover {
    background: #fff!important;  
    }
    .navbar .subnav h4{
        text-align: left!important;
    }
}
@media (max-width: 600px){
	.navbar-header .logo img{
		width: 200px!important;
		height: auto;
	}
    .navbar .navcontent{
        z-index: 0!important;
    }
}
.navbar :hover {
    background: gray;
    
}
.navbar .subnav h4:hover{
    color: #fff;
}
.subnav{
    float: left;
    font-weight: bold;
    display: inline-block;
    position: relative;
    width: 165px;
}
.navbar .subnav h4{
    cursor: pointer;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center;
    color: #000;
    height: 30px;
    line-height: 30px;
}
.navbar .navcontent{
    position: absolute;
    width: 177px;
    z-index: 1000;
    padding-top: 9px;
}
.navbar .navcontent {
    width: 157px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    box-shadow: 2px 2px 5px;
}
.navbar .navcontent li{
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 13px;
    background: url(../img/jiantou1.png) no-repeat scroll 130px 11px;
    padding-left: 5px;
    color: #666;
    margin-top: 10px;
    display: inline-block;
}
.navbar .navcontent li a{
    width: 114px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow:hidden;
    display: block;
}
.navbar .navcontent li:hover{
    background: url(../img/jiantou.png) no-repeat 130px 11px;
    border-radius: 5px;
    color: #fff!important;
    cursor: pointer;
    width: 140px;
    height: 30px;
    line-height: 30px;
    background-color: #D03733;
    display: inline-block;
}
.navbar .navcontent li:hover a{
    color: #fff;
    text-decoration: none;
    background-color: #D03733;
}
.navbar .navcontent li a:hover{
    color: #fff!important;
}