body {

	font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
/*移动Nav*/
ul li{
	list-style-type: none;
}
p,ul,li,div{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a:hover, a:visited, a:link, a:active, a{
    text-decoration: none !important;
}
.navbar .nav>li>a:focus{
    background: none;
}

.navbar .nav > li{
    float: none;
    background: #3d4454;
}
.navbar .navbar-nav{
    text-align: center !important;
    margin: 0 !important;
    padding: 0;
    overflow: auto;
    width: 100% !important;
    height: 100vh;
    background: rgba(0,0,0,.3);
}
.navbar .collapse{
    height: 100vh;
}
.navbar-nav a{
    text-align: left;
    font-size: 20px;
    line-height: 50px !important;
    padding: 0 18px 0 18px !important;
    border-bottom: 1px solid white;
    color: white !important;
}
.navbar-nav .open .dropdown-menu{
    padding-left: 30px !important;
    background: #2a3139 !important;
}
.navbar-nav .open .dropdown-menu li ul{
    padding-left: 20px;
}
.navbar-nav .open .dropdown-menu li ul a{
    padding-bottom: 10px;
    display: block;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: #2a3139 !important;
}
.container-fluid>.navbar-header{
    width: 100%;
    margin-left: 0 !important;
}
.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-toggle{
    display: block !important;
}
.navbar-brand{
    margin-left: 0 !important;
    padding-left: 15px !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.navbar-header {
    background: #0c5cad !important;
}
.navbar-default{
    background: none !important;
}
.navbar-toggle {
    border: 0px !important;
}
.navbar-toggle:focus,.navbar-toggle:hover{
    background: none !important;
}
.navbar-toggle:hover .icon-bar{
    background-color: white !important;
}
.icon-bar{
    background-color: white !important;
}
.nav-pills a{
    color: white !important;
}
/*pcNav*/

.daohang {
	/*position: relative;*/
	/* background-color:#000000 ;
	background-color: rgba(0,0,0,0.7); */
	/* width: 100%; */
	height: 55px;
	/* flex: 1; */
	float: right;
	max-width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.daohang a {
	color: white;
	font-size: 16px;
	line-height: 25px;
	height: 55px;
	display: inline-block;
    white-space: nowrap;
    text-align: center;
}



.nav>li {
    position: relative;
}

.daohang .nav>li:hover>a {
	/* background: #3488ea !important ; */
	background: unset !important ;
	display: block;
	/* color: #3488ea; */
	position: relative;
}
.daohang .nav li:hover::before {
	content: " ";
	position: absolute;
	bottom: -2px;
	z-index: 9;
	width: 100%;
	height: 4px;
	background-color: rgba(6, 71, 137, 1);
}

.list_a {
	/* background-color:#000000 ; */
	/* background-color: rgba(0,0,0,0.5); */
	background-color: rgba(6, 71, 137, .6);
	display: none;
	position: fixed;
	left: 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	/* border-top: 1px solid #838383; */
}

.list_a li {
	/* line-height: 55px; */
	margin-right: 30px;
    position: relative;
    padding: 0;
}
.list_a ul {
	margin-left: 10px;
}
.list_a li ul{
    position: absolute;
    top: 55px;
    width: 280%;
    left: -25px;
    background-color: rgba(6, 71, 137, .6);
    text-align: left;
    padding-left: 20px;
    display: none;
}
.list_a a {
	text-decoration: none;
	line-height: 55px;
}
.list_a li:hover>ul{
    display: block;
}

.list_a ul li.three_icon:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: -20px;
    top: 60%;
    transform: translateY(-50%);
}

.list_a.nav_right ul{
	text-align: right;
}
.list_a{
	text-align: center;
}

.left-menu ul{
    padding-left: 25px;
}
.panel #collapse2>ul>li>a{
    border-top: 1px dashed #ddd;
}
.panel .dropdown-toggle{
    border-top: 1px dashed #ddd;
}
.panel #collapse2>ul>li{
   border: none;
}

.panel .dropdown-menu{
    position: static;
    box-shadow: none;
    border: none;
    text-align: center;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.panel .dropdown-menu a{
    padding: 10px 0;
}
.panel .dropdown-backdrop{
    display: none;
}
/*显示二级菜单*/

.nav li:hover .list_a {
	display: block;
}

.nav li:nth-child(4) .list_a ul{
	margin-left: -145px;
}
.nav li:nth-child(6) .list_a ul{
	text-align: right;
}
.nav li:nth-child(7) .list_a ul{
	text-align: right;
	margin-right: 80px;
}

nav{
		display: none;
	}
.daohang{
		display: none;
	}

@media (max-width: 1197px) {
	.top-nav,
	.top-nav > .container {
		height: 155px;
	}
	.daohang {
		/* position: initial; */
		float: unset;
		max-width: 100%;
		bottom: 0;
	}
}

@media (max-width:1000px ) {
	nav{
		display: block;
	}
	.top-nav,
	.top-nav > .container {
		height: 100px;
	}
}

@media (min-width:1000px ) {
	.daohang{
		display: block;
	}
}

@media (max-width: 992px) {
	.top-nav,
	.top-nav > .container {
		height: 0px;
		overflow: hidden;
	}
}
