.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: width .2s,opacity .4s;
    z-index: 999999;
    width: 0%;
    height: 2px;
    background-color: black;
    opacity: 0;
}
/*头部开始*/
.top_bar_content {
    background: #fafafa;
    z-index: 9999;
    font-size: .625rem;
    border-bottom: 1px solid #ddd;
}
.container {
    padding-top: 0;
    padding-bottom: 0;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .search-input>div {
    float: right;
    width: 240px;
    margin: 8px 0;
    height: 34px;
}
.time-bar .search-input>div input {
    border-radius: 0;
    width: 76.25%;
}
.time-bar .search-input>div>div {
    width: 23.75%;
    display: inline-block;
}
.time-bar .search-input>div>div button {
    border-radius: 0;
    height: 34px;
    background-color: #2b61b3;
    color: #fff;
}
.time-bar .search-input>a {
    float: right;
    line-height: 50px;
    font-size: .875rem;
    margin-right: .5rem;
    color: #337ab7;
}
.header>div{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    text-align: center;
}
.header .headerContent.websiteLogo{
    max-width: 600px;
    display: inline-block;
    max-height: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
/*导航*/
.tyjr-nav{
	font-size: 0;
}
.tyjr-nav>li{
	color: rgb(255, 255, 255); 
	border-bottom-color: transparent;
	background-color: rgb(24, 56, 140);
	display: inline-block;
	font-size: 20px;
	height: 50px;
    line-height: 50px;
    width: 14.285%;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
.tyjr-nav>li:hover li{
	/*background-color: rgb(204, 204, 204);*/
	color: #000000;
}
