/*---------------头部开始---------------------*/
#ju_header{
	
}

#ju_header .top-bar{
	height: 40px;
	line-height: 39px;
	border-bottom: 1px solid #e0e0e0;
}

#ju_header .top-bar .container .row>div+div{
	border-left: 1px solid #e0e0e0;
}

#ju_header .top-bar .container .row .top-bar-1 a{
	position: relative;
}
#ju_header .top-bar .container .row .top-bar-1 a img{
	position: absolute;
	top:20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: none;
}

#ju_header .top-bar .container .row .top-bar-1 a:hover img{
	display: block;
}

/*按钮自定义*/
.btn-sample { 
  color: #ffffff; 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.btn-sample .badge { 
  color: #611BBD; 
  background-color: #ffffff; 
}


/*按钮自定义*/
/*导航部分*/
#ju_header .navbar-ju{
	border-bottom: 1px solid #E0E0E0;
}

#ju_header .navbar-ju .navbar-brand{
	height: 40px;
	margin-left: 15px;
	margin-right: 60px;
}
#ju_header .navbar-ju .navbar-brand img{
	width: 100px;
}
#ju_header .navbar-ju .navbar-nav>li>a{
	height: 40px;
	//background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
#ju_header .navbar-ju .navbar-nav>li>a:hover{
	border-bottom: 2px solid purple;
}

#ju_header .navbar-ju .navbar-toggler{
	margin-top: 5px;
}

/*---------------头部结束---------------------*/
