.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.head {
    border-bottom: 1px solid #dedede;
}

.head {
    margin-bottom: 15px;
    height: 90px;
    position: relative;
    margin-top: 15px;
}

.head {
    margin-bottom: 30px;
}

.head {
    width: 80%;
    margin: 0 auto%;
}




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.head .navbar-collapse {
    padding: 0;
    background-color: #fff;
}

.head .navbar-header {
    padding-top: 20px;
    margin: 0;
}



.navbar-default .navbar-toggle {
    border-color: #ddd;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}


.head .navbar {
    border: none;
    margin-bottom: 0;
}
.head .navbar-right {
    margin: 0;
}
.nav {
    padding-left: 0;

    list-style: none;
}

.btn-group-ve.head .navbar-nav>li {
    border-top: 3px solid #fff;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar {
    position: relative;
    min-height: 50px;

}
.head .navbar-default .navbar-nav>.open>a,.head .navbar-default .navbar-nav>.open>a:focus,.head .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
    color: #39599f;
}
.head .navbar-nav>li.open .caret{
    border: #39599f solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    margin: 5px 8px;
}
.navbar-nav .open .dropdown-menu > li > a{
        padding: 5px 20px;
    }
	.navbar-nav .open .dropdown-menu{
        position: absolute;
        background: #fff;

        top: 0;
        -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
        box-shadow:0 6px 12px rgba(0,0,0,.175);
    }
.open>.dropdown-menu {
    display: block;
}
.head .navbar-nav>li.open{
    border-top: 3px solid #39599f;
    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.nav>li {
    position: relative;
    display: block;
}
.head .navbar-default .navbar-nav>.active>a, .head .navbar-default .navbar-nav>.active>a:focus, .head .navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
    font-weight: 900;
    background-color: #fff;
}
.head .navbar-nav>li>a {
    color: #333333;
    font-weight: 600;
    line-height: 37px;
	    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91'; font-size:16px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.head .dropdown-menu>li>a {
    font-size: 14px;
    line-height: 2;
	
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.head .dropdown-menu {
    min-width: inherit;
    width: 100%;
    top: 60px;
    border: none;
}

.head .navbar-nav>li .caret {
    width: 8px;
    height: 8px;
    border: #333 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    margin: 0 8px 5px;
}
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.head {
    margin-bottom: 15px;
    height: 90px;
    position: relative;
    margin-top: 15px;
}
.dropdown-menu {
    position: absolute;

    z-index: 1000;
    display: none;
    float: left;

    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;

    background-clip: padding-box;

    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    /* margin-right: 15px; */
    margin-bottom: 8px;
    /* background-color: transparent; */
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

@media (min-width: 768px){
.navbar-right {
    float: right!important;
}
.navbar {
    border-radius: 4px;
}
.navbar-toggle {
    display: none;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-header {
    float: left;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-toggle {
    margin-right: 0 !important;
}

.head .navbar-default .navbar-brand {
    width: auto;
    height: 50px;
    /* display: flex; */
    display: -webkit-flex;
    align-items: center;
}

.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav>li {
    float: left;
}

}










@media only screen and (max-width: 1024px)
{
.head {
    width: 100%;
}
.head {
    height: auto;
    position: relative;
    /* width: 95%; */
    padding: 2% 2.5%;
    background-color: #fff;
    margin: 0; box-sizing:border-box;
}


.head .navbar-header {
    width: auto;
    padding: 10px 0;
}
#bs-example-navbar-collapse-1 {
    height: 0px !important;
    position: absolute;
    right: 0;
    z-index: 999;
}

.nav {
    height: auto;
    line-height:none;
    font-size: 18px;
    float:none;
}

.head .navbar-right {
    width: 200px;
    position: absolute;
    top: -1px;
    right: -15px;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-collapse{display:none}
.head .navbar-nav>li>a {
    line-height: 20px;
}

.head .navbar-nav > li > a {
    padding: 10px;
}

.head .navbar-nav>li>a {
    font-size: 14px;

}

}



@media only screen and (max-width:1880px)
{
.navbar-nav li:nth-child(7){display:none}
	
	}
	
@media only screen and (max-width:1720px)
{

.navbar-nav li:nth-child(8){display:none}
	
	}

@media only screen and (max-width:1570px)
{

.navbar-nav li:nth-child(9){display:none}
	
	}
	
	@media only screen and (max-width:1420px)
{

.navbar-nav li:nth-child(10){display:none}
	
	}
	
